Windows-Sandbox
Windows-Sandbox copied to clipboard
[Bug]: I/O errors on host when using mapped folders
Windows Sandbox version
0.5.1.0
Windows build number
10.0.26100.0
Other software
Error seems to be reproducible with any host app writing to the mapped folder, but it's easy to reproduce with either Chrome or Edge.
Steps to reproduce the bug
- Share the host Downloads folder. e.g.
<Configuration>
<MappedFolders>
<MappedFolder>
<HostFolder>C:\Users\user\Downloads</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Desktop\Downloads</SandboxFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
</MappedFolders>
</Configuration>
- Open the Sandbox
- Download a large file
Expected result
Download should succeed
Actual result
Chrome or Edge reports "Couldn't finish download"
Included System Information
No response