[Help] need a Litle help :)

09/20/2008 03:33 reborn666#1
hello guys I need help with this problem here
i'm using PowerSourceCO

Quote:
Successful login for account kayque
System.NullReferenceException: Object reference not set to an instance of an object.
at COServer_Project.Character.AddItem(String ItemInfo, Byte ToPos, UInt32 UID) in C: Documents and Settings/BRUNO/Meus documentosPowerSource CO/COServerProject1/COServerProject/Character.cs:line 3936
at COServer_Project.Client.GetPacket(Byte[] data) in C: Documents and Settings/BRUNO/Meus documentos/PowerSource COCOServerProject1COServerProjectClient.cs:line 618
at COServer_Project.General.GamePacketHandler(Object Sender, HybridSocket Socket) in C: Documents and SettingsBRUNOMeus documentosPowerSource COCOServerProject1COServerProjectGeneral.cs:line 334
and
Quote:
Successful login for account Lost
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at COServer_Project.Character.RemoveItem(UInt64 UID) in C: Documents and SettingsBRUNOMeus documentosPowerSource COCOServerProject1COServerProject /Character.cs:line 3615
at COServer_Project.Client.GetPacket(Byte[] data) in C:Documents and SettingsBRUNOMeus documentos/
PowerSource COCOServerProject1COServerProjectClient.cs:line 5351
at COServer_Project.General.GamePacketHandler(Object Sender, HybridSocket Socket) in C:Documents and Settings BRUNO /Meus documentos / PowerSource COCOServerProject1COServerProject /General.cs:line 334
help me please
thx alot:rolleyes:
09/20/2008 03:37 Rechocto#2
you has an ItemID parsing problem in Client.cs line 5351, caused by a player doing whatever part of the function is on line 3615 of Character.cs, also checkout line 334 of General.cs and see if you can find any kind of bug or think of any way using a specific item may bug that out.