Skip to content

Windows VPS: workspace dependencies remain “Not installed”; .sandbox-bin stays empty after reinstall #21917

@Kysta

Description

@Kysta

What version of the Codex App are you using?

Codex installed fresh from the Microsoft Store on May 9, 2026. Store page publisher: OpenAI.

The exact app version was not captured from the About dialog yet, but the current user config contains:

model = "gpt-5.5"
model_reasoning_effort = "medium"

[windows]
sandbox = "elevated"

What subscription do you have?

ChatGPT account connected successfully. Subscription tier not included here.

What platform is your computer?

Windows 11 Enterprise on a VPS, x64.

Installed prerequisites verified before installing Codex:

  • Microsoft Edge WebView2 Runtime: 148.0.3967.54
  • Microsoft Visual C++ Redistributable x64: 14.50.35719.0
  • Git for Windows: 2.54.0.windows.1
  • winget: v1.28.240

What issue are you seeing?

Codex starts successfully and the account login works, but the workspace dependency installer never completes.

In Settings > Configuration > Workspace dependencies:

  • Current version remains Not installed / Non installée.
  • Clicking Diagnose shows the banner: “Les dépendances Codex doivent peut-être être réparées. Envoyez un message via /feedback si le problème persiste.”
  • Clicking Reinstall briefly changes the status to “Preparing your workspace” / “Préparation de votre espace de travail”, then returns to Not installed.

Feedback was also submitted from the app with correlation ID:

019e0c23-d3cb-7092-a299-ad2116418965

Local observations

After the failed dependency reinstall:

  • C:\Users\Admin\.codex\.sandbox exists.
  • C:\Users\Admin\.codex\.sandbox\setup_marker.json exists.
  • C:\Users\Admin\.codex\.sandbox\sandbox.log indicates the Windows sandbox setup succeeded.
  • C:\Users\Admin\.codex\.sandbox-bin remains empty.
  • No stuck Codex/Node/Python process was found during the diagnostic.

Relevant sandbox.log excerpts:

ensuring sandbox users offline=CodexSandboxOffline online=CodexSandboxOnline
WFP setup succeeded for CodexSandboxOffline with 12 installed filters
setup binary completed
read-acl-only mode: applying read ACLs
granting read ACE to C:\Users\Admin\.cache for sandbox users
granting read ACE to C:\Users\Admin\.codex for sandbox users
granting read ACE to C:\Users\Admin\.gitconfig for sandbox users
granting read ACE to C:\Users\Admin\AppData for sandbox users
read ACL run completed

Windows Event Log signals

Recent Windows Error Reporting entries include:

AppxDeploymentFailureBlue
P1: 80073CF3

and:

MicrosoftEdgeUpdate.exe
InstallError|webview
0x80040902

WebView2 was then installed/repaired successfully via winget and is currently listed as installed, but the Codex workspace dependencies still remain Not installed.

Steps to reproduce

  1. Start from a cleaned Windows 11 Enterprise VPS.
  2. Install/verify WebView2 Runtime, VC++ Redistributable x64, and Git.
  3. Install Codex from the Microsoft Store.
  4. Sign in successfully.
  5. Open Settings > Configuration.
  6. Click Diagnose or Reinstall under Workspace dependencies.
  7. Observe that the dependency status returns to Not installed, and .sandbox-bin remains empty.

Expected behavior

The workspace dependencies should install successfully, the settings page should show a current installed version, and .sandbox-bin should contain the expected Codex runner/tool executables.

Additional notes

This looks like the Windows sandbox setup itself succeeds, but the dependency payload/tool binaries are not being downloaded, installed, or written into .sandbox-bin on this VPS environment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    appIssues related to the Codex desktop appbugSomething isn't workingsandboxIssues related to permissions or sandboxingwindows-osIssues related to Codex on Windows systems

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions