Windows Computer Use becomes unavailable after unified exec runtime setup refresh failure
What issue are you seeing?
Windows ChatGPT/Codex Desktop 上的 Computer Use 曾经可以正常工作,但随后 Codex 本地 runtime / unified exec 初始化失败,之后新的 Computer Use 会话经常无法获得 Computer Use 工具。
当前版本:
26.820.60940
Computer Use 曾成功完成一次真实图形界面操作:
- 打开 Windows 记事本
- 输入:AWE COMPUTER USE TEST
- 从实际记事本画面成功读回:AWE COMPUTER USE TEST
之后出现错误:
CreateProcess: Rejected("Failed to create unified exec process: helper_unknown_error: setup refresh had errors")
另外一次错误涉及:
C:\Users\HP\.cache\codex-runtimes\codex-primary-runtime\...
并出现 exec_command failed。
从此以后,即使通过:
Plugins → Computer Use → Try now
创建新的 @Computer Use 会话,也经常返回:
COMPUTER_USE_NOT_AVAILABLE
Computer Use 插件已安装并启用,“电脑操控 → 任意应用”也已开启。
What steps can reproduce the bug?
- 在 Windows 上运行 ChatGPT/Codex Desktop 26.820.60940。
- 确认 Computer Use 插件已安装并开启。
- 在“设置 → 电脑操控”中开启“任意应用”。
- 打开“插件 → Computer Use → 立即试用”。
- 使用 Computer Use 控制 Windows 应用。
最初 Computer Use 可以正常工作,例如成功打开记事本并输入和读回文字。
之后 Codex 本地执行器出现:
CreateProcess: Rejected("Failed to create unified exec process: helper_unknown_error: setup refresh had errors")
并出现指向:
C:\Users\HP\.cache\codex-runtimes\codex-primary-runtime\...
的 exec_command failed。
此后:
- 再次打开“插件 → Computer Use → 立即试用”。
- 创建新的 @Computer Use 会话。
- 请求只使用 Computer Use 打开 Windows 记事本。
结果经常直接返回:
COMPUTER_USE_NOT_AVAILABLE
已经尝试:
- 重启 ChatGPT/Codex
- 重启 Windows
- 关闭并重新开启 Computer Use
- 关闭并重新开启“任意应用”
- 从 Computer Use 插件页重新点击“立即试用”
问题仍然存在。
What is the expected behavior?
通过“插件 → Computer Use → 立即试用”创建的新会话,应稳定挂载 Computer Use 工具,并能够正常控制 Windows 应用。
如果 Codex 本地 runtime / unified exec 刷新失败,也不应该导致后续 Computer Use 会话永久或频繁变成不可用。
希望官方提供安全的 Windows runtime Repair / Reset / Refresh 方法,而不需要用户手动修改 Windows/AppData 权限或删除 runtime 文件。
Additional information
Environment:
- Windows
- ChatGPT/Codex Desktop
- Version: 26.820.60940
- Computer Use plugin installed and enabled
- “Allow ChatGPT to control apps / 任意应用” enabled
- Google Chrome integration installed
Built-in diagnostic feedback was submitted successfully.
Feedback ID:
01a03bc8-b98a-70b2-a9ab-afe6355a093d
The feedback submission included the current ChatGPT session logs and browser logs.
I have NOT:
- manually deleted C:\Users\HP\.cache\codex-runtimes
- modified Windows/AppData ACLs or permissions
- manually modified runtime files
- manually reinstalled codex-primary-runtime
Possible areas to investigate:
- Computer Use session/tool attachment failure
- codex-primary-runtime initialization/refresh failure
- unified exec/helper startup failure
- runtime/version mismatch after updating to 26.820.60940
3 Comments
English translation:
What issue are you seeing?
Computer Use in ChatGPT/Codex Desktop for Windows previously worked normally, but then initialization of the local Codex runtime / unified exec failed. Since then, new Computer Use sessions have frequently been unable to access the Computer Use tool.
Current version:
26.820.60940
Computer Use successfully completed an actual graphical interface operation once:
The following error then occurred:
CreateProcess: Rejected("Failed to create unified exec process: helper_unknown_error: setup refresh had errors")
Another error involved:
C:\Users\HP\.cache\codex-runtimes\codex-primary-runtime\...
and
exec_command failedoccurred.Since then, even when creating a new @Computer Use session through:
Plugins → Computer Use → Try now
it frequently returns:
COMPUTER_USE_NOT_AVAILABLE
The Computer Use plugin is installed and enabled, and “Computer control → Any application” is also enabled.
What steps can reproduce the bug?
Initially, Computer Use works normally. For example, it successfully opens Notepad, enters text, and reads the text back.
The Codex local executor then reports:
CreateProcess: Rejected("Failed to create unified exec process: helper_unknown_error: setup refresh had errors")
and
exec_command failedoccurs, pointing to:C:\Users\HP\.cache\codex-runtimes\codex-primary-runtime\...
After that:
It frequently returns immediately with:
COMPUTER_USE_NOT_AVAILABLE
Already tried:
The problem persists.
What is the expected behavior?
New sessions created through “Plugins → Computer Use → Try now” should reliably have the Computer Use tool attached and be able to control Windows applications normally.
If the Codex local runtime / unified exec refresh fails, it should not cause subsequent Computer Use sessions to become permanently or frequently unavailable.
I would like an official, safe Windows runtime Repair / Reset / Refresh method that does not require users to manually modify Windows/AppData permissions or delete runtime files.
Additional information
Environment:
Built-in diagnostic feedback was submitted successfully.
Feedback ID:
01a03bc8-b98a-70b2-a9ab-afe6355a093d
The feedback submission included the current ChatGPT session logs and browser logs.
I have NOT:
Possible areas to investigate:
<!-- codex-issue-translator -->
这个现象里有一层和 WinBridge Recovery 当前能诊断的 Windows 本地状态比较吻合:在
COMPUTER_USE_NOT_AVAILABLE之前已经出现了Failed to create unified exec process: helper_unknown_error: setup refresh had errors,并且错误路径落在C:\Users\HP\.cache\codex-runtimes\codex-primary-runtime\...。这意味着除了 Computer Use 会话是否挂载工具之外,还值得先确认 Primary Runtime / unified-exec helper 的本地 materialization、版本和路径状态是否已经部分刷新或漂移。说明一下关系:我是 WinBridge Recovery 的维护者 zemeng5208。这个项目针对的是 Windows 上 Codex/ChatGPT Desktop 的用户侧本地修复层,在这个 case 里主要能帮助检查/恢复:
codex-primary-runtime是否存在不完整的 refresh / staging;它不能保证修复这个 issue。特别是,如果
codex-primary-runtime、helper 路径和版本状态检查后都已经健康,而新的@Computer Use会话仍然稳定返回COMPUTER_USE_NOT_AVAILABLE,那就更像是上游的 Computer Use 会话挂载、feature/session routing 或 unified-exec runtime/API 回归,这部分不属于 WinBridge 能本地修复的范围。另外不建议直接手工删除整个
C:\Users\HP\.cache\codex-runtimes或改 ACL;如果要排查,最好先保留失败现场并对 runtime/helper 的当前路径、版本和占用状态做只读检查,这样更容易判断到底是本地 refresh 失败,还是本地状态已经健康后的上游问题。Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action