Compile scriptnode to DLL stuck on Ubuntu
-
Hi All,
Wondering whether any Linux heads out there can offer some insight.
Porting my plugin which is compiled fine on Mac and Windows to Linux. I saw in this thread that HISE and Linux are currently having issues:
https://forum.hise.audio/topic/13984/bunch-of-errors-when-building-hise-linux?_=1765961750550
So as suggested by @David-Healey I built from his fork, with the release with Faust config, and all working fine, until I go to export scriptnode as DLL, then it just hangs.
After consulting the AI overlords I did a backtrace while it was hung and apparently the issue lies in:
Thread 2 (Thread 0x7dcf7ffff6c0 (LWP 4003) "HISE Standalone"):
#0 hise::DspNetworkCompileExporter::run()
#1 hise::DialogWindowWithBackgroundThread::LoadingThread::run()
#2 juce::threadEntryProc(void*)
#3 start_thread
#4 clone3Specifically that #0 line.
To be totally honest I’m still quite new to Linux so not 100% on this.
Is anyone seeing this and immediately thinking ‘you need to do x’?
Can post a snippet when back at my comp.
Thanks
Chris
-
-
@David-Healey within HISE Itself?
it has status of creating c++ for the network and just stays like that, cannot click on anything within HISE, can't even close HISE
-
@bfaudio Can you show me a screenshot?