Windows Codex 26.901.6511.0 intermittently opens to a blank white screen
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
Summary
On Windows, Codex frequently launches to a completely blank white window. Repeatedly closing and relaunching the app eventually allowed the UI to appear, but the problem is intermittent and remains unresolved.
Environment
- Windows desktop app
- Codex version: 26.901.6511.0 (x64)
- Microsoft Store stable channel
- Time zone: UTC+8
What happened
Between 2026-09-08 10:37 and 10:43 UTC+8, I performed five separate launches after moving the app's GPU, shader, HTTP, and code cache directories to timestamped backups. The app still repeatedly opened to a blank white window. It finally displayed the UI on a later launch at about 10:44, without a reliable change that explains the recovery.
The app logs for blank-screen launches still report:
window main frame finished loadwindow ready-to-showReact root render requested
The successful launch also contains Failed to load shell env ... Timed out after 5000ms, so that warning does not distinguish the failed launches. No render-process-gone event or Crashpad dump was found in the inspected logs.
Steps to reproduce
- Fully exit Codex.
- Launch Codex from the registered Microsoft Store app entry.
- The main window sometimes remains entirely white.
- Close and relaunch repeatedly; the UI may eventually appear.
Expected behavior
The main UI should render reliably on every launch.
Additional context
Clearing the caches listed above did not produce a stable fix. The logs reaching the React render request while the window remains white may point to a renderer, GPU composition, or first-frame presentation issue.
Uploaded thread: 019c0d37-d2b6-74c0-918f-0e64af9b6e14
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
No source files or tests are named; start by reviewing the uploaded thread and comparing the blank-screen and successful-launch logs around the React render request, ready-to-show event, and shell-environment timeout. Done means identifying a reproducible cause and establishing a reliable fix for the intermittent white window.
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