Re: [hlds] [TF2 SRCDS] Getting a Host_Error. Any help?

2015-04-24 Thread rd1981
could be an outdated extension or plugin thats activated that is outdated causing it. ___ To unsubscribe, edit your list preferences, or view the list archives, please visit: https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds

[hlds] [TF2 SRCDS] Getting a Host_Error. Any help?

2015-04-24 Thread pilger
Hey guys, My TF2 server has been crashing with a *L 04/23/2015 - 18:49:29: Engine error: Host_Error: WatchdogHandler called - server exiting.* on the ordinary log file. The crash is intermittent and I could not find the cause. Any ideas? Thanks in advance, _pilger

Re: [hlds] [TF2 SRCDS] Getting a Host_Error. Any help?

2015-04-24 Thread ics
Put -nowatchdog to your servers start line, see if that fixes it. -ics pilger kirjoitti: Hey guys, My TF2 server has been crashing with a / / /L 04/23/2015 - 18:49:29: Engine error: Host_Error: WatchdogHandler called - server exiting./ on the ordinary log file. The crash is

Re: [hlds] [TF2 SRCDS] Getting a Host_Error. Any help?

2015-04-24 Thread ics
I had CSGO servers crash on similiar error and adding -nowatchdog to startline made them not to crash randomly. This was more than 2 years ago but i never took it off. Server doesn't stay down, because it doesn't crash. If yours does crash and this won't help, then you run something that makes

Re: [hlds] [TF2 SRCDS] Getting a Host_Error. Any help?

2015-04-24 Thread AnAkkk
It's actually the watchdog killing the server. It just needs a part of code to take a bit too much time, the watchdog is triggered and it kills the server. Disabling it will stop the crashes. 2015-04-24 16:59 GMT+02:00 pilger pilger...@gmail.com: I *guess* disabling watchdog will only cause the

Re: [hlds] [TF2 SRCDS] Getting a Host_Error. Any help?

2015-04-24 Thread pilger
Gonna try and add that to my command line and see if it fixes the problem. If not, I'll let you know. Many thanks for the help, folks! _pilger On 24 April 2015 at 13:23, AnAkkk anakin...@gmail.com wrote: It's actually the watchdog killing the server. It just needs a part of code to take a

Re: [hlds] [TF2 SRCDS] Getting a Host_Error. Any help?

2015-04-24 Thread pilger
I *guess* disabling watchdog will only cause the server to stay down after the crash, instead of getting back up. Right? Is there a way to find out which extension or plugin might be causing this without testing one by one? Cause the problem is intermittent and it would take literally weeks to