Claude Desktop (Windows 11 Home): opening a Browser tab crashes the app instantly; relaunch requires Apps Repair + killing leftover process (1.32352.1)
Status Open
Maintainer reply None cached
Workaround ✓ Mentioned in thread ↓
Activity 6 comments · opened Aug 18, 2026
Preflight Checklist
- [x] I have searched existing issues; closest matches are #81398, #81275, #85905 (same Browser-pane crash family). Filing separately because this reproduces on a much newer build (1.32352.1 vs 1.24012.9) and the recovery path differs (Windows Apps Repair, not a full MSIX reinstall).
- [x] This is a single bug report
- [x] I am using the latest version available to me
What's Wrong?
Environment
- Claude Desktop Version 1.32352.1 (6c6aa5)
- Windows 11 Home 25H2, OS build 26200.9168, Windows Feature Experience Pack 1000.26100.344.0
Summary
Opening a Browser tab in Claude Desktop (via the Claude extension / in-app Browser pane, e.g. when a Claude Code session calls the browser tools) crashes the entire app immediately. After the crash the app cannot be relaunched at all - clicking the icon does nothing.
The only recovery that works: Windows Settings -> Apps -> Claude -> Advanced options -> Repair, then kill the leftover Claude process, after which the app starts again.
Reproduction
- Start a Claude Desktop session (Claude Code running inside the app).
- Have the session open the in-app Browser pane (preview_start / navigate).
- App crashes instantly on pane open.
- Relaunch attempts fail silently until the Repair + kill-process procedure above.
Recurrence
- Reproduced repeatedly on 2026-08-18.
- Intermittency note: in one window the pane opened successfully and survived roughly 15 navigations across multiple sites; after the pane closed between turns, reopening it crashed the app again and the crash-on-open behavior has been consistent since.
Notes
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFICis set to0on this machine, so crash/error telemetry should not be suppressed going forward.- Symptoms match the GPU-process crash pattern described in #81398 (crash on Browser pane open, app unable to relaunch afterward), which was reported against 1.24012.9 - this confirms the failure mode persists in 1.32352.1.
6 Comments
Additional finding, same machine: in-app
/feedbackis also unavailable — it reports:However, the variable's value in sessions spawned by the Desktop app is the string
"0"(i.e. "not disabled" by the documented convention), and no durable config on the machine sets it at all — verified absent from~/.claude/settings.jsonandsettings.local.json, project settings, Windows User and Machine environment scopes, HKCU\Environment registry, bash and PowerShell profiles,%APPDATA%\Claude, and the MSIX package data folder (%LOCALAPPDATA%\Packages\Claude_pzs8sxrjxfjjc).This suggests two things:
/feedbackgate treats any non-empty value as "disabled", including"0".CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=0into its Claude Code sessions.Net effect: users hit by this crash cannot report it through the in-app feedback button either, which is why this report comes via GitHub.
Confirming this is still present on 1.32885.1.0 (newer than the 1.32352.1 originally
reported here), on a near-identical environment. Second total failure within ~48 hours.
Environment
Claude_1.32885.1.0_x64__pzs8sxrjxfjjc)What happened
Triggered while Claude Code was searching for an STL file — i.e. the in-app Browser pane
was in use. The app died instantly. Afterwards the icon did nothing at all.
Unlike the first occurrence, this time neither Repair nor Reset recovered the app.
Only a full uninstall → reboot → reinstall worked.
Evidence from Windows Event Log (Application), all within 4 seconds:
Two things worth highlighting:
StoreAgentInstallFailure1(x4) — this is the Windows repair machinery itselffailing. It explains why the documented workaround (Settings → Apps → Claude →
Advanced options → Repair) no longer worked on the second occurrence. The recovery
path this issue currently recommends is not reliable.
LiveKernelEvent— no dump was written toC:\Windows\LiveKernelReports, so thisis circumstantial, but it is consistent with a display-driver reset and reinforces the
GPU-process theory in this thread.
No Crashpad reports were retained in
%APPDATA%\Claude\Crashpad\reports(empty afterreinstall), so no minidump is available.
Data loss
Reinstalling wipes
%APPDATA%\Claude\claude-code-sessions\, which is what backs the localsession list in the sidebar. All local chats disappear from the UI. The transcripts
themselves survive in
~/.claude/projects/*.jsonl, but there is no supported way tore-link them, so from the user's point of view the chats are gone — including, in my case,
the chat documenting the recovery from the first crash.
Suggestions, in order of usefulness to affected users:
single change that would let affected users keep working today.
should not leave the package unlaunchable.
claude-code-sessionsoutside the MSIX app-data scope, or restore it from thetranscripts, so that Reset/Reinstall does not destroy the session list.
標題:桌面版 Claude App 在雙顯示卡(NVIDIA + AMD)筆電上開啟 Code 分頁後穩定 GPU process 崩潰
環境資訊:
作業系統:Windows 11
筆電型號:ASUS ROG Strix G713PV
顯示卡:AMD Radeon(TM) 610M(內顯)+ NVIDIA GeForce RTX 4060 Laptop GPU(獨顯)
Claude 桌面 App 安裝方式:MSIX(Microsoft Store 封裝版)
問題描述: 點開 Code 分頁、進行一般操作(開啟瀏覽器預覽、OAuth 驗證等,非高負載操作)約數十秒到一分鐘內,App 必定崩潰。Chat/Cowork 分頁本身未受影響。
Log 內容(main.log 最後幾行,崩潰當下):
2026-08-24 12:20:18 [info] GPU process gone: {
type: 'GPU',
reason: 'crashed',
exitCode: 101457950,
serviceName: 'GPU'
}
已嘗試過的修復方式,皆無效:
透過「已安裝的應用程式 → 進階選項 → 修復」執行修復,共執行兩次,結果皆為修復成功但問題依舊
完全重新開機,並手動結束所有 Claude 相關行程後再開啟
於「設定 → 系統 → 顯示 → 圖形」中,將 Claude 手動指定為固定使用 NVIDIA GeForce RTX 4060(高效能模式),問題依舊發生,僅崩潰前存活時間略有延長
備註: 獨立安裝的 Claude Code CLI(透過 npm 安裝,路徑 AppData\Roaming\npm)完全穩定,不受此問題影響,僅桌面 App 的 Code 分頁(Electron GUI 層)會崩潰。
English version
Title: Claude Desktop App crashes with GPU process death when opening Code tab on hybrid-GPU (NVIDIA + AMD) laptop
Environment:
OS: Windows 11
Laptop: ASUS ROG Strix G713PV
GPUs: AMD Radeon(TM) 610M (integrated) + NVIDIA GeForce RTX 4060 Laptop GPU (discrete)
Install method: MSIX (Microsoft Store package)
Description: Opening the Code tab and performing normal, low-load actions (opening a browser preview, OAuth token lookup) reliably crashes the app within roughly 30–60 seconds. The Chat and Cowork tabs are unaffected.
Log excerpt (main.log, at time of crash):
2026-08-24 12:20:18 [info] GPU process gone: {
type: 'GPU',
reason: 'crashed',
exitCode: 101457950,
serviceName: 'GPU'
}
Steps already tried, none resolved the issue:
Repair via Settings → Installed apps → Advanced options → Repair, run twice, both reported success but the crash persisted
Full reboot plus force-killing all Claude-related processes before relaunch
Manually pinning Claude to the NVIDIA GeForce RTX 4060 (High performance) via Settings → System → Display → Graphics — crash still occurs, only slightly delayed
Note: The standalone Claude Code CLI (installed via npm at AppData\Roaming\npm) is completely stable and unaffected — this issue is isolated to the Desktop app's Code tab (Electron GUI layer).
I'm seeing the same crash. In my case it seems to happen specifically when a Claude Code session tries to open an external URL (browser tool / preview navigation) — the moment it tries to open the URL, the whole desktop app crashes instantly, and I have to go through Settings → Apps → Claude → Advanced options → Repair to get it working again. This has now happened repeatedly, every time a session attempts to open a URL.
Same as reported here — no workaround found besides repeating the Repair procedure each time. Would appreciate any update on root cause / fix timeline.
Confirming I'm seeing this too on Windows. Using the Browser pane (navigating to a URL) crashes the app. After the crash, it won't reopen normally - "Repair" starts and then fails with "couldn't be repaired." The crashed process doesn't show up in Task Manager until I attempt the repair, and the only way to recover is manually ending it there or not. Happens reliably, not intermittent - reproduced it again just now in a fresh session.
Adding a fully-documented reproduction with logs. Same bug, 3 crashes in one evening (2026-08-28), and I can explain the "repair hell" aftermath too.
Environment: Claude Desktop 1.37937.3 (MSIX, SignatureKind=Developer, installed via claude.ai download — NOT Microsoft Store), Windows 11 Home 10.0.26200, 32GB RAM.
Trigger (3/3 times): a Claude Code workflow subagent opened the in-app Browser pane. On the 3rd crash I personally clicked "approve" on the browser permission prompt and the app died immediately — a clean manual confirmation of the trigger.
Death signature in
%LOCALAPPDATA%\Claude\Logs\main.log(identical twice):Same exitCode as #83478 and #80444. Per-minute
[process-memory]telemetry shows nothing abnormal before death (~1.6GB tree, 18GB system free). No WER records, no Application-log errors, and the Crashpad DB is completely empty (0 bytes) — so no dumps ever get captured for this crash.Why recovery costs 30 minutes (the #84992 chain, fully logged): ~24s after each death, AppXDeploymentServer starts an auto-repair (
RegisterByPackageFullName+ForceTargetApplicationShutdown). It fails with 0x80073D02 in a retry loop (resiliency files numbered up to _13) because orphanedclaude.exeCLI runtimes and the bundledCoworkVMService(cowork-svc.exe, declared as a packaged windows.service in the AppxManifest) keep the package in use. User-visible result: "repairing…" for 12–30 min, then "couldn't repair, try again later".Workarounds verified on my machine:
claude.exe+cowork-svc.exeprocesses, then relaunch — repair passes immediately.Full AppXDeploymentServer + main.log excerpts available on request. Also: the
invalidlabel on this issue seems wrong — this is the desktop app crashing while hosting Claude Code sessions, and it kills running workflows with it.