Hey, thanks for the report. The cursor_proclist.node warning is actually just for internal metrics and shouldn’t cause Cursor to crash - there’s likely another issue.
Please try these troubleshooting steps:
Launch with GPU disabled:
Open Command Prompt and run: cursor --disable-gpu
Disable hardware acceleration:
Create a file at: %AppData%\Cursor\User\argv.json
Add this content:
{
"disable-hardware-acceleration": true
}
Try launching Cursor normally
Try without extensions: cursor --new-window --disable-extensions
Share full logs:
Go to %AppData%\Cursor\logs\
Find the most recent log files (look for today’s date)
Share them here
Clean user data (if above steps don’t work):
Completely uninstall Cursor
Delete %AppData%\Cursor folder
Reinstall fresh
Also helpful to know: What GPU do you have, and are you running any antivirus/security software?