View Single Post
  #13  
Old 03-29-2026, 12:19 PM
patlefort patlefort is offline
Orc


Join Date: Apr 2012
Posts: 30
Default

Quote:
Originally Posted by veptune [You must be logged in to view images. Log in or Register.]
Hello,

I go this (on ubuntu 24) ;

###################################


nicolas@localhost:/mnt/virtualwin$ ./Project1999.AppImage EQEmu
Launcher version: 2025.09.27
Gtk-Message: 20:31:53.425: Failed to load module "appmenu-gtk-module"
Gtk-Message: 20:31:53.426: Failed to load module "appmenu-gtk-module"

(yad:15324): Gtk-WARNING **: 20:31:53.538: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.

(yad:15324): Gtk-WARNING **: 20:31:53.557: Error loading icon from file '/tmp/.mount_ProjechebJpi/project1999.png':
Failed to load image “/tmp/.mount_ProjechebJpi/project1999.png”: Loader process exited early with status '1'Command:
"bwrap" "--unshare-all" "--die-with-parent" "--chdir" "/" "--ro-bind" "/usr" "/usr" "--dev" "/dev" "--ro-bind-try" "/etc/ld.so.cache" "/etc/ld.so.cache" "--ro-bind-try" "/nix/store" "/nix/store" "--tmpfs" "/tmp-home" "--tmpfs" "/tmp-run" "--clearenv" "--setenv" "HOME" "/tmp-home" "--setenv" "XDG_RUNTIME_DIR" "/tmp-run" "--setenv" "XDG_RUNTIME_DIR" "/run/user/1000" "--symlink" "/usr/lib64" "/lib64" "--symlink" "/usr/lib" "/lib" "--ro-bind" "/lib.usr-is-merged" "/lib.usr-is-merged" "--seccomp" "21" "/usr/lib/glycin-loaders/2+/glycin-image-rs" "--dbus-fd" "20"
**
Gtk:ERROR:../gtk/gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Adwaita/scalable/status/image-missing.svg: Loader process exited early with status '1'Command:
"bwrap" "--unshare-all" "--die-with-parent" "--chdir" "/" "--ro-bind" "/usr" "/usr" "--dev" "/dev" "--ro-bind-try" "/etc/ld.so.cache" "/etc/ld.so.cache" "--ro-bind-try" "/nix/store" "/nix/store" "--tmpfs" "/tmp-home" "--tmpfs" "/tmp-run" "--clearenv" "--setenv" "HOME" "/tmp-home" "--setenv" "XDG_RUNTIME_DIR" "/tmp-run" "--setenv" "XDG_RUNTIME_DIR" "/run/user/1000" "--symlink" "/usr/lib64" "/lib64" "--symlink" "/usr/lib" "/lib" "--ro-bind" "/lib.usr-is-merged" "/lib.usr-is-merged" "--ro-bind-try" "/etc/fonts/conf.d" "/etc/fonts/conf.d" "--ro-bind-try" "/etc/fonts/fonts.conf" "/etc/fonts/fonts.conf" "--ro-bind-try" "/home/nicolas/.cache/fontconfig" "/home/nicolas/.cache/fontconfig" "--ro-bind-try" "/var/cache/fontconfig" "/var/cache/fontconfig" "--bind-try" "/home/nicolas/.cache/glycin/usr/lib/glycin-loaders/2+/glycin-svg" "/home/nicolas/.cache/glycin/usr/lib/glycin-loaders/2+/glycin-svg" "--setenv" "XDG_CACHE_HOME" "/home/nicolas/.cache/glycin/usr/lib/glycin-loaders/2+/glycin-svg" "--seccomp" "26" "/usr/lib/glycin-loaders/2+/glycin-svg" "--dbus-fd" "25" (gdk-pixbuf-error-quark, 0)

###################################

I asked chatgpt told to do :

sudo /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache

But it the same.

Thanks
Can you try to run it with:
Code:
PATH=/usr/bin ./Project1999.AppImage EQEmu
Alternatively, you can try to skip the GUI launcher with:
Code:
SKIP_GUI=1 ./Project1999.AppImage EQEmu
Reply With Quote