We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to start Snes9x by running Snes9x-1.63-x86_64.AppImage on Ubuntu 24.04 gives the following error:
Snes9x-1.63-x86_64.AppImage
./Snes9x-1.63-x86_64.AppImage: error while loading shared libraries: libgiomm-2.4.so.1: cannot open shared object file: No such file or directory
I solved this by installing the libglibmm-2.4-1t64 package:
libglibmm-2.4-1t64
sudo apt remove libglibmm-2.4-1t64
A better fixed might be including libgiomm-2.4.so.1 in the AppImage so it can work for everyone regardless of the linux distro.
libgiomm-2.4.so.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to start Snes9x by running
Snes9x-1.63-x86_64.AppImage
on Ubuntu 24.04 gives the following error:I solved this by installing the
libglibmm-2.4-1t64
package:A better fixed might be including
libgiomm-2.4.so.1
in the AppImage so it can work for everyone regardless of the linux distro.The text was updated successfully, but these errors were encountered: