openai / openai/codex

[Windows] Codex stopped opening after updating to v26.901.6511.0

Open
#43,857 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

app bug windows-os
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?
  1. Update Codex to v26.901.6511.0.
  2. Launch Codex from Windows.
  3. No application window appears.
  4. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.