Summary
Opening the Codex Windows app repeatedly triggers Windows "Close the program / Wait for the program to respond" unresponsive prompts. Rebooting the machine does not resolve it.
Environment
- Codex Windows Store package:
OpenAI.Codex_26.609.3341.0_x64__2p2nqsd0c76g0
- Codex app version reported by executable metadata:
149.0.7827.54
- OS: Windows 11 Pro, version
10.0.26200, 64-bit
- Shell/agent environment: Windows native PowerShell
- Timezone/user locale during repro: Asia/Shanghai
Observed behavior
- Starting Codex produces an unresponsive application prompt and the app remains slow/unresponsive for a long time.
- This persists after reboot.
- Around the same time, Windows Event Viewer shows repeated
APPCRASH events for Visual Studio's VCPkgSrv.exe.
- Many
VCPkgSrv.exe processes remain running with very small working sets.
Relevant Windows Event Viewer details
Representative events from Application log on 2026-06-12 around 15:14-15:18 local time:
Provider: Application Error / Windows Error Reporting
Event: APPCRASH
Faulting application: VCPkgSrv.exe
Faulting application version: 18.0.11821.187
Faulting module: KERNELBASE.dll
Faulting module version: 10.0.26100.8655
Exception code: 0xe06d7363
Fault offset: 0x001659a4
Faulting application path: D:\Program Files\Microsoft Visual Studio\18\Enterprise\Common7\IDE\VC\vcpackages\x86\VCPkgSrv.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Bucket/hash: fc03d131108e965e77a3c8c5e9cfdb34
Codex logs observed locally
Recent app logs were present under:
%LOCALAPPDATA%\Packages\OpenAI.Codex_2p2nqsd0c76g0\LocalCache\Local\Codex\Logs\2026\06\12\
The latest log showed repeated git-origin watcher activity and app-server routing, plus messages like:
[electron-message-handler] Received turn/completed for unknown conversation
[electron-message-handler] Item not found in turn state
No obvious direct network/login failure was visible in the small tail inspected.
Notes
This may be an interaction between Codex launch/project scanning and Visual Studio's VC package service (VCPkgSrv.exe), rather than a direct Codex process crash. Please let me know if additional logs or a safer diagnostic bundle would help.
Summary
Opening the Codex Windows app repeatedly triggers Windows "Close the program / Wait for the program to respond" unresponsive prompts. Rebooting the machine does not resolve it.
Environment
OpenAI.Codex_26.609.3341.0_x64__2p2nqsd0c76g0149.0.7827.5410.0.26200, 64-bitObserved behavior
APPCRASHevents for Visual Studio'sVCPkgSrv.exe.VCPkgSrv.exeprocesses remain running with very small working sets.Relevant Windows Event Viewer details
Representative events from
Applicationlog on 2026-06-12 around 15:14-15:18 local time:Codex logs observed locally
Recent app logs were present under:
The latest log showed repeated git-origin watcher activity and app-server routing, plus messages like:
No obvious direct network/login failure was visible in the small tail inspected.
Notes
This may be an interaction between Codex launch/project scanning and Visual Studio's VC package service (
VCPkgSrv.exe), rather than a direct Codex process crash. Please let me know if additional logs or a safer diagnostic bundle would help.