Overflow error
mr_Nebel
Join Date: 2002-01-24 Member: 36Members
<div class="IPBDescription">Whats causing this?</div>This is the first time i've come across this so anyhelp solving it is appreciated.
<!--c1--></span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td><b>Code Sample</b> </td></tr><tr><td id="CODE"><!--ec1-->"Unknown<1><4294967292><1>" entered the game
SZ_GetSpace: overflow on netchan->message
Unknown overflowed
WARNING: reliable overflow for Unknown
Executing listen server config file<!--c2--></td></tr></table><span id='postcolor'><!--ec2-->
Whats causing this and how do I fix it?
UPDATE: the map runs fine in normal Half-Life so i'm assuming it could possibly be a particle system problem
<!--c1--></span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td><b>Code Sample</b> </td></tr><tr><td id="CODE"><!--ec1-->"Unknown<1><4294967292><1>" entered the game
SZ_GetSpace: overflow on netchan->message
Unknown overflowed
WARNING: reliable overflow for Unknown
Executing listen server config file<!--c2--></td></tr></table><span id='postcolor'><!--ec2-->
Whats causing this and how do I fix it?
UPDATE: the map runs fine in normal Half-Life so i'm assuming it could possibly be a particle system problem
Comments
1) You screwed up some of the particle system parameters. Like having frame count of 20 in a sprite that has 1 frame.
2) You have got too many particles spawning at once?<!--emo&???--><img src="http://www.natural-selection.org/iB_html/non-cgi/emoticons/confused.gif" border="0" valign="absmiddle" alt='???'><!--endemo-->!?
So on this note what is the MAX number of particles allowed (if there is a max)
It makes sense that they would only be drawn when visible but if not that might be the cause of my problems.