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

When opening the file browser the program crashes #20

Open
scp487 opened this issue Apr 29, 2024 · 4 comments
Open

When opening the file browser the program crashes #20

scp487 opened this issue Apr 29, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@scp487
Copy link

scp487 commented Apr 29, 2024

Using: 0.10.0 x86_64 appimage
Bug: when loading up the program, and clicking any button that should open up a file browser the program crashes.

@IoeCmcomc
Copy link
Owner

What Linux distro and desktop environment are you using? The issue doesn't occur to me on WSL.

@scp487
Copy link
Author

scp487 commented Apr 29, 2024

What Linux distro and desktop environment are you using? The issue doesn't occur to me on WSL.

Linux distro: Ubuntu 22.04 LTS
Desktop environment: gnome

@IoeCmcomc
Copy link
Owner

After install a new Ubuntu 22.04 VM, I'm able to reproduce the issue.
For some reasons, I have to run the AppImage in the terminal with GDK_BACKEND=x11 or it will crash.
Here's the error messages:

(MCDatapacker:23599): Gtk-WARNING: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
Gtk: ERROR: ../../../../gtk/gtkiconheIper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Yaru/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
Bail out! Gtk: ERROR: ../../../../gtk/gtkiconheIper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Yaru/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
Aborted (core dumped)

Can you run the AppImage in the terminal and confirm the error messages?

@scp487
Copy link
Author

scp487 commented Apr 29, 2024

After install a new Ubuntu 22.04 VM, I'm able to reproduce the issue. For some reasons, I have to run the AppImage in the terminal with GDK_BACKEND=x11 or it will crash. Here's the error messages:

(MCDatapacker:23599): Gtk-WARNING: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
Gtk: ERROR: ../../../../gtk/gtkiconheIper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Yaru/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
Bail out! Gtk: ERROR: ../../../../gtk/gtkiconheIper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Yaru/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
Aborted (core dumped)

Can you run the AppImage in the terminal and confirm the error messages?

yes, the error message is the same:
(MCDatapacker:51246): Gtk-WARNING **: 15:39:05.752: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
**
Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Yaru/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 /usr/share/icons/Yaru/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
Aborted (core dumped)

@IoeCmcomc IoeCmcomc added the bug Something isn't working label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants