内容:
Environment
- Codex version:
26.527.3686.0 (also reproduced on 26.519.11010.0)
- OS: Windows 11 Home China (Build 26200)
- Install method: Microsoft Store
Description
All bundled plugins (Computer Use, Browser, Chrome, LaTeX) show as unavailable in the plugin marketplace. The logs show two related errors:
Error 1: Marketplace copy fails
Node.js copyfile cannot copy plugin manifests from C:\Program Files\WindowsApps\ to the user's .codex\.tmp\bundled-marketplaces\ staging directory. This affects all 4 bundled plugins.
Error 2: Computer Use native pipe startup fails
Computer Use native pipe fails with "Windows Computer Use helper paths are unavailable", reason=missing-helper-path.
Logs
Marketplace resolve failure (affects browser, chrome, computer-use, latex):
[BundledPluginsMarketplace] bundled_plugins_marketplace_resolve_failed errorCode=UNKNOWN
errorMessage="UNKNOWN: unknown error, copyfile 'C:\Program Files\WindowsApps\OpenAI.Codex_26.527.3686.0_x64__2p2nqsd0c76g0\app\resources\plugins\openai-bundled\plugins\computer-use.codex-plugin\plugin.json' -> 'C:\Users...\bundled-marketplaces\openai-bundled.staging-...\plugins\computer-use.codex-plugin\plugin.json'"
Computer Use native pipe failure:
[computer-use-native-pipe] computer-use native pipe startup failed
errorMessage="Windows Computer Use helper paths are unavailable"
errorStack="Error: Windows Computer Use helper paths are unavailable
at Ft (E:\WindowsApps\OpenAI.Codex_26.527.3686.0_x64__...\main-DGcSGf52.js:7:12783)"
Bundled plugins reconcile skipped:
[bundled-plugins] bundled_plugins_reconcile_skipped_features_unavailable reason=focus
Suspected Root Cause
Files in C:\Program Files\WindowsApps\ are protected by EFS (Encrypting File System). Node.js fs.copyFile / fs.cp cannot handle EFS-encrypted files when copying outside the package directory. Manual testing confirmed Copy-Item and robocopy also fail with "The specified file could not be encrypted".
Workaround Attempted
Manually reading files with System.IO.File.ReadAllBytes and writing to user .codex\plugins\ succeeded for text and binary files, but the app does not recognize manually-placed plugins.
Steps to Reproduce
- Install Codex from Microsoft Store on Windows 11
- Open Codex → Plugins
- Observe that Computer Use, Browser, Chrome, LaTeX show as unavailable
内容:
Environment
26.527.3686.0(also reproduced on26.519.11010.0)Description
All bundled plugins (Computer Use, Browser, Chrome, LaTeX) show as unavailable in the plugin marketplace. The logs show two related errors:
Error 1: Marketplace copy fails
Node.js
copyfilecannot copy plugin manifests fromC:\Program Files\WindowsApps\to the user's.codex\.tmp\bundled-marketplaces\staging directory. This affects all 4 bundled plugins.Error 2: Computer Use native pipe startup fails
Computer Use native pipe fails with
"Windows Computer Use helper paths are unavailable", reason=missing-helper-path.Logs
Marketplace resolve failure (affects browser, chrome, computer-use, latex):
[BundledPluginsMarketplace] bundled_plugins_marketplace_resolve_failed errorCode=UNKNOWN
errorMessage="UNKNOWN: unknown error, copyfile 'C:\Program Files\WindowsApps\OpenAI.Codex_26.527.3686.0_x64__2p2nqsd0c76g0\app\resources\plugins\openai-bundled\plugins\computer-use.codex-plugin\plugin.json' -> 'C:\Users...\bundled-marketplaces\openai-bundled.staging-...\plugins\computer-use.codex-plugin\plugin.json'"
Computer Use native pipe failure:
[computer-use-native-pipe] computer-use native pipe startup failed
errorMessage="Windows Computer Use helper paths are unavailable"
errorStack="Error: Windows Computer Use helper paths are unavailable
at Ft (E:\WindowsApps\OpenAI.Codex_26.527.3686.0_x64__...\main-DGcSGf52.js:7:12783)"
Bundled plugins reconcile skipped:
[bundled-plugins] bundled_plugins_reconcile_skipped_features_unavailable reason=focus
Suspected Root Cause
Files in
C:\Program Files\WindowsApps\are protected by EFS (Encrypting File System). Node.jsfs.copyFile/fs.cpcannot handle EFS-encrypted files when copying outside the package directory. Manual testing confirmedCopy-Itemandrobocopyalso fail with "The specified file could not be encrypted".Workaround Attempted
Manually reading files with
System.IO.File.ReadAllBytesand writing to user.codex\plugins\succeeded for text and binary files, but the app does not recognize manually-placed plugins.Steps to Reproduce