Open kevingatera opened 7 months ago
With version .41.3 I can't find those lines in main.js to try this fix. Has anyone got the new version running on Windows without admin rights?
I do not have those lines of code in my main.js file also. Is there any update here?
For me it worked, but I've also stayed on the old version. As this is a minified version, you'll need to watch out for a substring like execSync)(
to catch the error.
1) If you can, please include a screenshot of your problem
2) Please include the name of your operating system Windows 11
3) If you can, steps to reproduce are super helpful
The issue occurs because Cursor attempts to query the registry for the MachineGuid even when running without admin privileges, causing a crash when registry editing is disabled.
Temporary fix: in the file "%AppData%\Local\Programs\cursor\resources\app\out\vs\code\electron-main\main.js"
Then update the d object: