Error When Using Navigator?

Jan 7, 2016
194
15
I get this error
Code:
2017-04-05 08:42:51,187 ERROR - Exception >> 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\54062\Desktop\Twist\Release 3\Emulator Source\HabboHotel\Rooms\RoomData.cs:line 87
   at Plus.HabboHotel.Rooms.RoomManager.FetchRoomData(Int32 RoomId, DataRow dRow) in c:\Users\54062\Desktop\Twist\Release 3\Emulator Source\HabboHotel\Rooms\RoomManager.cs:line 400
   at Plus.HabboHotel.Navigator.NavigatorHandler.Search(ServerPacket Message, SearchResultList SearchResult, String SearchData, GameClient Session, Int32 FetchLimit) in c:\Users\54062\Desktop\Twist\Release 3\Emulator Source\HabboHotel\Navigator\NavigatorHandler.cs:line 107
   at Plus.Communication.Packets.Outgoing.Navigator.New.NavigatorSearchResultSetComposer..ctor(String Category, String Data, ICollection`1 SearchResultLists, GameClient Session, Int32 GoBack, Int32 FetchLimit) in c:\Users\54062\Desktop\Twist\Release 3\Emulator Source\Communication\Packets\Outgoing\Navigator\New\NavigatorSearchResultSetComposer.cs:line 25
   at Plus.Communication.Packets.Incoming.Navigator.NavigatorSearchEvent.Parse(GameClient session, ClientPacket packet) in c:\Users\54062\Desktop\Twist\Release 3\Emulator Source\Communication\Packets\Incoming\Navigator\NavigatorSearchEvent.cs:line 39
   at Plus.Communication.Packets.PacketManager.TryExecutePacket(GameClient Session, ClientPacket Packet) in c:\Users\54062\Desktop\Twist\Release 3\Emulator Source\Communication\Packets\PacketManager.cs:line 154
   at Plus.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientPacket Message) in c:\Users\54062\Desktop\Twist\Release 3\Emulator Source\HabboHotel\GameClients\GameClient.cs:line 65

When searching for Welcome Room

But when I search for my own rooms, they show just fine for example:
And then what happens when searching Welcome Room:
But the funny part is I never even touched the navigator code?
The only things I did touch were: Adding diamond coding, add BRB & Back & Hug & Rko command.
 

Users who are viewing this thread

Top