• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua tfs 1.3

The dfdgy

New Member
Joined
Apr 5, 2020
Messages
19
Reaction score
0
I have problem :/
this is TFS 1.3
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
Aborted
 
I am assuming you are using ubuntu/debian.

Debian:
Bash:
apt-get install locales && dpkg-reconfigure locales

Ubuntu:
Bash:
apt-get install locales
locale-gen en_US.UTF-8
update-locale LANG=en_US.UTF-8
reboot
 
Back
Top