Cursor hangs when opening some projects

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

For some projects Cursor hangs when I start it. But not for all.
If I open a folder below it works and I can browse inside the project…

Hardware Overview:

Model Name: MacBook Pro
Model Identifier: Mac15,6
Model Number: Z1AX000K5KS/A
Chip: Apple M3 Pro
Total Number of Cores: 11 (5 performance and 6 efficiency)
Memory: 36 GB
System Firmware Version: 13822.1.2

System Software Overview:

System Version: macOS 26.0.1 (25A362)
Kernel Version: Darwin 25.0.0

2025-10-16 04:04:59.806 [info] updateURL https://api2.cursor.sh/updates/api/update/darwin-arm64/cursor/1.7.46/0ef22346cc98d5e6b38dc467920fc164e4fab83f3b6aa908405378c3c07f8e80/stable
2025-10-16 04:04:59.808 [info] update#setState idle
2025-10-16 04:05:00.222 [info] [Tray] getMacOSIconPath: hasNotifications: false
2025-10-16 04:05:25.161 [error] CodeWindow: detected unresponsive
2025-10-16 04:05:29.813 [info] update#setState checking for updates
2025-10-16 04:05:30.195 [info] UpdateService onUpdateNotAvailable()
2025-10-16 04:05:30.195 [info] update#setState idle
2025-10-16 04:05:40.167 [error] [uncaught exception in main]: UnresponsiveSampleError: UnresponsiveSampleError: from window with ID 1 belonging to process with pid 64782 UnresponsiveSampleError: from window with ID 1 belonging to process with pid 64782
2025-10-16 04:05:40.168 [error] CodeWindow unresponsive samples:
<4>
at gDt (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:276:31154)
at rRu (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:276:32816)
at vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:276:32276
at dG (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:276:31592)
at nRu (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:276:32269)
at dG (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:276:31603)
at nRu (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:276:32269)
at dG (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:276:31603)
at H (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:276:25933)
at U (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:276:25902)
at vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:276:26776

Steps to Reproduce

See description

Expected Behavior

Start the app

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.7.46
VSCode Version: 1.99.3
Commit: b9e5948c1ad20443a5cecba6b84a3c9b99d62580
Date: 2025-10-14T01:21:46.830Z (2 days ago)
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Darwin arm64 25.0.0

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Some googling and found that this was the same problem as:

Hey, thanks for the report. You’re right, this looks like the same issue caused by a large chat history in state.vscdb.

How to fix on macOS:

  1. Close Cursor
  2. Delete the workspace database files:
Windows: %APPDATA%\Cursor\User\workspaceStorage
macOS: ~/Library/Application Support/Cursor/User/workspaceStorage
Linux: ~/.config/Cursor/User/workspaceStorage
  1. Restart Cursor

To preserve chat history before deleting: install the SpecStory extension and export your chats.

Let me know if this resolves the hanging issue.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.