[BUG] Cowork not functional due to VMD

Resolved 💬 1 comment Opened Apr 16, 2026 by utrechtsedev Closed May 26, 2026

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?

What's Wrong?

Claude's workspace (Cowork VM) fails to start on HP EliteBook X G1i 14" (Intel Core Ultra, "Next Gen AI PC"). The underlying cause is that the entire Hyper-V virtualization stack is non-functional on this machine, not just Cowork. WSL2 and Windows Sandbox fail with the same root error (0xc03a0014). This persists across a completely fresh Windows 11 Pro installation.
The root cause appears to be Intel VMD (Volume Management Device) preventing the Hyper-V storage and bus virtualization drivers from initializing. HP does not expose a VMD toggle in the BIOS on this model.
Environment

Hardware: HP EliteBook X G1i 14" Notebook Next Gen AI PC
CPU: Intel64 Family 6 Model 189 Stepping 1 (Core Ultra)
BIOS: HP X90 Ver. 01.04.01 (06/03/2026)
OS: Windows 11 Pro (fresh install, reproduced across two separate installs)
Claude Desktop: v1.2581.0.0

Error chain
Initial error from Claude UI:
Failed to start Claude's workspace
failed to set session disk path: session disk not found:
C:\Users\<user>\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\sessiondata.vhdx
After manually placing sessiondata.vhdx (created on a different machine, see below), the error advances to:
HCS operation failed: failed to create compute system:
HcsWaitForOperationResult failed with HRESULT 0x80070003
'cowork-vm-<id>' Microsoft VmBus (Instance ID D41A1872-3740-41CE-A1EE-4522AB82F991):
Failed to initialize with error 'The system cannot find the path specified.' (0x80070003)
Diagnosis: Hyper-V stack is entirely absent
None of the core Hyper-V drivers load, despite all optional features being enabled and the .sys files being present ```
in C:\Windows\System32\drivers\:
powershellPS> sc query vmbus # returns nothing
PS> sc query vsmb # returns nothing
PS> sc query storvsp # returns nothing
PS> sc query vhdmp # returns nothing
PS> driverquery /v | findstr /i "vmbus vsmb storvsp vhdmp"

no output

Any attempt to create a VHDX on this machine fails with:
A virtual disk support provider for the specified file was not found. (0xC03A0014)
This affects New-VHD, diskpart create vdisk, Disk Management GUI (diskmgmt.msc), and direct calls to virtdisk.dll!CreateVirtualDisk.
WSL2 fails identically:

PS> wsl --install --no-launch
A virtual disk support provider for the specified file was not found.
Error code: Wsl/InstallDistro/Service/RegisterDistro/0xc03a0014

**What I've already tried**

- Full fresh Windows 11 Pro reinstall (issue persists)
- Enabled all virtualization Windows Features: Microsoft-Hyper-V-All, VirtualMachinePlatform, HypervisorPlatform, Containers, Microsoft-Windows-Subsystem-Linux
- Verified VT-x and VT-d enabled in BIOS
- Set FsDepends and vhdmp service Start values to 0 (Boot) per Microsoft KB, values persist through reboot but drivers still don't load
- sfc /scannow: no integrity violations
- pnputil /add-driver vhdmp.sys /install, returns "Added driver packages: 0"
- net start vhdmp, reports success but driver is not actually running
- Manually created sessiondata.vhdx on a different machine and copied it to the bundle folder, advances error but VmBus then fails
- Verified Claude's MSIX path resolution is correct, the service reads and writes to C:\Users\<user>\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\ as expected
- Searched BIOS for VMD / "Volume Management Device" / "Configure Storage Controller for VMD", option does not exist on this HP model

**Behavior**

Workspace fails with progressively deeper errors as each manual workaround is applied, with no user-actionable fix available on this hardware class.
Impact
Claude's workspace feature is completely unusable on a flagship HP business laptop explicitly marketed as a "Next Gen AI PC." This likely affects every HP EliteBook shipped with Intel VMD enabled and no BIOS toggle, potentially a significant portion of current-generation business hardware.

### What Should Happen?

Claude workspace should detect that Hyper-V is non-functional at install/first-launch time and surface a clear error explaining that Intel VMD must be disabled (with guidance for users on hardware where it can't be disabled), OR
Claude's Cowork pipeline should create sessiondata.vhdx via a code path that doesn't depend on the host's vhdmp driver being loadable, 
OR
Anthropic should document supported/unsupported hardware configurations, specifically whether Intel VMD-locked laptops (common on newer HP EliteBooks, Dell Latitudes, Lenovo ThinkPads) are supported at all.


### Error Messages/Logs

```shell
CLAUDE COWORK SERVICE LOGS

2026/04/14 10:40:15.986547 Starting CoworkVMService as Windows service
2026/04/14 10:40:15.991207 Claude VM Service starting...
2026/04/14 10:40:15.991207 Waiting for configuration from app via 'configure' method...
2026/04/14 10:40:15.991207 [HCS] Initializing HCS DLLs...
2026/04/14 10:40:15.991207 [HCS] Warning: Failed to load vmcompute.dll: The specified module could not be found.
2026/04/14 10:40:15.991207 [HCN] Initialized HCN API from computenetwork.dll
2026/04/14 10:40:15.992714 Warning: failed to open service for recovery config: Access is denied.
2026/04/14 10:40:16.001716 [Cleanup] Warning: failed to enumerate HCN networks: HcnEnumerateNetworks failed with HRESULT 0x800706d9
2026/04/14 10:40:16.002240 [VM] Stale VM scan failed, continuing without cleanup: HCS not initialized
2026/04/14 10:40:16.226822 [Server] Signature verification initialized
2026/04/14 10:40:16.226822 [Server]   Service: C:\Program Files\WindowsApps\Claude_1.2278.0.0_x64__pzs8sxrjxfjjc\app\resources\cowork-svc.exe
2026/04/14 10:40:16.226822 [Server]   Subject: Anthropic, PBC
2026/04/14 10:40:16.226822 [Server]   Thumbprint: dbde5d16768ed0c1...
2026/04/14 10:40:16.226822 [Server]   Enforce: true
2026/04/14 10:40:16.226822 [Server] Starting named pipe server on \\.\pipe\cowork-vm-service
2026/04/14 10:40:16.228159 [Server] Named pipe server listening
2026/04/14 10:40:16.228159 Service ready. Listening on \\.\pipe\cowork-vm-service
2026/04/14 11:08:12.108649 [Server] Client connected
2026/04/14 11:08:13.472453 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2278.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/14 11:08:13.481859 [Server] Persistent RPC: entering loop
2026/04/14 11:11:23.212994 Starting CoworkVMService as Windows service
2026/04/14 11:11:23.247485 Claude VM Service starting...
2026/04/14 11:11:23.247485 Waiting for configuration from app via 'configure' method...
2026/04/14 11:11:23.250007 [HCS] Initializing HCS DLLs...
2026/04/14 11:11:23.253122 Warning: failed to open service for recovery config: Access is denied.
2026/04/14 11:11:23.272310 [HCS] vmcompute.dll loaded successfully
2026/04/14 11:11:23.283463 [HCS] computecore.dll loaded successfully
2026/04/14 11:11:23.283463 [HCS] Procs initialized, HCS ready
2026/04/14 11:11:23.290987 [HCN] Initialized HCN API from computenetwork.dll
2026/04/14 11:11:31.355233 [HCN] EnumerateNetworks result: []
2026/04/14 11:11:31.537847 [Server] Signature verification initialized
2026/04/14 11:11:31.537847 [Server]   Service: C:\Program Files\WindowsApps\Claude_1.2278.0.0_x64__pzs8sxrjxfjjc\app\resources\cowork-svc.exe
2026/04/14 11:11:31.537847 [Server]   Subject: Anthropic, PBC
2026/04/14 11:11:31.538498 [Server]   Thumbprint: dbde5d16768ed0c1...
2026/04/14 11:11:31.538498 [Server]   Enforce: true
2026/04/14 11:11:31.538498 [Server] Starting named pipe server on \\.\pipe\cowork-vm-service
2026/04/14 11:11:31.538498 [Server] Named pipe server listening
2026/04/14 11:11:31.538498 Service ready. Listening on \\.\pipe\cowork-vm-service
2026/04/15 09:51:22.406118 [Server] Client connected
2026/04/15 09:51:22.877904 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2278.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 09:51:22.884546 [Server] Persistent RPC: entering loop
2026/04/15 09:52:06.996153 [Server] Persistent RPC: connection ended: failed to read length: EOF
2026/04/15 09:52:07.041966 Service stop requested
2026/04/15 09:52:07.041966 Shutdown signal received...
2026/04/15 09:52:07.041966 [Server] Stopping server...
2026/04/15 09:52:07.041966 [Server] Server stopped
2026/04/15 09:52:07.041966 Service stopped.
2026/04/15 09:52:07.796786 Starting CoworkVMService as Windows service
2026/04/15 09:52:07.797821 Claude VM Service starting...
2026/04/15 09:52:07.797821 Waiting for configuration from app via 'configure' method...
2026/04/15 09:52:07.797821 [HCS] Initializing HCS DLLs...
2026/04/15 09:52:07.797821 Warning: failed to open service for recovery config: Access is denied.
2026/04/15 09:52:07.803726 [HCS] vmcompute.dll loaded successfully
2026/04/15 09:52:07.807870 [HCS] computecore.dll loaded successfully
2026/04/15 09:52:07.807870 [HCS] Procs initialized, HCS ready
2026/04/15 09:52:07.807870 [HCN] Initialized HCN API from computenetwork.dll
2026/04/15 09:52:07.813358 [HCN] EnumerateNetworks result: []
2026/04/15 09:52:07.868895 [Server] Signature verification initialized
2026/04/15 09:52:07.868895 [Server]   Service: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\resources\cowork-svc.exe
2026/04/15 09:52:07.868895 [Server]   Subject: Anthropic, PBC
2026/04/15 09:52:07.868895 [Server]   Thumbprint: dbde5d16768ed0c1...
2026/04/15 09:52:07.868895 [Server]   Enforce: true
2026/04/15 09:52:07.868895 [Server] Starting named pipe server on \\.\pipe\cowork-vm-service
2026/04/15 09:52:07.873144 [Server] Named pipe server listening
2026/04/15 09:52:07.873144 Service ready. Listening on \\.\pipe\cowork-vm-service
2026/04/15 09:52:14.002551 [Server] Client connected
2026/04/15 09:52:14.334171 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 09:52:14.335755 [Server] Persistent RPC: entering loop
2026/04/15 09:54:43.684167 [Server] Client connected
2026/04/15 09:54:43.689750 [VM] VM owner set: id=cowork-vm-748104b6 sid=S-1-5-21-1809027623-3564828074-1004661590-1001
2026/04/15 09:54:43.689750 [VM] Event callbacks set
2026/04/15 09:54:43.689750 [Server] Created new VM session for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude
2026/04/15 09:54:43.689750 [Server] Event subscriber connected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (total: 1)
2026/04/15 09:54:43.971039 [Server] Client connected: user=ffwd exe=claude.exe isDev=false
2026/04/15 09:54:44.261419 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 09:54:44.261419 [Server] Configuring VM for user=ffwd userDataDir=C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude
2026/04/15 09:54:44.261419 [Server]   Bundle: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle
2026/04/15 09:54:44.261419 [Server]   VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 09:54:44.261419 [Server]   Kernel: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 09:54:44.261419 [Server]   Initrd: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 09:54:44.261419 [Server]   SmolBin: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 09:54:44.261419 [VM] VHDX path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 09:54:44.261922 [VM] Kernel path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 09:54:44.261922 [VM] Initrd path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 09:54:44.261922 [VM] SmolBin path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 09:54:44.261922 [VHDX] Creating sparse VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\sessiondata.vhdx (size: 10737418240 bytes)
2026/04/15 09:55:29.284334 [Server] Warning: failed to create session disk: CreateVirtualDisk failed: 0xc03a0014 (err: The request is not supported.)
2026/04/15 09:55:29.493611 [Server] Persistent RPC: connection ended: failed to read length: EOF
2026/04/15 09:55:29.493611 [Server] Session ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude has no active connections, idle timeout starts
2026/04/15 09:55:29.493611 [Server] Subscriber connection closed by client
2026/04/15 09:55:29.493611 [Server] Event subscriber disconnected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (remaining: 0)
2026/04/15 09:55:41.577114 [Server] Client connected
2026/04/15 09:55:41.945046 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 09:55:41.947252 [Server] Persistent RPC: entering loop
2026/04/15 09:55:41.963592 [Server] Client connected
2026/04/15 09:55:41.967455 [Server] Event subscriber connected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (total: 1)
2026/04/15 09:55:42.169524 [Server] Client connected: user=ffwd exe=claude.exe isDev=false
2026/04/15 09:55:42.431428 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 09:55:42.431428 [Server] Configuring VM for user=ffwd userDataDir=C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude
2026/04/15 09:55:42.431428 [Server]   Bundle: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle
2026/04/15 09:55:42.431428 [Server]   VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 09:55:42.431428 [Server]   Kernel: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 09:55:42.431428 [Server]   Initrd: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 09:55:42.431428 [Server]   SmolBin: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 09:55:42.431428 [VM] VHDX path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 09:55:42.431428 [VM] Kernel path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 09:55:42.431935 [VM] Initrd path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 09:55:42.431935 [VM] SmolBin path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 09:55:42.431935 [VHDX] Creating sparse VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\sessiondata.vhdx (size: 10737418240 bytes)
2026/04/15 09:55:42.433683 [Server] Warning: failed to create session disk: CreateVirtualDisk failed: 0xc03a0014 (err: The request is not supported.)
2026/04/15 09:57:43.060803 [Server] Persistent RPC: connection ended: failed to read length: EOF
2026/04/15 09:57:43.060803 [Server] Subscriber connection closed by client
2026/04/15 09:57:43.060803 [Server] Session ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude has no active connections, idle timeout starts
2026/04/15 09:57:43.060803 [Server] Event subscriber disconnected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (remaining: 0)
2026/04/15 09:57:45.156807 [Server] Client connected
2026/04/15 09:57:45.578930 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 09:57:45.580552 [Server] Persistent RPC: entering loop
2026/04/15 09:57:45.846700 [Server] Client connected
2026/04/15 09:57:45.875877 [Server] Event subscriber connected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (total: 1)
2026/04/15 09:57:45.951139 [Server] Client connected: user=ffwd exe=claude.exe isDev=false
2026/04/15 09:57:46.401948 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 09:57:46.401948 [Server] Configuring VM for user=ffwd userDataDir=C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude
2026/04/15 09:57:46.401948 [Server]   Bundle: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle
2026/04/15 09:57:46.401948 [Server]   VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 09:57:46.401948 [Server]   Kernel: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 09:57:46.401948 [Server]   Initrd: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 09:57:46.401948 [Server]   SmolBin: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 09:57:46.401948 [VM] VHDX path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 09:57:46.401948 [VM] Kernel path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 09:57:46.401948 [VM] Initrd path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 09:57:46.402452 [VM] SmolBin path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 09:57:46.402452 [VHDX] Creating sparse VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\sessiondata.vhdx (size: 10737418240 bytes)
2026/04/15 09:57:46.403512 [Server] Warning: failed to create session disk: CreateVirtualDisk failed: 0xc03a0014 (err: The request is not supported.)
2026/04/15 09:58:42.231072 [Server] Subscriber connection closed by client
2026/04/15 09:58:42.231072 [Server] Event subscriber disconnected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (remaining: 0)
2026/04/15 09:58:42.231072 [Server] Persistent RPC: connection ended: failed to read length: EOF
2026/04/15 09:58:42.231072 [Server] Session ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude has no active connections, idle timeout starts
2026/04/15 09:58:43.984962 [Server] Client connected
2026/04/15 09:58:44.274094 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 09:58:44.275331 [Server] Persistent RPC: entering loop
2026/04/15 09:58:44.290173 [Server] Client connected
2026/04/15 09:58:44.294739 [Server] Event subscriber connected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (total: 1)
2026/04/15 09:58:44.411850 [Server] Client connected: user=ffwd exe=claude.exe isDev=false
2026/04/15 09:58:44.705290 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 09:58:44.705290 [Server] Configuring VM for user=ffwd userDataDir=C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude
2026/04/15 09:58:44.705290 [Server]   Bundle: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle
2026/04/15 09:58:44.705290 [Server]   VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 09:58:44.705290 [Server]   Kernel: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 09:58:44.705290 [Server]   Initrd: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 09:58:44.705290 [Server]   SmolBin: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 09:58:44.705290 [VM] VHDX path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 09:58:44.705797 [VM] Kernel path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 09:58:44.705797 [VM] Initrd path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 09:58:44.705797 [VM] SmolBin path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 09:58:44.705797 [VHDX] Creating sparse VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\sessiondata.vhdx (size: 10737418240 bytes)
2026/04/15 09:58:44.707837 [Server] Warning: failed to create session disk: CreateVirtualDisk failed: 0xc03a0014 (err: The request is not supported.)
2026/04/15 10:04:57.070267 [Server] Persistent RPC: connection ended: failed to read length: EOF
2026/04/15 10:04:57.070267 [Server] Session ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude has no active connections, idle timeout starts
2026/04/15 10:04:57.070267 [Server] Subscriber connection closed by client
2026/04/15 10:04:57.070267 [Server] Event subscriber disconnected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (remaining: 0)
2026/04/15 10:05:50.933622 Service stop requested
2026/04/15 10:05:50.934139 Shutdown signal received...
2026/04/15 10:05:50.934139 [Server] Stopping server...
2026/04/15 10:05:50.970352 [Server] Stopping VM for session ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude...
2026/04/15 10:05:50.970863 [VM] VM already stopped, nothing to release
2026/04/15 10:05:50.970863 [Server] Server stopped
2026/04/15 10:05:50.970863 Service stopped.
2026/04/15 10:06:18.463303 Starting CoworkVMService as Windows service
2026/04/15 10:06:18.472301 Claude VM Service starting...
2026/04/15 10:06:18.472301 Waiting for configuration from app via 'configure' method...
2026/04/15 10:06:18.472811 [HCS] Initializing HCS DLLs...
2026/04/15 10:06:18.476159 Warning: failed to open service for recovery config: Access is denied.
2026/04/15 10:06:18.492714 [HCS] vmcompute.dll loaded successfully
2026/04/15 10:06:18.494221 [HCS] computecore.dll loaded successfully
2026/04/15 10:06:18.494221 [HCS] Procs initialized, HCS ready
2026/04/15 10:06:18.494221 [HCN] Initialized HCN API from computenetwork.dll
2026/04/15 10:06:22.301091 [HCN] EnumerateNetworks result: []
2026/04/15 10:06:22.430429 [Server] Signature verification initialized
2026/04/15 10:06:22.431170 [Server]   Service: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\resources\cowork-svc.exe
2026/04/15 10:06:22.431170 [Server]   Subject: Anthropic, PBC
2026/04/15 10:06:22.431170 [Server]   Thumbprint: dbde5d16768ed0c1...
2026/04/15 10:06:22.431170 [Server]   Enforce: true
2026/04/15 10:06:22.431170 [Server] Starting named pipe server on \\.\pipe\cowork-vm-service
2026/04/15 10:06:22.431802 [Server] Named pipe server listening
2026/04/15 10:06:22.431802 Service ready. Listening on \\.\pipe\cowork-vm-service
2026/04/15 10:17:54.912902 [Server] Client connected
2026/04/15 10:17:55.322103 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 10:17:55.323889 [Server] Persistent RPC: entering loop
2026/04/15 10:17:55.330165 [Server] Client connected
2026/04/15 10:17:55.333767 [VM] VM owner set: id=cowork-vm-748104b6 sid=S-1-5-21-1809027623-3564828074-1004661590-1001
2026/04/15 10:17:55.333767 [VM] Event callbacks set
2026/04/15 10:17:55.333767 [Server] Created new VM session for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude
2026/04/15 10:17:55.333767 [Server] Event subscriber connected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (total: 1)
2026/04/15 10:17:55.474360 [Server] Client connected: user=ffwd exe=claude.exe isDev=false
2026/04/15 10:17:55.770828 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 10:17:55.770828 [Server] Configuring VM for user=ffwd userDataDir=C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude
2026/04/15 10:17:55.770828 [Server]   Bundle: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle
2026/04/15 10:17:55.770828 [Server]   VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 10:17:55.770828 [Server]   Kernel: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 10:17:55.770828 [Server]   Initrd: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 10:17:55.770828 [Server]   SmolBin: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 10:17:55.770828 [VM] VHDX path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 10:17:55.770828 [VM] Kernel path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 10:17:55.770828 [VM] Initrd path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 10:17:55.771350 [VM] SmolBin path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 10:17:55.771350 [VHDX] Creating sparse VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\sessiondata.vhdx (size: 10737418240 bytes)
2026/04/15 10:18:40.790326 [Server] Warning: failed to create session disk: CreateVirtualDisk failed: 0xc03a0014 (err: The request is not supported.)
2026/04/15 10:50:58.683008 [Server] Persistent RPC: connection ended: failed to read length: EOF
2026/04/15 10:50:58.683008 [Server] Session ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude has no active connections, idle timeout starts
2026/04/15 10:50:58.686180 [Server] Subscriber connection closed by client
2026/04/15 10:50:58.686180 [Server] Event subscriber disconnected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (remaining: 0)
2026/04/15 10:51:52.451533 Service stop requested
2026/04/15 10:51:52.451533 Shutdown signal received...
2026/04/15 10:51:52.451533 [Server] Stopping server...
2026/04/15 10:51:52.469624 [Server] Stopping VM for session ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude...
2026/04/15 10:51:52.469624 [VM] VM already stopped, nothing to release
2026/04/15 10:51:52.469624 [Server] Server stopped
2026/04/15 10:51:52.469624 Service stopped.
2026/04/15 10:52:22.537323 Starting CoworkVMService as Windows service
2026/04/15 10:52:22.708138 Claude VM Service starting...
2026/04/15 10:52:22.708138 Waiting for configuration from app via 'configure' method...
2026/04/15 10:52:22.770232 [HCS] Initializing HCS DLLs...
2026/04/15 10:52:22.883779 [HCS] vmcompute.dll loaded successfully
2026/04/15 10:52:22.891409 [HCS] computecore.dll loaded successfully
2026/04/15 10:52:22.891409 [HCS] Procs initialized, HCS ready
2026/04/15 10:52:22.729088 Warning: failed to open service for recovery config: Access is denied.
2026/04/15 10:52:22.921683 [HCN] Initialized HCN API from computenetwork.dll
2026/04/15 10:52:26.328231 [HCN] EnumerateNetworks result: []
2026/04/15 10:52:26.449475 [Server] Signature verification initialized
2026/04/15 10:52:26.449475 [Server]   Service: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\resources\cowork-svc.exe
2026/04/15 10:52:26.449475 [Server]   Subject: Anthropic, PBC
2026/04/15 10:52:26.449475 [Server]   Thumbprint: dbde5d16768ed0c1...
2026/04/15 10:52:26.449475 [Server]   Enforce: true
2026/04/15 10:52:26.449475 [Server] Starting named pipe server on \\.\pipe\cowork-vm-service
2026/04/15 10:52:26.449980 [Server] Named pipe server listening
2026/04/15 10:52:26.449980 Service ready. Listening on \\.\pipe\cowork-vm-service
2026/04/15 10:55:30.623353 [Server] Client connected
2026/04/15 10:55:30.985542 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 10:55:30.987144 [Server] Persistent RPC: entering loop
2026/04/15 10:55:31.012446 [Server] Client connected
2026/04/15 10:55:31.018861 [VM] VM owner set: id=cowork-vm-748104b6 sid=S-1-5-21-1809027623-3564828074-1004661590-1001
2026/04/15 10:55:31.018861 [VM] Event callbacks set
2026/04/15 10:55:31.018861 [Server] Created new VM session for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude
2026/04/15 10:55:31.018861 [Server] Event subscriber connected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (total: 1)
2026/04/15 10:55:31.199990 [Server] Client connected: user=ffwd exe=claude.exe isDev=false
2026/04/15 10:55:31.597377 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 10:55:31.597377 [Server] Configuring VM for user=ffwd userDataDir=C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude
2026/04/15 10:55:31.597377 [Server]   Bundle: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle
2026/04/15 10:55:31.597377 [Server]   VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 10:55:31.597377 [Server]   Kernel: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 10:55:31.597377 [Server]   Initrd: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 10:55:31.597377 [Server]   SmolBin: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 10:55:31.597377 [VM] VHDX path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 10:55:31.597377 [VM] Kernel path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 10:55:31.597894 [VM] Initrd path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 10:55:31.597894 [VM] SmolBin path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 10:55:31.597894 [VHDX] Creating sparse VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\sessiondata.vhdx (size: 10737418240 bytes)
2026/04/15 10:56:16.625197 [Server] Warning: failed to create session disk: CreateVirtualDisk failed: 0xc03a0014 (err: The request is not supported.)
2026/04/15 11:01:16.083798 [Server] Persistent RPC: connection ended: message too large: 2065853797 bytes
2026/04/15 11:01:16.083798 [Server] Session ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude has no active connections, idle timeout starts
2026/04/15 11:01:16.099950 [Server] Client connected
2026/04/15 11:01:16.500243 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 11:01:16.503969 [Server] Persistent RPC: entering loop
2026/04/15 11:07:19.303564 [Server] Subscriber connection closed by client
2026/04/15 11:07:19.303564 [Server] Event subscriber disconnected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (remaining: 0)
2026/04/15 11:07:19.306088 [Server] Persistent RPC: connection ended: failed to read length: EOF
2026/04/15 11:07:19.306088 [Server] Session ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude has no active connections, idle timeout starts
2026/04/15 11:07:19.417134 Service stop requested
2026/04/15 11:07:19.417134 Shutdown signal received...
2026/04/15 11:07:19.417134 [Server] Stopping server...
2026/04/15 11:07:19.417639 [Server] Stopping VM for session ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude...
2026/04/15 11:07:19.417639 [VM] VM already stopped, nothing to release
2026/04/15 11:07:19.417639 [Server] Server stopped
2026/04/15 11:07:19.417639 Service stopped.
2026/04/15 11:08:25.697923 Starting CoworkVMService as Windows service
2026/04/15 11:08:25.699175 Claude VM Service starting...
2026/04/15 11:08:25.699175 Waiting for configuration from app via 'configure' method...
2026/04/15 11:08:25.699175 [HCS] Initializing HCS DLLs...
2026/04/15 11:08:25.699708 Warning: failed to open service for recovery config: Access is denied.
2026/04/15 11:08:25.702567 [HCS] vmcompute.dll loaded successfully
2026/04/15 11:08:25.703603 [HCS] computecore.dll loaded successfully
2026/04/15 11:08:25.703603 [HCS] Procs initialized, HCS ready
2026/04/15 11:08:25.703603 [HCN] Initialized HCN API from computenetwork.dll
2026/04/15 11:08:25.708465 [HCN] EnumerateNetworks result: []
2026/04/15 11:08:25.769167 [Server] Signature verification initialized
2026/04/15 11:08:25.769167 [Server]   Service: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\resources\cowork-svc.exe
2026/04/15 11:08:25.769167 [Server]   Subject: Anthropic, PBC
2026/04/15 11:08:25.769167 [Server]   Thumbprint: dbde5d16768ed0c1...
2026/04/15 11:08:25.769167 [Server]   Enforce: true
2026/04/15 11:08:25.769167 [Server] Starting named pipe server on \\.\pipe\cowork-vm-service
2026/04/15 11:08:25.769167 [Server] Named pipe server listening
2026/04/15 11:08:25.769167 Service ready. Listening on \\.\pipe\cowork-vm-service
2026/04/15 11:08:29.896028 [Server] Client connected
2026/04/15 11:08:30.243013 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 11:08:30.244041 [Server] Persistent RPC: entering loop
2026/04/15 11:11:18.416217 [Server] Client connected
2026/04/15 11:11:18.429688 [VM] VM owner set: id=cowork-vm-748104b6 sid=S-1-5-21-1809027623-3564828074-1004661590-1001
2026/04/15 11:11:18.429688 [VM] Event callbacks set
2026/04/15 11:11:18.429688 [Server] Created new VM session for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude
2026/04/15 11:11:18.429688 [Server] Event subscriber connected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (total: 1)
2026/04/15 11:11:18.571097 [Server] Client connected: user=ffwd exe=claude.exe isDev=false
2026/04/15 11:11:18.896285 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 11:11:18.896285 [Server] Configuring VM for user=ffwd userDataDir=C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude
2026/04/15 11:11:18.896285 [Server]   Bundle: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle
2026/04/15 11:11:18.896285 [Server]   VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 11:11:18.896285 [Server]   Kernel: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 11:11:18.896285 [Server]   Initrd: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 11:11:18.896285 [Server]   SmolBin: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 11:11:18.896285 [VM] VHDX path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 11:11:18.896811 [VM] Kernel path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 11:11:18.896811 [VM] Initrd path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 11:11:18.896811 [VM] SmolBin path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 11:11:18.896811 [VHDX] Creating sparse VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\sessiondata.vhdx (size: 10737418240 bytes)
2026/04/15 11:11:18.900772 [Server] Warning: failed to create session disk: CreateVirtualDisk failed: 0xc03a0014 (err: The request is not supported.)
2026/04/15 11:11:19.263858 [Server] Persistent RPC: connection ended: failed to read length: EOF
2026/04/15 11:11:19.263858 [Server] Subscriber connection closed by client
2026/04/15 11:11:19.263858 [Server] Session ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude has no active connections, idle timeout starts
2026/04/15 11:11:19.263858 [Server] Event subscriber disconnected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (remaining: 0)
2026/04/15 11:11:21.393188 [Server] Client connected
2026/04/15 11:11:21.827305 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 11:11:21.832688 [Server] Persistent RPC: entering loop
2026/04/15 11:11:21.851798 [Server] Client connected
2026/04/15 11:11:21.903993 [Server] Event subscriber connected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (total: 1)
2026/04/15 11:11:21.966830 [Server] Client connected: user=ffwd exe=claude.exe isDev=false
2026/04/15 11:11:22.345490 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 11:11:22.346490 [Server] Configuring VM for user=ffwd userDataDir=C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude
2026/04/15 11:11:22.347196 [Server]   Bundle: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle
2026/04/15 11:11:22.347196 [Server]   VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 11:11:22.347196 [Server]   Kernel: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 11:11:22.347196 [Server]   Initrd: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 11:11:22.347196 [Server]   SmolBin: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 11:11:22.347196 [VM] VHDX path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 11:11:22.347703 [VM] Kernel path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 11:11:22.347703 [VM] Initrd path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 11:11:22.347703 [VM] SmolBin path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 11:11:22.347703 [VHDX] Creating sparse VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\sessiondata.vhdx (size: 10737418240 bytes)
2026/04/15 11:11:22.349460 [Server] Warning: failed to create session disk: CreateVirtualDisk failed: 0xc03a0014 (err: The request is not supported.)
2026/04/15 11:13:05.176524 [Server] Subscriber connection closed by client
2026/04/15 11:13:05.176524 [Server] Event subscriber disconnected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (remaining: 0)
2026/04/15 11:13:05.176524 [Server] Persistent RPC: connection ended: failed to read length: EOF
2026/04/15 11:13:05.181923 [Server] Session ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude has no active connections, idle timeout starts
2026/04/15 11:19:29.321757 [Server] Client connected
2026/04/15 11:19:30.858340 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 11:19:30.860826 [Server] Persistent RPC: entering loop
2026/04/15 11:19:30.867344 [Server] Client connected
2026/04/15 11:19:30.873736 [Server] Event subscriber connected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (total: 1)
2026/04/15 11:19:30.969380 [Server] Client connected: user=ffwd exe=claude.exe isDev=false
2026/04/15 11:19:31.205586 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 11:19:31.205586 [Server] Configuring VM for user=ffwd userDataDir=C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude
2026/04/15 11:19:31.205586 [Server]   Bundle: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle
2026/04/15 11:19:31.205586 [Server]   VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 11:19:31.205586 [Server]   Kernel: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 11:19:31.205586 [Server]   Initrd: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 11:19:31.205586 [Server]   SmolBin: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 11:19:31.205586 [VM] VHDX path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 11:19:31.206057 [VM] Kernel path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 11:19:31.206057 [VM] Initrd path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 11:19:31.206057 [VM] SmolBin path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 11:19:31.206057 [VHDX] Creating sparse VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\sessiondata.vhdx (size: 10737418240 bytes)
2026/04/15 11:19:31.208268 [Server] Warning: failed to create session disk: CreateVirtualDisk failed: 0xc03a0014 (err: The request is not supported.)
2026/04/15 11:19:36.904759 [Server] Client connected: user=ffwd exe=claude.exe isDev=false
2026/04/15 11:19:37.081054 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 11:19:37.081054 [Server] Configuring VM for user=ffwd userDataDir=C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude
2026/04/15 11:19:37.081054 [Server]   Bundle: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle
2026/04/15 11:19:37.081054 [Server]   VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 11:19:37.081054 [Server]   Kernel: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 11:19:37.081054 [Server]   Initrd: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 11:19:37.081054 [Server]   SmolBin: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 11:19:37.081054 [VM] VHDX path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 11:19:37.081054 [VM] Kernel path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 11:19:37.081054 [VM] Initrd path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 11:19:37.081054 [VM] SmolBin path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 11:19:37.081557 [VHDX] Creating sparse VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\sessiondata.vhdx (size: 10737418240 bytes)
2026/04/15 11:19:37.082079 [Server] Warning: failed to create session disk: CreateVirtualDisk failed: 0xc03a0014 (err: The request is not supported.)
2026/04/15 11:19:42.127333 [Server] Persistent RPC: connection ended: failed to read length: EOF
2026/04/15 11:19:42.127333 [Server] Session ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude has no active connections, idle timeout starts
2026/04/15 11:19:42.127333 [Server] Subscriber connection closed by client
2026/04/15 11:19:42.127333 [Server] Event subscriber disconnected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (remaining: 0)
2026/04/15 11:19:44.000461 [Server] Client connected
2026/04/15 11:19:44.549233 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 11:19:44.556798 [Server] Persistent RPC: entering loop
2026/04/15 11:19:44.583960 [Server] Client connected
2026/04/15 11:19:44.614688 [Server] Event subscriber connected for ffwd:C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude (total: 1)
2026/04/15 11:19:44.673842 [Server] Client connected: user=ffwd exe=claude.exe isDev=false
2026/04/15 11:19:44.962599 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 11:19:44.962599 [Server] Configuring VM for user=ffwd userDataDir=C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude
2026/04/15 11:19:44.962599 [Server]   Bundle: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle
2026/04/15 11:19:44.962599 [Server]   VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 11:19:44.962599 [Server]   Kernel: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 11:19:44.962599 [Server]   Initrd: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 11:19:44.962599 [Server]   SmolBin: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 11:19:44.962599 [VM] VHDX path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 11:19:44.962599 [VM] Kernel path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 11:19:44.962599 [VM] Initrd path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 11:19:44.962599 [VM] SmolBin path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 11:19:44.962599 [VHDX] Creating sparse VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\sessiondata.vhdx (size: 10737418240 bytes)
2026/04/15 11:19:44.965429 [Server] Warning: failed to create session disk: CreateVirtualDisk failed: 0xc03a0014 (err: The request is not supported.)
2026/04/15 11:19:45.985603 [Server] Client connected: user=ffwd exe=claude.exe isDev=false
2026/04/15 11:19:46.234021 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 11:19:46.234021 [Server] Configuring VM for user=ffwd userDataDir=C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude
2026/04/15 11:19:46.234021 [Server]   Bundle: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle
2026/04/15 11:19:46.234021 [Server]   VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 11:19:46.234021 [Server]   Kernel: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 11:19:46.234021 [Server]   Initrd: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 11:19:46.234021 [Server]   SmolBin: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 11:19:46.234021 [VM] VHDX path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 11:19:46.234021 [VM] Kernel path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 11:19:46.234021 [VM] Initrd path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 11:19:46.234021 [VM] SmolBin path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 11:19:46.237300 [VHDX] Creating sparse VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\sessiondata.vhdx (size: 10737418240 bytes)
2026/04/15 11:19:46.239790 [Server] Warning: failed to create session disk: CreateVirtualDisk failed: 0xc03a0014 (err: The request is not supported.)
2026/04/15 11:21:21.982282 [Server] Client connected: user=ffwd exe=claude.exe isDev=false
2026/04/15 11:21:22.297455 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 11:21:22.297455 [Server] Configuring VM for user=ffwd userDataDir=C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude
2026/04/15 11:21:22.297455 [Server]   Bundle: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle
2026/04/15 11:21:22.297455 [Server]   VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 11:21:22.297455 [Server]   Kernel: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 11:21:22.297455 [Server]   Initrd: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 11:21:22.297455 [Server]   SmolBin: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 11:21:22.297455 [VM] VHDX path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 11:21:22.298176 [VM] Kernel path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 11:21:22.298176 [VM] Initrd path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 11:21:22.298176 [VM] SmolBin path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 11:21:22.298176 [VHDX] Creating sparse VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\sessiondata.vhdx (size: 10737418240 bytes)
2026/04/15 11:21:22.299970 [Server] Warning: failed to create session disk: CreateVirtualDisk failed: 0xc03a0014 (err: The request is not supported.)
2026/04/15 11:25:01.918702 [Server] Client connected: user=ffwd exe=claude.exe isDev=false
2026/04/15 11:25:02.216685 [Server] Client signature verified: C:\Program Files\WindowsApps\Claude_1.2581.0.0_x64__pzs8sxrjxfjjc\app\claude.exe (subject: Anthropic, PBC)
2026/04/15 11:25:02.216685 [Server] Configuring VM for user=ffwd userDataDir=C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude
2026/04/15 11:25:02.216685 [Server]   Bundle: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle
2026/04/15 11:25:02.216685 [Server]   VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 11:25:02.216685 [Server]   Kernel: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 11:25:02.216685 [Server]   Initrd: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 11:25:02.216685 [Server]   SmolBin: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 11:25:02.216685 [VM] VHDX path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\rootfs.vhdx
2026/04/15 11:25:02.217252 [VM] Kernel path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\vmlinuz
2026/04/15 11:25:02.217252 [VM] Initrd path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\initrd
2026/04/15 11:25:02.217252 [VM] SmolBin path set: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\smol-bin.vhdx
2026/04/15 11:25:02.217252 [VHDX] Creating sparse VHDX: C:\Users\ffwd\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles\claudevm.bundle\sessiondata.vhdx (size: 10737418240 bytes)

Steps to Reproduce

  1. Download and install Claude Desktop from the official source
  2. Login
  3. Start Claude Cowork

Claude Model

None

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

v1.2581.0.0

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

_No response_

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