For the past 4 days cursor has been very slow and when running commands in the terminal it crashes and uninstalls.
The version am using is the latest 0.41
For the past 4 days cursor has been very slow and when running commands in the terminal it crashes and uninstalls.
The version am using is the latest 0.41
Hi @ashleydelph
Are you using Windows?
Yes am using windows 11
me too, It keeps uninstalling itself whenever I shutdown my laptop…
Version: 0.42.2
VSCode Version: 1.93.1
Commit: c499aee5f16e67815c7dc795ff338dc8ab3e07f0
Date: 2024-10-12T05:39:54.471Z
Electron: 30.4.0
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.22631
so what’s the current solution? keep installing again and again?
Same, Windows 11 LTSC 2024 26100.2314, Cursor 0.43.5 x64
0.44.8 version seems fixed this bug.
Update :NO
still have this issue, just now it uninstalled it self after it crashed and asked me to remove the shorcut, happens every now and then, annoying as â– â– â– â–
Hey, do you remember if you had an update pending when the crash occurred?
I posted this on another thread, hope it helps.
If you’re experiencing this issue on Windows, follow these steps. In my case, the problem wasn’t directly tied to Cursor - likely system files on your system causing the issue. These steps will clean up your system and resolve underlying problems.
Uninstall Cursor (if installed):
Download the Latest Version:
Open PowerShell as Administrator:
Run the Following Commands One at a Time:
Copy and paste each command into PowerShell, pressing Enter after each to ensure it completes before proceeding to the next.
DISM /Online /Cleanup-Image /StartComponentCleanup
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
SFC /scannow
*Note: SFC /scannow is what fixed it for me, but the other commands are good to run in this instance if you’re having this issue.
As a bonus step, check your hard drive for issues. This process takes time, so consider running it before a long break.
Run CHKDSK:
Open PowerShell as Administrator (if not already open) and run:
CHKDSK C: /F /V /R /offlinescanandfix
Reboot Your Computer:
Once CHKDSK completes, restart your computer to apply any changes.
Cheers!
-Dave
Nope.
Still busted as of today, I upgraded to the newest cursor (finished the download), and have reinstalled it 3 times this week. It uninstalls when I manually close the window when I have a process running in the terminal
Using Windows 11