Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug/Error: Appimage file fails to load #131

Open
EldrinSMP opened this issue May 10, 2024 · 2 comments
Open

Bug/Error: Appimage file fails to load #131

EldrinSMP opened this issue May 10, 2024 · 2 comments

Comments

@EldrinSMP
Copy link

ISSUE:
When launching the openscq30_gui-1.12.0-x86_64.AppImage version fo the app it fails to load. Activating the terminal, and I see that it throws the following error:

/tmp/.mount_openscruBWUq/usr/bin/openscq30_gui: symbol lookup error: /tmp/.mount_openscruBWUq/usr/bin/openscq30_gui: undefined symbol: adw_navigation_view_get_type, version LIBADWAITA_1_0

EXPECTED BEHAVIOR:
OpenSCQ30 program opens without issue.

STEPS TO REPRODUCE:

  1. Download openscq30_gui-1.12.0-x86_64.AppImage from release page of this repository.
  2. Execute the file.

SYSTEM INFORMATION:
Irrelevant, it's an AppImage but just in case:
ArchLinux
Kernel 6.8.9-arch1-2 (64-bit)
KDE Plasma 6.0.4

COMMENTS:
As I undersetan AppImages, they should be self contained and have packaged everything needed to run the application, however when something is missing it will reach out to the host system to find what it needs. In my case, I have the libadwaita package on my system, but it's version 1:1.5.0-1. It looks like the appimage is exepcting 1.0. I'm going to open up the file and see what I can find.

@Oppzippy
Copy link
Owner

Oppzippy commented May 11, 2024

The problem is that OpenSCQ30 has required libadwaita 1.4 for quite a while, but I never updated the appimage from ubuntu 22.04, which had something older than that. I use appimage-builder for generating the appimages, but I'm having problems getting that to work with ubuntu 24.04, so I'll either have to figure that out, or switch to something else since appimage-builder seems unmaintained.

In the mean time, I'd recommend using either the flatpak or @SpacingBat3's AUR package.

@EldrinSMP
Copy link
Author

I appreciate the response. I tried the AUR package and I'm having different issues with it, not sure if it's my headphones, system, or the app so I'm hesitant to file an issue for it. I haven't had a chance to research the error yet. I'll check out the Flatpak as well to see if I get the same issues. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants