claude-code - 💡(How to fix) Fix [BUG] Cold-start AppHangXProcB1 on Win 11 Home 25H2 — "YukonSilver not supported" + Claude Code binary not found [1 comments, 2 participants]

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…
GitHub stats
anthropics/claude-code#54870Fetched 2026-05-01 05:52:14
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Timeline (top)
labeled ×5commented ×1

Error Message

========== From %APPDATA%\Claude\logs\main.log ==========

2026-04-29 12:33:43 [info] [warm] Skipping VM warm download - YukonSilver not supported (Cowork를 사용하려면 최신 설치 프로그램으로 Claude Desktop을 설치해야 합니다)

error: ReferenceError: Claude Code native binary not found at C:\Users<USER>\AppData\Roaming\Claude\claude-code\2.1.121\claude.exe. Please ensure Claude Code is installed via native installer or specify a valid path with options.pathToClaudeCodeExecutable. at onErrorNT (node:internal/child_process:508:16) at process.processTicksAndRejections (node:internal/process/task_queues:90:21)

[info] Navigation to https://claude.ai/api/challenge_redirect?to=https%3A%2F%2Fclaude.ai%2Fepitaxy failed with status code 403 [info] Turnstile iframe detected. Removing error overlay. [info] Navigation to https://claude.ai/ failed with status code 403

========== From Windows Event Log (Application) ==========

Event Type: AppHangXProcB1 (cross-process hang) Provider: Windows Error Reporting Subject process: claude.exe (versions 1.5220.0.0 and 1.5354.0.0) Frequency: 17 occurrences in 7 days

Also recorded: RADAR_PRE_LEAK_64 on ccSvcHst.exe (SEP) — likely environmental, not caused by Claude.

Root Cause

Also recorded: RADAR_PRE_LEAK_64 on ccSvcHst.exe (SEP) — likely environmental, not caused by Claude.

Code Example

========== From %APPDATA%\Claude\logs\main.log ==========

2026-04-29 12:33:43 [info] [warm] Skipping VM warm download - YukonSilver not supported (Cowork를 사용하려면 최신 설치 프로그램으로 Claude Desktop을 설치해야 합니다)

error: ReferenceError: Claude Code native binary not found at C:\Users\<USER>\AppData\Roaming\Claude\claude-code\2.1.121\claude.exe. Please ensure Claude Code is installed via native installer or specify a valid path with options.pathToClaudeCodeExecutable.
    at onErrorNT (node:internal/child_process:508:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:90:21)

[info] Navigation to https://claude.ai/api/challenge_redirect?to=https%3A%2F%2Fclaude.ai%2Fepitaxy failed with status code 403
[info] Turnstile iframe detected. Removing error overlay.
[info] Navigation to https://claude.ai/ failed with status code 403

========== From Windows Event Log (Application) ==========

Event Type: AppHangXProcB1 (cross-process hang)
Provider: Windows Error Reporting
Subject process: claude.exe (versions 1.5220.0.0 and 1.5354.0.0)
Frequency: 17 occurrences in 7 days

Also recorded: RADAR_PRE_LEAK_64 on ccSvcHst.exe (SEP) — likely environmental, not caused by Claude.
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 hangs frequently with AppHangXProcB1 (cross-process hang) on cold-start scenarios — boot, new session, or after idle. 17 hangs in 7 days. A coworker on Windows 11 Pro with the same workflow shows 0 hangs in 90 days.

main.log reveals three concurrent issues that may compound to exceed Windows' 5-second hang threshold:

  1. "YukonSilver not supported" — Cowork VM warm download is skipped with a Korean error message saying "the latest installer is required" (user is already on the latest official installer).

  2. "Claude Code native binary not found" ReferenceError — fired even though the binary exists at the exact reported path and is currently running. Appears to be a path-resolution race condition.

  3. 403 + Cloudflare Turnstile loop on every Desktop launch — https://claude.ai/api/challenge_redirect and https://claude.ai/ both return 403 with Turnstile challenge.

The hang pattern: Claude works briefly (~1-2 min after cold start) then hangs. Active sessions that have been continuously used do not hang.

What Should Happen?

Claude Desktop should:

  1. Detect unsupported environments at startup and run gracefully in chat-only mode without repeatedly attempting Cowork/VM init.
  2. Resolve the Claude Code binary path correctly without false "not found" errors when the binary exists and is running.
  3. Not exceed the Windows 5-second hang threshold during cold-start or new-session scenarios on supported Windows builds.
  4. Provide a clear UI path for users to diagnose/disable problematic features like Cowork on incompatible setups (Windows 11 Home, etc.).

