Hello there,
I have problem with updating cursor to latest version, here is the screenshots + log:
LOG (just small part): 1)Apr 25 03:05:32.853 INFO Reading directory: "D:\\Cursor\\resources\\app\\nod - Pastebin.com
Hello there,
I have problem with updating cursor to latest version, here is the screenshots + log:
LOG (just small part): 1)Apr 25 03:05:32.853 INFO Reading directory: "D:\\Cursor\\resources\\app\\nod - Pastebin.com
Can confirm. Just got this too. Windows 11.
Hey, I saw the screenshots and logs and it’s pretty clear what happened. The files inside D:\Cursor\resources were deleted fine (All files deleted), but the updater couldn’t remove the resources folder itself. It tried 11 times across 2 passes with increasing timeouts, then ended with Access is denied. That usually means some process is holding a handle on the directory.
Common causes in this situation:
cwd is inside D:\Cursor\resourcesWhat you can do:
D:\Cursor\ or subfoldersD:\Cursor\ to exclusionsservices.msc → Windows Search → Stop just for the updateD:\Cursor\.If you want to see exactly what’s holding the handle, open Process Explorer (Sysinternals), then Find → Find Handle or DLL, and type D:\Cursor\resources. It’ll show the exact process.
We’re tracking this Windows auto-updater issue on our side, but there’s no ETA for a fix yet. If a manual reinstall still doesn’t help, reply here and we’ll dig in.