Scrolling a Viewport crashes compiled plugin....
-
@Lindon Are you attempting the dll compilation from the new version of HISE that you made?
-
@d-healey said in Scrolling a Viewport crashes compiled plugin....:
@Lindon Are you attempting the dll compilation from the new version of HISE that you made?
No, I cant even get the project to load in the new version I made...
-
@Lindon You don't need to load the project's xml to build the dll. Just open HISE and go and export the dll. Make sure it's all pointing to the same version of the source code.
-
@d-healey right...
Opened HISE,
created a scriptFX
Went to Compile DLLand get this:
C:\Current_HISE_work\UltraSphere\DspNetworks\ThirdParty\whiteDwarfian.h(15,10): error C1083: Cannot open include file: 'src/whiteDwarfian.cpp': No such file or directory [C:\Current_HISE_work\UltraSphere\DspNetworks\Binaries\Builds\Visual Studio2022\UltraSphere_DynamicLibrary.vcxproj]
But in my project:
-
@Lindon Sounds like old code might be hanging around. Try cleaning the additional sourcecode folder and the DspNetworks/Binaries folder.
-
@d-healey
OK emptied teh AdditionalSourceCode Folder and DSPNetworks, tried to compile teh DLL again...same error.
C:\Current_HISE_work\UltraSphere\DspNetworks\ThirdParty\whiteDwarfian.h(15,10): error C1083: Cannot open include file:
'src/whiteDwarfian.cpp': No such file or directory [C:\Current_HISE_work\UltraSphere\DspNetworks\Binaries\Builds\Visual
Studio2022\UltraSphere_DynamicLibrary.vcxproj] -
@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?