Error Messages/Logs

========== From %APPDATA%\Claude\logs\main.log ==========

2026-04-29 12:33:43 [info] [warm] Skipping VM warm download - YukonSilver not supported (Cowork를 사용하려면 최신 설치 프로그램으로 Claude Desktop을 설치해야 합니다)

error: ReferenceError: Claude Code native binary not found at C:\Users\<USER>\AppData\Roaming\Claude\claude-code\2.1.121\claude.exe. Please ensure Claude Code is installed via native installer or specify a valid path with options.pathToClaudeCodeExecutable.
    at onErrorNT (node:internal/child_process:508:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:90:21)

[info] Navigation to https://claude.ai/api/challenge_redirect?to=https%3A%2F%2Fclaude.ai%2Fepitaxy failed with status code 403
[info] Turnstile iframe detected. Removing error overlay.
[info] Navigation to https://claude.ai/ failed with status code 403

========== From Windows Event Log (Application) ==========

Event Type: AppHangXProcB1 (cross-process hang)
Provider: Windows Error Reporting
Subject process: claude.exe (versions 1.5220.0.0 and 1.5354.0.0)
Frequency: 17 occurrences in 7 days

Also recorded: RADAR_PRE_LEAK_64 on ccSvcHst.exe (SEP) — likely environmental, not caused by Claude.

Steps to Reproduce

  1. Install Claude Desktop on Windows 11 Home 25H2 (Build 26200.x).
  2. Have corporate security software active (Symantec Endpoint Protection + Korean enterprise DRM such as SoftCamp Document Security Client).
  3. Reboot the PC.
  4. Wait until login.
  5. Launch Claude Desktop (or let it auto-start).
  6. Either: a) Wait 30+ seconds without interacting, then start a chat → hang b) Start chatting briefly (~1-2 min), then open a new session → hang c) After cold-starting, click anywhere requiring Code spawn → hang
  7. Windows Event Log shows AppHangXProcB1 events.

Active sessions that have been continuously used do NOT hang. The issue is specifically cold-start / first-IPC scenarios.

Claude Model

Opus

Is this a regression?

No, this never worked

Last Working Version

No response

Claude Code Version

2.1.121 (Claude Code)

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

Environment

ItemValue
OSWindows 11 Home 25H2 (Build 26200.8246)
HardwareLG gram 15Z90Q-GA5HK / Intel i5-1240P / 16GB RAM / NVMe SSD
Claude Desktop1.5354.0.0 (also reproduced on 1.5220.0.0)
Claude Code2.1.121
Domain StatusNot domain-joined (WORKGROUP)
Windows Install Age503 days (stable, no recent format)
Corporate SecuritySymantec Endpoint Protection 14.3.7393.4000, SoftCamp Document Security Client 5.0
Active Filesystem Minifilters19 (incl. SCShield, BHDrvx64, SymEvnt, SRTSP, SymEFASI, PISecSmartDrv, FileCrypt, CldFlt)

Boot Timeline (security tools come online over ~3.5 minutes)

extent analysis

TL;DR

The most likely fix for the Claude Desktop hangs is to address the concurrent issues of "YukonSilver not supported", "Claude Code native binary not found", and the 403 + Cloudflare Turnstile loop, which may be causing the application to exceed the Windows 5-second hang threshold.

Guidance

  • Investigate the "YukonSilver not supported" error and consider implementing a check at startup to detect unsupported environments and run in chat-only mode.
  • Resolve the path-resolution race condition causing the "Claude Code native binary not found" error, potentially by ensuring the binary path is correctly resolved before attempting to use it.
  • Address the 403 + Cloudflare Turnstile loop by verifying the API requests and challenge redirects, and consider implementing a retry mechanism or error handling to prevent the application from hanging.
  • Review the Windows Event Log and security software configurations to ensure they are not contributing to the issue.

Example

No code snippet is provided as the issue is more related to configuration and environment rather than a specific code problem.

Notes

The issue seems to be specific to the Windows 11 Home environment and the combination of corporate security software and Korean enterprise DRM. Further investigation is needed to determine the root cause and implement a fix.

Recommendation

Apply a workaround to address the concurrent issues, such as implementing a check for unsupported environments, resolving the path-resolution race condition, and addressing the 403 + Cloudflare Turnstile loop. This should help prevent the application from hanging and provide a better user experience.

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