Server Crash
Posted: Mon Aug 12, 2013 4:02 pm
by gamer_1st
My hosting server displayed an error message" Assertion failed" after launching 1-2 hours and disconneted to Nexus, i have to restart but it happened again .I tried to press "ignore always" but it's not better.
I don't change anything in the server's folder (except ServerOption and maplist).Anyone can help ?
(sorry for my bad english ^^ )
Re: Server Crash
Posted: Tue Aug 13, 2013 7:30 am
by CactusPie
That's a common problem. You can't really fix the errors, but you can prevent them from being displayed and thus from halting your server. So far I haven't found any drawbacks to that solution.
Just add this to you startup parameters:
Code: Select all
-displayErrors 0 -displayAsserts 0
Re: Server Crash
Posted: Wed Aug 14, 2013 3:57 am
by gamer_1st
CactusPie wrote:That's a common problem. You can't really fix the errors, but you can prevent them from being displayed and thus from halting your server. So far I haven't found any drawbacks to that solution.
Just add this to you startup parameters:
Code: Select all
-displayErrors 0 -displayAsserts 0
Thanks, man. It's work