Codex Windows app will not launch after a clean reinstall.

Open 💬 16 comments Opened Jun 1, 2026 by alexie-debug
💡 Likely answer: A maintainer (github-actions[bot], contributor) responded on this thread — see the highlighted reply below.

What version of the Codex App are you using (From “About Codex” dialog)?

Codex app version: 26.527.3686.0

What subscription do you have?

Plus

What platform is your computer?

_No response_

What issue are you seeing?

Codex Windows app will not launch after a clean reinstall.

Error:
“Error launching app”
“Unable to find Electron app at C:\Program Files\WindowsApps\OpenAI.Codex_26.527.3686.0_x64__2p2nqsd0c76g0\app\codex\thr...\new”
“Cannot find module ...\new”

I have already tried:

  • Repair
  • Reset
  • Uninstall/reinstall
  • Restart
  • Run as administrator
  • Booted into Safe Mode
  • Renamed the .codex folder to Codex.old
  • Reinstalled again

The same launch error still appears on a fresh install.

This appears to be a Microsoft Store / WindowsApps / Electron app packaging or app registration issue, not a local config issue. Please advise how to fully remove and reinstall the Windows Codex app package, or confirm whether build 26.527.3686.0 has a known Windows launch issue.

<img width="1370" height="501" alt="Image" src="https://github.com/user-attachments/assets/8ee3ab45-6b79-40a1-865b-ce392597a411" />

What steps can reproduce the bug?

  1. Install Codex Windows app from the Microsoft Store.
  2. Open Codex from the Start Menu.
  3. Try to launch the Codex app.
  4. The app fails to launch and shows: “Error launching app”.
  5. Error message says: “Unable to find Electron app at C:\Program Files\WindowsApps\OpenAI.Codex_26.527.3686.0_x64__2p2nqsd0c76g0\app\codex\thr...\new”
  6. It also says: “Cannot find module ...\new”.
  7. I tried Repair, Reset, Uninstall, Reinstall, Restart, Run as administrator, Safe Mode, and renaming the local .codex folder.
  8. After a clean reinstall, the same launch error still appears.

No code snippet is applicable because this is not a code execution bug. It is a Windows desktop app launch/package error.

Session ID: Not available because the app does not launch.
Token limit usage: Not applicable.
Context window usage: Not applicable.

What is the expected behavior?

connecting to chrome ia th e plugin - which now is no longer in the plugin store

Additional information

_No response_

View original on GitHub ↗

16 Comments

github-actions[bot] contributor · 1 month ago

Potential duplicates detected. Please review them and close your issue if it is a duplicate.

  • #25297
  • #25188
  • #25368
  • #25203
  • #25157

Powered by Codex Action

SoundGuyAzure · 1 month ago

happening to me as well. any workaround?

0xc0dec0ffee · 1 month ago

UPDATE to 26.527.60818. it works.

SoundGuyAzure · 1 month ago

still not working for me after update

<img width="565" height="207" alt="Image" src="https://github.com/user-attachments/assets/26904169-4cd5-4fa7-8eda-70acf924a62c" />

willycotes · 1 month ago

I'm still struggling with this, do you know if Codex CLI works properly?

wscjz1 · 1 month ago

same problem

menghehe · 1 month ago

plus one

MatinDawn · 1 month ago

I have met the same issue.

xk8703 · 1 month ago

same problem; how to do fix it?

Cassie1010 · 1 month ago

same problem

shwork336 · 1 month ago

same problem; how to do fix it?

Cassie1010 · 1 month ago

It's working fine after today's update.

DennisdeJager · 1 month ago

Same problem here for days now..
Paying $200 a month for an app that does not work... wow
cli kind of does the job, but my daily office work without the desktop feels like walking with a stone in my shoe..

rlking1985 · 1 month ago

Same issue here for a week now.

pjh4560-design · 1 month ago

Codex desktop (Windows / MS Store) crashes ~0.3s after launch — unhandled C++ exception (0xE06D7363), no window ever shown

Summary

The Codex desktop app (Microsoft Store / MSIX) crashes almost immediately on every launch. No window is ever displayed. The main/browser process starts, logs two lines, begins the local app-server connection, then dies ~0.3s in, writing a ~34 MB Crashpad minidump on every attempt. The Codex CLI works perfectly on the same machine.

This looks like the same class of problem as #25489, #24998, #27175, #17485 — posting a fully-diagnosed instance with a crash signature.

Environment

  • App: OpenAI.Codex (MS Store), version 26.609.3341.0 (AUMID OpenAI.Codex_2p2nqsd0c76g0!App)
  • Bundled Chromium: 149.0.7827.54
  • Backend: codex-cli 0.130.0-alpha.5 (works fine)
  • OS: Windows 11 Pro 26200 (LG gram laptop)
  • CPU/GPU: Intel Core Ultra (Lunar Lake) with Intel Arc 140T iGPU + NVIDIA RTX 4050 Laptop dGPU (hybrid)

Crash signature (parsed from the minidump)

  • Exception code: 0xE06D7363 — i.e. an unhandled C++ exception (raised via KERNELBASE!RaiseException), not an access violation / driver fault.
  • A new ~34 MB minidump is written on every launch to:

%LOCALAPPDATA%\Packages\OpenAI.Codex_2p2nqsd0c76g0\LocalCache\Roaming\Codex\web\Codex\Crashpad\reports

Logs before the crash

Main process log (...\LocalCache\Local\Codex\Logs\...) ends identically every time after 2 lines:

info Launching app ... buildFlavor=prod packaged=true platform=win32
info Appshot hotkey inactive configured=true enabled=true platform=win32

With --enable-logging=stderr --v=1, stdout reaches the app-server stage and then the process dies:

[AppServerConnection] Starting app-server connection hostId=local transport=stdio
[AppServerConnection] app_server_connection.state_changed ... next=connecting ...
[remote-connections/window-context] remote_project_connection_restore_skipped reason=no_remote_projects

No FATAL / CHECK / ERROR line is logged before death (only a benign google_update_settings_win.cc usagestats key warning).

What was ruled out (extensive)

  • GPU drivers: updated Intel Arc → 32.0.101.8826 (2026-05) and NVIDIA → 32.0.16.1047 (2026-05). No change.
  • Rendering backend: crashes with default, --no-sandbox, --use-angle=d3d11, --disable-features=Vulkan/SkiaGraphite/Dawn, --use-angle=swiftshader, --disable-gpu, --in-process-gpu. Only --disable-gpu --disable-software-rasterizer together avoid the crash — but then no window is ever shown (rendering fully disabled).
  • Chromium profile: deleting/recreating the web\Codex profile → fresh profile still crashes.
  • Caches: clearing GPUCache / GrShaderCache / ShaderCache → no change.
  • Clean reinstall: full uninstall + removal of package data + reinstall of the same Store version → still crashes.
  • Windows security policy: Exploit Protection / ACG / CIG / WDAC / Smart App Control all OFF or default.
  • 3rd-party security agent: stopping the endpoint-security service entirely → still crashes.
  • Config: moving ~/.codex aside (clean config) → still crashes.
  • System Chromium baseline: Microsoft Edge launches and keeps a healthy GPU process on the same machine → system graphics stack is fine; the problem is Codex-specific.

Reproducibility

100% — every launch crashes (8+ consecutive attempts, each producing a minidump).

Notes for triage

The crash is a C++ exception thrown during early startup, correlated with graphics/compositor initialization (only fully disabling rendering avoids it, but that also suppresses the window). A symbolicated stack from any of the attached minidumps should pinpoint the throw site. Happy to upload a minidump.

