-
Notifications
You must be signed in to change notification settings - Fork 27
Closed as not planned
Closed as not planned
Copy link
Labels
bugSomething isn't workingSomething isn't workingideIssues related to IDEIssues related to IDEinvalidThis doesn't seem rightThis doesn't seem right
Description
Project
ide
Description
Windows Application is not running up when I run the project with dev commands.
I created new Tauri app with react.js and rustup , then it worked fine.
But when I clone the repo and try to run, it crashes.
Error Message
C:\Workspace\bittensor-mine1\cortex-ide>npm run tauri:dev
> cortex-desktop@0.1.0 tauri:dev
> tauri dev
Running BeforeDevCommand (`npm run dev`)
> cortex-desktop@0.1.0 dev
> vite
VITE v7.3.1 ready in 753 ms
➜ Local: http://localhost:1420/
Running DevCommand (`cargo run --no-default-features --features wasm-extensions,remote-ssh,image-processing --color always --`)
Info Watching C:\Workspace\bittensor-mine1\cortex-ide\src-tauri for changes...
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
Running `target\debug\cortex-gui.exe`
2026-03-25T16:23:14.941360Z INFO startup: startup: ⏱ process_start @ 0.0ms phase="process_start" elapsed_ms=0.0
2026-03-25T16:23:14.941560Z INFO startup: cortex_gui_lib: Starting Cortex Desktop with optimized startup...
2026-03-25T16:23:14.941826Z INFO startup: startup: ⏱ plugins_registered @ 0.5ms phase="plugins_registered" elapsed_ms=0.5
2026-03-25T16:23:14.942886Z INFO startup: cortex_gui_lib::cortex_storage: Session storage initialized at "C:\\Users\\Administrator\\AppData\\Roaming\\Cortex"
2026-03-25T16:23:14.943961Z INFO startup: startup: ⏱ state_registered @ 2.6ms phase="state_registered" elapsed_ms=2.6
2026-03-25T16:23:14.944044Z INFO startup: startup: ⏱ invoke_handler_building @ 2.7ms phase="invoke_handler_building" elapsed_ms=2.7
[MCP][ELEMENT_PICKER][INFO] Element picker event listeners registered
[MCP][PLUGIN][INFO] MCP Bridge plugin initialized for 'Cortex' (com.cortexlm.cortex-ide) on 127.0.0.1:9223
error: process didn't exit successfully: `target\debug\cortex-gui.exe` (exit code: 0xc0000005, STATUS_ACCESS_VIOLATION)Debug Logs
System Information
OS: Windows 11
RAM: 32GB
CPU: Core i7-12700
Node: v20.19.6Screenshots
Steps to Reproduce
- Install Rust with rustup on windows 11
- Test new Tauri app with node.js
- Clone codex repo and install node_modules and run the project.
Expected Behavior
The IDE should run as winodows app.
The console should run continuously and should work as hot reloading status.
Actual Behavior
It crashes with console error.
Attached the screenshot.
Additional Context
Now I tested branch and pull latest code on repo and tested many times but not working.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingideIssues related to IDEIssues related to IDEinvalidThis doesn't seem rightThis doesn't seem right