Scrolling a Viewport crashes compiled plugin....
-
@Lindon said in Scrolling a Viewport crashes compiled plugin....:
C:\Current_HISE_work\UltraSphere\DspNetworks\ThirdParty\whiteDwarfian.h
I don't see this file in your screenshot aboveOh I realised it's in a different folder.
@Christoph-Hart Any ideas?
-
@d-healey so I deleted this problem network and tried again -- now it complains about another network:
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 faust?
-
@DanH what about it?
-
@Lindon are you using it in this project?
-
@DanH yes all over the place in the FX
-
@Lindon I'd try updating faust in that case if you are having issues compiling the dll (keep the old version just in case)
-
@Lindon Another issue I encountered was having to build the dll using the autogenerated project in VS rather than build it in HISE
-
@DanH said in Scrolling a Viewport crashes compiled plugin....:
@Lindon I'd try updating faust in that case if you are having issues compiling the dll (keep the old version just in case)
so what version of Faust should I be using?
-
@DanH said in Scrolling a Viewport crashes compiled plugin....:
@Lindon Another issue I encountered was having to build the dll using the autogenerated project in VS rather than build it in HISE
SO trying this gets me to the same spot:
1>Main.cpp 1>C:\Current_HISE_work\UltraSphere\DspNetworks\ThirdParty\jbverbfile.h(15,10): error C1083: Cannot open include file: 'src/jbverbfile.cpp': No such file or directory 1>(compiling source file '../../Source/Main.cpp') 1>Done building project "UltraSphere_DynamicLibrary.vcxproj" -- FAILED.
-
@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?