claude-code - 💡(How to fix) Fix [BUG] [BUG] Claude Desktop Code section crashes on Intel UHD 630 — GPU crash + V8 OOM

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Claude Desktop Code section crashes the entire Electron app every time on Intel UHD 630 hardware.

Crash mode 1 (default launch): GPU process exits with code -1 (4294967295). Crashpad dump ~35MB. Log: GPU process gone: { reason: 'crashed', exitCode: -1 }

Crash mode 2 (with --disable-gpu): V8 heap reaches 2070MB → OOM in ~17 seconds. Log: Ineffective mark-compacts near heap limit. Allocation failed – JavaScript heap out of memory

What Should Happen?

Claude Desktop version: 1.6608.2.0 (MSIX, Windows 11 Home 25H2) Hardware: Acer Aspire TC-886, Intel Core i5-9400, Intel UHD 630 (driver 31.0.101.2141 — latest), 12GB RAM

Problem: Code section crashes the entire Electron app every time. Two crash modes:

  1. Default launch → GPU process exits code -1 (4294967295), Crashpad dump ~35MB Log: GPU process gone: { reason: 'crashed', exitCode: -1 }

  2. With --disable-gpu → V8 heap reaches 2070MB → OOM in ~17 seconds Log: Ineffective mark-compacts near heap limit. Allocation failed – JavaScript heap out of memory

Attempted fixes (all failed):

  • hardware_acceleration_mode.enabled = false in Local State
  • TdrDelay = 30 in registry
  • --disable-gpu flag
  • --js-flags="--max-old-space-size=8192"
  • Full reset: Cache, Local Storage, logs, sessiondata.vhdx
  • Intel driver already at latest version

Notes:

  • Chat section works fine
  • Code section worked once (log: VM startup complete, total time: 13639ms)
  • CoworkVMService starts correctly when launched manually
  • rootfs.vhdx (8.8GB) is intact

Error Messages/Logs

Steps to Reproduce

  1. Open Claude Desktop (MSIX version 1.6608.2.0) on Windows 11
  2. App opens normally in Chat section
  3. Click on "Code" section in left sidebar
  4. App crashes completely and closes

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

1.6608.2.0 (Claude Desktop

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING