-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Rename SbieDll #3527
Comments
Old instructions with version typos
There are no problems with building Sandboxie itself, but Sandboxie-Plus gives me QT-related errors. I first installed QT 5.12.x which is specified in this document, but found that there is no msvc 2019, other sources specify version 5.15, as well as in the yaml file from Github Actions also specified version 5.15, I installed it, downloaded the plugin for VS 2019, added, but still get errors related to QT but different.
Also in the Sandboxie-Plus folder there are cmd files that are used in the GitHub Actions yaml file and I don't really understand what they are for, as running install_jom.cmd I obviously don't do what I should, I get the QT folder on the desktop, then running qmake_plus.cmd it gives errors related to the fact that it can't find some QT files (most likely the ones I have installed on my C drive, but it looks for them inside the same folder). I would like to know more about the Sandboxie-Plus build, as it causes a lot of problems for me. |
This comment was marked as resolved.
This comment was marked as resolved.
I installed QT version 6.3.x and was able to build Sandboxie-Plus under x64, but there is no msvc2019 under x32 which makes it impossible for me to build the x32 version. And as far as I understand using QT 6 version Sandboxie-Plus will not work on older Windows versions.
|
For Qt 5.15 Note Menus may differ in the 2019 version. |
You can also try with commit 251d7cc I'm not sure why winextras was not included in master, is a new pull request needed? |
Yes, this fixes an issue with a build using QT version 5.15.x. Now it remains to figure out how to rename the SbieDll library to a different name.
|
There is a dedicated troubleshooting wizard for SBIE2181, which can be useful for non-standard Sandboxie installation paths: |
This doesn't solve the problem, when I try to launch anything, I have Start.exe appear for a second in my box and disappear after a second, not even the application selection window appears. |
What is your Windows version? |
Windows 11 Pro 22H2 I think the problem is due to the fact that I renamed SbieDll.dll incorrectly, because the normal version worked without problems. But I don't know what else I should rename so that SbieDll.dll has a different name and it doesn't cause any problems. |
It seems that I'm just an idiot who accidentally using CTRL + H in the code editor, replaced also the name of the file sbiedll.h because of which nothing worked (it's strange that it was built under x86/64 but under ARM it gave an error, which I didn't care about because I don't own ARM devices). Also I forgot to change the field in my_headers.h (although actually I remember that I changed it, but apparently I forgot to save it). ARM version still does not build because it is missing some make file, but it does not matter in general. XD |
This has recently been fixed with commit f8377e1 |
Is your feature request related to a problem or use case?
How can I rename SbieDll to avoid detection by the program? And since I can generally build this project, there are no build instructions and it makes it very difficult to work with this project?
Describe the solution you'd like
.
Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: