PlusEMU KeyNotFoundException bugg

Status
Not open for further replies.

Simba2002

Member
Dec 8, 2015
38
2
Hello devbest,

I have a bugg into my Plus Emulator.
Bug during user login: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Plus.HabboHotel.GameClients.GameClient.TryAuthenticate(String AuthTicket) in C:\Users\Kyle\Desktop\EMU\PlusEMU\HabboHotel\GameClients\GameClient.cs:line 220
And
Error in packet [1986] BODY: [0][0][0]'[0][0])[0][0][0][0][0]:
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Plus.Communication.Packets.Incoming.Catalog.PurchaseFromCatalogEvent.Parse(GameClient Session, ClientPacket Packet) in C:\Users\Kyle\Desktop\EMU\PlusEMU\Communication\Packets\Incoming\Catalog\PurchaseFromCatalogEvent.cs:line 31
at Plus.Communication.Packets.PacketManager.TryExecutePacket(GameClient Session, ClientPacket Packet) in C:\Users\Kyle\Desktop\EMU\PlusEMU\Communication\Packets\PacketManager.cs:line 153
at Plus.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientPacket Message) in C:\Users\Kyle\Desktop\EMU\PlusEMU\HabboHotel\GameClients\GameClient.cs:line 73
How can i fix this buggs?
 
Status
Not open for further replies.

Users who are viewing this thread

Top