Snippet Browser crashes HISE
-
Double-clicking to load a snippet from the Snippet Browser instantly crashes HISE.
Latest commit db780f4 on develop branch, passing CI. Debug build.
MacBook Air M1 on macOS Sonoma 14.7
-
@dannytaurus does it crash hise or is it a jassertfalse debug assertion?
-
@Christoph-Hart I don't know what that is. How do I tell?
When I double click a snippet to load it, HISE closes immediately but I don't get the usual Apple crash report window.
-
@dannytaurus Are you running in the debugger or have you just launched HISE Debug yourself?
If the execution breaks and Xcode shows you a line that says
jassertfalse
then that's just a runtime development warning, but if HISE actually terminates, then it's a crash.Can you pinpoint it to specific snippets that crash? And have you downloaded the assets?
-
@Christoph-Hart I'm just launching the HISE Debug app.
From what I can tell, all snippets cause the crash. I have downloaded the assets.
When I run in Xcode and try to load a snippet:
I don't know anything about debugging with Xcode so not sure what is meaningful to you and what isn't.