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

Cannot run #11

Open
vilnars opened this issue Aug 29, 2022 · 3 comments
Open

Cannot run #11

vilnars opened this issue Aug 29, 2022 · 3 comments

Comments

@vilnars
Copy link

vilnars commented Aug 29, 2022

Describe the bug
while trying to launch the android installer it does not launches and prints following errors

androidx86-installer
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
/tmp/_MEI0FKbZF/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /lib/x86_64-linux-gnu/libproxy.so.1)
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so
/usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so: undefined symbol: g_tls_channel_binding_error_quark
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so

(androidx86-installer:31026): GLib-GIO-ERROR **: 14:53:04.540: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'
Trace/breakpoint trap (core dumped)

To Reproduce
execute androidx86-installer via Terminal
$ androidx86-installer

Expected behavior
it should open the program

Linux Distro:

  • OS: Ubuntu
  • Version 22.04.1 LTS
@jaxparrow07
Copy link
Owner

Describe the bug
while trying to launch the android installer it does not launches and prints following errors

androidx86-installer
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
/tmp/_MEI0FKbZF/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /lib/x86_64-linux-gnu/libproxy.so.1)
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so
/usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so: undefined symbol: g_tls_channel_binding_error_quark
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so

(androidx86-installer:31026): GLib-GIO-ERROR **: 14:53:04.540: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'
Trace/breakpoint trap (core dumped)

To Reproduce
execute androidx86-installer via Terminal
$ androidx86-installer

Expected behavior
it should open the program

Linux Distro:

  • OS: Ubuntu
  • Version 22.04.1 LTS

It seems like an issue with Wayland support in PyQt6 ( as far as I've searched ). Try this and let me know if the problem persists.
Ultimaker/Cura#12776 (comment)

@FalconSN
Copy link

Having the same issue here. Running with GDK_BACKEND=x11, program is launching but crashing right after clicking on "Select iso".

`Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
QPixmap::scaled: Pixmap is a null pixmap
libGL error: MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: iris
libGL error: MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: swrast

(androidx86-installer:221627): Gtk-WARNING **: 01:40:53.777: 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)
`

@UnconventionalMindset
Copy link

@FalconSN workaround: drag and drop the iso on the window.

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

4 participants