Easy10010 · 16 days ago
# Codex desktop (Windows / MS Store) crashes ~0.3s after launch — unhandled C++ exception (0xE06D7363), no window ever shown ## Summary The Codex desktop app (Microsoft Store / MSIX) crashes almost immediately on every launch. No window is ever displayed. The main/browser process starts, logs two lines, begins the local app-server connection, then dies ~0.3s in, writing a ~34 MB Crashpad minidump on every attempt. The Codex CLI works perfectly on the same machine. This looks like the same class of problem as #25489, #24998, #27175, #17485 — posting a fully-diagnosed instance with a crash signature. ## Environment App: OpenAI.Codex (MS Store), version 26.609.3341.0 (AUMID OpenAI.Codex_2p2nqsd0c76g0!App) Bundled Chromium: 149.0.7827.54 Backend: codex-cli 0.130.0-alpha.5 (works fine) OS: Windows 11 Pro 26200 (LG gram laptop) CPU/GPU: Intel Core Ultra (Lunar Lake) with Intel Arc 140T iGPU + NVIDIA RTX 4050 Laptop dGPU (hybrid) ## Crash signature (parsed from the minidump) Exception code: 0xE06D7363 — i.e. an unhandled C++ exception (raised via KERNELBASE!RaiseException), not an access violation / driver fault. A new ~34 MB minidump is written on every launch to: %LOCALAPPDATA%\Packages\OpenAI.Codex_2p2nqsd0c76g0\LocalCache\Roaming\Codex\web\Codex\Crashpad\reports ## Logs before the crash Main process log (...\LocalCache\Local\Codex\Logs\...) ends identically every time after 2 lines: `` info Launching app ... buildFlavor=prod packaged=true platform=win32 info Appshot hotkey inactive configured=true enabled=true platform=win32 ` With --enable-logging=stderr --v=1, stdout reaches the app-server stage and then the process dies: ` [AppServerConnection] Starting app-server connection hostId=local transport=stdio [AppServerConnection] app_server_connection.state_changed ... next=connecting ... [remote-connections/window-context] remote_project_connection_restore_skipped reason=no_remote_projects ` No FATAL / CHECK / ERROR line is logged before death (only a benign google_update_settings_win.cc usagestats key warning). ## What was ruled out (extensive) * **GPU drivers**: updated Intel Arc → 32.0.101.8826 (2026-05) and NVIDIA → 32.0.16.1047 (2026-05). No change. * **Rendering backend**: crashes with default, --no-sandbox, --use-angle=d3d11, --disable-features=Vulkan/SkiaGraphite/Dawn, --use-angle=swiftshader, --disable-gpu, --in-process-gpu. **Only --disable-gpu --disable-software-rasterizer together avoid the crash — but then no window is ever shown** (rendering fully disabled). * **Chromium profile**: deleting/recreating the web\Codex profile → fresh profile still crashes. * **Caches**: clearing GPUCache / GrShaderCache / ShaderCache → no change. * **Clean reinstall**: full uninstall + removal of package data + reinstall of the same Store version → still crashes. * **Windows security policy**: Exploit Protection / ACG / CIG / WDAC / Smart App Control all OFF or default. * **3rd-party security agent**: stopping the endpoint-security service entirely → still crashes. * **Config**: moving ~/.codex` aside (clean config) → still crashes. System Chromium baseline: Microsoft Edge launches and keeps a healthy GPU process on the same machine → system graphics stack is fine; the problem is Codex-specific. ## Reproducibility 100% — every launch crashes (8+ consecutive attempts, each producing a minidump). ## Notes for triage The crash is a C++ exception thrown during early startup, correlated with graphics/compositor initialization (only fully disabling rendering avoids it, but that also suppresses the window). A symbolicated stack from any of the attached minidumps should pinpoint the throw site. Happy to upload a minidump.

I'm experiencing the exact same issue. I was ultimately able to successfully launch the Codex app using this command:

"C:\Program Files\WindowsApps\OpenAI.Codex_26.623.13972.0_x64__2p2nqsd0c76g0\app\Codex.exe" --enable-logging=stderr --disable-gpu --disable-gpu-compositing