HISE 4.0.0 Crashes with Compiled DSP Networks from 3.6.2 migration (Solution)
-
Hi,
After updating to 4.0.0, I tried to load my latest project to start working but I got a crash. So I started changing my project files manually and I found that the problem are the compiled DSP networks (every single one).I tried to:
- Remove some nodes from the networks.
- Clean the already built .dll files and re-compile them.
- Create a compilable network from scratch in HISE 4.
But, the real solution was simple (and obvious to some) but I am making this post in case some clueless person (like me) comes across this problem to migrate to 4.0.0 version.
In addition to installing the latest version of HISE, remember to download the source-code from the corresponding repository and locate it inside HISE in Settings section.
Then, recompile your DSP-Networks (I recommend to remove the already compiled files from
"PROJECT_FOLDER/DspNetworks/Binaries/dll/Dynamic Library/"
and thats it, you will be able to load the compiled networks again.