TheAssassin / AppImageLauncher

Helper application for Linux distributions serving as a kind of "entry point" for running and integrating AppImages
https://assassinate-you.net/tags/appimagelauncher/
MIT License
5.67k stars 264 forks source link

Segmentation fault due to no version info available on libcurl4 #627

Closed mikwee closed 9 months ago

mikwee commented 9 months ago

Pre-submit checks

Describe the bug

I closed an AppImage (which I used this program for), and when I tried to reopen it immediately after, it didn't open. After looking around for a bit, I tried to run AppImageLauncher directly in the terminal, and got this error:

AppImageLauncherSettings: /lib64/libcurl.so.4: no version information available (required by /usr/bin/../lib/x86_64-linux-gnu/appimagelauncher/libappimageupdate.so)
Segmentation fault (core dumped)

I currently have another AppImage (also used with this program) open, it works well.

Expected behavior

I expected the AppImages to open when I run them, and AppImageLauncher itself to work when I run it in the command line.

Steps to reproduce the issue

  1. Run any AppImage used with this program
  2. Run AppImageLauncher itself

Screenshots

No response

Distribution and desktop environment

NAME="Fedora Linux"
VERSION="39 (KDE Plasma)"
ID=fedora
VERSION_ID=39
VERSION_CODENAME=""
PLATFORM_ID="platform:f39"
PRETTY_NAME="Fedora Linux 39 (KDE Plasma)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:39"
DEFAULT_HOSTNAME="fedora"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f39/system-administrators-guide/"
SUPPORT_URL="https://ask.fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=39
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=39
SUPPORT_END=2024-11-12
VARIANT="KDE Plasma"
VARIANT_ID=kde

Installed AppImageLauncher version

Unfortunately, running AppImageLauncher results in an error, so I am not sure how to check for this.

List of AppImages you tried

Additional context

No response

mikwee commented 9 months ago

Update

Restarting my computer fixed everything. Closing this issue for now.