Hey, this is a known crash with error code -1073741819. A few things to try:
-
Disable hardware acceleration: add
"disable-hardware-acceleration": truetoargv.json. Open it viaCtrl+Shift+P→ “Preferences: Configure Runtime Arguments”. Save and restart Cursor. -
Update your GPU drivers. Outdated or buggy video drivers often cause this exact crash.
-
Check for an OTEL memory leak:
Ctrl+Shift+P→ Developer: Toggle Developer Tools → Console. If you see[otel.error]orOTLPExporterError, that is a known memory leak that can lead to crashes. -
Rule out extensions: try launching with
cursor --disable-extensionsand see if it still crashes. -
Watch memory usage:
Ctrl+Shift+P→ Developer: Open Process Explorer. If the renderer gets close to 3,5 GB, that is likely the trigger.
Similar report with the same error code: Cursor keeps crashing with code ‘-1073741819’
Let me know what helped (or didn’t). It’ll help narrow down the cause.