Scrolling a Viewport crashes compiled plugin....
-
@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...
-
Okay I think I may be getting somewhere....
So I THINK I'm getting an access violation on the paint of the SAmplerSoundWaveform:
But if I sound clueless - I am - but it keeps coming back here no matter what I do...
-
@Lindon Ok so I took out the AudioWaveform controls - and the plugin works fine - so there's a bug in the rendering of this control I think...
@Christoph-Hart !!! Help!!!
-
@Lindon said in Scrolling a Viewport crashes compiled plugin....:
so there's a bug in the rendering of this control I think...
Are you using a custom look and feel for the audio rendering?