Aloshi / EmulationStation

A flexible emulator front-end supporting keyboardless navigation and custom system themes.
MIT License
2.07k stars 905 forks source link

Crashes on start #159

Closed nickthename closed 10 years ago

nickthename commented 10 years ago

I get the error:

terminate called after throwing an instance of 'std::runtime_error'
 what():  locale::facet::_S_create_c_locale name not valid
Aborted (core dumped)

The only uncommented lines in my es_systems.cfg:

NAME=snes
DESCNAME=Super Nintendo Entertainment System
PATH=~/emul/ROMs/snes/
EXTENSION=.smc
COMMAND=zsnes %ROM%

The directory exists, and zsnes launches correctly when called that way. I didn't get any errors while compiling. This error occurs whether I have no es_input or a blank one, although it never actually gets far enough to generate one.

I'm on Arch, using the master branch. As far as I can tell, I have all the dependencies.

Aloshi commented 10 years ago

Well, this is interesting. I wonder if it might have to do with this.