My server keeps crashing during league games!

Post Reply
User avatar
kraze
Former staff
Former staff
Posts: 4362
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Sep 17, 2010 9:06 am
Location: California

My server keeps crashing during league games!

Post by kraze »

If you find that your server is crashing or rebooting during CEVO or other league games, it is likely due to the league-specific configuration files that you are running. Currently, the CEVO configuration files include these variables by default, for instance:

Code: Select all

host_name_store 0				//Can be set to either 0/1 for official matches
host_info_show 0				//Can be set to either 0/1 for official matches
host_players_show 0				//Can be set to either 0/1 for official matches
All of these options need to be set to "1" instead of "0". When these are set to zero, our system is unable to query your server, which causes it to think it is down; it restarts it as a result. Setting these values to one will not cause any issues.
Post Reply