Talk:Counter-Strike 2/Dedicated Servers: Difference between revisions
Jump to navigation
Jump to search
(init) |
(→[need help]cennot run steamcmd.sh in centos 7.: new section) |
||
Line 1: | Line 1: | ||
{{Discussion page}} | {{Discussion page}} | ||
== [need help]cennot run steamcmd.sh in centos 7. == | |||
``` | |||
[root@srcds ~]# su steam | |||
[steam@srcds ~]$ Steam/steamcmd.sh | |||
steamcmd: loadlocale.c:129: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed. | |||
Steam/steamcmd.sh: line 39: 4169 Aborted $DEBUGGER "$STEAMEXE" "$@" | |||
[steam@srcds ~]$ locale | |||
LANG= | |||
LC_CTYPE="POSIX" | |||
LC_NUMERIC="POSIX" | |||
LC_TIME=en_US.UTF-8 | |||
LC_COLLATE="POSIX" | |||
LC_MONETARY="POSIX" | |||
LC_MESSAGES="POSIX" | |||
LC_PAPER="POSIX" | |||
LC_NAME="POSIX" | |||
LC_ADDRESS="POSIX" | |||
LC_TELEPHONE="POSIX" | |||
LC_MEASUREMENT="POSIX" | |||
LC_IDENTIFICATION="POSIX" | |||
LC_ALL= | |||
``` |
Revision as of 20:43, 17 October 2023

This is the discussion page of Counter-Strike 2/Dedicated Servers.
To add a comment, use the Edit button near the headline of the appropriate section. To create a new section, you can use the Add topic button at the top of this page.
Comments on talk pages should be signed with "~~~~", which will be converted into your signature and a timestamp.
Comments on talk pages should be signed with "~~~~", which will be converted into your signature and a timestamp.
[need help]cennot run steamcmd.sh in centos 7.
``` [root@srcds ~]# su steam
[steam@srcds ~]$ Steam/steamcmd.sh steamcmd: loadlocale.c:129: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed. Steam/steamcmd.sh: line 39: 4169 Aborted $DEBUGGER "$STEAMEXE" "$@"
[steam@srcds ~]$ locale LANG= LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME=en_US.UTF-8 LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL= ```