cjcliffe / CubicSDR

Cross-Platform Software-Defined Radio Application
http://www.cubicsdr.com
GNU General Public License v2.0
2.05k stars 252 forks source link

AppImage fails on linux with symbol lookup error #697

Closed solsticedhiver closed 5 years ago

solsticedhiver commented 5 years ago

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:

cjcliffe commented 5 years ago

@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

solsticedhiver commented 5 years ago

@cjcliffe yes that works. thanks

mjpowersjr commented 4 years ago

I can confirm this works for me using Ubuntu 19.10 as well.

RepComm commented 3 years ago

Can confirm fix working using Ubuntu 20.04LTS

Abrahammar997 commented 2 years ago

Don't work on Ubuntu 21.04. It runs but when "snips" it makes window black