Phoenix Emulator [ Random Errors ]
PHP Code:
10/28/2014 2:43:35 AM: Error: System.NullReferenceException: Object reference not set to an instance of an object.
at Phoenix.Communication.Messages.Rooms.Avatar.DanceMessageEvent.Handle(GameClient Session, ClientMessage Event) in c:\Users\Jordan\Desktop\3.11.0\Phoenix\Communication\Messages\Rooms\Avatar\DanceMessageEvent.cs:line 14
at Phoenix.HabboHotel.GameClients.GameClient.method_13(Byte[]& byte_0) in c:\Users\Jordan\Desktop\3.11.0\Phoenix\HabboHotel\GameClients\GameClient.cs:line 482
10/28/2014 2:43:35 AM: Error: System.NullReferenceException: Object reference not set to an instance of an object.
at Phoenix.Communication.Messages.Inventory.AvatarFX.AvatarEffectSelectedEvent.Handle(GameClient Session, ClientMessage Event) in c:\Users\Jordan\Desktop\3.11.0\Phoenix\Communication\Messages\Inventory\AvatarFX\AvatarEffectSelectedEvent.cs:line 10
at Phoenix.HabboHotel.GameClients.GameClient.method_13(Byte[]& byte_0) in c:\Users\Jordan\Desktop\3.11.0\Phoenix\HabboHotel\GameClients\GameClient.cs:line 482
10/28/2014 5:07:47 AM: Error: System.NullReferenceException: Object reference not set to an instance of an object.
at Phoenix.HabboHotel.Rooms.Room.method_4(RoomBot Bot, Pet PetData) in c:\Users\Jordan\Desktop\3.11.0\Phoenix\HabboHotel\Rooms\Room.cs:line 394
at Phoenix.HabboHotel.Rooms.Room.method_3(RoomBot class34_0) in c:\Users\Jordan\Desktop\3.11.0\Phoenix\HabboHotel\Rooms\Room.cs:line 386
at Phoenix.Communication.Messages.Rooms.Action.CallGuideBotMessageEvent.Handle(GameClient Session, ClientMessage Event) in c:\Users\Jordan\Desktop\3.11.0\Phoenix\Communication\Messages\Rooms\Action\CallGuideBotMessageEvent.cs:line 35
at Phoenix.HabboHotel.GameClients.GameClient.method_13(Byte[]& byte_0) in c:\Users\Jordan\Desktop\3.11.0\Phoenix\HabboHotel\GameClients\GameClient.cs:line 482
PHP Code:
10/26/2014 3:14:48 AM: Error: System.NullReferenceException: Object reference not set to an instance of an object.
at Phoenix.Communication.Messages.Rooms.Engine.MoveAvatarMessageEvent.Handle(GameClient Session, ClientMessage Event) in c:\Users\Jordan\Desktop\3.11.0\Phoenix\Communication\Messages\Rooms\Engine\MoveAvatarMessageEvent.cs:line 11
at Phoenix.HabboHotel.GameClients.GameClient.method_13(Byte[]& byte_0) in c:\Users\Jordan\Desktop\3.11.0\Phoenix\HabboHotel\GameClients\GameClient.cs:line 482
It's causing users to d/c any reason!
Re: Phoenix Emulator [ Random Errors ]
It appears to be an issue with the avatars. So did you remove/add clothes or assign some sort of incorrect manual changes to an avatar at any point?
Re: Phoenix Emulator [ Random Errors ]
NullReferenceException means cant use variable because its nothing, happens example when player disconnect but code havent finnished action. Its normal. Multi thread programs problems.