Windows Codex App 26.609.4994.0 no longer opens after update
What version of the Codex App are you using (From “About Codex” dialog)?
Update from 12th of June, About Dialog is no longer availble as app do not open anymore!
What subscription do you have?
ChatGPT Pro / 200
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
After updating to OpenAI Codex Windows App 26.609.4994.0, the app no longer opens at all.
I cannot access the “About Codex” dialog because the application does not launch anymore, so I confirmed the installed version through PowerShell.
Installed package information:
Name: OpenAI.Codex
Version: 26.609.4994.0
PackageFullName: OpenAI.Codex_26.609.4994.0_x64__2p2nqsd0c76g0
InstallLocation: C:\Program Files\WindowsApps\OpenAI.Codex_26.609.4994.0_x64__2p2nqsd0c76g0
Status: Ok
Subscription: ChatGPT Pro
Actual behavior:
- After the update to 26.609.4994.0, Codex no longer opens.
- Launching the app does not show the main window.
- I cannot reach the “About Codex” dialog.
- I cannot access my existing Codex work/history from the Windows app.
- The issue started immediately after this update.
- The installed AppX package status is “Ok”, but the app itself is unusable.
Expected behavior:
- Codex Windows App should launch normally.
- The main UI should appear.
- I should be able to access my existing Codex sessions/projects.
Diagnostics already collected:
- AppX package information
- Crashpad report list
- Local OpenAI/Codex file list
- .codex file list
- Windows Event Viewer logs can be provided if needed
Important observation:
The Crashpad reports directory contains multiple report entries under:
C:\Users\parto\AppData\Local\Packages\OpenAI.Codex_2p2nqsd0c76g0\LocalCache\Roaming\Codex\web\Codex\Crashpad\reports
This looks like a startup crash/regression in the Windows desktop app, not a missing installation.
Privacy note:
Some local diagnostic files may include sensitive local paths, session references, auth files, or project data, so I can provide sanitized logs/dumps if needed.
Impact:
This is a complete blocker. I cannot use the Codex Windows App at all after the latest update.
Request:
Please investigate the 26.609.4994.0 Windows build. If this is a known regression, please provide a workaround, rollback path, or hotfix build.
What steps can reproduce the bug?
Actual behavior:
- The Codex app no longer opens.
- Launching the app does not show the main window.
- This started immediately after the update to 26.609.4994.0.
Expected behavior:
- Codex Desktop should launch normally and show the main window.
What is the expected behavior?
_No response_
Additional information
_No response_
27 Comments
<img width="2578" height="594" alt="Image" src="https://github.com/user-attachments/assets/770c1093-e041-4b1c-b3f3-215092275fe2" />
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Additional runtime information:
I checked the Microsoft Edge WebView2 Runtime folder on this machine.
PowerShell output shows:
C:\Program Files (x86)\Microsoft\EdgeWebView\Application
Directory entries:
This appears to be in the same time window as the Codex Windows App 26.609.x update and the startup crash.
I am not claiming WebView2 is definitely the root cause, but please check whether Codex Windows App 26.609.4994.0 has a startup regression related to the interaction between:
My platform output is:
Microsoft Windows NT 10.0.26200.0 x64
The Windows user profile path is ASCII-only:
C:\Users\englishname
So this does not look like a non-ASCII user-profile-path issue.
Garbage windows builds, one regression or newly introduced bug after the other = total loss of productivity. In my case, the latest update via the store broke the app because it is set in WSL agent mode and is missing a CODEX_CLI_PATH env variable rendering the app unusable as it fails to start unless WSL mode is reverted to native mode.
I may have missed it, but are you using Codex with WSL?
OpenAI team - what's going on? I really don't get the hate for Windows/WSL!
I checked this. WSL is not installed/enabled on my machine.
PowerShell output:
Microsoft-Windows-Subsystem-Linux: Disabled
Also,
Get-AppxPackage MicrosoftCorporationII.WindowsSubsystemForLinuxreturns no installed package.So I was not using Codex in WSL agent mode. My setup is native Windows / PowerShell. This looks like a native Windows Codex App startup crash on 26.609.4994.0, not a WSL / CODEX_CLI_PATH issue.
Native mode runs fine here, system running 25H2 / 26200.8655 Windows build. Try the Codex Beta app, if that fails too then it must be system/OS related.
I’m seeing the same issue after updating Codex App to
26.609.4994.0on Windows 11 with WSL mode enabled.The app fails with:
In my case, the diagnostics show that a non-login WSL shell resolves
codexto the Windows path:Output:
But a login shell finds the correct WSL Codex:
Output:
So this looks like the app is starting WSL in a non-login shell after the update, causing it to pick up the Windows Codex path instead of the WSL-installed Codex. This seems related to #22423, but in my case it started immediately after updating to
26.609.4994.0.Adding a Windows + WSL-mode datapoint with root-cause evidence from local logs/package inspection. Paths/usernames are redacted.
Environment:
OpenAI.Codex_26.609.4994.0_x64__2p2nqsd0c76g0runCodexInWindowsSubsystemForLinux=true, integrated terminal shell set to WSL)codex-cli 0.140.0-alpha.2Startup failure shown by the app:
Relevant desktop log evidence:
Package inspection on the installed MSIX showed that the Windows package contains Windows resource binaries, but not the WSL/Linux resource names the WSL relocation path is trying to stat:
That makes this case different from, or at least earlier than, a WSL non-login-shell/PATH lookup failure. In this repro, Desktop failed before it could spawn a WSL CLI because it attempted to relocate a package resource that is not present in the installed package.
Confirmed workaround:
After closing/reopening Codex with
CODEX_CLI_PATHpointed at the existing cached WSL CLI, the app launched and initialized successfully:Suggested fixes:
app\resources\codex, likelyapp\resources\rg) in the Windows Store/MSIX package, or avoid hard-failing when those resources are missing and a managed/cached WSL CLI already exists.CODEX_CLI_PATHguidance explicit for WSL mode, including that it can point to the Windows-visible path for the cached WSL binary.Temporary workaround caveat: setting
CODEX_CLI_PATHthis way pins Desktop to that cached CLI until the variable is removed.@MisterRound I did try exactly that, pointing to the cached WSL CLI, and while the app did launch, it's still unusable as the app is traversing the network to use the cached WSL CLI on Windows instead of the WSL-installed codex. Try it, it's unusable, actions/responses are taking over 10+ mins on simple requests.
Also, and as you have rightly and methodically documented in #25216, Codex App and WSL really need a dedicated path instead of continuous patch work that keeps breaking.
@SocialK sorry we've hijacked your thread
I hit this after the latest Windows app update as well, using Desktop in WSL mode.
In my case the app was failing around the Desktop-managed WSL Codex binary cache. The working path for WSL mode was:
C:\Users\Deependra\.codex\bin\wsl\codexImportant detail: even though this is a Windows path, the file at that path is a Linux ELF binary, not
codex.exe. The Windows Electron app appears to launch it viawsl.exe.What worked for me:
C:\Users\Deependra\.codex\bin\wsl\codexC:\Users\Deependra\.codex\bin\wsl\<hash>\codexC:\Users\Deependra\.codex\bin\wsl\codexCODEX_CLI_PATH=C:\Users\Deependra\.codex\bin\wsl\codexAfter that, Desktop WSL mode launched again. Logs showed:
spawnCommand=wsl.exeexecutablePath=C:\Users\Deependra\.codex\bin\wsl\codexand the binary was:
ELF 64-bit ...codex-cli 0.140.0-alpha.2So this may be related to the Windows app update not correctly repairing/updating the Desktop WSL binary cache.
same issue
<img width="544" height="167" alt="Image" src="https://github.com/user-attachments/assets/43830b01-5a36-4061-adb1-d84850e58eed" />
I believe I hit the same underlying issue and found an additional clue that may help narrow it down.
Initial Symptom
The problem actually started immediately after updating Codex Desktop.
On startup, Codex failed with an error similar to:
I recovered from this by manually setting
CODEX_CLI_PATHto the existingcodex.exebinary that was already present on disk.After that, Codex started successfully, but the project chat issues described below appeared.
Symptoms After Startup Was Restored
Importantly, the data was not lost.
Investigation
The SQLite database (
~/.codex/state_5.sqlite) still contained all threads.Historical threads had
cwdvalues like:However, after the update, newly created chats in the same project were being stored with:
This path does not exist on a normal Windows installation.
As a result:
Workaround
As a temporary workaround, I:
/mnt/<drive>/...thread paths insidestate_5.sqliteto match the new format.After doing this, nearly all project chats reappeared.
One Additional Detail
I had previously configured the agent environment to use WSL by default, and many of my historical threads were created in that environment.
Because of that, my database contained thread
cwdvalues like:I cannot say whether this issue affects users who have never enabled WSL or have a clean installation without WSL configured.
It is possible that this only occurs when migrating existing thread history between WSL-based workspace roots and the newer Desktop path handling. In my case, the issue appeared immediately after an update and only affected project chat visibility. The underlying session data remained intact.
I don't know if WSL is the root cause or merely a prerequisite for triggering the bug.
Possible Root Cause
This looks like a regression involving both:
It may be helpful to canonicalize equivalent WSL and Windows paths before comparing workspace roots and to avoid persisting
C:\mnt\<drive>\...paths unless those mappings actually exist on the machine.Happy to provide additional diagnostics or database samples if needed.
have same problem
windows powershell with admin privileges and command
and it works again)
After updating to OpenAI Codex Windows App 26.609.4994.0, the app is no longer usable.
I cannot access the “About Codex” dialog because the main Codex window does not open, so I confirmed the installed version through PowerShell.
Environment:
Actual behavior:
Expected behavior:
Read-only diagnostics I ran:
PowerShell reports:
Name: OpenAI.Codex
Version: 26.609.4994.0
PackageFullName: OpenAI.Codex_26.609.4994.0_x64__2p2nqsd0c76g0
InstallLocation: C:\Program Files\WindowsApps\OpenAI.Codex_26.609.4994.0_x64__2p2nqsd0c76g0
Status: Ok
The install location exists.
The bundled CLI exists at:
C:\Program Files\WindowsApps\OpenAI.Codex_26.609.4994.0_x64__2p2nqsd0c76g0\app\resources\codex.exe
File metadata:
ACL permissions for app\resources\codex.exe include ReadAndExecute for:
So this does not look like a missing bundled codex.exe file or a simple missing ReadAndExecute permission issue.
PowerShell output:
I have not manually set CODEX_CLI_PATH.
I checked the WSL hypothesis mentioned in the comments.
PowerShell output:
Microsoft-Windows-Subsystem-Linux: Disabled
Also, Get-AppxPackage MicrosoftCorporationII.WindowsSubsystemForLinux returns no installed package.
So I was not using Codex in WSL agent mode. My setup is native Windows / PowerShell.
Microsoft Edge WebView2 Runtime directory:
C:\Program Files (x86)\Microsoft\EdgeWebView\Application
Visible entries:
A msedgewebview2.exe process from version 149.0.4022.62 is visible in the process list, although from the basic process table alone I cannot prove whether that specific process belongs to Codex.
The Crashpad reports directory contains .dmp files under:
C:\Users\myname\AppData\Local\Packages\OpenAI.Codex_2p2nqsd0c76g0\LocalCache\Roaming\Codex\web\Codex\Crashpad\reports
However, the latest visible .dmp files I saw are from 6/8 and 6/9, not from the current 6/13 launch attempts. So the current behavior may not be an instant crash anymore. It looks more like the app starts in the background/tray but the main UI window / renderer never appears.
Current hypothesis:
Codex Windows App 26.609.4994.0 may be hanging or failing during one of these startup stages:
Important clarification:
This does not look like a WSL / CODEX_CLI_PATH issue on my machine because WSL is disabled and no WSL package is installed.
Request:
Please investigate Codex Windows App 26.609.4994.0 as a Windows Desktop App startup / main-window / renderer regression. If this is a known regression, please provide a workaround, rollback path, or hotfix build.
I can provide sanitized logs or dump files if needed, but I do not want to publicly upload files that may contain local paths, auth/session references, or project data.
I have the same problem. Disabling WSL mode won't work well, because I have all my projects set up to wsl... This is 3rd time during the last 2 months that My Codex gets broken after update. Vibe coders department of OpenAI should probably try to use regression skills?!
I also pay 200 usd a month btw...
I want to add that this is not an isolated inconvenience for me.
In the last two weeks, I lost my active Codex work three separate times. This is not just about tokens or rate limits. Entire work sessions disappeared or became inaccessible while I was actively working on them.
I am paying $200/month for ChatGPT Pro, and right now I cannot even reliably open the Codex Windows App. But honestly, the most painful part is not even the broken Windows app. The bigger problem is that GPT-5.5 inside Codex has stopped being reliable for real coding work.
I have seen tasks run for many hours, sometimes close to 10 hours, while making only a few actual file edits. Codex appears to get stuck in loops: reading the same files again, compacting context, reconnecting, and continuing without meaningful progress. Issue: https://github.com/openai/codex/issues/27588
This needs loop detection / no-progress detection. A paid coding agent should not spend hours “working” while producing almost nothing and consuming paid usage.
Same problem, I have read about 10 threads, this one is "most" living
For those with the broken Codex/WSL install - the workaround at #28074 gets you back on track until the regression is fixed.
I’m experiencing what appears to be the same issue on Windows Codex App 26.609.4994.0.
Environment:
Symptoms:
Diagnostics:
codex app-server --listen ws://127.0.0.1:4500starts successfully.http://127.0.0.1:4500/readyzreturns 200 OK.codex --remote ws://127.0.0.1:4500connects successfully.-529697949.--user-data-dir=C:\CodexElectronProfilestill exits with the same code.C:\Users\理쒖???AppData\Roaming\Codex\web\CodexThis suggests that CLI, app-server, auth, database, network, and model access are working correctly, and the failure is isolated to the Windows Desktop Electron UI layer. It may be related to non-ASCII/Korean Windows user profile paths or a regression in version 26.609.4994.0.
Please let me know if there is a known workaround, rollback, or upcoming hotfix.
Adding another Windows + WSL-mode datapoint for
26.609.4994.0. This looks related to the bundled CLI discovery regression, but there is a second failure mode after usingCODEX_CLI_PATHas a workaround.Environment:
OpenAI.Codex_26.609.4994.0_x64__2p2nqsd0c76g0OkUbuntu-24.04/ WSL2%USERPROFILE%\.codexPackage/resource inspection:
Normal launch fails before the main app can initialize:
Directly executing the bundled Windows CLI also fails from PowerShell:
Workaround used on this machine:
With that workaround, the Desktop app does launch and initializes an external app-server:
However, after this workaround the app is still not fully healthy.
thread/listsucceeds, and the local session data still exists on disk, butplugin/listrepeatedly fails:There are also path-normalization symptoms after the workaround. The app tries to watch Windows paths of the form:
Those paths do not exist on this Windows install; the real paths are
C:\Users\.../D:\..., while WSL paths are/mnt/c/...//mnt/d/.... The log then reportsENOENTfromgit-init-watcher.Observed impact:
CODEX_CLI_PATH.thread/listsucceeds, but the UI/history behavior is unreliable in this mixed state.This may be two related regressions:
resources\codex/resources\rg, but the Windows Store package contains onlycodex.exe/rg.exe.CODEX_CLI_PATH, Desktop and CLI path handling disagree on absolute path bases, causingAbsolutePathBuf deserialized without a base pathand invalidC:\mnt\...workspace roots.Happy to provide more sanitized log snippets if helpful.
https://github.com/openai/codex/issues/28212#issuecomment-4703996879
The workaround that worked for me was to point
CODEX_CLI_PATHto the Desktop-managed WSL cached Codex binary.The important part is that
CODEX_CLI_PATHshould not point to the Windows npmcodex.cmdpath, and should not point to the WSL-installed/home/.../codexpath. It should point to the Codex Desktop-managed WSL cached binary under:First, I checked whether such a cached WSL binary existed:
This returned a path like:
Then I set
CODEX_CLI_PATHto that cached WSL binary:Test-Pathshould return:After that, I closed any running Codex processes:
Then I restarted Codex Desktop. After this, Codex Desktop launched successfully again in WSL mode.
For clarity, this is different from pointing
CODEX_CLI_PATHto a Windows npm path such as:That path did not work for me, because it can be interpreted incorrectly in the WSL/Linux execution context.
This workaround appears to rely on an existing Desktop-managed WSL cached binary. After an official fix is released, I plan to remove the manual
CODEX_CLI_PATHoverride so that Codex Desktop can return to its normal managed path resolution:If the final registry query reports that the value does not exist, the manual override has been removed.
This appears to be affecting many users, so we're treating it as a high priority to get it fixed.
worked for me, thank you
Same issue on Windows 11 with OpenAI.Codex 26.609.4994.0.
The app launches, but freezes completely when opening/starting a chat and entering a message. Windows Event Viewer shows MoAppHang / Application Hang:
P1: OpenAI.Codex_26.609.4994.0_x64__2p2nqsd0c76g0
Codex.exe version: 149.0.7827.54
WSL_DISTRO_NAME is empty for User and Machine.
USERPROFILE and LOCALAPPDATA contain only ASCII characters.
Reset-AppxPackage and cleaning .codex / LocalCache did not fix it.
Thanks Eric. I believe the best way forward is to maintain two separate Windows builds of the Codex app: Stable and Beta.
The main release app should be treated as the stable channel and should only include verified fixes, patches, and thoroughly tested updates. At the moment, however, the main Codex app on the Microsoft Store is unstable and frequently breaks, with alpha-level Codex builds, recurring bugs, and regressions appearing across releases. This is not conducive to a productive workflow, especially for users relying on Codex for regular development work.
The Beta app is the appropriate place for testing new functionality, experimental builds, and early Codex changes. That would allow users who want to test new features to do so, while keeping the main app reliable for regular use.
In short, the main app should prioritize stability and confidence, while the Beta app can continue to serve as the testing channel.
And, as Donny would say, thank you for your attention to this matter. Now let’s make Codex stable on Windows and WSL 🚀
After the huge 150 MB update, nothing has changed. The app is still unusable: it causes my computer to heat up, memory usage reaches 99%, sessions do not load, and the entire interface is extremely laggy.
Update after the new Microsoft Store package installed today:
Current versions:
OpenAI.Codex 26.611.8273.0
PackageFullName: OpenAI.Codex_26.611.8273.0_x64__2p2nqsd0c76g0
Version 26.611.61753 • Released Jun 17, 2026
149.0.7827.115
Result after retesting:
The regression is still not fixed.
Current behavior:
Conclusion:
The new package 26.611.8273.0 / in-app version 26.611.61753 does not fix the core issue. It only changes the failure mode again.
This still appears to be a Windows Codex Desktop regression involving local session/history loading, indexing, migration, renderer performance, or memory management.
Please attach this update to the internal tracking item and escalate it to the Windows desktop/session-history engineering team.