u/JoShMiQueL

Devin Desktop keeps crashing on me constantly, forced to use the CLI

Devin Desktop keeps crashing on me constantly, forced to use the CLI

Anyone else getting repeated crashes with Devin Desktop? It's been happening to me all the time and it's getting really frustrating. I can't get any real work done with the desktop app because it just keeps dying on me.

Because of this, I've had to fall back to the CLI, which works fine but obviously isn't the experience I signed up for.

The renderer process dies with an access violation:

2026-08-15 12:19:22.741 [error] CodeWindow: renderer process gone (reason: crashed, code: -1073741819)

-1073741819 is 0xC0000005 (ACCESS_VIOLATION). Right before the crash, the renderer log shows a use-after-dispose in the text model decorations system, triggered during a layout reset:

2026-08-15 12:01:43.348 [error] Model is disposed!: Error: Model is disposed!
    at V9._assertNotDisposed (.../workbench.desktop.main.js:671:473)
    at V9.changeDecorations (.../workbench.desktop.main.js:680:3621)
    ...
    at QDt.disposeGroups (.../workbench.desktop.main.js:24067:391145)
    at QDt.doApplyState (.../workbench.desktop.main.js:24067:390071)
    at async uD._resetLayoutToInbox (.../workbench.desktop.main.js:24067:424797)

Environment:

  • Devin Desktop Version: 3.7.25
  • Devin Desktop Commit: 7e8e528a3057dcf000527b80072c9be7ea90a08d
  • VS Code OSS Version: 1.126.0 (user setup)
  • Date: 2026-08-13T16:31:58+02:00
  • Electron: 42.2.0
  • Chromium: 148.0.7778.97
  • Node.js: 24.15.0
  • V8: 14.8.178.14-electron.0
  • OS: Windows_NT x64 10.0.26200

Has anyone run into the same issue and found a fix? Happy to share more logs or repro steps if it helps.

u/JoShMiQueL — 5 days ago