Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Weird encounters...
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Central" data-source="post: 399213" data-attributes="member: 57042"><p>I'll try this when I get on my laptop. </p><p></p><p>I reverted because well it simply given me a poster furniture error, and I looked for it everywhere and well never found. </p><p></p><p>So I reverted back to get the hotel up and then it stopped working some how. I'll see if I get any errors on the emulator wise when I'm on the laptop.</p><p>[doublepost=1487096835,1487090431][/doublepost][CODE]</p><p>Error in packet [39] BODY: [0][0][0]:</p><p>System.NullReferenceException: Object reference not set to an instance of an object.</p><p> at Plus.Communication.Packets.Outgoing.Groups.UpdateFavouriteGroupComposer..ctor(Int32 Id, Group Group, Int32 VirtualId) in C:\Users\tomki\Desktop\PlusEMU\Communication\Packets\Outgoing\Groups\UpdateFavouriteGroupComposer.cs:line 15</p><p> at Plus.Communication.Packets.Incoming.Groups.RemoveGroupFavouriteEvent.Parse(GameClient Session, ClientPacket Packet) in C:\Users\tomki\Desktop\PlusEMU\Communication\Packets\Incoming\Groups\RemoveGroupFavouriteEvent.cs:line 21</p><p> at Plus.Communication.Packets.PacketManager.TryExecutePacket(GameClient Session, ClientPacket Packet) in C:\Users\tomki\Desktop\PlusEMU\Communication\Packets\PacketManager.cs:line 153</p><p> at Plus.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientPacket Message) in C:\Users\tomki\Desktop\PlusEMU\HabboHotel\GameClients\GameClient.cs:line 73</p><p></p><p></p><p>Error in packet [39] BODY: [0][0][0]:</p><p>System.NullReferenceException: Object reference not set to an instance of an object.</p><p> at Plus.Communication.Packets.Outgoing.Groups.UpdateFavouriteGroupComposer..ctor(Int32 Id, Group Group, Int32 VirtualId) in C:\Users\tomki\Desktop\PlusEMU\Communication\Packets\Outgoing\Groups\UpdateFavouriteGroupComposer.cs:line 15</p><p> at Plus.Communication.Packets.Incoming.Groups.RemoveGroupFavouriteEvent.Parse(GameClient Session, ClientPacket Packet) in C:\Users\tomki\Desktop\PlusEMU\Communication\Packets\Incoming\Groups\RemoveGroupFavouriteEvent.cs:line 21</p><p> at Plus.Communication.Packets.PacketManager.TryExecutePacket(GameClient Session, ClientPacket Packet) in C:\Users\tomki\Desktop\PlusEMU\Communication\Packets\PacketManager.cs:line 153</p><p> at Plus.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientPacket Message) in C:\Users\tomki\Desktop\PlusEMU\HabboHotel\GameClients\GameClient.cs:line 73</p><p></p><p>[/CODE]</p><p></p><p>Those are the packet errors I got from the emulator</p><p></p><p>MySQLErrors:</p><p></p><p>[CODE]</p><p>Error in query:</p><p>INSERT INTO `room_items_moodlight` (`id`, `enabled`, `current_preset`, `preset_one`, `preset_two`, `preset_three`) VALUES (@id, '0', 1, @preset, @preset, @preset);</p><p>MySql.Data.MySqlClient.MySqlException (0x80004005): Field 'item_id' doesn't have a default value</p><p> at MySql.Data.MySqlClient.MySqlStream.ReadPacket()</p><p> at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)</p><p> at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)</p><p> at MySql.Data.MySqlClient.MySqlDataReader.NextResult()</p><p> at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)</p><p> at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()</p><p> at Plus.Database.Adapter.QueryAdapter.RunQuery() in C:\Users\tomki\Desktop\PlusEMU\Database\Adapter\QueryAdapter.cs:line 177</p><p></p><p></p><p>Error in query:</p><p>INSERT INTO `room_items_moodlight` (`id`, `enabled`, `current_preset`, `preset_one`, `preset_two`, `preset_three`) VALUES (@id, '0', 1, @preset, @preset, @preset);</p><p>MySql.Data.MySqlClient.MySqlException (0x80004005): Field 'item_id' doesn't have a default value</p><p> at MySql.Data.MySqlClient.MySqlStream.ReadPacket()</p><p> at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)</p><p> at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)</p><p> at MySql.Data.MySqlClient.MySqlDataReader.NextResult()</p><p> at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)</p><p> at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()</p><p> at Plus.Database.Adapter.QueryAdapter.RunQuery() in C:\Users\tomki\Desktop\PlusEMU\Database\Adapter\QueryAdapter.cs:line 177</p><p></p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="Central, post: 399213, member: 57042"] I'll try this when I get on my laptop. I reverted because well it simply given me a poster furniture error, and I looked for it everywhere and well never found. So I reverted back to get the hotel up and then it stopped working some how. I'll see if I get any errors on the emulator wise when I'm on the laptop. [doublepost=1487096835,1487090431][/doublepost][CODE] Error in packet [39] BODY: [0][0][0]: System.NullReferenceException: Object reference not set to an instance of an object. at Plus.Communication.Packets.Outgoing.Groups.UpdateFavouriteGroupComposer..ctor(Int32 Id, Group Group, Int32 VirtualId) in C:\Users\tomki\Desktop\PlusEMU\Communication\Packets\Outgoing\Groups\UpdateFavouriteGroupComposer.cs:line 15 at Plus.Communication.Packets.Incoming.Groups.RemoveGroupFavouriteEvent.Parse(GameClient Session, ClientPacket Packet) in C:\Users\tomki\Desktop\PlusEMU\Communication\Packets\Incoming\Groups\RemoveGroupFavouriteEvent.cs:line 21 at Plus.Communication.Packets.PacketManager.TryExecutePacket(GameClient Session, ClientPacket Packet) in C:\Users\tomki\Desktop\PlusEMU\Communication\Packets\PacketManager.cs:line 153 at Plus.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientPacket Message) in C:\Users\tomki\Desktop\PlusEMU\HabboHotel\GameClients\GameClient.cs:line 73 Error in packet [39] BODY: [0][0][0]: System.NullReferenceException: Object reference not set to an instance of an object. at Plus.Communication.Packets.Outgoing.Groups.UpdateFavouriteGroupComposer..ctor(Int32 Id, Group Group, Int32 VirtualId) in C:\Users\tomki\Desktop\PlusEMU\Communication\Packets\Outgoing\Groups\UpdateFavouriteGroupComposer.cs:line 15 at Plus.Communication.Packets.Incoming.Groups.RemoveGroupFavouriteEvent.Parse(GameClient Session, ClientPacket Packet) in C:\Users\tomki\Desktop\PlusEMU\Communication\Packets\Incoming\Groups\RemoveGroupFavouriteEvent.cs:line 21 at Plus.Communication.Packets.PacketManager.TryExecutePacket(GameClient Session, ClientPacket Packet) in C:\Users\tomki\Desktop\PlusEMU\Communication\Packets\PacketManager.cs:line 153 at Plus.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientPacket Message) in C:\Users\tomki\Desktop\PlusEMU\HabboHotel\GameClients\GameClient.cs:line 73 [/CODE] Those are the packet errors I got from the emulator MySQLErrors: [CODE] Error in query: INSERT INTO `room_items_moodlight` (`id`, `enabled`, `current_preset`, `preset_one`, `preset_two`, `preset_three`) VALUES (@id, '0', 1, @preset, @preset, @preset); MySql.Data.MySqlClient.MySqlException (0x80004005): Field 'item_id' doesn't have a default value at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() at Plus.Database.Adapter.QueryAdapter.RunQuery() in C:\Users\tomki\Desktop\PlusEMU\Database\Adapter\QueryAdapter.cs:line 177 Error in query: INSERT INTO `room_items_moodlight` (`id`, `enabled`, `current_preset`, `preset_one`, `preset_two`, `preset_three`) VALUES (@id, '0', 1, @preset, @preset, @preset); MySql.Data.MySqlClient.MySqlException (0x80004005): Field 'item_id' doesn't have a default value at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() at Plus.Database.Adapter.QueryAdapter.RunQuery() in C:\Users\tomki\Desktop\PlusEMU\Database\Adapter\QueryAdapter.cs:line 177 [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Weird encounters...
Top