Notifications
Clear all
PrusaSlicer startet nicht
Hallo,
wenn ich versuche PrusaSlicer unter Kubuntu18.04 zu starten, bekomme ich nur diese Fehlermeldung.
ben@Al:~/3D-Drucker$ ./PrusaSlicer-2.0.0+linux64-201905201652.AppImage
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
Abgebrochen (Speicherabzug geschrieben)
Kann mir da jemand bitte helfen?!
Posted : 21/05/2019 11:49 pm
RE: PrusaSlicer startet nicht
What is your locale?
you may try to run
export LC_ALL="en_US.UTF-8"
before starting PrusaSlicer
This will switch slicer to English.
Your issue may be similar to
https://stackoverflow.com/questions/19100708/mongodb-mongorestore-failure-localefacet-s-create-c-locale-name-not-valid
you may need to regenerate your locales.
Posted : 23/05/2019 12:13 pm
Topic starter
answered:
RE: PrusaSlicer startet nicht
Thank You!
It works!
Posted : 23/05/2019 10:56 pm
RE: PrusaSlicer startet nicht
Thanks. We should improve error reporting in this particular case.
Posted : 23/07/2019 1:01 pm
RE: PrusaSlicer startet nicht
Hi,
I am currently having the same problem. I already try to export my locale, but that wouldn`t help.
Here is an image of the output i am getting:
I am running the latest version of Arch with X11 Plasma, if that helps.
Posted : 14/12/2023 9:16 pm