Error Connecting to Socket
The display compositor is frequently crashing. Goodbye.
(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9.
--no-sandbox
The display compositor is frequently crashing. Goodbye.
--no-sandbox
argument as per below../Logic --no-sandbox
./Logic-2.x.xx-master.AppImage --appimage-extract
(replace "x.xx" with the specific version of Logic 2)cd squashfs-root/resources/linux
ldd libgraph_server_shared.so
ldd -v libgraph_server_shared.so
libnsl.so.1 => not found
yum install libnsl
​
%AppData%
folder%AppData%\Roaming\Saleae LLC\Logic\settings.xml
C:\Documents and Settings\YourUserName\Application Data\Saleae LLC\Logic\settings.xml
cd "c:\Program Files\Saleae LLC"
Logic.exe
compat-openssl10-devel
version of that, and some have reported symlinking the older version in order to get Logic to load it:ln -s /usr/lib64/libssl.so.10 ./libssl.so
compat-openssl10-1.0.2...
, the application should run. If it does not run, please send us the above output and the console output of the Logic software.libpng warning: iCCP: known incorrect sRGB profile
LD_PRELOAD
to force-load the included compatibility version of libssl also solves the problem, like so: