019f5bce-c614-7a13-bd5e-df95283e3130
What version of the Codex App are you using (From “About Codex” dialog)?
Powered by Codex & OWL Version 26.730.61639 Released Aug 4, 2026
What subscription do you have?
business
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
Codex browser control cannot initialize on Windows. The Node-backed browser-control kernel exits before connecting to Google Chrome.
Full error:
node_repl kernel exited unexpectedly
node_repl diagnostics:{"kernel_status":"exited(code=1)","kernel_stderr_tail":"windows sandbox failed: helper_unknown_error: apply deny-read ACLs","reason":"stdout_eof","stream_error"}
This prevents Codex from controlling any authenticated Chrome page. The failure occurs before the target website is inspected or changed.
Task/session ID:019f5bce-c614-7a13-bd5e-df95283e3130
No token-limit or context-window error was displayed.
What steps can reproduce the bug?
Feedback ID: 019f5bce-c614-7a13-bd5e-df95283e3130
What is the expected behavior?
The browser-control runtime should initialize successfully, connect to the installed and enabled ChatGPT Chrome extension, and allow Codex to list or claim the open Chrome tabs.
Codex should then be able to inspect and interact with the selected website according to the user’s permissions.
The Windows sandbox should not fail while applying its read-access restrictions.
ADDITIONAL INFORMATION
The installed read-only Chrome diagnostics all passed:
Google Chrome is installed and running.
The ChatGPT Chrome extension is installed and enabled.
The selected Chrome profile contains the extension.
The Chrome native-messaging manifest exists.
The native-host name is correct.
The Windows registry path matches the manifest path.
The expected Chrome-extension origin is allowed.
Opening a fresh Chrome window through the bundled diagnostic script succeeds.
The extension and native-host diagnostic scripts return exit code 0.
The failure appears to happen while initializing the Windows sandbox, before browser-extension communication begins.
The same error occurred in more than one Codex task, so it does not appear to be specific to one conversation or website. No target-site changes were made because the browser runtime never connected.
Additional information
_No response_
2 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Additional confirmed reproduction and recovery after a Windows machine restart:
26.730.8199.0.windows sandbox failed: helper_unknown_error: apply deny-read ACLs..codex/.sandbox/deny_read_acl_state.jsonwas exactly 22 bytes and every byte was0x00..codex/.sandbox/setup_error.jsoncontained{"code":"helper_unknown_error","message":"apply deny-read ACLs"}.{"principals":{}}.This strongly matches the corrupt 22-NUL state-file failure described in #35718 and #34841. Please consider quarantining malformed state and regenerating it automatically, and writing the state atomically so a restart cannot leave a persistent sandbox outage.