-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
AppImage doesn't work #19913
Labels
Status: Triage
This ticket requires input from someone of the Cura team
Type: Bug
The code does not produce the intended behavior.
Comments
eugenialoli
added
Status: Triage
This ticket requires input from someone of the Cura team
Type: Bug
The code does not produce the intended behavior.
labels
Nov 15, 2024
Same here on Debian Sid:
|
probably duplicated of #19837 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Status: Triage
This ticket requires input from someone of the Cura team
Type: Bug
The code does not produce the intended behavior.
Cura Version
5.8.1
Operating System
Debian-Testing
Printer
none
Reproduction steps
When trying to load it:
eugenia@Debian-Testing:~/Downloads$ ./UltiMaker-Cura-5.8.1-linux-X64.AppImage
Gtk-Message: 17:28:23.596: Failed to load module "appmenu-gtk-module"
Gtk-Message: 17:28:23.596: Failed to load module "appmenu-gtk-module"
qt.qpa.wayland: EGL not available
When trying to load it with environment variable (got this idea from another bug report here):
eugenia@Debian-Testing:~/Downloads$ WAYLAND_DISPLAY="" ./UltiMaker-Cura-5.8.1-linux-X64.AppImage
Failed to create wl_display (Connection refused)
qt.qpa.plugin: Could not load the Qt platform plugin "wayland" in "" even though it was found.
Gtk-Message: 17:27:34.603: Failed to load module "appmenu-gtk-module"
Gtk-Message: 17:27:34.603: Failed to load module "appmenu-gtk-module"
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 4.1, options QFlagsQSurfaceFormat::FormatOption(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QColorSpace(), profile QSurfaceFormat::CoreProfile)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 4.1, options QFlagsQSurfaceFormat::FormatOption(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QColorSpace(), profile QSurfaceFormat::CoreProfile)
Could not initialize GLX
Aborted
GLX is working btw:
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel (0x8086)
Device: Mesa Intel(R) Arc(tm) A310 Graphics (DG2) (0x56a6)
Version: 24.2.6
Accelerated: yes
Video memory: 4048MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
Actual results
App doesn't load
Expected results
to load
Add your .zip and screenshots here ⬇️
none
The text was updated successfully, but these errors were encountered: