Quote:
System.Collections.Generic.KeyNotFoundException: The givin key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException<>
at System.Collections.Generic.Dictionary`2.get_Item<T Key key>
at CoEmu_V2_GameServer.Entities.Character.set_Map<Map s value> in Cocuments and Settings\Corey\Desktop\AnimeCov2.0\CoEmu v2.0\CoEmu v2 GameServer\Entities\Character.cs:line 318
Code:
Nano.DMaps[(int)map].Initialize();}
Quote:
at CoEmu_v2_GameServer.Database.Database.GetCharacter <String UserName> in C:\Documents and Settings\Corey\Desktop\AnimeCov2.0\CoEmu v2 GameServer\Database\Database.cs:line 528
Code:
Client.Map = (Struct.Maps)Convert.ToInt32(DR["Map"]);
Quote:
at CoEmu_v2_GameServer.PacketProcessor.ProcessPacket< byte[] data, ClientSocket CSocket> in C:\Documents and Settings\Corey\Desktop\AnimeCov2.0\CoEmu v2 GameServer\PacketProcessor.cs:line 118
Code:
CSocket.Client = Database.Database.GetCharacter(User.Account);






