Comment on page
The Software Fails to Launch
Upon launching the Logic 2 software, you may experience the following:
- An immediate software crash
- A blank canvas with an error message that displays
Error Connecting to Socket
- The terminal displays
The display compositor is frequently crashing. Goodbye.
You might also see the following message when running Logic 2 from the terminal. This is normal and is not associated with the issues noted above.
(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9.
We've highlighted some potential causes and solutions below.
We've received reports of some graphics cards causing immediate crashes when launching the Logic 2 software. We're currently logging a list of graphics cards that have been reported to crash the app in the forum post here. Based on the list of graphics cards we have gathered, it seems that graphics cards released more than 8 years ago has some issues with running our software, but we don't have conclusive evidence yet.
For now, if you feel your graphics card may be the culprit, you may try the troubleshooting steps in the support article below.
Starting version v2.3.22, we fixed an issue with the software immediately crashing upon opening on Linux. You can download the latest version of the software here.
When launching the software from the terminal normally, you may see the following error message.
The display compositor is frequently crashing. Goodbye.
If you see this error message, try launching the software with the
--no-sandbox
argument as per below../Logic --no-sandbox
Try each one of these command line arguments one at time. We've seen a handful of launch crashes where the Chromium GPU process repeatedly fails to start, causing the app to give up and exit. If you see a console message like "GPU process isn't usable. Goodbye.", this might fix it.
./Logic-2.*-master.AppImage --disable-gpu
./Logic-2.*-master.AppImage --in-process-gpu
If you are attempting to run our Logic 2 software on Linux, take a look at the output of the following commands.
./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
Open the generated output file and search for a line similar to the following:
libnsl.so.1 => not found
It seems that some Linux distributions may have removed libnsl, and that reinstalling it solves this issue. The command to install it will depend on the package repository for your specific OS. For example, for the yum package manager:
yum install libnsl
Instead, you'll want to install the udev rules file to allow the non-elevated application to work with devices. Instructions for installing the udev rules file can be found in the support article below.
We've seen GPU issues on Linux where the application will crash on launch due to the GPU process repeatedly crashing on launch.
Unfortunately, newer versions of our Logic 2 software (starting v2.3.33) no longer supports Ubuntu 16 (Ubuntu LTS 16 ended its support in April 2021). We have since updated our Logic 2 software to support Ubuntu 18.04.5+ (64 bit) as mentioned below. We apologize for the inconvenience this causes. Should you have any questions, feel free to contact us.
7. Contacting Support
In case the solutions above don't help, please contact us and send us the output of the commands generated from step 3 above.
Be sure to select the x64 version if you are using a 64-bit version of Windows. After you have installed the runtime, try restarting the computer and running the Logic 2 software again.
On MacOS, you may see the
Error Connecting to Socket
message when attempting to start the Logic 2 app while disconnected from the internet. This is unintentional, as the app was designed to be able to run while offline. In the forum post here, we've found that localhost may not resolve on your machine when disconnected from the internet.The workaround is to take a look at your
/etc/hosts
file and to check if it contains the following line. If it’s missing, you'll want to add that line back and that should solve the issue.127.0.0.1 localhost
If you are using the older Logic 1.x software, the following troubleshooting guide applies to the most common situations.

Saleae Error Reporter
This is the normal Saleae software error uploader. If you see this, then this is not the correct support article for your issue. Please see the article below.
Please check before continuing:
- The latest Saleae Logic beta software is installed.
- Windows is up to date.
- The computer has been recently restarted after the software was installed.
- The current user has administrator privileges or can launch programs as an administrator, if necessary.
- You may need to give Windows explicit admin privileges into the
%AppData%
folder
Below is a list of potential issues and solutions to those issues. Please evaluate each one and attempt each applicable recommendation.
- Try deleting the settings.xml file on your system. It is located here:
- On Vista/7/8/10:
%AppData%\Roaming\Saleae LLC\Logic\settings.xml
- On XP:
C:\Documents and Settings\YourUserName\Application Data\Saleae LLC\Logic\settings.xml
- Make sure the software is closed when trying this.
- To view the AppData (Application Data) folders, you will need to make sure the "Shows hidden files, folders, and drives" option is enabled in Windows.
- This may bypass any applications that attempt to attach to the Logic software, possibly preventing it from launching.
- Open the command prompt. Select "Run" from the Start menu. Then type "cmd" and press OK. A black command prompt should appear.
- Navigate to the install directory, usually like this:cd "c:\Program Files\Saleae LLC"
- Start the software like this:Logic.exe
- Wait up to 20 seconds to see if the Logic software appears.
- In the past, we've seen issues on some customers' computers where the 64-bit software fails to launch, but the 32-bit software is able to run properly.
- Since the software installer on the downloads page automatically detects if it should install the 32-bit version or the 64-bit version, the "standalone" release must be used.
- Download the 32-bit standalone of the latest beta software. The download page for the latest beta release also contains the standalone download links. Be sure to download the 32-bit version.
- The 1.2.5 32-bit standalone version can be downloaded here:If the 1.2.5 release is no longer the latest release, do not use that link. Instead, get it from the downloads page.
- Extract the zip file to any location on your computer. The location won't matter.
- Double-click Logic.exe. Wait up to 20 seconds for it to launch.
- If it does not launch, attempt to launch it using the command prompt:In the folder containing the freshly extracted Logic.exe, hold shift and right-click in the empty space. Select "Open command window here" from the right-click menu.Type "Logic.exe" and press Enter. Wait up to 20 seconds to launch.
- All older release download links can be found below.
- Try the following versions. Please use the standalone versions to avoid the need to uninstall and reinstall the software. Just extract each standalone version to a separate folder and attempt running Logic.exe. Also try the command line launch, as mentioned in the above section.
- 1.1.34, both the 32-bit and the 64-bit standalone versions
- 1.1.28, both the 32-bit and the 64-bit standalone versions
- If neither of those releases works, there is one more release to test: the 1.1.20 release. Note: The 1.1.20 release does not support the new products. However, it was built on the previous build system, and if it runs, that will provide valuable information to us as to the source of the problem.1.1.20 does not have a standalone version. You will need to uninstall the currently installed logic version to install it.64-bit version:It is not possible to install the 32-bit version of the 1.1.20 software on a 64-bit Windows install due to installer limitations.
This article covers the situation where the Saleae Logic software crashes on launch on Linux Fedora 26 and 27. The issue is still open, and we are working on resolving it. Currently, we would like to collect information from individuals who are able to reproduce the problem.
The Saleae Logic software uses QT 5.7, which is included with the download. The QT framework is not currently compatible with the newest version of OpenSSL, 1.1.
It looks like a recent patch to QT has added support for OpenSSL 1.1. We're investigating to see if it has been merged into the latest production release of QT.
In the meantime, we expect that installing an older version of OpenSSL should solve the problem. This has been confirmed by several customers, but since we haven't been able to reproduce the problem here, we're not sure.
Installing OpenSSL 1.0.2 compatibility:
dnf install compat-openssl10
Some customers have reported installing the
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
If you see the following error message from the console when running Logic, you are likely seeing this problem:
qt.network.ssl: QSslSocket: cannot resolve CRYPTO_num_locks
You should see many similar lines in the output before the application exits.
To check what versions of OpenSSL are available on your system, you can run these checks:
- 1.Directly search for the libraries:ls /usr/lib64/ | grep -i 'libssl\|libcrypto'In this case, libssl and libcrypto 1.0.2 would indicate you have an older compatible version of OpenSSL installed, and the software should run. If you find this but the software fails to launch, please send us the console logs of the software and the output of the above ls & grep command.
- 2.Check installed packages.rpm -qa | grep -i opensslIf you find
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.
If you have found a simpler workaround, please let us know. Once we confirm that the latest QT supports OpenSSL 1.1 and we update our application on all platforms to support it, this problem should go away completely.
We have been unable to reproduce this issue on the Fedora 26 and Fedora 27 live disks. In both cases, the 1.0.2 compat version is already installed and loaded by Logic.
When running Logic software from the command line, you may see the following warning. This can be safely ignored.
libpng warning: iCCP: known incorrect sRGB profile
Update: A customer has reported that just using
LD_PRELOAD
to force-load the included compatibility version of libssl also solves the problem, like so:# First cd to where the software is installed...
ln -s /usr/lib64/libssl.so.10 libssl.so
LD_PRELOAD=$PWD/libssl.so ./Logic
- The version of Windows used and if it is 32-bit or 64-bit.
- The error message(s), if there was one. If nothing happened when attempting to launch the software, please indicate that.
- Is the computer a company computer issued by a company IT department or a private (personal) computer?
- Is any anti-virus running, and if so, which one(s)?
- Is disk-encryption running (specifically, a non-Microsoft disk encryption tool)?. If so, please let us know which one.
- Which Saleae logic analyzer are you using (Logic 4, Logic 8, etc...)?
- Have you had a previous version of the software installed, and if so, which version?
- Was the installed software able to run normally? yes/no
- Did you successfully delete the settings.xml file? yes/no
- Did you test launch the installed software from the command line? yes/no
- Did you test the 32-bit standalone software? yes/no
- Did you test any of the older versions, and if so, which ones? Did they launch?
Last modified 1yr ago