Hey, thanks for the report. Error code 5 is a known issue in version 2.2.x, and the team is working on a fix.
Try these temporary workarounds:
- Launch Cursor without extensions:
cursor --disable-extensions
-
If the issue goes away, find which extension causes the crash:
Cmd+Shift+P> Developer: Open Extension Monitor -
If it doesn’t help, try disabling the GPU:
cursor --disable-gpu
For accurate diagnostics, we need logs:
Cmd+Shift+P> Developer: Open Logs Folder - send the error log fileCmd+Shift+P> Developer: Toggle Developer Tools > Console tab - a screenshot of errors when the crash happens
Similar reports: Cursor Crashing on editor prompts 70% of the time
Let me know if this helps.