Serious crash bug in the IDE latest

Hey, this is a known crash code. -1073741819 is 0xC0000005 (an access violation on Windows). A few things to try:

  1. Turn off hardware acceleration. Open Cursor, press Ctrl + Shift + P, type Configure Runtime Arguments, add "disable-hardware-acceleration": true in the JSON file, then restart Cursor.

  2. Update your GPU drivers. Outdated graphics drivers often cause renderer crashes like this.

  3. Test without extensions. Run cursor --disable-extensions from 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.