Linux + Bitwig Crash in hise::GlobalServer::WebThread
-
I’m running into a crash on Linux that I’ve traced to hise::GlobalServer::WebThread, and I’m wondering if anyone else has seen this before. The plugin runs perfectly in Linux Standalone and Reaper. Windows/macOS is fine on all DAWS.
In Bitwig on Linux, the VST3 loads fine… but crashes when HISE’s WebThread attempts to download & parse JSON (update check, preset manifest, UI image metadata, etc.)When the crash happens, the backtrace lands here:
juce::JSON::parse() juce::JSONParser::throwError() hise::GlobalServer::WebThread::run() abort()@d-healey have you encountered this before?
-
@Dan-Korneff I haven't ran into that one. Do you have a minimal test project?