Hardcoded Master FX keeps crashing
-
@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.
-
@Lindon Tried, failed. Apparently I'm missing the file "iasiodrv.h"
-
@11235813 said in Hardcoded Master FX keeps crashing:
Apparently I'm missing the file "iasiodrv.h"
You need to extract the SDK to the tools folder.
-
@d-healey I did. Please help, I downloaded v4.0.0 source code from GitHub
-
@11235813 Tell me each step you did and how you did it, one by one.
-
@d-healey Downloaded v4.0.0's source code and basically what your video said but with IPP turned off
-
@11235813 said in Hardcoded Master FX keeps crashing:
@d-healey Downloaded v4.0.0's source code and basically what your video said but with IPP turned off
If you want my help you have to give me the information I'm asking for.
Tell me each step you did and how you did it, one by one. List them out with bullet points so I can follow what you did, or make a video showing me what you're doing.
-
@d-healey Ok, here goes nothin'
- Installed Visual Studio 2022 without IPP a long time ago
- Downloaded the source code for v4.0.0 off of the GitHub releases page today
- Extracted it
- Extracted the SDK thing in tools
- Opened the HISE Projucer
- Opened projects/standalone/Hise Standalone.jucer
- Turned off IPP for everything
- Opened in Visual Studio 2022
- hi_dsp_library/node_api/nodes/OpaqueNode.h
- Changed NumMaxParameters to 32
- Saved
- Configuration Manager set to "Release"
- Ctrl-B, to build Hise Standalone App
- It failed to export