alamminsalo / orion

Cross platform Twitch.tv client
GNU General Public License v3.0
313 stars 60 forks source link

Non-C locale not supported? #259

Closed veksha closed 5 years ago

veksha commented 5 years ago

Orion does not start:

Non-C locale detected. This is not supported.
Call 'setlocale(LC_NUMERIC, "C");' in your code.
terminate called after throwing an instance of 'std::runtime_error'
  what():  could not create mpv context

I can succesfully start with the following command "LC_NUMERIC=C orion", but this is a workaround.

mrgreywater commented 5 years ago

Is fixed with #258.