Console error in my server

08/27/2011 17:57 HerpDerpNigga#1
Anyone knows why does this error pops up when i debug in C# or start the server normally.
Does anyone know how to fix this please...
I think its something wrong with the gw end code, and the time of when ends idk...

Code:
Pole.GuildWINID = PoleKeeper.ID;
[Only registered and activated users can see links. Click Here To Register...]

help please it worked fine before :(

I EVEN RE-EXTRACTED THE SOURCE AND RE-EXECUTED THE BATCH FILE.

WTF IS GOING ON? :(
08/27/2011 20:41 BaussHacker#2
Either PoleKeeper is null or Pole is null.
08/27/2011 23:06 HerpDerpNigga#3
damn idk how to fix this :(
08/27/2011 23:45 BaussHacker#4
Make a check, if they are null.
Return if they are.
08/27/2011 23:56 Kiyono#5
Quote:
Originally Posted by HerpDerpNigga View Post
damn idk how to fix this :(
There's a check to see if it's null in the same void, simply move it a few lines.
08/28/2011 00:10 alex4war#6
i had the same.

i put
Quote:
return;
under the void. that worked for me.