rncbc / qtractor

Qtractor - An Audio/MIDI multi-track sequencer
https://qtractor.org
GNU General Public License v2.0
499 stars 87 forks source link

undefined symbol: g_module_open_full #317

Open davidhealey opened 2 years ago

davidhealey commented 2 years ago

I'm seeing this error when trying to open the appImage through the commandline. I'm running Debian Testing.

qtractor-0.9.24-67.1.x86_64.AppImage: symbol lookup error: /lib/x86_64-linux-gnu/libgio-2.0.so.0: undefined symbol: g_module_open_full

rncbc commented 2 years ago

not all AppImage's run on every system; the one you're trying is officially based on ubuntu 18.04 (bionic) and expects some compatible system libraries that are not bundled in the AppImage; seems you have there libgio-2.0 which is probably too new to run the provided AppImage, sorry.

you may try this other one as an alternative: qtractor-latest-x86_64.AppImage which is based on openSUSE Leap 15.2.

davidhealey commented 2 years ago

Thanks. That appImage also has the same issue. I've compiled from source for the time being and that is working well.