Some people are able to connect to the hotel but some are not? anyone ever had this issue and know how to fix it?
The room.cs line 4417 says this:
Session.GetHabbo().GetMessenger().method_5(true);
The GetRoomEntryDataMessageEvent.cs:line 77 says this:
The GameClient.cs:line 613 says this:class2.method_46(Session, Session.GetHabbo().bool_8);
Interface @interface; if (GoldTree.GetPacketManager().Handle(@class.Id, out @interface))
{
try
{
@interface.Handle(this, @class);
}
catch (Exception ex)
{
Code:6/21/2015 1:49:34 PM: Error: System.NullReferenceException: Object reference not set to an instance of an object. at GoldTree.HabboHotel.Rooms.Room.method_46(GameClient Session, Boolean bool_13) in c:\Users\Robin\Desktop\r63b\Gold-Tree-Emulator-3-master\Gold Tree Emulator 3.0\HabboHotel\Rooms\Room.cs:line 4417 at GoldTree.Communication.Messages.Rooms.Engine.GetRoomEntryDataMessageEvent.Handle(GameClient Session, ClientMessage Event) in c:\Users\Robin\Desktop\r63b\Gold-Tree-Emulator-3-master\Gold Tree Emulator 3.0\Communication\Messages\Rooms\Engine\GetRoomEntryDataMessageEvent.cs:line 77 at GoldTree.HabboHotel.GameClients.GameClient.ParsePacket(Byte[]& bytes) in c:\Users\Robin\Desktop\r63b\Gold-Tree-Emulator-3-master\Gold Tree Emulator 3.0\HabboHotel\GameClients\GameClient.cs:line 613
Best wishes..






