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 Releases
FIX ERROR SAVING ROOM SETTINGS [PLUS EMU 2017] (Client stuck 76%)
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="Marko97" data-source="post: 410509" data-attributes="member: 36313"><p>Hello!</p><p>Now I will share my fix for solve the issues about saving room settings in Plus EMU R2.</p><p></p><p>The errors are:</p><p><strong>ERROR 1 </strong>(Bug during enter in the room)</p><p>[SPOILER]Exception >> Exception:</p><p>System.FormatException: Input string was not in a correct format.</p><p> at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)</p><p> at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)</p><p> at System.Convert.ToInt32(String value)</p><p> at Plus.HabboHotel.Rooms.RoomData.Fill(DataRow Row)</p><p> at Plus.HabboHotel.Rooms.RoomManager.GenerateRoomData(Int32 RoomId)</p><p> at Plus.Communication.Packets.Incoming.Navigator.GetGuestRoomEvent.Parse(GameClient Session, ClientPacket Packet)</p><p> at Plus.Communication.Packets.PacketManager.TryExecutePacket(GameClient Session, ClientPacket Packet)</p><p> at Plus.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientPacket Message)[/SPOILER]</p><p><strong>ERROR 2 </strong>(Bug during research the room)</p><p>[SPOILER]ERROR - Exception >> Exception:</p><p>System.FormatException: Input string was not in a correct format.</p><p> at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)</p><p> at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)</p><p> at System.Convert.ToInt32(String value)</p><p> at Plus.HabboHotel.Rooms.RoomData.Fill(DataRow Row)</p><p> at Plus.HabboHotel.Rooms.RoomManager.GenerateRoomData(Int32 RoomId)</p><p> at Plus.HabboHotel.Navigator.NavigatorHandler.Search(ServerPacket Message, SearchResultList SearchResult, String SearchData, GameClient Session, Int32 FetchLimit)</p><p> at Plus.Communication.Packets.Outgoing.Navigator.New.NavigatorSearchResultSetComposer..ctor(String Category, String Data, ICollection`1 SearchResultLists, GameClient Session, Int32 GoBack, Int32 FetchLimit)</p><p> at Plus.Communication.Packets.Incoming.Navigator.NavigatorSearchEvent.Parse(GameClient session, ClientPacket packet)</p><p> at Plus.Communication.Packets.PacketManager.TryExecutePacket(GameClient Session, ClientPacket Packet)</p><p> at Plus.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientPacket Message)[/SPOILER]</p><p><strong>ERROR 3 </strong>(Client stuck 76%)</p><p>[SPOILER]ERROR - Exception >> Exception:</p><p>System.FormatException: Input string was not in a correct format.</p><p> at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)</p><p> at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)</p><p> at System.String.System.IConvertible.ToInt32(IFormatProvider provider)</p><p> at Plus.HabboHotel.Rooms.RoomData.Fill(DataRow Row)</p><p> at Plus.HabboHotel.Rooms.RoomManager.FetchRoomData(Int32 RoomId, DataRow dRow)</p><p> at Plus.HabboHotel.Users.UserData.UserDataFactory.GetUserData(String SessionTicket, Byte& errorCode)</p><p> at Plus.HabboHotel.GameClients.GameClient.TryAuthenticate(String AuthTicket)[/SPOILER]</p><p></p><p><strong>-- HOW TO FIX IT? --</strong></p><p><strong></strong></p><p>First shutdown your emulator;</p><p><strong><u><span style="color: #000000">Run this query:</span></u></strong></p><p>[SPOILER]ALTER TABLE `rooms` CHANGE `allow_pets` `allow_pets` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_pets_eat` `allow_pets_eat` INT(1) NOT NULL DEFAULT '0', CHANGE `room_blocking_disabled` `room_blocking_disabled` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_hidewall` `allow_hidewall` INT(1) NOT NULL DEFAULT '0', CHANGE `mute_settings` `mute_settings` INT(1) NOT NULL DEFAULT '1', CHANGE `ban_settings` `ban_settings` INT(1) NOT NULL DEFAULT '1', CHANGE `kick_settings` `kick_settings` INT(1) NOT NULL DEFAULT '1';[/SPOILER]</p><p></p><p>After, go to your database, go to rooms table and check if some values are empty (for example: allow_pets, allow_pets_eat, room_blocking_disabled, allow_hidewall, mute_settings, ban_settings, kick_settings) and compile it.</p><p><strong>REMEMBER: Only 'description', 'password' and 'tags' can be empty.</strong></p><p>Run the emulator and test it, for example, edit the room settings for a room and launch :unload command. If the room reload correctly the fix work!</p><p></p><p><em>Special thanks to: Marko97 (for the fix), Sicily94.</em></p></blockquote><p></p>
[QUOTE="Marko97, post: 410509, member: 36313"] Hello! Now I will share my fix for solve the issues about saving room settings in Plus EMU R2. The errors are: [B]ERROR 1 [/B](Bug during enter in the room) [SPOILER]Exception >> Exception: System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt32(String value) at Plus.HabboHotel.Rooms.RoomData.Fill(DataRow Row) at Plus.HabboHotel.Rooms.RoomManager.GenerateRoomData(Int32 RoomId) at Plus.Communication.Packets.Incoming.Navigator.GetGuestRoomEvent.Parse(GameClient Session, ClientPacket Packet) at Plus.Communication.Packets.PacketManager.TryExecutePacket(GameClient Session, ClientPacket Packet) at Plus.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientPacket Message)[/SPOILER] [B]ERROR 2 [/B](Bug during research the room) [SPOILER]ERROR - Exception >> Exception: System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt32(String value) at Plus.HabboHotel.Rooms.RoomData.Fill(DataRow Row) at Plus.HabboHotel.Rooms.RoomManager.GenerateRoomData(Int32 RoomId) at Plus.HabboHotel.Navigator.NavigatorHandler.Search(ServerPacket Message, SearchResultList SearchResult, String SearchData, GameClient Session, Int32 FetchLimit) at Plus.Communication.Packets.Outgoing.Navigator.New.NavigatorSearchResultSetComposer..ctor(String Category, String Data, ICollection`1 SearchResultLists, GameClient Session, Int32 GoBack, Int32 FetchLimit) at Plus.Communication.Packets.Incoming.Navigator.NavigatorSearchEvent.Parse(GameClient session, ClientPacket packet) at Plus.Communication.Packets.PacketManager.TryExecutePacket(GameClient Session, ClientPacket Packet) at Plus.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientPacket Message)[/SPOILER] [B]ERROR 3 [/B](Client stuck 76%) [SPOILER]ERROR - Exception >> Exception: System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.String.System.IConvertible.ToInt32(IFormatProvider provider) at Plus.HabboHotel.Rooms.RoomData.Fill(DataRow Row) at Plus.HabboHotel.Rooms.RoomManager.FetchRoomData(Int32 RoomId, DataRow dRow) at Plus.HabboHotel.Users.UserData.UserDataFactory.GetUserData(String SessionTicket, Byte& errorCode) at Plus.HabboHotel.GameClients.GameClient.TryAuthenticate(String AuthTicket)[/SPOILER] [B]-- HOW TO FIX IT? -- [/B] First shutdown your emulator; [B][U][COLOR=#000000]Run this query:[/COLOR][/U][/B] [SPOILER]ALTER TABLE `rooms` CHANGE `allow_pets` `allow_pets` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_pets_eat` `allow_pets_eat` INT(1) NOT NULL DEFAULT '0', CHANGE `room_blocking_disabled` `room_blocking_disabled` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_hidewall` `allow_hidewall` INT(1) NOT NULL DEFAULT '0', CHANGE `mute_settings` `mute_settings` INT(1) NOT NULL DEFAULT '1', CHANGE `ban_settings` `ban_settings` INT(1) NOT NULL DEFAULT '1', CHANGE `kick_settings` `kick_settings` INT(1) NOT NULL DEFAULT '1';[/SPOILER] After, go to your database, go to rooms table and check if some values are empty (for example: allow_pets, allow_pets_eat, room_blocking_disabled, allow_hidewall, mute_settings, ban_settings, kick_settings) and compile it. [B]REMEMBER: Only 'description', 'password' and 'tags' can be empty.[/B] Run the emulator and test it, for example, edit the room settings for a room and launch :unload command. If the room reload correctly the fix work! [B][/B] [I]Special thanks to: Marko97 (for the fix), Sicily94.[/I] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
FIX ERROR SAVING ROOM SETTINGS [PLUS EMU 2017] (Client stuck 76%)
Top