Hey, this is a known crash code. -1073741819 is 0xC0000005 (an access violation on Windows). A few things to try:
-
Turn off hardware acceleration. Open Cursor, press
Ctrl + Shift + P, typeConfigure Runtime Arguments, add"disable-hardware-acceleration": truein the JSON file, then restart Cursor. -
Update your GPU drivers. Outdated graphics drivers often cause renderer crashes like this.
-
Test without extensions. Run
cursor --disable-extensionsfrom the command line to rule out a broken extension.
Also, what GPU do you have, and do other apps crash in a similar way (Chrome tabs, etc.)?
A similar report is discussed here: Cursor keeps crashing with code “-1073741819”
Let me know if any of these steps helped.