MysticMine icon indicating copy to clipboard operation
MysticMine copied to clipboard

Game doesn't start with LANG=C

Open krumelmonster opened this issue 9 years ago • 0 comments

The neutral/default locale C makes the game unable to run.

$ LANG=C ./MysticMine 
Traceback (most recent call last):
  File "./MysticMine", line 9, in <module>
    import monorail.monorail
  File "MysticMine/monorail/monorail.py", line 45, in <module>
    languages += DEFAULT_LANGUAGES
NameError: name 'languages' is not defined

krumelmonster avatar Aug 21 '15 11:08 krumelmonster