-
-
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 right after startup #6052
Comments
Hi. I assume you are running from source. Please update your Uranium to the master branch as we have just fixed a crash there. Thanks. |
Are you using the AppImage distribution of Cura? It doesn't look like it, because it uses Python 3.7 libraries. If you're using the PPA or Arch packages, I think you're using the wrong version of Qt. If you're developing, it's wise to use the same version as what will be in the final build: 5.10. This way you won't accidentally use a feature that wouldn't run with the mainline builds. It also prevents crashes like this that were introduced in more recent versions of Qt, though we do have a workaround for one of those in 5.13 now in Uranium. |
Hi, I'm running the Arch package version and the Qt version is just the default Arch package too, I'm not developing. |
There is a known regression with Qt 5.13 which is what is now being used on Arch. The Uranium fix works around that issue. |
I've done |
It provides the application framework that cura is based on. |
ok, this is what I did:
... but this doesn't fix it. |
Then it must be something else, perhaps there's something in the recently closed issue that can help you. Take a look at #6008. |
Ok, turned out I hadn't checked all files. The Python site-packages files were installed in |
I'm cleaning house. |
I didn't even know this bug was still open. I'm no longer using Cura, but have used it successfully many times after the last comment. I think I switched to a different Arch package to fix it. |
Application version
4.1.0
Platform
Linux 5.2.1
Printer
JGAurora A5
Reproduction steps
Startup cura
Actual results
Cura starts, the splash screen shows, going through all the normal steps, then the application screen shows and after ~2 seconds, it closes
Expected results
It doesn't close
Additional information
Running cura from a terminal:
The text was updated successfully, but these errors were encountered: