-
Notifications
You must be signed in to change notification settings - Fork 249
Setup fails at wsl-create step: Wsl/InstallDistro/0x800072f78 on Windows 26200 + WSL 2.7.3 #1050
Copy link
Copy link
Open
Labels
P0Emergency: data loss, security bypass, crash loop, or unusable core runtime.Emergency: data loss, security bypass, crash loop, or unusable core runtime.clawsweeper:needs-live-reproClawSweeper needs live local, crabbox, or manual validation to confirm this issue.ClawSweeper needs live local, crabbox, or manual validation to confirm this issue.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:data-lossThis issue is about lost, corrupted, or silently dropped user/session/config data.This issue is about lost, corrupted, or silently dropped user/session/config data.impact:ux-release-blockerA non-technical user is blocked without terminal, logs, config, or support.A non-technical user is blocked without terminal, logs, config, or support.issue-rating: 🐚 platinum hermitGood issue quality with a plausible reproduction path needing some confirmation.Good issue quality with a plausible reproduction path needing some confirmation.
Description
Metadata
Metadata
Assignees
Labels
P0Emergency: data loss, security bypass, crash loop, or unusable core runtime.Emergency: data loss, security bypass, crash loop, or unusable core runtime.clawsweeper:needs-live-reproClawSweeper needs live local, crabbox, or manual validation to confirm this issue.ClawSweeper needs live local, crabbox, or manual validation to confirm this issue.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:data-lossThis issue is about lost, corrupted, or silently dropped user/session/config data.This issue is about lost, corrupted, or silently dropped user/session/config data.impact:ux-release-blockerA non-technical user is blocked without terminal, logs, config, or support.A non-technical user is blocked without terminal, logs, config, or support.issue-rating: 🐚 platinum hermitGood issue quality with a plausible reproduction path needing some confirmation.Good issue quality with a plausible reproduction path needing some confirmation.
Type
Fields
Priority
None yet
Projects
StatusShow more project fields
Backlog
Title: Setup fails at wsl-create step:
Wsl/InstallDistro/0x800072f78on Windows 26200 + WSL 2.7.3Describe the bug
OpenClawTray setup pipeline fails consistently at the "Create WSL instance" step. The installer attempts
wsl --install --distribution Ubuntu-24.04 --name OpenClawGateway --location %LOCALAPPDATA%\OpenClawTray\wsl\OpenClawGateway --no-launch --web-download, which exits with code -1 after ~62 seconds. Error detail:Wsl/InstallDistro/0x800072f78.A manual workaround (
wsl --import OpenClawGateway ...) succeeds, but the installer's cleanup-distro step detects the manually-created distro as "stale" and unregisters it before re-attempting the same failingwsl --installcommand.To Reproduce
Expected behavior
Setup should either succeed at creating the WSL distro, or detect a manually-imported distro and skip the creation step.
Logs
Attached:
setup-engine-20260724-154855.jsonlKey lines:
OpenClawGateway, decides to terminate and unregister itwsl --install ... --location %LOCALAPPDATA%\... --web-download, fails after 62157ms with exit -1Fresh WSL install failed ... Wsl/InstallDistro/0x800072f78Additional context
wsl -d Ubuntu-24.04succeeds)wsl --importto the same target path works, but installer deletes it on next run%APPDATA%\OpenClawTray\Logs\Setup\setup-engine-20260724-*.jsonl