Serious crash bug in the IDE latest

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

this damn crash happens everytime i send a prompt to the agent in loop when model start generating it crashes and show like this

Steps to Reproduce

this damn crash happens everytime i send a prompt to the agent

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

IDE 2.4.31

Additional Information

this damn crash happens everytime i send a prompt to the agent

Does this stop you from using Cursor

Yes - Cursor is unusable

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.

same issue that did not work at all {

*// Use software rendering instead of hardware accelerated rendering.*

*// This can help in cases where you see rendering issues in VS Code.*

*// "disable-hardware-acceleration": true,*



*// Allows to disable crash reporting.*

*// Should restart the app if the value is changed.*

"enable-crash-reporter": true,

"disable-hardware-acceleration": true,

*// Unique id used for correlating crash reports sent from this instance.*

*// Do not edit this value.*

"crash-reporter-id": "1967643b-6877-40ed-b07f-db74199f578c"

} even my nvidia driver is at lastest update

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.