claude-code - 💡(How to fix) Fix [BUG] Failed to start Claude's workspace VM connection timeout after 60 seconds [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#48370Fetched 2026-04-16 07:02:05
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Author
Timeline (top)
labeled ×4commented ×1unlabeled ×1

Error Message

In Cowork - "Failed to start Claude's workspace VM connection timeout after 60 seconds Restarting Claude or your computer sometimes resolves this. If it persists, you can reinstall the workspace."

Logs in the cowork_vm_node.log file in the Packages folder -

2026-04-14 23:06:31 [info] [VM:start] Still waiting for guest connection... 10259ms elapsed, 21 polls 2026-04-14 23:06:41 [info] [VM:start] Still waiting for guest connection... 20531ms elapsed, 41 polls 2026-04-14 23:06:51 [info] [VM:start] Still waiting for guest connection... 30799ms elapsed, 61 polls 2026-04-14 23:07:02 [info] [VM:start] Still waiting for guest connection... 41066ms elapsed, 81 polls 2026-04-14 23:07:12 [info] [VM:start] Still waiting for guest connection... 51321ms elapsed, 101 polls 2026-04-14 23:07:21 [error] [VM:start] Connection timeout, last completed step: add_plan9_shares 2026-04-14 23:07:21 [info] Dispatching startup error: VM connection timeout after 60 seconds 2026-04-14 23:07:21 [error] [VM:start] Startup failed: Error: VM connection timeout after 60 seconds

Fix Action

Fix / Workaround

2026-04-14 23:06:31 [info] [VM:start] Still waiting for guest connection... 10259ms elapsed, 21 polls 2026-04-14 23:06:41 [info] [VM:start] Still waiting for guest connection... 20531ms elapsed, 41 polls 2026-04-14 23:06:51 [info] [VM:start] Still waiting for guest connection... 30799ms elapsed, 61 polls 2026-04-14 23:07:02 [info] [VM:start] Still waiting for guest connection... 41066ms elapsed, 81 polls 2026-04-14 23:07:12 [info] [VM:start] Still waiting for guest connection... 51321ms elapsed, 101 polls 2026-04-14 23:07:21 [error] [VM:start] Connection timeout, last completed step: add_plan9_shares 2026-04-14 23:07:21 [info] Dispatching startup error: VM connection timeout after 60 seconds 2026-04-14 23:07:21 [error] [VM:start] Startup failed: Error: VM connection timeout after 60 seconds

2026-04-14 23:06:31 [info] [VM:start] Still waiting for guest connection... 10259ms elapsed, 21 polls 2026-04-14 23:06:41 [info] [VM:start] Still waiting for guest connection... 20531ms elapsed, 41 polls 2026-04-14 23:06:51 [info] [VM:start] Still waiting for guest connection... 30799ms elapsed, 61 polls 2026-04-14 23:07:02 [info] [VM:start] Still waiting for guest connection... 41066ms elapsed, 81 polls 2026-04-14 23:07:12 [info] [VM:start] Still waiting for guest connection... 51321ms elapsed, 101 polls 2026-04-14 23:07:21 [error] [VM:start] Connection timeout, last completed step: add_plan9_shares 2026-04-14 23:07:21 [info] Dispatching startup error: VM connection timeout after 60 seconds 2026-04-14 23:07:21 [error] [VM:start] Startup failed: Error: VM connection timeout after 60 seconds

Code Example

In Cowork -
"Failed to start Claude's workspace
VM connection timeout after 60 seconds
Restarting Claude or your computer sometimes resolves this. If it persists, you can reinstall the workspace."

Logs in the cowork_vm_node.log file in the Packages folder -

2026-04-14 23:06:31 [info] [VM:start] Still waiting for guest connection... 10259ms elapsed, 21 polls
2026-04-14 23:06:41 [info] [VM:start] Still waiting for guest connection... 20531ms elapsed, 41 polls
2026-04-14 23:06:51 [info] [VM:start] Still waiting for guest connection... 30799ms elapsed, 61 polls
2026-04-14 23:07:02 [info] [VM:start] Still waiting for guest connection... 41066ms elapsed, 81 polls
2026-04-14 23:07:12 [info] [VM:start] Still waiting for guest connection... 51321ms elapsed, 101 polls
2026-04-14 23:07:21 [error] [VM:start] Connection timeout, last completed step: add_plan9_shares
2026-04-14 23:07:21 [info] Dispatching startup error: VM connection timeout after 60 seconds
2026-04-14 23:07:21 [error] [VM:start] Startup failed: Error: VM connection timeout after 60 seconds
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?

