On login some users get this
And heres what I get in the logs;
I don't understand why this is happening can someone explain to me on how to fix?
And heres what I get in the logs;
Code:
TokenID: 0Invalid Dario bug duing user login: System.NullReferenceException: Object reference not set to an instance of an object.
at Butterfly.HabboHotel.Items.UserItem..ctor(UInt32 Id, UInt32 BaseItem, String ExtraData, UInt32 rareid, String groupstring, UInt32 placedBy) in c:\Users\James\Desktop\EMU\BoomEMU7\Butterfly\HabboHotel\Items\UserItem.cs:line 32
at Butterfly.HabboHotel.Users.UserDataManagement.UserDataFactory.GetUserData(String sessionTicket, String ip, Byte& errorCode) in c:\Users\James\Desktop\EMU\BoomEMU7\Butterfly\HabboHotel\Users\UserDataManagement\UserDataFactory.cs:line 234
at Butterfly.HabboHotel.GameClients.GameClient.tryLogin(String AuthTicket) in c:\Users\James\Desktop\EMU\BoomEMU7\Butterfly\HabboHotel\GameClients\GameClient.cs:line 237
I don't understand why this is happening can someone explain to me on how to fix?