[Windows] Codex stopped opening after updating to v26.901.6511.0
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
What issue are you seeing?
After updating Codex to v26.901.6511.0 on Windows, Codex no longer opens.
When I launch Codex, no GUI window appears. However, multiple ChatGPT.exe processes are created and remain running in the background.
The processes are responsive, but they do not create a visible window. The MainWindowHandle is 0 and MainWindowTitle is empty.
There is no error message displayed.
What steps can reproduce the bug?
- Update Codex to v26.901.6511.0.
- Launch Codex from Windows.
- No application window appears.
- Open Task Manager and observe multiple ChatGPT.exe processes running in the background.
The issue occurs every time I try to launch Codex after the update.
What is the expected behavior?
Codex should launch normally and display the Codex desktop application window.
Additional information
System:
- Windows 11
- Codex version: 26.901.6511.0
- x64
I manually launched ChatGPT.exe from its installation directory, but the result was the same: the process started but no window appeared.
I also tested the following launch arguments:
--disable-gpu
--disable-gpu --disable-software-rasterizer
Neither fixed the issue.
I checked the process state with PowerShell:
Get-Process ChatGPT | Select-Object Id,CPU,Responding,MainWindowHandle,MainWindowTitle,Path
The processes showed:
Responding: True
MainWindowHandle: 0
MainWindowTitle: empty
The executable path is:
C:\Program Files\WindowsApps\OpenAI.Codex_26.901.6511.0_x64__2p2nqsd0c76g0\app\ChatGPT.exe
The previous version worked normally. The problem appeared immediately after updating to v26.901.6511.0.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the launch from ChatGPT.exe on Windows 11 at v26.901.6511.0, then inspect the processes with the provided PowerShell command and compare the behavior with the previous version. Done means launching Codex creates a visible desktop window instead of responsive background processes with MainWindowHandle 0.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell, rust
- Domain
- desktop, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100