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
- Start from a cleaned Windows 11 Enterprise VPS.
- Install/verify WebView2 Runtime, VC++ Redistributable x64, and Git.
- Install Codex from the Microsoft Store.
- Sign in successfully.
- Open Settings > Configuration.
- Click Diagnose or Reinstall under Workspace dependencies.
- 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.
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:
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:
148.0.3967.5414.50.35719.02.54.0.windows.1winget:v1.28.240What issue are you seeing?
Codex starts successfully and the account login works, but the workspace dependency installer never completes.
In Settings > Configuration > Workspace dependencies:
Not installed/Non installée.Not installed.Feedback was also submitted from the app with correlation ID:
Local observations
After the failed dependency reinstall:
C:\Users\Admin\.codex\.sandboxexists.C:\Users\Admin\.codex\.sandbox\setup_marker.jsonexists.C:\Users\Admin\.codex\.sandbox\sandbox.logindicates the Windows sandbox setup succeeded.C:\Users\Admin\.codex\.sandbox-binremains empty.Relevant
sandbox.logexcerpts:Windows Event Log signals
Recent Windows Error Reporting entries include:
and:
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
Not installed, and.sandbox-binremains empty.Expected behavior
The workspace dependencies should install successfully, the settings page should show a current installed version, and
.sandbox-binshould 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-binon this VPS environment.