1. Description
Copy-and-paste between the sandbox and the host fails in both Standard and Hardened sandboxes, triggering the error SBIE 2205 Service not implemented: CloseClipboard C0000058. The same operation works normally in an Application Compartment sandbox (a lower isolation level), which indicates that the core clipboard mechanism is intact and that the issue is specific to the code path used by higher-isolation configurations.
2. Environment
Host OS: Windows 11, clean installation from the official Microsoft ISO. (The reinstall was performed because the machine itself had suffered a failure that Windows’ built-in recovery and repair features could no longer fix; therefore the system is completely vanilla, with no third-party system modifications or bundled software.)
Sandboxie version: first observed on v1.18.0; still reproducible on v1.18.3. Behavior on intermediate versions has not been tested.
Sandbox types tested: Standard, Hardened (and other enhanced-security templates), Application Compartment.
3. Exact error message
PID 14448: SBIE 2205 Service not implemented: CloseClipboard C0000058
4. Steps to reproduce
Perform a clean installation of Windows 11 using the official Microsoft ISO.
Install Sandboxie.
Create a Standard sandbox (or use a Hardened template).
Run File Explorer inside the sandbox and attempt to copy and paste text between the sandbox and the host.
Expected behavior: Clipboard content can be exchanged between the sandbox and the host without any errors.
Actual behavior: The operation fails and the SBIE 2205 error shown above is displayed. This behavior occurs consistently in both Standard and Hardened sandboxes.
5. Troubleshooting observations
Copy-and-paste works perfectly inside an Application Compartment sandbox.
This suggests the fault lies in the clipboard brokering path used exclusively by Standard/Hardened isolation levels, rather than in the Windows clipboard service itself.
6. Questions for the developers
Have the security policies of Standard/Hardened sandboxes been changed in recent releases in a way that could block CloseClipboard (status code C0000058, i.e., STATUS_INVALID_LOCK_SEQUENCE)?
Could a completely clean Windows 11 installation be missing a component that Sandboxie previously relied on to implement clipboard brokering in higher-isolation sandboxes?
Copy-and-paste between the sandbox and the host fails in both Standard and Hardened sandboxes, triggering the error SBIE 2205 Service not implemented: CloseClipboard C0000058. The same operation works normally in an Application Compartment sandbox (a lower isolation level), which indicates that the core clipboard mechanism is intact and that the issue is specific to the code path used by higher-isolation configurations.
2. Environment
Host OS: Windows 11, clean installation from the official Microsoft ISO. (The reinstall was performed because the machine itself had suffered a failure that Windows’ built-in recovery and repair features could no longer fix; therefore the system is completely vanilla, with no third-party system modifications or bundled software.)
Sandboxie version: first observed on v1.18.0; still reproducible on v1.18.3. Behavior on intermediate versions has not been tested.
Sandbox types tested: Standard, Hardened (and other enhanced-security templates), Application Compartment.
3. Exact error message
PID 14448: SBIE 2205 Service not implemented: CloseClipboard C0000058
4. Steps to reproduce
Perform a clean installation of Windows 11 using the official Microsoft ISO.
Install Sandboxie.
Create a Standard sandbox (or use a Hardened template).
Run File Explorer inside the sandbox and attempt to copy and paste text between the sandbox and the host.
Expected behavior: Clipboard content can be exchanged between the sandbox and the host without any errors.
Actual behavior: The operation fails and the SBIE 2205 error shown above is displayed. This behavior occurs consistently in both Standard and Hardened sandboxes.
5. Troubleshooting observations
Copy-and-paste works perfectly inside an Application Compartment sandbox.
This suggests the fault lies in the clipboard brokering path used exclusively by Standard/Hardened isolation levels, rather than in the Windows clipboard service itself.
6. Questions for the developers
Have the security policies of Standard/Hardened sandboxes been changed in recent releases in a way that could block CloseClipboard (status code C0000058, i.e., STATUS_INVALID_LOCK_SEQUENCE)?
Could a completely clean Windows 11 installation be missing a component that Sandboxie previously relied on to implement clipboard brokering in higher-isolation sandboxes?