Comment 5 for bug 1453193

Revision history for this message
Christopher Townsend (townsend) wrote :

Ah, ok, thanks.

I've looked a little closer to the error which is this:

std::exception::what: locale::facet::_S_create_c_locale name not valid

Doing a little searching, it seems the locale on your computer is not quite set up correctly.

It seems running 'locale-gen' is a way to fix this, but I suggest you do some more research on how to properly do this.

I hope this helps.