philkuz
(Phillip Kuznetsov)
1
Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Cursor crashes on open, no message, just force quits. I’m using remote extension
I’m not even sure how to get out of this state. I think i’m gonna have to delete whatever app data I have.
Steps to Reproduce
open cursor
Crash cursor
Operating System
MacOS
Version Information
its so ■■■■■■ i can’t even get the version, it’s probably Version: 2.5.26
Does this stop you from using Cursor
Yes - Cursor is unusable
philkuz
(Phillip Kuznetsov)
3
It stopped crashing when I deleted the application data
rm -rf ~/Library/Application\ Support/Cursor
deanrie
(Dean Rie)
5
Hey, glad you got it sorted out. Deleting ~/Library/Application\ Support/Cursor is a solid fix, but next time you can try a less drastic approach:
- First, try launching Cursor without extensions:
cursor --disable-extensions
- If that doesn’t help, delete only the workspace state instead of the whole directory:
rm -rf ~/Library/Application\ Support/Cursor/User/workspaceStorage
A full rm -rf works, but it wipes all settings and chat history. Doing it step by step helps you keep what you can.
philkuz
(Phillip Kuznetsov)
6
i never installed cursor cli so this was not an option for me, but i’ll keep workspaceStorage in mind if i see this again