[Windows] Computer Use capture and elevated sandbox spawn fail in app 26.803.5235.0
What version of the Codex App are you using (From “About Codex” dialog)?
26.803.5235.0
What subscription do you have?
ChatGPT Plus
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
After the ChatGPT/Codex Windows app updated to version 26.803.5235.0, Windows Computer Use and ordinary elevated-sandbox process startup became partially unusable.
Computer Use can enumerate windows with list_windows(), but state collection fails. Before the clean reinstall, pixel capture consistently failed with:
IGraphicsCaptureItemInterop.CreateForMonitor failed: De opgegeven service is geen geïnstalleerde service. (0x80070424)
After a complete Microsoft Store uninstall/reinstall and a freshly rebuilt local runtime, get_window_state() with text or screenshot collection now consistently fails with:
Error: node_repl exec context not found
A separate ordinary sandboxed PowerShell command fails before execution with:
CreateProcessAsUserW failed: 5 (Toegang geweigerd / Access denied)
There is also a bundled skill/runtime API mismatch: the Computer Use skill requires await sky.documentation("guidance"), but the freshly loaded @oai/sky sky object has no documentation function.
What steps can reproduce the bug?
Feedback ID: 019fddec-7e4d-7c11-bd61-b957b2d554a5
What is the expected behavior?
The supported elevated Windows sandbox should be able to start an approved basic command without CreateProcessAsUserW failing. Computer Use should collect the approved window's accessibility text and screenshot, then allow normal UI interaction while preserving the sandbox boundary.
Additional information
Versions:
- ChatGPT/Codex Windows app: 26.803.5235.0
- Computer Use plugin: 26.803.41515
- @oai/sky: 0.6.2
- Platform: Microsoft Windows NT 10.0.26200.0 x64 (Windows 11 Pro build 26200.8973)
Troubleshooting already completed:
- Computer Use permission reset and multiple app/Windows restarts.
- In-app workspace bundle reset/reinstall.
- Full Microsoft Store uninstall/reinstall.
- Fresh local runtime rebuild without restoring old runtime data.
- SFC /scannow (repaired a Windows issue), DISM RestoreHealth, and restart.
- Windows CaptureService template and interactive-user instance verified.
- Supported temporary
unelevatedfallback tested; helper startup failed withspawn EPERM, soelevatedwas restored. sandbox_private_desktop = falsewas already active.
The Microsoft Edge ChatGPT extension can still capture and control browser tabs normally. No security boundary was disabled and no workaround requiring weakened sandbox permissions remains enabled.
The attached diagnostic package contains a redacted README, system information, version metadata, and the clean-reinstall result. It excludes credentials, tokens, browser data, router/network configuration, .sandbox-secrets, full logs, and the full config.toml.
Diagnostic ZIP SHA-256: 2CF3B73B936D29CAB99F8E94C74FB12F7A9FB9EF6EBFB0582F1472D98F062B3B
OpenAI-Computer-Use-diagnose-2026-08-09.zip
Because this reproducible product defect consumed substantial ChatGPT Plus/Codex usage during repeated failed runs, reinstalls, restarts, and diagnostic attempts, I also request that OpenAI audit the usage associated with Feedback ID 019fddec-7e4d-7c11-bd61-b957b2d554a5 and restore or credit all billable tokens attributable to this defect. I understand that cached input, regular input, output, and reasoning tokens may be accounted for differently; please calculate the appropriate credit from the server-side usage record rather than treating every token category as having the same rate. Please provide or associate a support case number and confirm any credit applied.
3 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Confirmed on the same Windows build.
Environment:
Observed:
await sky.documentation("guidance")
This confirms that the bundled skill instructions and runtime API are mismatched.
Temporary workaround:
I changed SKILL.md to read the bundled guidance.md, api.md, and confirmations.md files directly.
Additional reproduction on the same Windows/Codex build, with a distinct window-ownership failure.
Environment:
26.803.5235.026.803.41515@oai/sky:0.6.2sandbox_private_desktop = false(target apps visible on the active desktop)Observed:
node_replruns.@oai/skysucceeds.sky.list_apps()andsky.list_windows()succeed and return Notepad and Blender.nodeRepl.requestMetais populated.sky.documentationis stillundefined, although the bundled skill requires it.get_window_state()for Notepad fails with:``
``Error: node_repl exec context not found
``
``window id <id> no longer belongs to blender.4.5; current owner is blender.4.5
The Blender message is self-contradictory: the expected and reported current owner identifiers are identical. This suggests a Windows helper window-owner validation/identity comparison defect in addition to the lost
node_replexecution-context problem.Integrity/recovery checks:
No project content, user paths, credentials, tokens, or session identifiers are included in this public comment.