Scrolling a Viewport crashes compiled plugin....
-
@Lindon so I modified the .h file so the include looks like this;
#include "C:\Current_HISE_work\UltraSphere\DspNetworks\ThirdParty\src"
but still got this:
Build started at 13:35... 1>------ Build started: Project: UltraSphere_DynamicLibrary, Configuration: Release x64 ------ 1>Main.cpp 1>C:\Current_HISE_work\UltraSphere\DspNetworks\ThirdParty\jbverbfile.h(15,10): error C1083: Cannot open include file: 'C:\Current_HISE_work\UltraSphere\DspNetworks\ThirdParty\src\jpverbfile.cpp': No such file or directory 1>(compiling source file '../../Source/Main.cpp') 1>Done building project "UltraSphere_DynamicLibrary.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== ========== Build completed at 13:35 and took 02.316 seconds ==========
so something has badly gone wrong in here...
-
@Lindon I'm pretty sure this is what I got when I had to build from the AutoGen project, but if that isn't working for you then I'm not sure what to do. I didn't have to modify any files, for some reason it works with he AG project and not with HISE.
-
@Lindon I had to update on OSX to get it working with a new commit, on Windows it seemed ok actually but it's worth a shot if all else fails
-
@DanH said in Scrolling a Viewport crashes compiled plugin....:
@Lindon I had to update on OSX to get it working with a new commit, on Windows it seemed ok actually but it's worth a shot if all else fails
to what version?
-
@Lindon 2.69.3
-
-
@Lindon Hmm. Presumably the AutoGen project was created today when you attempted to build the dll with HISE?
-
@DanH yes.
-
So lets summerise:
- The compiled plugin is crashing
- I cant work out where unless I use a version of HISE with the ability to setup debug symbols
- I cant get my project to even load in this new version
- This might or might not be something to do with the DLL, but this wont even compile in the new version....
So a summery of the summery - "Im in a hole".
-
@Lindon have you deleted the dll from the project?
-
@DanH As in the old / original one
-
@DanH said in Scrolling a Viewport crashes compiled plugin....:
@DanH As in the old / original one
wheres thelogic in this? Or is it just stabbing in the dark...hey well Im in the dark anyway....
-
@Lindon yeah it's probably trying to load the old dll which is incompatible
this should get you back into your project, then try and rebuild it
-
@DanH said in Scrolling a Viewport crashes compiled plugin....:
@Lindon yeah it's probably trying to load the old dll which is incompatible
this should get you back into your project, then try and rebuild it
Right - fail.
First I can only build the DLL with the "old" version of HISE - so I did that, built fine.
Then I swapped to the new version of HISE - tried to load the project - crash (Still)
Tried building the DLL in the New version of hise, same problem...:
C:\Current_HISE_work\UltraSphere\DspNetworks\ThirdParty\jbverbfile.h(15,10): error C1083: Cannot open include file: 'sr c/jbverbfile.cpp': No such file or directory [C:\Current_HISE_work\UltraSphere\DspNetworks\Binaries\Builds\VisualStudio 2022\UltraSphere_DynamicLibrary.vcxproj]
-
@Lindon just delete the dll and try to open the project, so it's not trying to use the dll but reverting to the scriptnode networks
-
@DanH said in Scrolling a Viewport crashes compiled plugin....:
@Lindon just delete the dll and try to open the project, so it's not trying to use the dll but reverting to the scriptnode networks
Ah yes - thanks - that gets me to a loaded project in the New HISE...
-
@DanH once you're into the project try building the dll. Expect it to fail. Close HISE and open the AutoGen dll project. Build that in VS. Open HISE
-
@DanH wow well done Dan, that worked....
-
@Lindon told ya
-
@DanH said in Scrolling a Viewport crashes compiled plugin....:
@Lindon told ya
Right built the plugin - loaded it into Reaper - crashes...
now to build using Dan K.'s video tutorial...