What version of the Codex App are you using (From “About Codex” dialog)?
26.309.3504.0
What subscription do you have?
plus
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
Codex fails to start when the following configuration exists in: C:\Users<user>.codex\codex-global-state.json
"runCodexInWindowsSubsystemForLinux": true,
"integratedTerminalShell": "wsl"
When these options are enabled, Codex desktop cannot start successfully.
The application crashes during initialization.
Manually editing the configuration file resolves the issue.
File: C:\Users<user>.codex\codex-global-state.json
"runCodexInWindowsSubsystemForLinux": false,
"integratedTerminalShell": "powershell"
After this change, Codex starts normally.
What steps can reproduce the bug?
- Install Windows Codex
- Open Settings
- Change the Agent environment to WSL
- Change the Integrated terminal shell to WSL
- Restart
You can see the Codex crashed!
What is the expected behavior?
Works well with WSL on Windows
Additional information
Happy to help test fixes if needed.
What version of the Codex App are you using (From “About Codex” dialog)?
26.309.3504.0
What subscription do you have?
plus
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
Codex fails to start when the following configuration exists in:
C:\Users<user>.codex\codex-global-state.jsonWhen these options are enabled, Codex desktop cannot start successfully.
The application crashes during initialization.
Manually editing the configuration file resolves the issue.
File:
C:\Users<user>.codex\codex-global-state.jsonAfter this change, Codex starts normally.
What steps can reproduce the bug?
You can see the Codex crashed!
What is the expected behavior?
Works well with WSL on Windows
Additional information
Happy to help test fixes if needed.