Posts: 71
Threads: 5
Joined: Dec 2010
Reputation:
1
Hi,
All clients that connect to my mod with the game started can not join the game. People are thrown out after loading the map and gives a little lagg those who are playing.
The problem they are having is Overflow Server Commands. Any idea on how to fix that?
Thanks!
Posts: 1,185
Threads: 72
Joined: Jan 2011
Reputation:
25
So they will be kicked or they cant connect?
Posts: 474
Threads: 67
Joined: May 2011
Reputation:
11
any while loops made from on spawned / player threads / connected threads can cause this as well, they also increase risk of it happening while alt tabd.. im guessing this only happens on the first initial download of the mod, then it gets better?
Posts: 71
Threads: 5
Joined: Dec 2010
Reputation:
1
It's solved. Had a loop without wait statement.
Posts: 474
Threads: 67
Joined: May 2011
Reputation:
11
Yah, i also have 50+ dvars which go all at once and cause no problems @ nukem.. the error is generally caused by a lack of communication between client/server which lets the commands build up, then once they can communicate again, the influx of commands makes the server terminate them.
thats what i THINK happens... and its generally in alt tab'd or on connecting loops..