Cura icon indicating copy to clipboard operation
Cura copied to clipboard

Cura 5.10 Crashes on login

Open j8spencer opened this issue 7 months ago • 1 comments

Cura Version

5.10

Operating System

Linux Mint 22.1 Cinnamon

Printer

Haven't gotten that far

Reproduction steps

  1. Download Linux AppImage, make executable.
  2. Launch App image for the very first time on this machine.
  3. Get past the splash, privacy screen to the login page.
  4. Press the login button. A browser tab appears saying I'm logged in.
  5. 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 ⬇️

cura.log.zip

j8spencer avatar May 25 '25 03:05 j8spencer

Oops, sorry, seems a duplicate of 20454.

j8spencer avatar May 25 '25 03:05 j8spencer

Any updates or fixes on this? I'm having the exact same issue.

ErikHallmark avatar Aug 08 '25 23:08 ErikHallmark