Cura
Cura copied to clipboard
Cura 5.10 Crashes on login
Cura Version
5.10
Operating System
Linux Mint 22.1 Cinnamon
Printer
Haven't gotten that far
Reproduction steps
- Download Linux AppImage, make executable.
- Launch App image for the very first time on this machine.
- Get past the splash, privacy screen to the login page.
- Press the login button. A browser tab appears saying I'm logged in.
- App dies
Actual results
Console window running the AppImage shows the following before Step 4 above:
➜ ./UltiMaker-Cura-5.10.0-linux-X64.AppImage /opt/cura
UM/Settings/SettingFunction.py:244: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
def visit_Str(self, node: ast.Str) -> None:
Gtk-Message: 18:58:45.534: Failed to load module "xapp-gtk3-module"
qt.qml.typeresolution.cycle: Cyclic dependency detected between "file:///tmp/.mount_UltiMax8WX5d/share/cura/resources/qml/Actions.qml" and "file:///tmp/.mount_UltiMax8WX5d/share/cura/resources/qml/Actions.qml"
** (UltiMaker-Cura:130067): WARNING **: 18:59:13.466: atk-bridge: get_device_events_reply: unknown signature
After the logged in notice appears in browser, console window now shows this as well:
QObject::startTimer: Timers can only be used with threads started with QThread
QObject::killTimer: Timers cannot be stopped from another thread
QObject::startTimer: Timers can only be used with threads started with QThread
QObject::killTimer: Timers cannot be stopped from another thread
qt.qml.context: file:///tmp/.mount_UltiMax8WX5d/share/cura/resources/qml/WelcomePages/CloudContent.qml:22:5 Parameter "newCloudPrintersDetected" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
file:///tmp/.mount_UltiMax8WX5d/share/cura/resources/qml/WelcomePages/PrinterCard.qml:64:9: QML ColumnLayout: Binding loop detected for property "width"
Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
file:///tmp/.mount_UltiMax8WX5d/share/cura/resources/qml/WelcomePages/PrinterCard.qml:63:9: QML ColumnLayout: Binding loop detected for property "height"
[1] 130067 segmentation fault (core dumped) ./UltiMaker-Cura-5.10.0-linux-X64.AppImage
➜
There is also a ~/.config/cura/5.10 folder, which has a couple of empty files. Removing this and trying again doesn't help.
I get roughly the same behavior with 5.9.1 as well.
Expected results
Should start the app, let me choose a printer, etc.
Add your .zip and screenshots here ⬇️
Oops, sorry, seems a duplicate of 20454.
Any updates or fixes on this? I'm having the exact same issue.