Version: 0.46.4 keep on crashing on Mac Sequoia

Version: 0.46.4
VSCode Version: 1.96.2
Commit: db71624816f6d52f6e54f47c37cdc7df23e22620
Date: 2025-02-25T07:28:07.050Z (5 hrs ago)
Electron: 32.2.6
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.3.0

macos 15.3.1 (24D70) Sequoia

using either Ask or Agent

Error: The window terminated unexpectedly (reason: ‘crashed’, code: ‘5’)

What is the easiest way to revert to the previous version?

Please provide a link to previous installers 0.45.11 or similar that were working well.

1 Like

I came here to make the same post

Version: 0.46.5
VSCode Version: 1.96.2
Commit: 9fa6e431b47f723d1bac24802102dd2fd8ea72b0
Date: 2025-02-26T04:22:42.605Z
Electron: 32.2.6
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.3.0

Hardware Overview:

Model Name: MacBook Air
Model Identifier: Mac14,15
Model Number: G18U6LL/A
Chip: Apple M2
Total Number of Cores: 8 (4 performance and 4 efficiency)
Memory: 24 GB
System Firmware Version: 11881.81.4
OS Loader Version: 11881.81.4
Serial Number (system): DDH6T4JDWN
Hardware UUID: 0DD5F0E3-F6E0-517A-8AE0-DB8089AFF9C9
Provisioning UDID: 00008112-000A203C3607401E
Activation Lock Status: Enabled

1 Like

The pain of use is still better than giving up 3.7 thinking when opening up on a new segment of the backlog or 3.7 when linting… three days ago these did not exist and today I cannot code without them. I would just quit for a day if they went down and go enjoy my kid.

@danperks this is pretty frustrating to to have any viz on. When I crash I loose the last 90 seconds or so of chat context (file changes are kept) and on 3.7 thinking I eat a sizable number of thinking tokens that aren’t exactly given back by Cursor.

The software isn’t unusable but it’s a major productivity hit to know every 5-20 minutes I’m going to get a crash code 5 with an apology…

1 Like

Just crashed again…

And again…

1 Like

Okay easy fix. It’s just a corrupted workspace.
@bitcoinvsalts @jleni @Charl-mol

You have two options in the terminal

  1. Nuke it from orbit
    rm -rf ~/Library/Application\ Support/Cursor/User/workspaceStorage

  2. Drop just your project workspace profile

cd /path/to/your/project
rm -rf .vscode

Either way, next time you open your project, the crashes will be gone.

1 Like

Ah, brilliant! Thank you so much! It seems to have solved the problem! I chose option 1, and my Cursor is back to normal again :sunny:

1 Like

Yeah i’m up hacking at code at 3am now because I’m so happy to be running full speed again.

BTW - the ChatGPT 4.5 agent is also pretty legit. Different vibe but it’s a solid compliment to Claude 3.7

You can dive in now that you’r running again!

Wow - time to go to bed - lol. I have not tried GTP4.5 - will have a look. I tried claude-3.7, but my initial experience was not good - it broke a whole lot of working code. But - I will give it a go again. Thanks again for your help!