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

5.10. crash when skipping signin on first run #20454

Open
ErwinBaeyens opened this issue Mar 27, 2025 · 7 comments
Open

5.10. crash when skipping signin on first run #20454

ErwinBaeyens opened this issue Mar 27, 2025 · 7 comments
Labels
Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior.

Comments

@ErwinBaeyens
Copy link

Cura Version

5.10.0

Operating System

Fedora Linux 40 Cinnamon spin

Printer

Sovol SV07 klipper

Reproduction steps

  1. back-up existing profile under $HOME/.config/cura/
  2. start cura
  3. navigate the welcome wizzard
  4. When asked to sign in to the UltiMaker platform click skip

Actual results

The application quits printing this:
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_curae5MMfd/share/cura/resources/qml/WelcomePages/PrinterCard.qml:63:9: QML ColumnLayout: Binding loop detected for property "height"
Segmentation fault (core dumped)

Expected results

A working app

Add your .zip and screenshots here ⬇️

I have no screenshots to add

@ErwinBaeyens ErwinBaeyens added Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior. labels Mar 27, 2025
@ErwinBaeyens
Copy link
Author

Tried again with signing in and the result was the same:
this is what is printed on the console:

qt.qml.typeresolution.cycle: Cyclic dependency detected between "file:///tmp/.mount_UltiMa7n2fTK/share/cura/resources/qml/Actions.qml" and "file:///tmp/.mount_UltiMa7n2fTK/share/cura/resources/qml/Actions.qml"
qt.qml.context: file:///tmp/.mount_UltiMa7n2fTK/share/cura/resources/qml/Settings/SettingView.qml:432:16 Parameter "index" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
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_UltiMa7n2fTK/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_UltiMa7n2fTK/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_UltiMa7n2fTK/share/cura/resources/qml/WelcomePages/PrinterCard.qml:63:9: QML ColumnLayout: Binding loop detected for property "height"
Segmentation fault (core dumped)

@caldir65
Copy link

Same here with (K)Ubuntu 24.04 / X11 in Use / Wayland just installed
Also with and without login

@kupher
Copy link

kupher commented Apr 1, 2025

I had the same issue on arch Linux, here is a fix I did: Restart your DE, Make sure you change it to x11 session. login, open Cura in the x11 session. go through all the promps, also setup your printer. Close cura, restart your DE back and switch back to wayland.

@ErwinBaeyens
Copy link
Author

That could be a solution but as i said above I'm running the Fedora Cinnamon spin which is still X11 not wayland

@caldir65
Copy link

caldir65 commented Apr 1, 2025 via email

@ErwinBaeyens
Copy link
Author

That is similar to the experience I have, I was not able to run the config wizard on 5.8 either. or on 5.7 It does work on 5.6
I found that this is somewhat similar to issue #18843
but the proposed workaround :
./Ultimaker-Cura-5.10.0-linux-X64.AppImage --platformtheme gtk3
does not seem to work

@caldir65
Copy link

caldir65 commented Apr 2, 2025 via email

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.
Projects
None yet
Development

No branches or pull requests

3 participants