Page 1 of 1

[0.13.0] Headless errors on --create and server user joins

Posted: Tue Jun 28, 2016 9:27 am
by barrykun
The save I tested for --start-server is a fresh save on a map generated in 0.13.0 linux binary, but since the same error is appearing in --create I don't think the problem is there.

seeing "locale::facet::_S_create_c_locale name not valid" in both instances.. No idea where that is coming from, I tried deleting the /temp folder but that has no effect.
start-server log file
create log file

Re: [0.13.0] Headless errors on --create and server user joins

Posted: Tue Jun 28, 2016 9:44 am
by Oxyd
What is the output of the

Code: Select all

locale
command?

Re: [0.13.0] Headless errors on --create and server user joins

Posted: Tue Jun 28, 2016 10:07 am
by barrykun
Thanks for the fast reply, here you go:

Code: Select all

factorio@KDVG001:~$ locale
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LANGUAGE=en_US:
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC=nl_NL.UTF-8
LC_TIME=nl_NL.UTF-8
LC_COLLATE="en_US.UTF-8"
LC_MONETARY=nl_NL.UTF-8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER=nl_NL.UTF-8
LC_NAME=nl_NL.UTF-8
LC_ADDRESS=nl_NL.UTF-8
LC_TELEPHONE=nl_NL.UTF-8
LC_MEASUREMENT=nl_NL.UTF-8
LC_IDENTIFICATION=nl_NL.UTF-8
LC_ALL=

Re: [0.13.0] Headless errors on --create and server user joins

Posted: Tue Jun 28, 2016 10:13 am
by barrykun
After looking up the missing LC_ALL notice myself, i've run `export LC_ALL="en_US.UTF-8"` and this fixed the issue. I successfully ran 0.12.35 on this same server, so I don't know whats new but maybe you guys can do something with it.