Error Console Help Here Pliz

11/06/2011 01:27 thesamuraivega#1
Hi i have this error pliz help!

[Only registered and activated users can see links. Click Here To Register...]

why??? ty :)
11/06/2011 01:36 †Pôwèrfull†#2
very easy net framwork
11/06/2011 01:38 pro4never#3
stack overflow exception virtually always caused by an infinite loop.


These can be difficult to track down but logic/Sanity checks that backfire can be a semi common cause. My example that happened to me is that when someone disconnects it removes them from map (and sends removal packet to all objects in range)... which was sending a packet to an already disconnected client which therefor triggers it's removal... which removes them from the map (etcetcetc)

I noticed you're getting errors in your console before it happens... I'd start my search there personally or with any features you've added to the source just before it started to happen.
11/06/2011 01:47 thesamuraivega#4
Quote:
Originally Posted by †Pôwèrfull† View Post
very easy net framwork
lolz no is it :p
11/06/2011 10:31 BaussHacker#5
Quote:
Originally Posted by †Pôwèrfull† View Post
very easy net framwork
LOL :facepalm:
11/07/2011 17:35 mateo136#6
Quote:
Originally Posted by †Pôwèrfull† View Post
very easy net framwork
[Only registered and activated users can see links. Click Here To Register...]