On ubuntu 18.10, trying to run the appimage gives the following error:
[ERROR] SoapySDR::loadModule(.//////////lib/SoapySDR/modules0.7/libsdrPlaySupport.so)
dlopen() failed: libmirsdrapi-rsp.so.2.13: cannot open shared object file: No such file or directory
Available factories...airspy, airspyhf, audio, bladerf, hackrf, lime, null, redpitaya, remote, rtlsdr
./CubicSDR-0.2.5-x86_64.AppImage: symbol lookup error: /usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0: undefined symbol: xcb_dri3_get_supported_modifiers
One gets briefly the GUI appearing then closing.
That's 2 errors:
@solsticedhiver this may be a known issue from what I've quickly googled.
Does it work if you run it like this?
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 ./CubicSDR-0.2.5-x86_64.AppImage
@cjcliffe yes that works. thanks
I can confirm this works for me using Ubuntu 19.10 as well.
Can confirm fix working using Ubuntu 20.04LTS
Most helpful comment
@solsticedhiver this may be a known issue from what I've quickly googled.
Does it work if you run it like this?
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 ./CubicSDR-0.2.5-x86_64.AppImage