Founder Classixz Posted December 15, 2013 Founder Report Share Posted December 15, 2013 There is a serious bug in the game - its that there is a limit on the amount of 'string' info that can be sent to a client from a server. This is limited to 1024 characters.When a player connects to a server, a chunck of info is sent to them, called gamestate, and the max string info is part of it. The server looks for an 'echo' bounce back that confirms that the client has recieved that chunck of data. when it doesnt recieve it, it resends it until it does receive the 'echo' back.When that player has a bad connection (caused by a range of things, one now being VAC streaming to them), the server cant finalise the info sent, and so continuiously sends the data until it hits the string length problem, and so they recieve the 'server command overflow' error.Ways to resolve it - a good connection Most of these errors occur on servers with an excess of 15 players. Link to comment Share on other sites More sharing options...
Founder Classixz Posted December 15, 2013 Author Founder Report Share Posted December 15, 2013 If you know whats how to get it most of the times, and what's maybe causing it please post here. Link to comment Share on other sites More sharing options...
Gamerdog6482 Posted December 15, 2013 Report Share Posted December 15, 2013 If this is caused by an "echo", then just ban Echo.problem = solved 1 Link to comment Share on other sites More sharing options...
AIR I Echo Posted December 15, 2013 Report Share Posted December 15, 2013 If this is caused by an "echo", then just ban Echo.problem = solvedok :< Link to comment Share on other sites More sharing options...
Kirito Posted December 15, 2013 Report Share Posted December 15, 2013 Echo, quit making the server ECHO Link to comment Share on other sites More sharing options...
AIR I Echo Posted December 15, 2013 Report Share Posted December 15, 2013 OK OK GOD! i'll stop... Link to comment Share on other sites More sharing options...
Gamerdog6482 Posted December 15, 2013 Report Share Posted December 15, 2013 Goddammit Echo. Link to comment Share on other sites More sharing options...
Griggs Posted December 15, 2013 Report Share Posted December 15, 2013 Rule #16: Echo is NOT allowed on this server. 1 Link to comment Share on other sites More sharing options...
GreyhounD<3 Posted December 15, 2013 Report Share Posted December 15, 2013 Haha! Link to comment Share on other sites More sharing options...
Founder Classixz Posted December 15, 2013 Author Founder Report Share Posted December 15, 2013 Stick to the topic 1 Link to comment Share on other sites More sharing options...
Lemon Posted December 15, 2013 Report Share Posted December 15, 2013 Has it started happening recently? Link to comment Share on other sites More sharing options...
Lemon Posted December 15, 2013 Report Share Posted December 15, 2013 Check the functions you have added recetly, add some waits here and there in loops, that's how I got rid of mass command overflow error. 2 Link to comment Share on other sites More sharing options...
Recommended Posts