#1: You check if clients.Team.SpookMap is not null then immediately after try to check if it IS null... fix your flow of logic
#2: You never check if clients is null or clients.Team is null
As said in the error, line 42 is what's null so just breakpoint it and see what's null and then re-write your code to actually be sensible.
Error In Console 05/10/2011 - CO2 Private Server - 4 Replies Today after working on NewestCOServer (Don't judge me), I started up the server, tried to login, then got this error in the console:
http://s2.postimage.org/9qigila2q/untitled.jpg
Any solution for this? Thanks
GM Console Error? 05/23/2010 - Silkroad Online - 10 Replies Well to make it quick, i just enabled the gm console but when i type /camera it doest appear the box in the right that says next previous draw or whatever...
and /warp doesnt work either for me :S
Console Error 03/04/2010 - CO2 Private Server - 0 Replies could someone help me with this
Console Error! 02/28/2010 - CO2 Private Server - 1 Replies I am running this server on VPS.
This is what happens when I try to login:
http://i47.tinypic.com/dbl74n.jpg
How can I fix this?
Console Error 08/30/2009 - CO2 Private Server - 8 Replies MySql.Data.MySqlClient.MySqlException: Connection unexpectedly terminated ---> System.ArgumentOutOfRangeException: Non-negative number required.
Parameter name: count
at System.IO.BufferedStream.Read(Byte array, Int32 offset, Int32 count)
at MySql.Data.MySqlClient.PacketReader.Read(Byte& buffer, Int64 pos, Int64 len)
--- End of inner exception stack trace ---
at MySql.Data.MySqlClient.PacketReader.Read(Byte& buffer, Int64 pos, Int64 len)
at...