Ambrosium
New Member
- Aug 4, 2019
- 5
- 0
#1
I'm experiencing an issue which doesn't let me get past 76%, the retro (built on the DevBest Series) was working fine for a few days but now while building this error started to pop up.
#2
Also secondly the website doesn't show the avatars.
#3
Thirdly the clothing from the catalogue doesn't seem to activate properly, when double-clicking the furniture it dresses the user up in it but it doesn't show in the wardrobe and brings up an error alert.
#4
Is there any option that lets you disable certain parts of the website? Like the refer a friend part, shop etc? Or should I just start editing the .html
#5
Lastly; does anyone know where I start removing clothing from the catalogue and/or create Subcategories; atm the clothing is just completely battered into one page, but I'd like to have it sorted.
Thankyou in advance <3
Ambrosium
I'm experiencing an issue which doesn't let me get past 76%, the retro (built on the DevBest Series) was working fine for a few days but now while building this error started to pop up.
Code:
22:12:13 - [ERROR] Exception:
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToInt32(String value)
at Plus.HabboHotel.Rooms.RoomData.Fill(DataRow Row) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Rooms\RoomData.cs:line 87
at Plus.HabboHotel.Rooms.RoomManager.FetchRoomData(Int32 RoomId, DataRow dRow) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Rooms\RoomManager.cs:line 400
at Plus.HabboHotel.Users.UserData.UserDataFactory.GetUserData(String SessionTicket, Byte& errorCode) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Users\UserData\UserDataFactory.cs:line 158
at Plus.HabboHotel.GameClients.GameClient.TryAuthenticate(String AuthTicket) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\GameClients\GameClient.cs:line 100
#2
Also secondly the website doesn't show the avatars.
You must be registered for see images attach
You must be registered for see images attach
#3
Thirdly the clothing from the catalogue doesn't seem to activate properly, when double-clicking the furniture it dresses the user up in it but it doesn't show in the wardrobe and brings up an error alert.
#4
Is there any option that lets you disable certain parts of the website? Like the refer a friend part, shop etc? Or should I just start editing the .html
#5
Lastly; does anyone know where I start removing clothing from the catalogue and/or create Subcategories; atm the clothing is just completely battered into one page, but I'd like to have it sorted.
Thankyou in advance <3
Ambrosium