openai / openai/codex

ChatGPT Windows app hangs on launch on Windows build 26200; background processes start but no window is created

Open
#45,256 1 comment 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

Environment

  • Windows edition: Windows 10 Home China
  • Windows version: 2009
  • OS build: 26200
  • Architecture: 64-bit
  • ChatGPT package: OpenAI.Codex
  • ChatGPT app version: 26.908.4834.0
  • Package status: Ok
  • Package entry point: app/ChatGPT.exe (Windows.FullTrustApplication)

Problem

The ChatGPT Windows app launches background processes successfully, but no visible application window is created.

Observed behavior

  • Multiple ChatGPT.exe processes are created.
  • All processes report Responding = True.
  • MainWindowHandle = 0 for all ChatGPT processes.
  • MainWindowTitle is empty.
  • No visible ChatGPT window appears.

Example process state:

ProcessName: ChatGPT
MainWindowHandle: 0
Responding: True

Windows Error Reporting

FriendlyEventName=Stopped responding and was closed
AppName=Codex
AppPath=...\WindowsApps\OpenAI.Codex_26.908.4834.0_x64__2p2nqsd0c76g0\app\ChatGPT.exe
ReportDescription=A problem caused this program to stop interacting with Windows.

Troubleshooting already performed

  • Uninstalled and reinstalled ChatGPT from Microsoft Store.
  • Reset the AppX package.
  • Verified package status = Ok.
  • Removed the legacy OpenAI.ChatGPT-Desktop / ChatGPT Classic package.
  • Confirmed only OpenAI.Codex remains installed.
  • Verified Microsoft Edge WebView2 Runtime is installed and running.
  • Verified multiple Microsoft Windows App Runtime versions are installed and report Status = Ok.
  • Tested launching through shell:AppsFolder\OpenAI.Codex_2p2nqsd0c76g0!App.
  • Tested direct ChatGPT.exe launch.
  • Tested launch with --disable-gpu.
  • Issue persists after all above steps.

Expected behavior

ChatGPT should open a visible main application window.

Actual behavior

ChatGPT background processes start, but no main window is ever created. Windows later records the application as not responding.

Additional notes

  • The legacy ChatGPT Classic package previously also showed an Application Hang, but it has now been completely removed.
  • The issue still reproduces with only OpenAI.Codex installed.
  • Web version of ChatGPT works normally.

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 through shell:AppsFolder\OpenAI.Codex_2p2nqsd0c76g0!App and directly via app/ChatGPT.exe, using the listed Windows build and package version. Compare the process state and Windows Error Reporting output; done means the app creates a visible main window without later being recorded as not responding.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
desktop, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.