Claude Desktop MSIX crash on Intel integrated GPU during browser pane use — reproducible, no workaround available
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 version: 1.24012.9.0 (MSIX package Claude_1.24012.9.0_x64__pzs8sxrjxfjjc)
OS: Windows 10 22H2
GPU: Intel HD Graphics (single integrated GPU, no discrete GPU)
What happened:
App worked normally for two months on this machine. After a recent update (installer moved to MSIX packaging), the app started crashing repeatedly, specifically when using the internal browser pane. After a crash, the app fails to reopen, and the AppX package status becomes Modified, NeedsRemediation (confirmed via Get-AppxPackage). Only a full uninstall/reinstall temporarily restores functionality — the same crash pattern then recurs (documented on 2026-07-14 and multiple times on 2026-07-31).
Diagnostics performed:
Get-AppxPackage confirms Status: Modified, NeedsRemediation after each crash.
Windows "Repair" option and manual re-registration via Add-AppxPackage -Register do not resolve it.
Windows Event Log (Microsoft-Windows-AppXDeploymentServer/Operational) shows an automatic RepairAppRegistrationOption register attempt failing with 0x80073D02 while the app is running, ~36 minutes after a fresh install.
No crash dump or Application log entry corresponds to the browser-pane crash itself — appears to fail silently.
Mitigations attempted, unsuccessful:
Windows Graphics preference settings: not applicable, only one GPU present.
Launching Claude.exe with --disable-gpu-compositing (confirmed working for another user in #56805): blocked by Windows with "cannot access the specified device, path, or file" — WindowsApps folder access restriction persists even after icacls permission grant.
%APPDATA%\Claude\electron-flags.conf: documented as ignored by the app (per #25801).
Related issues: #81664 (same exact app version, same browser-pane crash pattern, same "won't relaunch" symptom), #80468 (GPU process crash during Chromium compositing), #56805 (confirms --disable-gpu-compositing as effective mitigation, but not exposed/reachable in MSIX build).
Request: Please expose a way to pass Chromium GPU flags (e.g. honor ELECTRON_EXTRA_LAUNCH_ARGS, or add a "Disable Hardware Acceleration" toggle in Settings) so users on integrated-GPU-only systems have a working mitigation. Currently there is no way to apply the known workaround because the MSIX package blocks direct executable access needed to launch with custom flags.
What Should Happen?
Claude Desktop should either:
Provide a supported way to disable GPU compositing/hardware acceleration on Windows (a toggle in Settings, similar to Chrome, VS Code, and Discord), so users on integrated-GPU-only systems (like Intel HD Graphics) aren't left without any mitigation when the Chromium GPU process crashes; or
Fix the underlying GPU process crash itself so it doesn't occur on integrated-GPU systems in the first place, particularly when using the internal browser pane; and
Recover gracefully from a renderer/GPU crash instead of corrupting the MSIX package registration (Status: Modified, NeedsRemediation) and requiring a full uninstall/reinstall to restore functionality.
Currently none of these are true: there's no exposed mitigation, the crash is reproducible, and each crash risks corrupting the app installation, requiring a full reinstall cycle to recover.
Error Messages/Logs
Falha na operação de Implantação AppX para o pacote Claude_1.24012.9.0_x64__pzs8sxrjxfjjc com o erro 0x80073D02. O texto do erro específico para essa falha é: erro 0x80073D02: Não é possível instalar porque os seguintes aplicativos precisam ser fechados Claude_1.24012.9.0_x64__pzs8sxrjxfjjc.
Falha na operação de Register da implantação com volume de destino C: no Pacote Claude_1.24012.9.0_x64__pzs8sxrjxfjjc de: (AppxManifest.xml) com o erro 0x80073D02.
Operação de implantação RegisterByPackageFullName iniciada em um pacote com o principal parâmetro Claude_1.24012.9.0_x64__pzs8sxrjxfjjc e Opções RepairAppRegistrationOption e 0.
Os pacotes não foram atualizados, pois os aplicativos afetados ainda estão em execução. Aplicativos em execução: {Claude_pzs8sxrjxfjjc!CLAUDE}
Steps to Reproduce
Steps to Reproduce
Install Claude Desktop on Windows 10 22H2 with a single integrated GPU (Intel HD Graphics, no discrete GPU) via the MSIX installer from claude.ai/download.
Open Claude Desktop and sign in normally.
Use the app's internal browser pane (the feature that renders web content inside the app).
The app closes immediately/unexpectedly during or shortly after this action.
Attempt to reopen Claude Desktop — the app either fails to launch, or shows the logo briefly and then closes again.
Run Get-AppxPackage Claude | Select-Object Name, Version, Status in PowerShell — it reports Status: Modified, NeedsRemediation.
Attempt to fix via Windows Settings → Apps → Claude → "Reparar" (Repair) — this does not resolve the issue.
Attempt manual re-registration:
powershell
Get-AppxPackage Claude | ForEach-Object {
Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
}
This either fails with 0x80073D02 (if the app process is still running) or completes without changing the Modified, NeedsRemediation status.
- Only a full uninstall (Get-AppxPackage Claude | Remove-AppxPackage) followed by a system reboot and clean reinstall temporarily restores functionality.
- Repeat steps 2–4 with the reinstalled app — the same crash recurs after further use of the internal browser pane.
This full cycle (crash → corrupted package status → required reinstall) has occurred at least 3 times: once on 2026-07-14, and twice more on 2026-07-31, all triggered by the same action (using the internal browser pane).
Attempted workaround (also fails, included for completeness):
powershell
$exePath = "C:\Program Files\WindowsApps\Claude_1.24012.9.0_x64__pzs8sxrjxfjjc\app\claude.exe"
Start-Process $exePath -ArgumentList "--disable-gpu-compositing"
Result: O Windows não pode acessar o dispositivo, caminho ou arquivo especificado. — the MSIX package's AppContainer restrictions block direct executable access, even after granting explicit permissions via icacls.
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.205 (bug is in Claude Desktop, not Claude Code CLI — filed here as there's no separate Desktop repo)
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Other
Additional Information
_No response_
Showing cached comments. Read the full discussion on GitHub ↗
3 Comments
Adding detailed evidence from another affected machine — same crash signature, plus the full install-corruption chain. 6 forced reinstalls in 3 days on this box.
Environment
Claude_1.26832.0.0_x64__pzs8sxrjxfjjc,SignatureKind=Developer(sideloaded from the claude.com installer). The app's telemetry reportsbuild_type: "windows-store"and the updater logsMSIX detected: windowsStore=true, source=windowsStore— it believes it is Store-managed while actually sideloaded.0x7d55. Driver was updated mid-day (32.0.101.8801 / 2026-05-11 → 32.0.101.8860 / 2026-06-24) — crashes continued after the driver update, consistent with the CIG/vk_swiftshader mechanism described in #81341 / #83130 rather than a driver defect.Crash signature (matches this issue, #81933, #81698)
Any session, fresh or old: as soon as the in-app browser pane opens (
preview_start/ navigate / screenshot), within ~30 s the GPU process dies and the whole window collapses. From%APPDATA%\Claude\logs\main.log:Occurrences on 2026-08-07 (PDT): 09:13:29, 09:49:26 (exit 34), 14:55:49, 15:15:05 (exit 0x060C201E), plus several on Aug 5–6. Each is preceded in the log by
[WarmLifecycle:preview] Warming up session …. No TDR / display-driver reset events in the Windows System log at any crash time; not memory pressure (~2.3 GB Electron tree RSS, 22 GB system RAM free). The local Crashpadreportsfolder is empty, so dumps were presumably uploaded — Sentry user id84df0746-b33f-4043-bd6d-e194f7da9e35should locate them server-side at those timestamps. Notably, this machine's AppXDeploymentServer log also showsvk_swiftshader_icd.jsonin an orphaned-hardlink warning (event 1230) — the same component #81341 / #83130 identify.Corruption chain after each crash (matches #83932)
On next launch Windows shows "This app can't open — try repairing it"; Repair always fails:
0x80070057) — Repair is structurally impossible for this sideloaded Developer-signed package0x80073CFA— "the PreserveApplicationData flag can only be used on a package that was deployed in development mode" (7+ occurrences across v1.25927/1.26832)0x80073D02with "Deployment aborts due to active service Claude_pzs8sxrjxfjjc!Claude" (CoworkVMService/tray processes still resident during the swap)Requests
electron-flags.conf.PreserveApplicationDatawhen removing non-dev-mode packages; terminate app processes and CoworkVMService before the package swap instead of deferring registration under a live instance; reconcile thewindows-storeself-identification with the actual sideloaded signature so the Repair path can work.Current workarounds on this machine:
HKLM\SOFTWARE\Policies\Claude→disableAutoUpdates=1(stopped the corruption loop), avoiding the in-app browser pane entirely (sessions are told to use the Chrome extension instead), and re-registering the package manifest instead of reinstalling.Additional data point — same crash on a different integrated GPU family and a
newer app version, still reproducing after a full driver update, with crash
artifacts that the original report describes as absent.
Environment
Claude_pzs8sxrjxfjjc)11th Gen Intel(R) Core(TM) i7-1195G7 @ 2.90GHz
Name : Intel(R) Iris(R) Xe Graphics
DriverVersion : 32.0.101.7088
DriverDate : 17/06/2026 2:00:00
The original report is on Intel HD Graphics, so this is not limited to one
integrated GPU family.
Stale driver ruled out. The crash first occurred on driver 30.0.100.9864
(2021-08-20). I updated the graphics driver and all other system drivers, then
retested: the crash still reproduces on the current driver.
Trigger — narrower than "browser pane"
Reproducible on demand via the Claude Code preview pane. Note the preview
server is spawned by the app itself, not manually by me:
The app dies ~15s after the server starts. Issuing the same request to Claude
Code reproduces the crash reliably.
Crash artifacts DO exist here
The original report states no crash dump or log entry corresponds to this crash.
In my case both exist:
Crashpad\reports\32239b47-...-d54de337dfc8.dmp,35,419,952 bytes.
logs\main.logends mid-session on an explicit GPU process crash:Notes that may help narrow the cause
app's own instrumentation 9 seconds before the crash.
navigatePreviewfailed with an empty error string ~10s before the GPUprocess died. The server was confirmed HTTP-responsive at that point, so this
is not a connection failure. The empty error may be worth investigating on its
own — it suggests the navigation failure is swallowed rather than handled.
Get-AppxPackagereportsStatus: Okafter the crash. I did not hit theModified, NeedsRemediationpackage corruption from the original report, sothat looks like a separate or version-specific failure mode.
mcp-server-*.logfiles exist at all.handling the exception before WER sees it.
Severity: no usable workaround
Because the preview server is spawned by the app, avoiding the preview pane
manually does not prevent the crash, and opening the same URL in an external
browser does not help — the app dies regardless. On projects with a preview
server configured, Claude Desktop is unusable, and MSIX offers no reachable way
to disable GPU compositing as a mitigation. This makes the toggle requested in
the original report the difference between a workaround existing and not.
<html>
<body>
<!--StartFragment--><html><head></head><body><h1>Claude Desktop browser-pane crash — GitHub issue draft</h1>
<p><strong>Prepared:</strong> 2026-08-08</p>
<h2>Comment body</h2>
<p>Adding a corroborating data point that <strong>contradicts the Intel-integrated-GPU framing</strong> of this issue.
Same failure chain — browser-pane crash → package <code>Modified, NeedsRemediation</code> → Windows Repair fails →
reinstall-only recovery — but on a <strong>discrete NVIDIA RTX 5060 Ti</strong> and on a <strong>newer build (1.26832.0.0)</strong>
than the reports here. This matches #82967 (RTX 4070 Ti) and #83478 / #80444, which all show the same
GPU-process crash exit code <code>101457950</code> (<code>0x060C201E</code>). The GPU class is not the differentiator.</p>
<p><strong>Environment</strong></p>
<ul>
<li>Claude Desktop <strong>1.26832.0.0</strong> (MSIX; install location <code>Claude_1.26832.0.0_x64__pzs8sxrjxfjjc</code>, package family <code>pzs8sxrjxfjjc</code>), installed from the standalone Win32 installer</li>
<li>Windows 11 Pro, build 26100</li>
<li>CPU: Ryzen 7 4700LE (8c/16t), 16 GB RAM, ~91% free SSD</li>
<li>GPU: NVIDIA GeForce RTX 5060 Ti (discrete, sole display controller), driver 32.0.15.9649 (2026-05-04)</li>
</ul>
<p><strong>Symptom / trigger</strong></p>
<ul>
<li>Crash occurs the instant the in-app Browser pane opens to render a site.</li>
<li><strong>Not connector-specific</strong>: the Webflow connector was disconnected and the app still crashed on the next browser-pane open. (Webflow previews render through the same pane, which is why it originally looked connector-related.)</li>
<li><strong>Same build "works then crashes"</strong>: the app ran fine overnight, then crashed on the first browser-pane render in the morning. A reinstall installed the <em>same</em> build (1.26832.0.0) and it crashed again the same day — so this is not a bad-install or version-regression artifact; it points at a page-content / render-path trigger.</li>
</ul>
<p><strong>Confirmed on-demand reproduction (2026-08-08)</strong>
Opening a site in the in-app Browser pane crashed the app instantly and left the package corrupted. Captured live immediately afterward:</p>
<pre><code>Name : Claude
Version : 1.26832.0.0
Status : Modified, NeedsRemediation
InstallLocation : C:\Program Files\WindowsApps\Claude_1.26832.0.0_x64__pzs8sxrjxfjjc
</code></pre>
<p>This is a clean "open pane → instant crash → NeedsRemediation" repro on the current build, not a stale/one-off corruption.</p>
<p><strong>Corruption + recovery</strong></p>
<ul>
<li>Multiple independent browser-pane crashes across the day (morning, ~5:36 PM, and the confirmed reproduction above), each flipping the package to <code>Modified, NeedsRemediation</code>.</li>
<li>Windows Settings → Repair did nothing — <strong>even with all Claude processes force-killed first</strong>.</li>
<li>The only thing that restored launchability: <code>Remove-AppxPackage</code> + deleting <code>%LOCALAPPDATA%\Claude</code>, <code>%APPDATA%\Claude</code>, <code>%LOCALAPPDATA%\AnthropicClaude</code>, <code>SquirrelTemp</code> + reboot + fresh install.</li>
</ul>
<p><strong>Diagnostics gap (notable — makes this hard to self-triage)</strong></p>
<ul>
<li><strong>No crash artifacts for <code>claude.exe</code></strong>: no AppCrash / Event ID 1000, no faulting module, no Crashpad dump under <code>%APPDATA%\Claude</code> or <code>%LOCALAPPDATA%\Claude</code>. The process exits without Windows classifying it as a crash — consistent with an Electron GPU/child-process death triggering an orderly main-process shutdown.</li>
<li>System log has <strong>zero</strong> Resource-Exhaustion-Detector events; system memory never ran out. (A single <code>RADAR_PRE_LEAK_64</code> memory-growth heuristic fired for claude.exe at 1:48 AM, but that is a warning, not the crash.)</li>
<li>The only WER artifacts are <strong>AppHangB1 on the installer stub</strong> (<code>Claude Setup*.exe</code>) — i.e., the <em>reinstall</em> hanging, not the app crashing. Minidumps for those exist and can be shared on request.</li>
<li>The Claude-for-Chrome extension bridge (<code>chrome-native-host.log</code>, named pipe <code>claude-mcp-browser-bridge</code>) is completely clean throughout — the failure is isolated to the <strong>in-app</strong> pane, not the extension.</li>
</ul>
<p><strong>What would help (echoing #83028 / #82967)</strong></p>
<ol>
<li>Contain GPU/renderer crashes to the webview instead of taking down the host process and corrupting the MSIX registration (graceful crash frame / reload, not a fatal exit).</li>
<li>Expose a <strong>"Disable hardware acceleration"</strong> toggle. MSIX AppContainer blocks passing <code>--disable-gpu*</code> / <code>--disable-gpu-compositing</code> flags to the executable, so an in-app setting or config file is the only viable lever for affected users.</li>
</ol>
<p>Happy to attach the installer-hang minidumps or run a diagnostic build.</p>
<hr>
<h2>Related issues (confirmed via search, 2026-08-08)</h2>
Issue | What it reports | GPU | Status
-- | -- | -- | --
#83028 | Browser-pane crash → NeedsRemediation → Repair fails → reinstall; framed Intel-integrated-only | Intel HD (integrated) | Open, no maintainer reply
#82967 | In-app Browser tool crashes GPU process, corrupts MSIX; exit 0x060C201E; trigger tied to preview-screenshot capture | RTX 4070 Ti (discrete) | Open, no maintainer reply
#83478 | "GPU process gone… exitCode 101457950" during live browser preview kills host; WebGL: INVALID_ENUM | — | Open, no maintainer reply
#80444 | Fatal GPU-process crash 0x060C201E via in-app Browser tab; MSIX unlaunchable (appxState=2) until Repair | — | Open
#81664 | Repeated browser-pane screenshot crashes, then relaunch failure | — | Open
#81159 | GPU-process crash 101457950 corrupts MSIX on in-page browser action, Win11 | — | Open
<p><strong>Note:</strong> #83403 (which prior notes labeled as the "Cloudflare Turnstile" crash) actually resolves to a
<em>separate</em> bug about crashing near the 5-hour usage limit. A Turnstile-specific browser-pane crash may
exist under a different number — verify before citing it.</p></body></html><!--EndFragment-->
</body>
</html># Claude Desktop browser-pane crash — GitHub issue draft
Prepared: 2026-08-08
Where to post this
Recommended: add as a comment on [#83028](https://github.com/anthropics/claude-code/issues/83028).
That issue is framed as Intel-integrated-GPU-specific, and your machine (discrete RTX 5060 Ti)
is a clean counterexample that breaks that framing — the most useful thing you can contribute is the
data point that the GPU class is not the differentiator.
It is equally valid as a comment on [#82967](https://github.com/anthropics/claude-code/issues/82967)
(already a discrete NVIDIA RTX 4070 Ti report, same exit code
0x060C201E) or[#83478](https://github.com/anthropics/claude-code/issues/83478) (GPU process gone, exit
101457950).All three are the same root cause. File a new issue only if a maintainer asks you to split it out.
The comment below is written to work as-is on #83028. Swap the first paragraph's cross-links if you post elsewhere.
---
Comment body (copy-paste)
Adding a corroborating data point that contradicts the Intel-integrated-GPU framing of this issue.
Same failure chain — browser-pane crash → package
Modified, NeedsRemediation→ Windows Repair fails →reinstall-only recovery — but on a discrete NVIDIA RTX 5060 Ti and on a newer build (1.26832.0.0)
than the reports here. This matches #82967 (RTX 4070 Ti) and #83478 / #80444, which all show the same
GPU-process crash exit code
101457950(0x060C201E). The GPU class is not the differentiator.Environment
Claude_1.26832.0.0_x64__pzs8sxrjxfjjc, package familypzs8sxrjxfjjc), installed from the standalone Win32 installerSymptom / trigger
Confirmed on-demand reproduction (2026-08-08)
Opening a site in the in-app Browser pane crashed the app instantly and left the package corrupted. Captured live immediately afterward:
This is a clean "open pane → instant crash → NeedsRemediation" repro on the current build, not a stale/one-off corruption.
Corruption + recovery
Modified, NeedsRemediation.Remove-AppxPackage+ deleting%LOCALAPPDATA%\Claude,%APPDATA%\Claude,%LOCALAPPDATA%\AnthropicClaude,SquirrelTemp+ reboot + fresh install.Diagnostics gap (notable — makes this hard to self-triage)
claude.exe: no AppCrash / Event ID 1000, no faulting module, no Crashpad dump under%APPDATA%\Claudeor%LOCALAPPDATA%\Claude. The process exits without Windows classifying it as a crash — consistent with an Electron GPU/child-process death triggering an orderly main-process shutdown.RADAR_PRE_LEAK_64memory-growth heuristic fired for claude.exe at 1:48 AM, but that is a warning, not the crash.)Claude Setup*.exe) — i.e., the reinstall hanging, not the app crashing. Minidumps for those exist and can be shared on request.chrome-native-host.log, named pipeclaude-mcp-browser-bridge) is completely clean throughout — the failure is isolated to the in-app pane, not the extension.What would help (echoing #83028 / #82967)
--disable-gpu*/--disable-gpu-compositingflags to the executable, so an in-app setting or config file is the only viable lever for affected users.Happy to attach the installer-hang minidumps or run a diagnostic build.
---
Related issues (confirmed via search, 2026-08-08)
| Issue | What it reports | GPU | Status |
|---|---|---|---|
| [#83028](https://github.com/anthropics/claude-code/issues/83028) | Browser-pane crash → NeedsRemediation → Repair fails → reinstall; framed Intel-integrated-only | Intel HD (integrated) | Open, no maintainer reply |
| [#82967](https://github.com/anthropics/claude-code/issues/82967) | In-app Browser tool crashes GPU process, corrupts MSIX; exit
0x060C201E; trigger tied to preview-screenshot capture | RTX 4070 Ti (discrete) | Open, no maintainer reply || [#83478](https://github.com/anthropics/claude-code/issues/83478) | "GPU process gone… exitCode 101457950" during live browser preview kills host;
WebGL: INVALID_ENUM| — | Open, no maintainer reply || [#80444](https://github.com/anthropics/claude-code/issues/80444) | Fatal GPU-process crash
0x060C201Evia in-app Browser tab; MSIX unlaunchable (appxState=2) until Repair | — | Open || [#81664](https://github.com/anthropics/claude-code/issues/81664) | Repeated browser-pane screenshot crashes, then relaunch failure | — | Open |
| [#81159](https://github.com/anthropics/claude-code/issues/81159) | GPU-process crash
101457950corrupts MSIX on in-page browser action, Win11 | — | Open |Note: #83403 (which prior notes labeled as the "Cloudflare Turnstile" crash) actually resolves to a
separate bug about crashing near the 5-hour usage limit. A Turnstile-specific browser-pane crash may
exist under a different number — verify before citing it.