Bug PlusEMU

Status
Not open for further replies.

Alezo

Member
Dec 18, 2016
90
10
Code:
System.FormatException: A cadeia de caracteres de entrada não estava em um formato correto.
   em System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   em System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   em System.Convert.ToInt32(String value)
   em Plus.HabboHotel.Rooms.RoomData.Fill(DataRow Row) na C:\inetpub\wwwroot\Emulator Source\HabboHotel\Rooms\RoomData.cs:linha 87
   em Plus.HabboHotel.Rooms.RoomManager.FetchRoomData(Int32 RoomId, DataRow dRow) na C:\inetpub\wwwroot\Emulator Source\HabboHotel\Rooms\RoomManager.cs:linha 400
   em Plus.HabboHotel.Users.UserData.UserDataFactory.GetUserData(String SessionTicket, Byte& errorCode) na C:\inetpub\wwwroot\Emulator Source\HabboHotel\Users\UserData\UserDataFactory.cs:linha 158
   em Plus.HabboHotel.GameClients.GameClient.TryAuthenticate(String AuthTicket) na C:\inetpub\wwwroot\Emulator Source\HabboHotel\GameClients\GameClient.cs:linha 100
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
You need to change your decimal value:

d20241d7514b401c9ba99333e0d69e17.png

c9cfdda874fe4235ba73c08a758dbcb5.png


Change your options to match the above, or change the Format to English: united States

The decimal place is found under Additional Settings...
33cfd18b6c8c4befaa18e5eee96c2e4f.png
 

Kak

Posting Freak
Apr 21, 2017
951
165
probably to do with a table in your db. just use build 1 and you wont get that error. jmg even uses it on his hotel.
 

Alezo

Member
Dec 18, 2016
90
10
probably to do with a table in your db. just use build 1 and you wont get that error. jmg even uses it on his hotel.
Yes, but that mistake came up today. Because yesterday he was working
 
I wanted to let you know I was able to solve the problem. The solution was to go to the table "Room_models" and Change the column "Public_items" of "text" to "Vachar (50)".

Thanks, guys!

I followed the tutorial below:

 
Status
Not open for further replies.

Users who are viewing this thread

Top