Skip to content

[Windows] Bundled plugins (Computer Use, Browser, Chrome, LaTeX) unavailable — copyfile fails on EFS-encrypted WindowsApps files #25220

Description

@lumingfei334-create

内容:

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

  1. Install Codex from Microsoft Store on Windows 11
  2. Open Codex → Plugins
  3. Observe that Computer Use, Browser, Chrome, LaTeX show as unavailable

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    appIssues related to the Codex desktop appbrowserbugSomething isn't workingcomputer-useskillsIssues related to skillswindows-osIssues related to Codex on Windows systems

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions