Hardcoded Master FX keeps crashing
-
@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?
-
@11235813 what do you mean cant run?
-
@Lindon wait... just read the "no script fx" message. how do i add a sine wave generator?
-
@Lindon nvm. figured it out, still won't export. obviously something is horribly wrong with my hise distro. any alternatives to hise?
-
@11235813 uits becuase you are not building HISE from source...
go watch David's video about how to do that - remove all the versions of HISE you have and start again.
- short answer no there is no alternative to HISE - either you do it yourself in HISE or hare someone to do it for you.