File System Access Error on Windows with Relative Path Resolution

Status Closed — duplicate
Maintainer reply None cached
Activity 3 comments · opened Jul 21, 2025 · closed Aug 19, 2025

Bug Description
App shuts down when it starts modifying files or is asking for peromission (Using the newer windows version), Here is the error traceback : node:internal/process/promises:394
triggerUncaughtException(err, true / fromPromise /);
^

Error: cannot open _claude_fs_right:c%3A%5CWorkspace%5CMohap-AI%5Cprocucev_proc_agent%5Capp%5Ctools%5Centity_extraction_rfq_creation.json. Detail: Unable to resolve filesystem provider with relative file path '_claude_fs_right:c:\Workspace\Mohap-AI\procucev_proc_agent\app\tools\entity_extraction_rfq_creation.json'
at TZB (file:///C:/Users/jujar/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:1317:11459)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async HA8 (file:///C:/Users/jujar/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:2687:11207)
at async J (file:///C:/Users/jujar/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:2687:9917)

Node.js v22.17.1\

Environment Info

  • Platform: win32
  • Terminal: vscode
  • Version: 1.0.56
  • Feedback ID: eaf18822-ede2-48bc-a8a3-c1064b239103

Errors

[{"error":"Error: ENOENT: no such file or directory, open 'C:\\proc\\version'\n    at Module.readFileSync (node:fs:441:20)\n    at Object.readFileSync (file:///C:/Users/jujar/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:615:7077)\n    at file:///C:/Users/jujar/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:615:8638\n    at Q (file:///C:/Users/jujar/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:609:14408)\n    at kT4 (file:///C:/Users/jujar/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:709:62815)\n    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)","timestamp":"2025-07-21T10:11:29.793Z"}]

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