[Swift] Critical Error

Adrian

Posting Freak
Aug 3, 2012
724
252
TokenID: 0Invalid Dario bug duing user login: System.InvalidCastException: Specified cast is not valid.
at Butterfly.HabboHotel.Users.Authenticator.HabboFactory.GenerateHabbo(DataRow dRow, DataRow group)
at Butterfly.HabboHotel.Users.UserDataManagement.UserDataFactory.GetUserData(String sessionTicket, String ip, Byte& errorCode)
at Butterfly.HabboHotel.GameClients.GameClient.tryLogin(String AuthTicket)
 

Spoderman

y u do dis 2 me
Jun 30, 2013
209
37
Try this:

If you do not have a furni named 'matic_box' in your item_base table then that could be the problem. The Furni-o-matic generator NEEDS this furni to work. Try running this query code.
Code:
INSERT INTO items_base VALUES ('4692', '4692', 'Mystery Box', 'matic_box', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '1', '1', '0', 'default', '6', '0');
 

Users who are viewing this thread

Top