HabboEmulator AuthTicketError?

Josh88

New Member
Nov 15, 2017
12
1
Hi does anyone know how to fix this error?

Bug during user login: System.NullReferenceException: Object reference not set to an instance of an object. at Emulator.HabboHotel.GameClients.GameClient.TryAuthenticate(String AuthTicket) in C:\Users\Administrator\Desktop\Emulator\HabboHotel\GameClients\GameClient.cs:line 119

I don't want anybody giving me a lecture saying there other posts about it because i couldn't find the answer, hence why i've written this.
So could someone please tell me the Fix. I've read one Fix but it was poorly written in french and I couldn't understand it.
 

PureDesire

New Member
Aug 15, 2018
2
0
So Ive done the fix and all and I have only one exception error:

Code:
Bug during user login: System.InvalidCastException: Object cannot be cast from DBNull to other types.
   at System.DBNull.System.IConvertible.ToDouble(IFormatProvider provider)
   at Emulator.HabboHotel.Users.Authenticator.HabboFactory.GenerateHabbo(DataRow Row, DataRow UserInfo) in C:\Users\MyPC\Desktop\Emulator\HabboHotel\Users\Authenticator\Authenticator.cs:line 10
   at Emulator.HabboHotel.Users.UserData.UserDataFactory.GetUserData(String SessionTicket, Byte& errorCode) in C:\Users\MyPC\Desktop\Emulator\HabboHotel\Users\UserData\UserDataFactory.cs:line 192
   at Emulator.HabboHotel.GameClients.GameClient.TryAuthenticate(String AuthTicket) in C:\Users\MyPC\Desktop\Emulator\HabboHotel\GameClients\GameClient.cs:line 110

Not exactly sure why.
We use our own CMS from scratch but we have coded auth tickets. It updated auth_ticket in user table and updates users auth_ticket in user_auth_tickets and it even truncates like its supposed to afterwards. But no success. Thanks in advance.
 

Users who are viewing this thread

Top