[BUG] [BUG] Claude Desktop Code section crashes on Intel UHD 630 — GPU crash + V8 OOM
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] 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:
- Default launch → GPU process exits code -1 (4294967295), Crashpad dump ~35MB
Log: GPU process gone: { reason: 'crashed', exitCode: -1 }
- 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
- Open Claude Desktop (MSIX version 1.6608.2.0) on Windows 11
- App opens normally in Chat section
- Click on "Code" section in left sidebar
- 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_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