Hardcoded Master FX keeps crashing
-
I compiled a Script FX with LOTS of parameter knobs today, but when I try to load it into the Hardcoded Master FX mode, it makes HISE crash. I've tried running HISE as administrator, and it doesn't help matters at all. This is a consistent issue, is there a way to fix it?
-
@11235813 how many param knobs?
-
@Lindon 32
-
@11235813 more than the std max allowed I think - which might be 16 - theres a pre-pocessor flag you can set to up this I think...
-
@Lindon cool. how
-
Do you still have build file in your DspNetwork/Binaries/Builds folder?
You can try to run the build file in your IDE in debug mod and see if there's any warnings that may possiblely lead to the crash. -
@11235813 search the forum there are multiple posts about this issue...
-
@Lindon where? can't find 'em
-
-
@Allen apparently it's "not a valid win32 application".
-
@Lindon thx, but how do i change the pre-processor flags? eli5
-
@Lindon also i installed hise pre-compiled
-
@11235813
there should be a .vcxproj file if you didn't clean the build. Open it up with your Visual Studio 2017 or 2022 ( the same version your compiled), and run it in debug mod. -
@11235813 said in Hardcoded Master FX keeps crashing:
@Lindon also i installed hise pre-compiled
...then the probability of you compiling a dll is very small, to do any compilation work - dll or plugin - you will need to have your build/tool chain set up correctly - to assure yourself you have this you need to build HISE from source.
-
@Lindon Somehow, I managed to compile HISE, changed the flag and all, but it still crashes when I load in, well, this time, ANY hardcoded FX. Please help
-
@11235813 go build a simple project - with a simple sine wave generator - see if you can compile that and run it.
-
@Lindon instructions unclear, tried to compile a one-oscillator scriptnode, and the hardcoded fx said "no dll loaded"
-
@Lindon actually, this time i exported the dll as a release and now when i try to delete the script fx it says "kill voices" and crashes
-
@11235813 no make a simple project with just a sine wave generator in it, no script FX nothing, and save and compile that.
-
@Lindon so yeah. can't run a simple sine wave. any alternatives to hise for vst development?