vst3_public_sdk icon indicating copy to clipboard operation
vst3_public_sdk copied to clipboard

Try loading alternative SO files on 32 bit Linux

Open attilammagyar opened this issue 1 year ago • 0 comments

When a 32 bit host application is running with a 64 bit Linux kernel, then getCurrentMachineName will return "x86_64", but dlopen will fail with "wrong ELF class: ELFCLASS64". When this happens, our best bet might be to try loading the plugin from "i686-linux" and "i386-linux".

See: https://github.com/steinbergmedia/vst3sdk/issues/115

attilammagyar avatar Jul 09 '23 21:07 attilammagyar