Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Status: 0x0000065b (Function Failed During Execution) #3504

Closed
Arkadiumx opened this issue Dec 19, 2023 · 3 comments
Closed

Error Status: 0x0000065b (Function Failed During Execution) #3504

Arkadiumx opened this issue Dec 19, 2023 · 3 comments
Labels
Confirmation pending Further confirmation is requested fixed in next build Fixed in the next Sandboxie version

Comments

@Arkadiumx
Copy link

Arkadiumx commented Dec 19, 2023

Describe what you noticed and did

Password cannot be applied to confidential red box preset. It says "could not access BoxName.box" and asks for a new password every attempt.

I recorded a demonstration showing the steps I took to reproduce this error
https://www.youtube.com/watch?v=mbad8i1sZoc

***UPDATE | This can be worked around by creating a red box preset and then adding imdisk encryption password after creating it. The error still exists when creating the red + black box from the wizard.

How often did you encounter it so far?

Whenever trying to set box password

Affected program

N/A

Download link

N/A

Where is the program located?

The program is installed only inside a sandbox (NOT in the real system anyway).

Expected behavior

Create confidential box with red preset
Set password
Click run program
Prompt for password
Enter password
Access to box

What is your Windows edition and version?

Windows 10 22H2

In which Windows account you have this problem?

A local account (Administrator).

Please mention any installed security software

Windows Security

What version of Sandboxie are you running?

1.12.4

Is it a new installation of Sandboxie?

I recently did a new clean installation.

Is it a regression?

1.12.3

In which sandbox type you have this problem?

In an encrypted sandbox (black sandbox icon).

Can you reproduce this problem on a new empty sandbox?

I can confirm it also on a new empty sandbox.

Did you previously enable some security policy settings outside Sandboxie?

N/A

Crash dump

No response

Trace log

No response

Sandboxie.ini configuration

#
# Sandboxie configuration file
#

[GlobalSettings]
FileRootPath=X:\Thumbs.db\Sandbox\%SANDBOX%
TemplateReject=OfficeLicensing
TemplateReject=WindowsLive
DefaultBox=Firebox
KeyRootPath=\REGISTRY\USER\Sandbox_%USER%_%SANDBOX%
IpcRootPath=\Sandbox\%USER%\%SANDBOX%\Session_%SESSION%

[UserSettings_0C02020A]
SbieCtrl_AutoStartAgent=SandMan.exe -autorun
BoxGrouping=:Firefox

[Firefox]
Enabled=y
BlockNetworkFiles=y
RecoverFolder=%{374DE290-123F-4565-9164-39C4925E467B}%
RecoverFolder=%Personal%
RecoverFolder=%Desktop%
BorderColor=#0423ee,ttl
Template=OpenBluetooth
Template=SkipHook
Template=FileCopy
Template=qWave
Template=BlockPorts
Template=LingerPrograms
Template=AutoRecoverIgnore
ConfigLevel=10
UsePrivacyMode=y
UseSecurityMode=y
UseFileImage=y
ConfidentialBox=y
UseFileDeleteV2=y
UseRegDeleteV2=y
ClosedFilePath=!<InternetAccess>,InternetAccessDevices
ProtectHostImages=y
@Arkadiumx Arkadiumx added the Confirmation pending Further confirmation is requested label Dec 19, 2023
@offhub
Copy link
Collaborator

offhub commented Dec 19, 2023

It fails because the root directory has not yet been created. (#3349)

Workaround:
Run the DefaultBox box once or create the root directory manually.

@Arkadiumx
Copy link
Author

It fails because the root directory has not yet been created. (#3349)
Workaround: Run the DefaultBox box once or create the root directory manually.

It says this was fixed though? Shouldn't the box creation spawn the root directories automatically?

@DavidXanatos
Copy link
Member

DavidXanatos commented Jan 7, 2024

There were multiple issues and the missing root was decided to be not worth fixing as it would require some logic to be duplicated in driver and service for very little benefit.
But I can add a hacky solution, creating said root without adding sandbox icon or alike should be good enough and wil solve the issue without code duplication.

@DavidXanatos DavidXanatos added the fixed in next build Fixed in the next Sandboxie version label Jan 7, 2024
DavidXanatos added a commit that referenced this issue Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Confirmation pending Further confirmation is requested fixed in next build Fixed in the next Sandboxie version
Projects
None yet
Development

No branches or pull requests

3 participants