Re: [sigrok-devel] Nightly PulseView AppImage crashing in Ubuntu 22.04

2022-05-26 Thread Ing. Gabriele Oberhammer
On 26/05/22 17:34, Jon Escombe wrote: LD_PRELOAD=/lib64/libgmodule-2.0.so ./PulseView-NIGHTLY-x86_64.AppImage Thanks Jon for putting me on the right track! I only needed a slightly different path for the library in Ubuntu, which is: LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0

Re: [sigrok-devel] Nightly PulseView AppImage crashing in Ubuntu 22.04

2022-05-26 Thread Jon Escombe
Hi, Is a library mismatch between the host and the AppImage contents (I get the same issue on Fedora). Short answer - try running it like this (preloads libgmodule from the host filesystem); LD_PRELOAD=/lib64/libgmodule-2.0.so ./PulseView-NIGHTLY-x86_64.AppImage For the long answer, there