Cursor IDE just does not load

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

It started to happen around a month ago, first of all, the Cursor IDE became super slow, I’ve reloaded the window as usual, but the window was just blank. I can see the file names, but everything just loads infinitely, no extensions, no terminal, nothing works. Reload the window does not help.
Sometimes it just resolves by itself after waiting for really long time, I’ve tried to reinstall and clean the data, but nothing really helps, and it becomes really annoying to work with Cursor.

No info in output, problems or whatsoever.
If I try to ask something in the Cursor window, it just infinitely plans the next move.

Steps to Reproduce

Just use the Cursor IDE

Expected Behavior

It should just work?

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Cursor settings does not open

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, this is a known bug: ERROR_EXTENSION_HOST_TIMEOUT. The extension host can’t finish initializing, and the agent ends up stuck on “planning next move”. On macOS it happens more often, especially after 3.2.11. I can’t share an ETA for a fix yet.

What you can try right now:

  1. Logout + login: one user with the same symptom said this was the only thing that helped after reinstall didn’t work. Cursor Settings → Sign out, then sign in again. Windows loading - nothing works
  2. Reset cache: close Cursor, rename or delete ~/.cursor (you can back it up first), then start Cursor and log in again.
  3. Start without extensions: from Terminal run cursor --disable-extensions. This helps confirm if a specific extension is causing it.
  4. Downgrade: if nothing helps, manually install the previous stable version while the issue is active.

To debug faster, please share:

  • macOS version Apple menu → About This Mac and Cursor version Help → About if Settings won’t open
  • Help → Toggle Developer Tools → Console and the first errors that show up when the window loads
  • ~/Library/Application Support/Cursor/logs/ content, especially the latest main.log
  • If you use MCP: cat ~/.cursor/mcp.json

Related threads you can follow for updates:

Let me know which step worked.