Linux Issues...
-
I've had multiple reports of my plugins not working in Linux, Reaper etc.
I#ve compiled them just the normal way (dsp first) with either GCC or clang on a debian 12 ser ver, no issues whatsoever, however i don't have a local linux machine nor all the various DAWs.
nor even the linux expertise to diagnose themare there known issues with HISE plugins running on linux or can someone pinpoint me on what steps to take next to diagnose the problem? or are these probably edge cases. I can't get any more useful info out of those people rather than "the plugin just makes a crackling noise" or "the plugin has no ui in reaper, just a grey box"
-
@Morphoice Find out what distro the people who are running into issue are using. Also which host.
-
@David-Healey Debian 13 and Reaper
-
@Morphoice: Find out if you are compiling with a newer version of GLIBC - although since they are on Debian 13 I expect not. But first thing I'd check.
Run this on your server, and ask them to run it on their system too if you can
ldd --version -
@David-Healey i'll see if anyone responds and ask them that.