Cubicsdr: AppImage fails on linux with symbol lookup error

Created on 4 Jan 2019  路  4Comments  路  Source: cjcliffe/CubicSDR

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:

  • one for the non existent libmirsdrapi-rsp.so lib.
  • one for the symbol lookup error in libGLX_msea.so.
Linux bug release build issue

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

All 4 comments

@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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AngryJoe13 picture AngryJoe13  路  6Comments

romeojulietthotel picture romeojulietthotel  路  5Comments

cjcliffe picture cjcliffe  路  7Comments

blrichwine picture blrichwine  路  9Comments

righthalfplane picture righthalfplane  路  7Comments