Can not run Sandboxie when build source code from github #1788
Replies: 12 comments
-
Your driver is missing a trusted signature so Windows refuses to load it. To test the driver on your own machine you will have enable test signing ( |
Beta Was this translation helpful? Give feedback.
-
I was created EV code signing and signature on all Partner Center for Windows Hardware submissions. I get signed package, build and installed sandboxie but I can't a trusted signature file SbieDrv.sys on windows refuses to load it. |
Beta Was this translation helpful? Give feedback.
-
Dear @DavidXanatos After registering the Windows Hardware Developer Program and uploading the EV code signing,
I signed Bin\x64\SbieRelease\SbieDrv.sys file by Microsoft.
And
I signed Bin\x64\SandboxieInstall64.exe file by signtool.
After installing SandboxieInstall64.exe file, [SBIE2331 Service start failed: [22 / 5] Access is denied.] error occurred. |
Beta Was this translation helpful? Give feedback.
-
The procedure in the reedme is only valid for the old style non MSFT mediated code signing. Please reffer to MSFT documentation how to sign a driver properly nowadays. |
Beta Was this translation helpful? Give feedback.
-
If someone posts here the updated instructions for Sandboxie, I will consider to create a pull request to update the readme file. |
Beta Was this translation helpful? Give feedback.
-
@DavidXanatos , |
Beta Was this translation helpful? Give feedback.
-
No that's outdated there are no more cross signign certificates. |
Beta Was this translation helpful? Give feedback.
-
@DavidXanatos , |
Beta Was this translation helpful? Give feedback.
-
the submitted test result report contains your driver files and once MSFT deams everything to be in order you will be able to download the signed drivers form the portal |
Beta Was this translation helpful? Give feedback.
-
@DavidXanatos |
Beta Was this translation helpful? Give feedback.
-
you can generate sig fiels using ProcessHackers SignTool, ofcause you will need to put your own private key into the driver. |
Beta Was this translation helpful? Give feedback.
-
ProcessHacker's SignTool: https://github.com/processhacker/processhacker/tree/master/tools/CustomSignTool |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
When i download source code from github to build, my build is not working
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I think it happens because file SbieDrv.sys but I don't know why it doesn't work. I want to know how to build sandboxie and run normal.
Screenshots
System details and installed software (please provide the following information):
Beta Was this translation helpful? Give feedback.
All reactions