Crash on 3d Shape tool

Using the kitchensink build when the 3d shape tool button is clicked the app will crash. (tested with htc vive, windows build) Relevant Stacktrace:
ERROR: SymGetSymFromAddr64, GetLastError: 'The specified module could not be found.' (Address: 000002A2294D1596)
ERROR: SymGetModuleInfo64, GetLastError: 'A dynamic link library (DLL) initialization routine failed.' (Address: 000002A2294D1596)
0x000002A2294D1596 ((<unknown>)) (function-name not available)
0x000002A5048ABCAF (Mono JIT Code) TiltBrush.PopUpWindow:Init (UnityEngine.GameObject,string)
0x000002A5048ECB73 (Mono JIT Code) TiltBrush.PolyhydraPopUpWindowShapeGallery:Init (UnityEngine.GameObject,string)
0x000002A5048AB71D (Mono JIT Code) TiltBrush.BasePanel:CreatePopUp (TiltBrush.SketchControlsScript/GlobalCommands,int,int,UnityEngine.Vector3,string,System.Action)
ERROR: SymGetSymFromAddr64, GetLastError: 'The specified module could not be found.' (Address: 000002A2294D1596)
ERROR: SymGetModuleInfo64, GetLastError: 'A dynamic link library (DLL) initialization routine failed.' (Address: 000002A2294D1596)
0x000002A2294D1596 ((<unknown>)) (function-name not available)
0x000002A5048ABCAF (Mono JIT Code) TiltBrush.PopUpWindow:Init (UnityEngine.GameObject,string)
0x000002A5048ECB73 (Mono JIT Code) TiltBrush.PolyhydraPopUpWindowShapeGallery:Init (UnityEngine.GameObject,string)
0x000002A5048AB71D (Mono JIT Code) TiltBrush.BasePanel:CreatePopUp (TiltBrush.SketchControlsScript/GlobalCommands,int,int,UnityEngine.Vector3,string,System.Action)
5 Replies
andybak
andybak9mo ago
Just to clarify for others. This is referring to this experimental build: https://docs.openbrush.app/alternate-and-experimental-builds/combined-testing-build
andybak
andybak9mo ago
@areferencetosomethingiguess I didn't get the same crash as you but I just pushed a new build that fixed an issue I experienced. Can you try that?
AReferenceToSomethingIGuess
Strange, its still crashing for me when click, 3d shapes and then shapes. Could I be running it wrong somehow? I notice it shows up as a different app, Open Brush (feature_kitchen-sink) instead of just Open Brush like the beta release. more stacktrace:
0x00007FFECAF3A93B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFECAF3F117)
0x00007FFECAF3F117 (UnityPlayer) (function-name not available)
0x00007FFECAF40C7B (UnityPlayer) UnityMain
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF7183F11F2)
0x00007FF7183F11F2 (OpenBrush-featurekitchensink) (function-name not available)
0x00007FFECAF3A93B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFECAF3F117)
0x00007FFECAF3F117 (UnityPlayer) (function-name not available)
0x00007FFECAF40C7B (UnityPlayer) UnityMain
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF7183F11F2)
0x00007FF7183F11F2 (OpenBrush-featurekitchensink) (function-name not available)
andybak
andybak9mo ago
I didn't test in the same build as you. Let me try that. Found the problem. It's an easy fix but will take a couple of hours. Hopefully tomorrow. @areferencetosomethingiguess - seems ok now. (at least just back to "the normal level of bugs"!) It's definitely an experimental branch - but give it a whirl
AReferenceToSomethingIGuess
It works! Thanks this made my day.