Closed
Description
I Just Installed Lutris From The Play Deb Repo But It Won't Startup (Ubuntu 16.04) I Get The Following Error In The Terminal:-
Traceback (most recent call last): File "/usr/games/lutris", line 27, in <module> locale.setlocale(locale.LC_ALL, locale.getlocale()) File "/usr/lib/python3.5/locale.py", line 594, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting
What Am I Supposed To Do?
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Relationships
Development
No branches or pull requests
Activity
1nF0rmed commentedon Jan 17, 2018
Have you tried this:
export LC_ALL=C
Reference: https://stackoverflow.com/questions/36394101/pip-install-locale-error-unsupported-locale-setting/43203667
Xenega commentedon Feb 3, 2018
Yes, it's not a lutris issue but a system configuration issue.
@strycore
What do you think about a more useful error message if LC_ALL is empty ?
"LC_ALL is empty" ?
strycore commentedon May 8, 2018
I mentioned the LC_ALL=C trick in the error message. If anyone can provide a better message, please send a PR.