I am getting this error in Claude Cowork ( I am using a Windows 11 Snapgragon ARM64 Asus Vivo laptop )-

"Failed to start Claude's workspace VM connection timeout after 60 seconds"

I have checked the logs in the cowork_vm_node.log file in the Packages folder and can see the below -

2026-04-14 23:06:31 [info] [VM:start] Still waiting for guest connection... 10259ms elapsed, 21 polls 2026-04-14 23:06:41 [info] [VM:start] Still waiting for guest connection... 20531ms elapsed, 41 polls 2026-04-14 23:06:51 [info] [VM:start] Still waiting for guest connection... 30799ms elapsed, 61 polls 2026-04-14 23:07:02 [info] [VM:start] Still waiting for guest connection... 41066ms elapsed, 81 polls 2026-04-14 23:07:12 [info] [VM:start] Still waiting for guest connection... 51321ms elapsed, 101 polls 2026-04-14 23:07:21 [error] [VM:start] Connection timeout, last completed step: add_plan9_shares 2026-04-14 23:07:21 [info] Dispatching startup error: VM connection timeout after 60 seconds 2026-04-14 23:07:21 [error] [VM:start] Startup failed: Error: VM connection timeout after 60 seconds

I have uninstalled Claude a couple of times and reinstalled plus tried to reinstall the workspace but nothing has changed this error message.

Please can you advise on a solution,

Thanks

Andy.

What Should Happen?

I should not be getting the eror message

Error Messages/Logs

In Cowork -
"Failed to start Claude's workspace
VM connection timeout after 60 seconds
Restarting Claude or your computer sometimes resolves this. If it persists, you can reinstall the workspace."

Logs in the cowork_vm_node.log file in the Packages folder -

2026-04-14 23:06:31 [info] [VM:start] Still waiting for guest connection... 10259ms elapsed, 21 polls
2026-04-14 23:06:41 [info] [VM:start] Still waiting for guest connection... 20531ms elapsed, 41 polls
2026-04-14 23:06:51 [info] [VM:start] Still waiting for guest connection... 30799ms elapsed, 61 polls
2026-04-14 23:07:02 [info] [VM:start] Still waiting for guest connection... 41066ms elapsed, 81 polls
2026-04-14 23:07:12 [info] [VM:start] Still waiting for guest connection... 51321ms elapsed, 101 polls
2026-04-14 23:07:21 [error] [VM:start] Connection timeout, last completed step: add_plan9_shares
2026-04-14 23:07:21 [info] Dispatching startup error: VM connection timeout after 60 seconds
2026-04-14 23:07:21 [error] [VM:start] Startup failed: Error: VM connection timeout after 60 seconds

Steps to Reproduce

I get the error message in Cowork on my laptop after 60 seconds automatically without doing anything.

Claude Model

Sonnet (default)

Is this a regression?

No, this never worked

Last Working Version

No response

Claude Code Version

Claude 1.2581.0 (f10398) 2026-04-14T17:16:40.000Z

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

No response

extent analysis

TL;DR

The issue is likely related to a VM connection timeout, and restarting Claude or the computer may resolve it temporarily, but a more permanent solution is needed.

Guidance

  • The error message "VM connection timeout after 60 seconds" suggests that the connection to the virtual machine is not being established within the given time frame.
  • The logs indicate that the last completed step was "add_plan9_shares", which may be a point of investigation.
  • Restarting Claude or the computer sometimes resolves this issue, but it's not a reliable solution.
  • Reinstalling the workspace has not changed the error message, so it's likely not a configuration issue.

Example

No code snippet is provided as the issue seems to be related to the VM connection and not a specific code error.

Notes

The issue is specific to the user's setup, and more information about the environment and configuration may be needed to provide a definitive solution. The fact that restarting sometimes resolves the issue suggests that it may be related to a transient problem.

Recommendation

Apply workaround: Since the issue is intermittent and restarting sometimes resolves it, it may be worth exploring other workarounds such as increasing the timeout value or investigating the "add_plan9_shares" step to see if it's causing the delay.

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

claude-code - 💡(How to fix) Fix [BUG] Failed to start Claude's workspace VM connection timeout after 60 seconds [1 comments, 2 participants]