-
Notifications
You must be signed in to change notification settings - Fork 997
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
unhandled exception #1345
Comments
Hi @sujdovicluka |
Windows 10 Pro, 20H2, 2021. , Windows Feature Experience Pack 120.2212.2020.0, |
What version of Pronterface did you try to run? Edit: |
https://github.com/kliment/Printrun/releases/tag/printrun-2.0.0 this is the latest, I have no access to the older version. Language - English? |
Thanks for this additional information. Maybe a additional question, is English meant en-US or similar or something else? Background: |
It may actually be a similar but not the same problem. In this case it could be that wx.Local doesn't recognise a language it supports. Unfortunately, there is no safeguard to check if GetSystemLanguage was actually successful. wx.LANGUAGE_UNKNOWN | Unknown language, returned if wx.Locale.GetSystemLanguage fails. |
@neofelis2X, thanks for pointing to this. |
Same issue as #1348. Reproduced. Not platform specific. |
When I run pronterface/ printrun, error occures:
I have no clue on how to solve this but this is what console says:
Traceback (most recent call last):
File "pronterface.py", line 62, in
File "printrun\pronterface.py", line 2581, in init
wx._core.wxAssertionError: C++ assertion ""lang != wxLANGUAGE_UNKNOWN"" failed at ....\src\common\intl.cpp(425) in wxLocale::Init(): Initializing unknown locale doesn't make sense, did you mean to use wxLANGUAGE_DEFAULT perhaps?
Can you help me with this? /- my email is > sujdovic21@gmail.com
Thanks.
The text was updated successfully, but these errors were encountered: