BestDev
New Member
- Mar 13, 2020
- 5
- 2
Hey so I'm new, and want to study or learn Habbo Server Development.
I recently made an r63b retro and I had it running, I was just exploring things out and recently I tried to make room backgrounds/ads work and when I got to have it working, I reloaded the hotel, and then I got stuck on 76%, so I went to check the emu console and found errors that didn't exist before.
Thread: 6
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
I kinda see the problem here is that the directories aren't right because it's pointing out to Sledmore's computer user directory but I didn't try to change anything because I don't know what I'm doing and don't wanna make the problems worse.
Another reason why I'm unsure what the problem really is, is because that error had not appeared before, and I don't think I've accidentally changed any configurations that I shouldn't.
I recently made an r63b retro and I had it running, I was just exploring things out and recently I tried to make room backgrounds/ads work and when I got to have it working, I reloaded the hotel, and then I got stuck on 76%, so I went to check the emu console and found errors that didn't exist before.
Thread: 6
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
I kinda see the problem here is that the directories aren't right because it's pointing out to Sledmore's computer user directory but I didn't try to change anything because I don't know what I'm doing and don't wanna make the problems worse.
Another reason why I'm unsure what the problem really is, is because that error had not appeared before, and I don't think I've accidentally changed any configurations that I shouldn't.