Windows 11 25H2: browser actions exit Codex after vk_swiftshader.dll Code Integrity block
What version of the Codex App are you using (From “About Codex” dialog)?
26.721.4979.0 (Microsoft Store, x64)
What subscription do you have?
Not provided / unknown
What platform is your computer?
Windows 11 x64, build 26200 (25H2); NVIDIA GeForce RTX 4060 Ti, driver 32.0.15.9649
What issue are you seeing?
The Codex Windows desktop app closes when a task uses the built-in browser. It reproduces in more than one chat/task, so it is not tied to one conversation.
Immediately before each closure, Windows Code Integrity logs Event ID 3033 for ChatGPT.exe:
Code Integrity determined that a process (…\ChatGPT.exe) attempted to load …\app\vk_swiftshader.dll that did not meet the Microsoft signing level requirements.
EventData: RequestedPolicy=8, ValidatedPolicy=1, Status=0xC0000428.
Windows Defender has no threat detections. The package status is OK, but after the block Microsoft Store remediation/AppX registration runs with ForceTargetApplicationShutdownOption, which forcibly closes the app. No native crash dump or WER Application Error is created because the app is being terminated by AppX registration.
This makes the desktop app unusable for browser-driven workflows.
What steps can reproduce the bug?
- Launch Codex desktop app 26.721.4979.0 on Windows 11 25H2 (build 26200).
- Open a new or existing Codex chat.
- Ask the agent to perform a built-in browser action (for example, open and inspect a web page).
- The Codex desktop window exits.
- On restart, Microsoft Store/AppX remediation can run and repeat the forced shutdown.
Observed at least twice in separate chats after browser use.
What is the expected behavior?
Browser actions should not cause the desktop client to exit. The bundled rendering component should load successfully under Windows Code Integrity, and no Store/AppX remediation loop should be triggered.
Additional information
Troubleshooting already attempted: Windows repair install through Windows Update, Microsoft Store/AppX repair and re-registration, and clearing only browser/GPU caches. The issue persists.
Please investigate the Code Integrity rejection of the packaged vk_swiftshader.dll on Windows 11 25H2. No chat contents, account details, or local files are included in this report.
3 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
I can reproduce the same failure signature on the same Store build and OS family. My case initially looked task-specific, but the evidence shows that the affected task is simply the one that resumes the built-in Browser path.
Environment:
26200.8875OpenAI.Codex_26.721.4979.0_x64__2p2nqsd0c76g032.0.16.104732.0.101.6129019fa851-2db4-73e2-a713-cb385b917228The task used Browser/
node_replto open Cloudflare’s domain-registration page. Six retries produced six Code Integrity Event 3033 records for:At each timestamp, AppModel Runtime immediately emitted Event ID 6:
Failure-window totals:
0x3CFCerrorsTwo especially tight correlations:
The package payload is intact. I validated
ChatGPT.exeandvk_swiftshader.dllblock-by-block against the signedAppxBlockMap.xml:vk_swiftshader.dllversion is5.0.0, SHA-256:2C8F89FA26945207260B9B019F7E1A2F4F6820741B783561F729DC13C7E82C7ESmart App Control is off and user-mode WDAC enforcement is off. All GPUs report healthy.
The task itself remains readable: after reinstall, three backend
thread/readcalls completed in 11 ms, 3 ms, and 10 ms with no error. This rules out a malformed/oversized transcript. Continuing the task is what re-enters the Browser/GPU path.After enough retries, Windows shows “This app can't open — Check the Store for more info about ChatGPT,â€^] and the Store reinstall is required.
I have a sanitized event timeline and screenshot available. I did not attach the raw task JSONL because its Browser DOM snapshots may contain signed-in account data.
Additional independent reproduction
I can independently reproduce the same failure on Windows with the Microsoft Store build.
Environment
OpenAI.Codex_26.721.4979.0_x64__2p2nqsd0c76g02620031.0.15.522231.0.12044.3Reproduction
The failure occurred in two separate Codex conversations while Browser Use was active:
The failure was not tied to a particular website or project file.
Windows event evidence
At approximately
20:21:34local time, Windows Code Integrity recorded Event ID3033:At approximately
23:17:28local time, the same Event ID3033occurred again for:The event data was:
810xC0000428No normal Application Error / WER crash entry was generated.
Startup failure and recovery
Immediately after the second Code Integrity event:
6reported error0x3CFC.Ok.Expected behavior
A Browser Use or GPU child-process failure should be isolated and recoverable. It should not terminate the Codex desktop application or leave the MSIX package unable to launch.
Additional notes
This is an independent reproduction of the same
vk_swiftshader.dllCode Integrity / Chromium GPU-process failure. The problem appears to be below the webpage and prompt layers. No session transcripts, private URLs, credentials, or workspace files are included here.Related reports: