-
-
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 crashes on startup "Type UM.SimpleButton unavailable" #15524
Comments
I'm having the same issue on Fedora 38 with Cura 5.3.0. Edit: Apparently the 5.3.1 AppImage from Github works fine, so this might be a packaging issue? |
Sounds a lot like a packaging issue. I've seen those errors before on my local dev env from source. |
Hey @TahaAbbasi-Hashemi, Thanks for your report 👍 |
I'm using Fedora 38, and having same problem. PS: Installed by dnf package manager |
That Strange that it crashes for you (as it should) but not for the majority of users. |
Yeah! sudo nano -c /usr/lib/python3.11/site-packages/UM/Qt/qml/UM/SimpleButton.qml 1- add "import UM 1.5 as UM" // Copyright (c) 2018 Ultimaker B.V. import QtQuick 2.1 MouseArea
} And it Works!! Thank you so much One more doubt, would i, add UM. on Rectangle line too?? |
Thanks for testing. I will make a pull request so this fix can be incorporated in the next release.
|
I'm loving the troubleshooting here. I've added it to the queue to be reviewed soon. |
Application Version
cura version: 5.2.2
Platform
Alpine Linux
Printer
Not applicable
Reproduction steps
Actual results
The error message comes in the terminal
"2023-05-15 00:41:27,784 - ERROR - [MainThread] UM.Qt.QtApplication.createQmlComponent [616]: file:///usr/lib/cura/plugins/ModelChecker/ModelChecker.qml:8:1: Type UM.SimpleButton unavailable
2023-05-15 00:41:27,785 - ERROR - [MainThread] UM.Qt.QtApplication.createQmlComponent [616]: file:///usr/lib/python3.11/site-packages/UM/Qt/qml/UM/SimpleButton.qml:30:5: ColorImage is not a type"
Expected results
Cura should open
Checklist of files to include
Additional information & file uploads
cura.log
The text was updated successfully, but these errors were encountered: