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

Unable to launch new appimage on Fedora #283

Closed
twiclo opened this issue May 22, 2021 · 3 comments
Closed

Unable to launch new appimage on Fedora #283

twiclo opened this issue May 22, 2021 · 3 comments

Comments

@twiclo
Copy link

twiclo commented May 22, 2021

Getting this error when trying to run the new AppImage on Fedora 32. A friend on Fedora 34 is having the same problem

This likely means that your installation is broken.
Try running the command
  gdk-pixbuf-query-loaders > /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
to make things work again for the time being.
**
Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /org/gtk/libgtk/icons/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
Bail out! Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /org/gtk/libgtk/icons/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
Aborted (core dumped)

I have gdk-pixbuf2-devel and gdk-pixbuf2 installed and up to date. We tried running gdk-pixbuf-query-loaders-64 > /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache and gdk-pixbuf-query-loaders-32 > /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache to no avail

@twiclo twiclo changed the title Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /org/gtk/libgtk/icons/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3) Gtk:ERROR: Failed to load /org/gtk/libgtk/icons/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3) May 22, 2021
@twiclo twiclo changed the title Gtk:ERROR: Failed to load /org/gtk/libgtk/icons/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3) Unable to launch new appimage on Feodora May 23, 2021
@twiclo twiclo changed the title Unable to launch new appimage on Feodora Unable to launch new appimage on Fedora May 23, 2021
@g4stly
Copy link

g4stly commented May 25, 2021

I got the same error.

I along with someone else in the slippi discord were able to repair it by replacing the /usr/share and /usr/lib directories in a 2.3.1 app image with the ones from a 2.3.0 app image.

Download both a 2.3.0 and a 2.3.1 version of the slippi app image.
Extract both with ./filename.AppImage --appimage-extract.

That'll create a squashfs-root directory.

Just move the squashfs-root/usr/lib and squashfs-root/usr/share from the extracted 2.3.0 into the extracted 2.3.1 folder, then use appimagetool (download here https://appimage.github.io/appimagetool/) to rebuild an appimage from the 2.3.1 directory.

@lararosekelley
Copy link

Perhaps this is a different issue, but I'm on Fedora 34 as well, and where I get hung up is that the launcher will run, and I can open/configure Dolphin from it, but when I click "Play" it will launch the Melee ISO but then crash after a few seconds. Have tried switching between OpenGL and Vulkan to no avail.

@Hnasar
Copy link

Hnasar commented Nov 5, 2021

There's a new issue on Fedora 35, with a workaround: #323

Perhaps this should just be closed because it's old.

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

5 participants