Crash сервера при подключение нон стима.
Поставил revemu, в server.cfg - sv_lan 0 host_info_show 2 host_players_show 2. В парам. запуска стоит +sv_lan 0.
Лог:
2018/01/24 07:33:35 Startup
2018/01/24 07:33:35 Using ClientDll "bin/steamclient_valve.so"
2018/01/24 07:33:38 Using_Interface: SteamClient017
2018/01/24 07:33:38 Using_Interface: SteamClient017
2018/01/24 07:33:38 Using_Interface: SteamClient017
2018/01/24 07:33:38 RevEmu NSNet(UDP) Service started port 62024
2018/01/24 07:33:38 Using_Interface: SteamClient017
2018/01/24 07:33:38 Using_Interface: SteamClient017
2018/01/24 07:33:38 Using_Interface: SteamClient017
2018/01/24 07:33:39 Using_Interface: SteamClient017
2018/01/24 07:33:46 RevEmu NSNet(UDP) Service started port 62024
2018/01/24 07:33:49 LobbyID=112246023904447427492
2018/01/24 09:15:14 Ticket: Steam 3 Legit.
2018/01/24 09:15:14 UserConnect IP = 130.0.0.0 | SteamID = STEAM_0:0:126917740 (240)
2018/01/24 09:16:52 SteamDisconnect IP = 130.0.0.0 | SteamID = STEAM_0:0:126917740
Настройка rev.ini
[steamclient]
PlayerName = SteamPlayer
Logging=True
# Change ClientDLL to point to the original steamclient.so
# This setting will enable VAC for your server and your server will be listed
# on Valve master server! Also, Steam clients will have their regular Steam IDs
# Please use the steamclient.dll from Steam folder!
#
# Default = (n/a)
#
ClientDLL=./bin/steamclient_valve.so
# DisableUnlockedItems enables you to choose whether to use the new weapons in
# Team Fortress 2, csgo, dota2. This setting applies to you only if you are a regular player,
# or to all your clients if you are a server hoster.
#
# Default = False
#
#DisableUnlockedItems = False
[GameServer]
# GameServer policy rules
# Allow revEmu v9.74 ~ 9.82 clients to join your server
#
# Default = True
#
#AllowOldRev74=False
# Allow revEmu v9.63 ~ 9.73 clients to join your server
# revEmu v9.62 and below will be rejected nevertheless
#
# Default = True
#
#AllowOldRev=False
# Allow unknown clients to join your server
#
# Default = True
#
#AllowUnknown=False
# Allow cracked Steam clients to join your server
#
# Default = True
#
AllowCracked=True
# Allow legitimate Steam clients to join your server
#
# Default = True
#
AllowLegit=True
#Allowed any count connect Unknown client with one IP (25 Unknown clients 1 IP default true)
#
AllowedAnyCountConnectUnknownClientWithOneIP=False
# Allow shows bots as normal players in the server(in serverbrowser)
#
# Default = false
Fake_player= True
# Allow revemu clients to join your server (steamid subject to substitution)
#
# Default = false
RevEmu_2012 = True
# Reject text for client cs 1.6 max 128 symbol
#
RejectText = Downloading client on vk.com/awersy
#Add count player in server name etc. (17/32).
#
#Default false.
#
AddCountPlayerInServerName = false
#Fix crash if you use SourceMod extension connect.ext....
#
#Default false.
#
#UseConectSM = true
[GameServerNSNet]
##Use only tf2/csgo may be dota2 ;) server example: EnableNSNetSvc = UDP
#EnableNSNetSvc = [False/UDP/TCP/BOTH]
EnableNSNetSvc = UDP
#NSNetDedicatedPort = Порт(Только для Slave серевров)
#AdditionalSlaveServer = IP:PORT
#AdditionalSlaveServer = IP:PORT
#AdditionalSlaveServer = IP:PORT
#AdditionalSlaveServer = IP:PORT
#
#
#####
#Etc. Master Server Slave Server1 Slave Server2
# ============= ============= =============
# EnableNSNetSvc = UDP EnableNSNetSvc = UDP EnableNSNetSvc = UDP
#
# #NSNetDedicatedPort = PORT(only Slave server) NSNetDedicatedPort = 6570 NSNetDedicatedPort = 6571
# AdditionalSlaveServer = 127.0.0.1:6570 #AdditionalSlaveServer = IP:PORT #AdditionalSlaveServer = IP:PORT
# AdditionalSlaveServer = 127.0.0.1:6571 #AdditionalSlaveServer = IP:PORT #AdditionalSlaveServer = IP:PORT
# #AdditionalSlaveServer = 127.0.0.1:6572 #AdditionalSlaveServer = IP:PORT #AdditionalSlaveServer = IP:PORT
# #AdditionalSlaveServer = 127.0.0.1:6573 #AdditionalSlaveServer = IP:PORT #AdditionalSlaveServer = IP:PORT
#
#
При подключении стим игрока все нормально, а вот при подключении нон стим, сервер просто уходит в рестарт, не зависимо от того, играет кто-то на сервере или нет, в консоле нон стима пишет
Connecting to public(37.230.162.11:1488) ...
Server using '<none>' lobbies, requiring pw no, lobby id ffffffffffffffff
Connecting to public(37.230.162.11:1488) ...
Server using '<none>' lobbies, requiring pw no, lobby id ffffffffffffffff
. Подскажите что делать? Как решить проблему?