-
-
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 chrashes on Big Sur - 4.9.1 and also 4.9.0 #9908
Comments
I'm also experiencing the same issues. 4.8 worked flawlessly, however, 4.9.x has been problematic since I updated. |
I also experience this quite often |
Hi @NoTrace-Kai thank you for your bug report. |
@NoTrace-Kai I have discussed it with the team and if you have a M1 then we can't really help you right now since we don't support M1. There are incompatibilities between the OpenGL libraries used and the latest firmware used by macbooks. If you don't have a M1 we need to investigate this further. |
Hi. Thanks a lot for your answer. Greetings Kai |
Thank you, do you maybe have a second monitor? |
No. Only the one from the MacBook Air. |
By the looks of that stack trace, Qt crashed while it was executing some of the Javascript code in the QML files. Qt should never crash, so it is a bug in their side. In the update to Cura 4.9 we updated the version of Qt to a newer version, so this might be a bug that arose in one of the newer versions. Another possibility is simply that your computer ran out of memory, since the instruction it apparently crashes on is a Malloc (allocating memory). Cura typically uses like 200-500MB memory though, so unless you had some real heavy stuff running in the background that shouldn't have been a problem for your computer. Assuming the first possibility there, it's possible that there is a workaround for us. Maybe we should avoid using a certain function in Javascript, or a certain type of syntax. However it's pretty much impossible for us to know what Javascript is causing this issue. We haven't been able to reproduce this issue in any of our testing computers. If we have a reproduction, we could try figuring this out with a debugger looking into the memory of Qt to determine which QML file is causing the issue, and perhaps where in that file it's going wrong. But until then, there is little we can hope to achieve here. |
@NoTrace-Kai , I wonder if this problem could be solved by this solution : @jatkinson10 , @mbourque , @Ghostkeeper |
Is this still an issue in current Cura versions (5.8.0 and up)? Can this be closed? |
Fixed Regards,Michael BourqueOn Nov 19, 2024, at 11:54 AM, GregValiant ***@***.***> wrote:
Is this still an issue in current Cura versions (5.8.0 and up)? Can this be closed?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Application Version
4.9.0 and 4.9.1
Platform
Mac OS Big Sur
Printer
Ender 3 V2
Reproduction steps
Just when i want to open the Cura App
Actual results
The Crash-Log is shown
Expected results
Also after installing Cura 4.9.0 the error is there ...
Checklist of files to include
Additional information & file uploads
The text was updated successfully, but these errors were encountered: