Help please

K4TRIN4

Posting Freak
Jul 24, 2012
777
39
213qkxc.png

Does anyone know how to fix that please its been like this for couple of days now.
(P.S DOES ANYONE KNOW HOW YOU GET THE :MACHINEBAN COMMAND OR WHICH EMU IT COMES FROM)
 
Last edited:

K4TRIN4

Posting Freak
Jul 24, 2012
777
39
Can you send the error logs here?
Sure this is what i get
Can you send the error logs here?
Sure this is what i get in threaderror.ERR

6/4/2014 2:50:35 PM: Error in thread Navigator cache task:
System.NullReferenceException: Object reference not set to an instance of an object.
at GoldTree.HabboHotel.Rooms.RoomData.method_3(ServerMessage Message, Boolean ShowEvents, Boolean bool_6) in c:\Users\admin\Gold-Tree-Emulator-3\Gold Tree Emulator 3.0\HabboHotel\Rooms\RoomData.cs:line 246
at GoldTree.HabboHotel.Navigators.Navigator.method_12(GameClient Session, Int32 int_0) in c:\Users\admin\Gold-Tree-Emulator-3\Gold Tree Emulator 3.0\HabboHotel\Navigators\Navigator.cs:line 535
at GoldTree.HabboHotel.Navigators.NavigatorCache.method_0() in c:\Users\admin\Gold-Tree-Emulator-3\Gold Tree Emulator 3.0\HabboHotel\Navigators\NavigatorCache.cs:line 27
 

Jerry

not rly active lol
Jul 8, 2013
1,957
522
What have you done before this happened? Plus, I found a couple of codes of the following lines;
foreach (RoomData current5 in list)
{
current5.method_3(Message, false, false);
}
if (this.Category > 0)
{
Message.AppendBoolean(GoldTree.GetGame().GetNavigator().method_2(Category).CanTrade);
}
else
{
Message.AppendBoolean(false);
}
private void method_0()
{
while (!this.bool_0)
{
try
{
Hashtable hashtable = new Hashtable();
hashtable.Add(-2, GoldTree.GetGame().GetNavigator().method_12(null, -2).GetBytes());
Hashtable hashtable2 = this.hashtable_0;
this.hashtable_0 = hashtable;
hashtable2.Clear();
}
catch (Exception ex)
{
Logging.LogThreadException(ex.ToString(), "Navigator cache task");
}
Thread.Sleep(100000);
}
}
I don't know how to fix thought but giving you some clues.
 

K4TRIN4

Posting Freak
Jul 24, 2012
777
39
Well in the exception log i have this
6/4/2014 3:32:58 PM: Error: System.NullReferenceException: Object reference not set to an instance of an object.
at GoldTree.HabboHotel.Rooms.RoomData.method_3(ServerMessage Message, Boolean ShowEvents, Boolean bool_6) in c:\Users\admin\Gold-Tree-Emulator-3\Gold Tree Emulator 3.0\HabboHotel\Rooms\RoomData.cs:line 246
at GoldTree.HabboHotel.Navigators.Navigator.method_12(GameClient Session, Int32 int_0) in c:\Users\admin\Gold-Tree-Emulator-3\Gold Tree Emulator 3.0\HabboHotel\Navigators\Navigator.cs:line 535
at GoldTree.HabboHotel.Navigators.Navigator.SerializeNavigator(GameClient Session, Int32 int_0) in c:\Users\admin\Gold-Tree-Emulator-3\Gold Tree Emulator 3.0\HabboHotel\Navigators\Navigator.cs:line 328
at GoldTree.Communication.Messages.Navigator.RoomsWithHighestScoreSearchMessageEvent.Handle(GameClient Session, ClientMessage Event) in c:\Users\admin\Gold-Tree-Emulator-3\Gold Tree Emulator 3.0\Communication\Messages\Navigator\RoomsWithHighestScoreSearchMessageEvent.cs:line 10
at GoldTree.HabboHotel.GameClients.GameClient.ParsePacket(Byte[]& bytes) in c:\Users\admin\Gold-Tree-Emulator-3\Gold Tree Emulator 3.0\HabboHotel\GameClients\GameClient.cs:line 577
 

Users who are viewing this thread

Top