What version of the Codex App are you using (From “About Codex” dialog)?
Latest version from official installer (MS Store / AppInstaller flow) Exact version not accessible via UI due to startup failure. Logs indicate runtime bundle version: 26.423.10653
What subscription do you have?
ChatGPT Plus
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
Codex Windows desktop app fails to load the UI and gets stuck on a blank/spinner screen on startup.
Behavior:
- App launches
- UI briefly flashes (main interface visible for a split second)
- Then transitions into a blank screen with spinner
- App becomes unusable
This occurs consistently on every startup after a recent update.
Logs show a repeated failure loop where the renderer attempts to enable an experimental feature (workspace_dependencies), but the runtime rejects it.
This results in continuous retries and prevents the UI from stabilizing.
This error is persistent across ALL logs from today, across multiple restarts and attempts.
What steps can reproduce the bug?
This is not inherently reproducible yet from my findings, as the bug does not persist across two devices (self-built computer on ASUS Rog strix B550 motherboard, vs Lenovo YOGA laptop)
- Update Codex Windows app via official installer (MS Store/AppInstaller downloaded from codex page)
- Launch the application
- Wait for UI initialization
Observed:
- UI briefly flashes
- Then transitions to blank screen with spinner
- App does not recover
This behavior is consistent across multiple launches.
No specific user interaction is required to trigger the issue.
What is the expected behavior?
Codex app should successfully initialize and display the main UI after startup.
No repeated error loops should occur, and the renderer should not continuously retry failed feature enablement.
The app should remain usable after launch.
Additional information
Relevant log excerpt (repeats continuously across all logs from today):
2026-04-24T19:30:47.843Z info [electron-message-handler] Handled 'ready' message, sent ide-context-updated
2026-04-24T19:30:47.880Z error [electron-message-handler] Request failed conversationId=none durationMs=65 error={"code":-32600,"message":"unsupported feature enablement `workspace_dependencies`: currently supported features are apps, memories, plugins, tool_search, tool_suggest, tool_call_mcp_elicitation"} id=7fa1110e-2520-484a-83a8-0e3d36a51cc3 method=experimentalFeature/enablement/set pendingCountAfter=1 timeoutMs=0
2026-04-24T19:30:47.880Z error [electron-message-handler] Failed to sync experimental feature enablement error={"code":-32600,"message":"unsupported feature enablement `workspace_dependencies`: currently supported features are apps, memories, plugins, tool_search, tool_suggest, tool_call_mcp_elicitation"} hostId=local
2026-04-24T19:30:47.931Z info [AppServerConnection] response_routed broadcastFallback=false conversationId=null durationMs=0 errorCode=-32600 hadInternalHandler=false hadPending=true method=experimentalFeature/enablement/set originWebcontentsId=1 requestId=37b87dd1-ed4f-49c2-b748-80a8b8af282d targetDestroyed=false
2026-04-24T19:30:47.958Z info [electron-message-handler] [startup][renderer] app routes mounted after 665251ms
This loop repeats hundreds of times and generates large log files (~10MB per session).
Troubleshooting attempted:
- Cleared UI cache (
LocalCache\Roaming\Codex)
- Reset
.codex-global-state.json
- Restarted app multiple times
- Reinstalled via official installer
No change.
Related issues / possible duplicates:
This appears to be a renderer/runtime feature mismatch, where the desktop app expects support for workspace_dependencies but the runtime does not provide it.
Pasted three most recent logs from startup attempts (yes they are huge, this is a separate issue):
codex-desktop-2ba6edfb-2b1a-4196-a433-33d046f45288-13448-t0-i1-191942-1.log
codex-desktop-2ba6edfb-2b1a-4196-a433-33d046f45288-13448-t0-i1-191942-2.log
codex-desktop-2ba6edfb-2b1a-4196-a433-33d046f45288-13448-t1-i1-191944-0.log
What version of the Codex App are you using (From “About Codex” dialog)?
Latest version from official installer (MS Store / AppInstaller flow) Exact version not accessible via UI due to startup failure. Logs indicate runtime bundle version: 26.423.10653
What subscription do you have?
ChatGPT Plus
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
Codex Windows desktop app fails to load the UI and gets stuck on a blank/spinner screen on startup.
Behavior:
This occurs consistently on every startup after a recent update.
Logs show a repeated failure loop where the renderer attempts to enable an experimental feature (
workspace_dependencies), but the runtime rejects it.This results in continuous retries and prevents the UI from stabilizing.
This error is persistent across ALL logs from today, across multiple restarts and attempts.
What steps can reproduce the bug?
This is not inherently reproducible yet from my findings, as the bug does not persist across two devices (self-built computer on ASUS Rog strix B550 motherboard, vs Lenovo YOGA laptop)
Observed:
This behavior is consistent across multiple launches.
No specific user interaction is required to trigger the issue.
What is the expected behavior?
Codex app should successfully initialize and display the main UI after startup.
No repeated error loops should occur, and the renderer should not continuously retry failed feature enablement.
The app should remain usable after launch.
Additional information
Relevant log excerpt (repeats continuously across all logs from today):
This loop repeats hundreds of times and generates large log files (~10MB per session).
Troubleshooting attempted:
LocalCache\Roaming\Codex).codex-global-state.jsonNo change.
Related issues / possible duplicates:
workspace_dependencies#19220 (startup failure with same unsupported feature error)This appears to be a renderer/runtime feature mismatch, where the desktop app expects support for
workspace_dependenciesbut the runtime does not provide it.Pasted three most recent logs from startup attempts (yes they are huge, this is a separate issue):
codex-desktop-2ba6edfb-2b1a-4196-a433-33d046f45288-13448-t0-i1-191942-1.log
codex-desktop-2ba6edfb-2b1a-4196-a433-33d046f45288-13448-t0-i1-191942-2.log
codex-desktop-2ba6edfb-2b1a-4196-a433-33d046f45288-13448-t1-i1-191944-0.log