HISE with Faust crashes on Mac during startup
-
Hi everyone,
I would like to ask for some support with Faust and Mac.
I use Hise with Faust on Windows without any problem, and now I would like to use the same version on my Mac. If I build Hise on Mac without Faust, it works properly, but as soon as I build it with Faust, it crashes during startup with "App quite unexpectedly".
Before the crash, there was an error message about libfaust.2.50.6.dylib, that the developer cannot be verified, but I solved that based on a forum entry. Since I solved that, the program is crashing.
Do you know about any possible causes or solutions to solve this?
I'm on Hise 3.0.3, Faust 2.54.9, MacOS 12.5.1, Xcode 14.2.
Thank you!
-
@gabor-k If you get a message that "libfaust.2.50.6.dylib," can't be verified, then you're using Faust 2.50.6. There has been an API change which causes HISE to crash when you try to load the old library - unless you set a preprocessor macro that enables the old API compatibility - check the description here:
https://forum.hise.audio/topic/6746/updated-build-instructions/2
-
Hi @Christoph-Hart,
Thank you for your quick reply!
Sorry, I copied the wrong file name. I double checked, and I use version 2.54.9, so that should be fine.
-
@Christoph-Hart I Tried to update HISE to the latest version with this 2.54 Faust Version but HISE keeps crashing with the new Library with or with our the Flag.
-
Update:
After testing Faust 2.54.9 with Hise 3.0.3, I tested Faust 2.54.9 with Hise 3.0.1, I got the same crashing problem.
Then I tested Faust 2.50.6 (using the HI_FAUST_NO_WARNING_MESSAGES flag) with Hise 3.0.3 on Mac, and it works fine!