What version of the Codex App are you using (From “About Codex” dialog)?
Version 26.609.41114
What subscription do you have?
Plus
What platform is your computer?
Windows 11 x64
What issue are you seeing?
After a power outage during an active Codex task, all file read operations started failing.
Codex can create files and write to them, but cannot read files or even list the current directory.
The following commands fail:
pwd
Get-ChildItem .
Get-Content .\hello.txt
Get-Content C:\Users\advok\Documents\test\test.txt
Node.js also fails:
fs.readFile(...)
Error:
windows sandbox: helper_unknown_error: apply deny-read ACLs
The error occurs before file contents are read.
I already:
- Reinstalled Codex
- Created new projects
- Enabled Full Access
- Enabled Default Permissions
- Ran sfc /scannow (found and repaired corrupted Windows files)
- Ran DISM /Online /Cleanup-Image /RestoreHealth successfully
- Rebooted multiple times
The issue persists.
What steps can reproduce the bug?
Feedback ID: 019ec94e-896f-73d3-9fe8-9f8620e51be6
- Create a new project.
- Create hello.txt.
- Write HELLO into hello.txt.
- Run:
pwd
- Run:
Get-ChildItem .
- Run:
Get-Content .\hello.txt
Expected:
The file contents should be displayed.
Actual:
All read operations fail with:
windows sandbox: helper_unknown_error: apply deny-read ACLs
Feedback ID:
019ec94e-896f-73d3-9fe8-9f8620e51be6
What is the expected behavior?
No response
Additional information
No response
What version of the Codex App are you using (From “About Codex” dialog)?
Version 26.609.41114
What subscription do you have?
Plus
What platform is your computer?
Windows 11 x64
What issue are you seeing?
After a power outage during an active Codex task, all file read operations started failing.
Codex can create files and write to them, but cannot read files or even list the current directory.
The following commands fail:
pwd
Get-ChildItem .
Get-Content .\hello.txt
Get-Content C:\Users\advok\Documents\test\test.txt
Node.js also fails:
fs.readFile(...)
Error:
windows sandbox: helper_unknown_error: apply deny-read ACLs
The error occurs before file contents are read.
I already:
The issue persists.
What steps can reproduce the bug?
Feedback ID: 019ec94e-896f-73d3-9fe8-9f8620e51be6
pwd
Get-ChildItem .
Get-Content .\hello.txt
Expected:
The file contents should be displayed.
Actual:
All read operations fail with:
windows sandbox: helper_unknown_error: apply deny-read ACLs
Feedback ID:
019ec94e-896f-73d3-9fe8-9f8620e51be6
What is the expected behavior?
No response
Additional information
No response