-
-
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
Cura-2.3.1.AppImage execution Segmentation fault (core dumped) #1146
Comments
Cleaned up by removing all occurrences of
I don't see anything particularly erroneous in this log. Only that it's trying to load a Prusa machine instance but fails. |
Any chance you can run it through GDB? That should give us at least some idea of where to look. Note that you will need to do the following instead of just running the AppImage through gdb:
|
no idea about using gdb... dasaki@dasaki-HP: |
Note that previous version ( Cura-2.3.0.AppImage ) does run. |
Oh, if you get to that point, you need to type "run" to actually start the program. Then once it crashes, type "bt" and paste the output you get here. |
dasaki@dasaki-HP: Reinstalling the application may fix this problem. Thread 1 "cura" received signal SIGABRT, Aborted. |
That helps! It can't load xcb for Qt. Are we including libQt5DBus in the AppImage? |
That's a bug that was fixed for the 2.3.1 AppImage. For the 2.3.0 you can workaround it by launching it with |
ok, thanks! |
I tried T_XKB_CONFIG_ROOT=/usr/share/X11/xkb ./Cura-2.3.0.AppImage, but it still doesn't let edit the parameters. |
QT_XKB_CONFIG_ROOT, not T_ . Unless that was a copy paste error, in which case I do not really know what is happening. |
Ok, it works, thanks! |
I get a crash on KUbuntu when I try and set the printer. No unity, just KDE5. |
What do you mean by "set the printer"? Do you mean adding a printer (select a printer model from the menu for the first time, etc.) or do you mean selecting a printer from the drop-down menu? |
When first launched and running the setup wizard asks you to choose a
printer. Selecting a print by clicking on a radio button causes an
immediate crash.
Skipping the printer select step and trying to configure it later causes
immediate crash as soon as you click on the radio button
|
That seems to be indeed the issue of #1219 then, Daniel. You also mentioned it there. |
Shoot sorry. Somehow I am on both and crossposted. |
I can't reproduce this, and since we're 3 versions ahead, this is probably fixed a long time ago. |
In fact, it was fixed in 2.3.1 as Awhiemstra said. |
after receiving the update notice and downloading Cura-2.3.1.AppImage for linux, the application halts in the initialization process. Attached terminal dump.
terminal_dump.txt
The text was updated successfully, but these errors were encountered: