View Single Post
Author Message
fatal_nl
Member
Join Date: Apr 2017
Old 08-06-2018 , 10:58   HLTV process timeout after map change
Reply With Quote #1

At one of the servers I'm managing the hltv process timed out because it takes too long to connect to the server.

On start hltv start a proces on linux and connects to the server. The linux proces try connecting to the hlds cs 1.6 server, gives up after a couple of seconds and kills the proces itself. The hltv instance in the cs 1.6 server is waiting to talk with the proces and timed out after a minute or so.

To partially solve this I've put "sleep 10" in the linux startup script: it starts hlds, wait 10 seconds then start hltv. This works perfect except on map change.

Is there a way to solve this besides making the cs 1.6 server start faster by removing plugins?
fatal_nl is offline