-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Rhinoceros3d crashes at certain points; SBIE2101 #1448
Comments
I would upload them into another file hosting service, because these links are set to expire in 6 days. |
The new links you uploaded return "Page not found" errors when I try to open them... |
I have downloaded the dump and teh log file |
I think i found the issue it will be fixed in the next build 1.0.5 |
Great! Thank your isaak654 for checking the links again. I had the repo at the target set to "private". It should be fixed now. |
Describe the problem
When invoking certain functions within the 3d modeling application Rhinoceros3d ("Rhino"), the program crashes abruptly, with Sandboxie giving the Message:
WerFault.exe (5552): SBIE2101 Object name not found: Unnamed object, error OpenProcess (C0000022) access=001FFFFF initialized=1
As an example I describe the crash as it happens when trying to "Save layer states" within Rhino. Other functions that cause this sort of crash are: Saving a "Named View", saving a "Snapshot" of the model's current configuration, applying "Box Edit". There are probably many other functions causing this crash. These are a few I identified in a short time.
To Reproduce
Expected behavior
A new item should appear in the table below, starting off with name editing active and the default name being highlighted.
System details and installed software
Clean Windows 10 guest VM on VirtualBox 6.1.30 r148432 (Qt5.6.2)
Windows 10 Education
10.0.19043 Build 19043
Intel Core i5-8265U (8th generation)
Installed Software: Sandboxie Plus x64 1.0.3
Rhinoceros 3d 7.13.21348.13001
If you had a compatibility issue or a crash
Prerequisite: Install Rhino 7.13.21348.13001 directly onto the system (meaning not sandboxed).
Sandboxie traces and dmp file
Sandboxie log with basic logging options: basic log hosted on gist
sandboxie.ini basic logging
Sandboxie log with "complete" logging options: extended log file hosted on github ~40MB
sandboxie.ini "complete" logging
Dmp file as created by Rhino: dmp file hosted on github
Guide on reading Rhino dmp
Additional context
The application is installed outside the Sandbox directly onto the system in order to avoid potential further complications with dotnet and Visual C++ redistributables.
After experiencing the crash on the host machine, I switched to a VM guest OS for the purpose of trying different Sandboxie settings and combinations thereof. The crash happens just the same in both setups.
The only Sandboxie configuration I found which prevented the crash from happening is the following with minimal isolation, which, to my understanding, is similar to not running sandboxed at all:
sandboxie.ini minimal isolation
Sandboxie configuration
The Sandboxie configuration used is the default one.
sandboxie.ini
PS
Edit 21-12-23: Changed filehost and access links for larger (~40MB) log files.
The text was updated successfully, but these errors were encountered: