PlusEMU Navigator

Status
Not open for further replies.

Dan3212

Member
Mar 30, 2016
86
10
Whenever I'm to search a "Owner" or anything in the navigator, it is stuck on Loading and I look at the EMU and it displays an Exception error, in which is placed below.

Code:
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.Navigator.NavigatorHandler.Search(ServerPacket Message, SearchResultList SearchResult, String SearchData, GameClient Session, Int32 FetchLimit) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Navigator\NavigatorHandler.cs:line 52
   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\Sledmore\Desktop\PlusEMU\Communication\Packets\Outgoing\Navigator\New\NavigatorSearchResultSetComposer.cs:line 25
   at Plus.Communication.Packets.Incoming.Navigator.NavigatorSearchEvent.Parse(GameClient session, ClientPacket packet) in C:\Users\Sledmore\Desktop\PlusEMU\Communication\Packets\Incoming\Navigator\NavigatorSearchEvent.cs:line 39
   at Plus.Communication.Packets.PacketManager.TryExecutePacket(GameClient Session, ClientPacket Packet) in C:\Users\Sledmore\Desktop\PlusEMU\Communication\Packets\PacketManager.cs:line 154
   at Plus.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientPacket Message) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\GameClients\GameClient.cs:line 65
Does anyone know how to fix this?
 

Jwake

Member
Feb 12, 2016
140
10
I'm a noob at this stuff, but I think it might be either;
corrupt files
Emulator isn't configured properly
or it's your swf's.
 

Dan3212

Member
Mar 30, 2016
86
10
I replaced the Release 2 emulator and yet it is still doing it. let me quickly wipe database and I'll get back to you
 
I managed to fix the error by truncating the database and just setting it clean.
 
Status
Not open for further replies.

Users who are viewing this thread

Top