Skip to content

[Windows][26.721.11231.0] App exits ~2.4s after launch after two renderer 0xC0000005 crashes #36084

Description

@BackGwa

What version of the Codex App are you using?

  • Microsoft Store package: OpenAI.Codex 26.721.11231.0 (x64)
  • Bundled Codex CLI reported by the desktop log: 0.146.0-alpha.3.1
  • Bundled chrome.dll: 150.0.7871.128

What subscription do you have?

Pro Lite ($100)

What platform is your computer?

  • Windows 11 Pro 10.0.26200, x64
  • Microsoft Store/MSIX installation
  • AMD Radeon Graphics, driver 32.0.21037.1004
  • Parsec Virtual Display Adapter 0.45.0.0 is also installed

What issue are you seeing?

Normal AppX activation succeeds, but the app exits silently about 2.4 seconds after launch. No usable window or error dialog remains.

The desktop log shows that the bundled Codex app-server starts and initializes successfully. Immediately afterward, the main UI fails to load:

Launching app ... packaged=true platform=win32
[StdioConnection] stdio_transport_spawned ... codex.exe
[AppServerConnection] initialize_handshake_result ... outcome=success
[AppServerConnection] Codex CLI initialized
[window-manager] Failed to load bundle at errorCode=ERR_FAILED errorMessage="ERR_FAILED (-2) loading 'app://-/index.html'"

A single reproduction generated three Crashpad minidumps:

  1. Renderer process: 0xC0000005 access violation, operation execute, exception/invalid address 0x00007FFEE98F3CB0.
  2. Second renderer process: the same 0xC0000005 execute violation at the same address.
  3. Browser/main process: 0x80000003 in bundled chrome.dll+0x15C4CC8.

The two renderer dumps are small early-process dumps and do not contain chrome.dll in their module lists, so I am not claiming that their exception address maps to a specific module. The reliable facts are the identical renderer execute violations, the subsequent browser-process breakpoint in bundled chrome.dll, and the UI bundle load failure.

This reproduced on all three observed launches. On the measured launch, the ChatGPT.exe process tree was gone after approximately 2.4 seconds.

What steps can reproduce the bug?

  1. Install or register Microsoft Store package OpenAI.Codex_26.721.11231.0_x64__2p2nqsd0c76g0.
  2. Launch the normal Start menu entry or activate OpenAI.Codex_2p2nqsd0c76g0!App.
  3. Observe the processes start and then disappear after approximately 2.4 seconds.
  4. Inspect the desktop log and Crashpad reports under the package's local app-data directory.
  5. Observe two renderer 0xC0000005 dumps and one browser/main-process dump per launch.

What is the expected behavior?

The signed Store app should open and remain usable. If the renderer or local app:// bundle cannot initialize, the app should show a recoverable diagnostic instead of silently terminating the entire desktop host.

Additional diagnostic results

  • Get-AppxPackage reports package status Ok.
  • AppX Stage/Register operations completed successfully.
  • The Microsoft Store package catalog signature is valid.
  • app.asar is present and its header contains webview/index.html (size=14213, SHA-256 recorded in the ASAR metadata), so the logged URL failure is not explained by a missing packaged HTML entry.
  • No matching Code Integrity block was found around the crash.
  • No Windows Display, GPU-reset, WHEA, or related System error was recorded around the reproduction.
  • NODE_OPTIONS, ELECTRON_RUN_AS_NODE, ELECTRON_NO_ASAR, and Electron logging override variables are unset at process, user, and machine scope.
  • AppInit DLL loading is disabled and no ChatGPT.exe IFEO debugger entry is configured.
  • The application log contains no Codex/ChatGPT WER crash event; the crashes are captured by the app's own Crashpad handler.

Related issues

Raw dumps are retained locally because minidumps can contain private process memory, paths, and session data. A narrowly scoped dump or symbolicated excerpt can be provided privately to OpenAI maintainers if requested. No raw dump, full log, username, SID, machine name, session ID, or account data is attached publicly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    appIssues related to the Codex desktop appbugSomething isn't workingwindows-osIssues related to Codex on Windows systems

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions