Codex app only displays (Something went wrong…)
What version of the Codex App are you using (From “About Codex” dialog)?
Codex Windows Store/MSIX 26.616.6631.0
What subscription do you have?
OpenAI Plus
What platform is your computer?
Windows 11 Enterprise 25H2 build 26200.8655 x64
What issue are you seeing?
After I updated the application and restarted my system; the desktop app started to only display "Something went wrong…".
I cannot move the app nor interact with it in any capacity, the only thing displayed is the above message
<img width="750" height="879" alt="Image" src="https://github.com/user-attachments/assets/67ca4be2-d60b-4aa7-8ef8-391fb2f6ceb9" />
In the logs found in %USERPROFILE%\AppData\Local\Packages\OpenAI.Codex_2p2nqsd0c76g0\LocalCache\Local\Codex\Logs\2026\06\21
I get the following logs:
codex-desktop-cebc9776-14cf-4c96-9b79-d1b89a4a8e1a-22868-t0-i1-092221-0.log
What steps can reproduce the bug?
1) Updated the codex app to the latest version
2) Performed a system restarted
3) reopen the codex desktop app
What is the expected behavior?
_No response_
Additional information
_No response_
29 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
I've run into the same problem. Has yours been resolved?
I ran into the same problem, and reinstalling it didn't work either
No, the app is still broken for me.
I tried uninstalling and reinstalling, didn't work
the same to me, display "something wrong" after update. restart \ reinstall did't work.
我也是这个问题 重装没用
Installing the older version worked. It was likely a conflict caused by the new version.
How did you install a previous version?
wangnov/codex-app-mirror
I ran into the same issue, but I was able to use the Codex CLI; however, I tried getting it to fix the problem without success.
It didn't work; I installed the older version (OpenAI.Codex_26.616.4196.0_x64__2p2nqsd0c76g0.Msix), but I'm still getting the "something went wrong" error. Could there be an issue with my account?
If you want to go back to a previous version, do not pick any version that starts with 26.616.
I went back to version 26.611 to get it working again.
Yeah, back to 26.611 it's ok
yes, I install 26.611, it works.
OpenAI.Codex_26.611.8604.0_x64__2p2nqsd0c76g0.Msix
use this version OpenAI.Codex_26.611.8604.0_x64__2p2nqsd0c76g0.Msix
The issue still exists even after today's update.
reinstalling using Wangnov/Codex-App-Manager helped me.
I also ran into this issue. I had Codex extract the installation package for me, then loaded it locally instead of going through Microsoft’s program entry point.
I’m seeing the same issue on Windows.
After the latest update, Codex works normally at first, but after restarting the computer the app shows the same
“Something went wrong…” screen again. So, the problem comes back after a system restart.
I can reproduce a very similar failure on Windows/MSIX in the same 26.616 line, with one extra data point: launching the unpacked
Codex.exeworks, while Start menu / MSIX activation fails.Environment
OpenAI.Codex_26.616.10790.0_x64__2p2nqsd0c76g0OpenAI.Codex_26.611.8604.0_x64__2p2nqsd0c76g0Windows 10 Pro, build22621, HAL10.0.22621.2506, x64Get-AppxPackagestatus for the installed package:Ok%USERPROFILE%\Downloads\OpenAI.Codex_26.616.10790.0_x64__2p2nqsd0c76g0\app\Codex.exeSomething went wrongImportant observation
The package contents do not appear corrupted. I compared the extracted app and the installed WindowsApps copy:
app\resources\app.asarSHA256 is identical in both locations:B1445DE6388CAB35B3C1662646FC4231E63DBB1A9B08668260145B1BAA367C26app\Codex.exeSHA256 is identical in both locations:9FA3C69CBA3DACC3BF70E5A824014F2899DFB6778DBE14724A1B815DBD94E32Dapp\resources\codex.exeSHA256 is identical in both locations:7C8531062AA5B8252FD205852F7015412AAD646ABF4BE9C5CD5823EFE4836C71So the difference seems to be MSIX/AppX activation context vs direct Win32 launch, not file corruption.
Relevant log excerpt
Log location:
Key lines:
There is also a repeated warning before that:
However, I do not think that
EPERM rename_stagingis the direct trigger. The older working26.611.8604.0MSIX logs also contained similarbundled_executable_relocation_failedwarnings, but the UI bundle loaded successfully. In 26.616, the consistent direct failure isERR_FAILED (-2) loading 'app://-/index.html'from the WindowsApps/AppX launch path.Current workaround
Launching the unpacked
app\Codex.exedirectly works normally and can open existing Codex sessions. Rolling back to26.611.8604.0also avoids the issue.I have now updated to version 26.623.5175.0 and still have the same problem
<img width="2267" height="1460" alt="Image" src="https://github.com/user-attachments/assets/afbb6c9c-c145-4894-b57d-39968ee64ef4" />
I am seeing what looks like the same issue on Windows.
My environment:
OpenAI.Codex_26.623.8305.0_x64__2p2nqsd0c76g00.142.3This still happens after uninstalling and reinstalling the Windows Codex App. It also happens on the first launch after reinstall, so it does not look like stale local user state.
The bundled app-server initializes successfully:
[StdioConnection] stdio_transport_spawned ... app\resources\codex.exe
[AppServerConnection] Transport start success
[AppServerConnection] Current reported app-server version: currentVersion=0.142.3
[AppServerConnection] initialize_handshake_result ... outcome=success
[AppServerConnection] Codex CLI initialized
But the renderer bundle fails to load:
[window-manager] Failed to load bundle
errorCode=ERR_FAILED
errorMessage="ERR_FAILED (-2) loading 'app://-/index.html'"
indexPath="C:\Program Files\WindowsApps\OpenAI.Codex_26.623.8305.0_x64__2p2nqsd0c76g0\app\resources\app.asar\webview\index.html"
I also verified that:
app\resources\app.asarexists.webview\index.htmlexists insideapp.asar.So in my case, the file appears to exist, but Electron still fails to load it through the internal
app://-/index.htmlroute.This looks like an Electron renderer / custom protocol /
app://route loading issue rather than a Codex CLI, network, or missing-file issue.I'm using version
26.611.8604.0and curious if this "Something went wrong..." bug has been fixed in the latest versions?Did updating to a newer version resolve the problem for you? Should I upgrade from my current version to fix this?
I found a Windows workaround.
This does not appear to be caused by a missing
webview/index.html. In my logs, the file exists, but Electron fails to load it through the custom protocol:app://-/index.htmlThe failing path was:
...\resources\app.asar\webview\index.htmlWhat fixed it for me:
resources\app.asartoresources\app.asar.original.app.asarinto a real directory namedresources\app.asar.app\Codex.exefrom the copied folder.The directory name matters. If I extract it to
resources\app, the app starts asCodex (Dev)because the production metadata is not found. When the extracted directory is namedapp.asar, the app still readsresources\app.asar\package.json, keepsbuildFlavor=prod, andwebview/index.htmlis served from a normal NTFS directory instead of inside the asar archive.After this workaround, my logs show:
And the original error is gone:
So this looks like an Electron/custom-protocol/asar loading issue in the Windows package, not an account, network, or CLI issue.
This is only a local workaround, not a proper fix, because the unpacked app runs outside the MSIX package and the updater is not available there.
After updating to version 26.623.81905 released on 7.1, this issue has been resolved for me.
After updating to the latest version, it works now.
Issue has been resolved in version 26.623.81905.