-
-
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
Crash when opening stl files with Windows username that contains non-Latin characters #9644
Comments
We really need your Cura.log to diagnose the issue. See https://github.com/ultimaker/cura/#logging-issues |
Please, find attached the logs. |
It could be that Cura does not like the unicode characters in your windows profile name. You might want to try creating another user without unicode characters, and see if Cura runs better when you are logged in as that user. |
Thanks for the quick response! I'll try, though it works with exactly same user name with Cura 4.8.0 without any problems, also the issue seems to be only on Ender 3 profile, while other printers model and brend is ok. Currently I'm using both 4.8.0 and 4.9.0. |
This seems to be the relevant part of the log file:
In particular: This is a known issue in Scipy. It is not yet solved: scipy/scipy#8850 See also my own comments in that issue report for the findings that we have. It is one of the more common crashes that get reported to us via the crash reporter. |
So far we haven't seen this issue ourselves, but the problem appears to be that the temp folder contains non-Latin characters. Since the temp folder is located in the user folder, it occurs when the Windows username contains non-Latin characters. We currently have a ticket to solve this issue upstream in Scipy if we can within reasonable time. Developers, see issue CURA-8416. |
A workaround may be to adjust the environment variable |
…issue Note that this doesn't actually fix the issue, it just prevents it from pulling down the entire application with it. Contributes to Ultimaker/Cura#9644
4.11 will have a partial fix for this; It won't be fully fixed, but at least it shouldn't crash anymore. |
For example, does the official version of cura 4.11.0 fix the problem that the directory exists in non-Aladdin characters and causes a crash? |
It seems like it isn't fixed in 4.11. I have made a ticket on our backlog for this. Developers see CURA-8552 A work around could be to change your path of the temp folder:
Here you can read more about modify environment variables: https://docs.oracle.com/en/database/oracle/machine-learning/oml4r/1.5.1/oread/creating-and-modifying-environment-variables-on-windows.html#GUID-DD6F9982-60D5-48F6-8270-A27EC53807D0 |
We've made efforts to resolve this with #13394 and Ultimaker/Uranium#855 Closing this issue since it should be resolved for for Cura 5.2 Stable. |
Application Version
4.9.0
Platform
W10 64
Printer
Ender 3
Reproduction steps
After Cura 4.9.0 installation, at add my printer, right after selecting Ender 3 (offline), Cura crashes. I've successfully added Ender 2 and 4, but Ender 3 and Ender 3 Pro crashes.
crashes.https://guides.github.com/features/mastering-markdown/
Actual results
Cura closes, no printer added.
Expected results
Add and comunicate with Ender 3
Additional information
No response
The text was updated successfully, but these errors were encountered: