R63B Emulator exception

Results 1 to 4 of 4
  1. #1
    Valued Member GrateZ4 is offline
    MemberRank
    Jul 2014 Join Date
    145Posts

    note R63B Emulator exception

    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:
    class2.method_46(Session, Session.GetHabbo().bool_8);
    The GameClient.cs:line 613 says this:

    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..
    Last edited by GrateZ4; 21-06-15 at 04:24 PM.


  2. #2
    Don't mind me, i'm nobody Jambokill is offline
    MemberRank
    Dec 2010 Join Date
    PhilippinesLocation
    264Posts

    Re: R63B Emulator exception

    Quote Originally Posted by GrateZ4 View Post
    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:


    The
    GetRoomEntryDataMessageEvent.cs:line 77 says this:


    The GameClient.cs:line 613 says this:



    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..
    Do you have a TCP proxy?

  3. #3
    Valued Member GrateZ4 is offline
    MemberRank
    Jul 2014 Join Date
    145Posts

    Re: R63B Emulator exception

    Quote Originally Posted by Jambokill View Post
    Do you have a TCP proxy?
    Yea we do, for some people it works fine to connect to the hotel, and some not. And for some people the client loads but they cant see their self in the client or anyone.
    Last edited by GrateZ4; 21-06-15 at 07:34 PM.

  4. #4
    Valued Member GrateZ4 is offline
    MemberRank
    Jul 2014 Join Date
    145Posts

    Re: R63B Emulator exception

    Fixed. Problem was the proxy blocked some connections.



Advertisement