Bug duing user login: System.ArgumentException: Column 'is_guide' does not belong to table Table.
at System.Data.DataRow.GetDataColumn(String columnName)
at System.Data.DataRow.get_Item(String columnName)
at Silverwave.HabboHotel.Users.Authenticator.HabboFactory.GenerateHabbo(DataRow dRow, DataRow mRow, List`1 group)
at Silverwave.HabboHotel.Users.UserDataManagement.UserDataFactory.GetUserData(String sessionTicket, String ip, Byte& errorCode)
at Silverwave.HabboHotel.GameClients.GameClient.tryLogin(String AuthTicket)
I get that it's missing a column "is_guide" somewhere, and that there's something with the authentication ticket going wrong.. :S
I'm still learning how to read different terms and what not.
Thanks.


Reply With Quote


