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
Group Forums
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: 414809" data-attributes="member: 57042"><p>Still didn't work...</p><p>[CODE]20:30:19 - [ERROR] Exception:</p><p>System.FormatException: Input string was not in a correct format.</p><p> at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffe</p><p>r& number, NumberFormatInfo info, Boolean parseDecimal)</p><p> at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo in</p><p>fo)</p><p> at System.Convert.ToInt32(String value)</p><p> at Plus.Communication.Packets.Incoming.Catalog.PurchaseFromCatalogEvent.Parse</p><p>(GameClient Session, ClientPacket Packet) in C:\inetpub\wwwroot\Zebb1\Release 2\</p><p>Release 2\Emulator Source2\Communication\Packets\Incoming\Catalog\PurchaseFromCa</p><p>talogEvent.cs:line 269</p><p> at Plus.Communication.Packets.PacketManager.TryExecutePacket(GameClient Sessi</p><p>on, ClientPacket Packet) in C:\inetpub\wwwroot\Zebb1\Release 2\Release 2\Emulato</p><p>r Source2\Communication\Packets\PacketManager.cs:line 154</p><p> at Plus.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientPacket Mes</p><p>sage) in C:\inetpub\wwwroot\Zebb1\Release 2\Release 2\Emulator Source2\HabboHote</p><p>l\GameClients\GameClient.cs:line 76[/CODE]</p><p></p><p>and I'm guessing it's this:</p><p>[code]</p><p> at Plus.Communication.Packets.Incoming.Catalog.PurchaseFromCatalogEvent.Parse</p><p>(GameClient Session, ClientPacket Packet) in C:\inetpub\wwwroot\Zebb1\Release 2\</p><p>Release 2\Emulator Source2\Communication\Packets\Incoming\Catalog\PurchaseFromCa</p><p>talogEvent.cs:line 269[/code]</p><p>Before you say to disable MySQL Strict Mode, it's already disabled through MySQL Configuration</p><p>[doublepost=1500835269,1500834957][/doublepost]PurchaseFromCatalogEvent.cs</p><p><a href="https://pastebin.com/ERAWpsEZ" target="_blank">https://pastebin.com/ERAWpsEZ</a></p><p>[code]Severity Code Description Project File Line Suppression State</p><p>Error CS0246 The type or namespace name 'DeleteGroupPostEvent' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\PacketManager.cs 854 Active</p><p>Error CS1061 'GameClient' does not contain a definition for 'SendMessage' and no extension method 'SendMessage' accepting a first argument of type 'GameClient' could be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\Incoming\Groups\GetForumsListDataEvent.cs 71 Active</p><p>Error CS0246 The type or namespace name 'ForumsListDataComposer' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\Incoming\Groups\GetForumsListDataEvent.cs 71 Active</p><p>Error CS1061 'IQueryAdapter' does not contain a definition for 'getTable' and no extension method 'getTable' accepting a first argument of type 'IQueryAdapter' could be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\Incoming\Groups\GetForumsListDataEvent.cs 97 Active</p><p>Error CS1061 'IQueryAdapter' does not contain a definition for 'getTable' and no extension method 'getTable' accepting a first argument of type 'IQueryAdapter' could be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\Incoming\Groups\GetForumsListDataEvent.cs 141 Active</p><p>Error CS1061 'GameClient' does not contain a definition for 'SendMessage' and no extension method 'SendMessage' accepting a first argument of type 'GameClient' could be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\Incoming\Groups\GetForumsListDataEvent.cs 169 Active</p><p>Error CS0246 The type or namespace name 'ForumsListDataComposer' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\Incoming\Groups\GetForumsListDataEvent.cs 169 Active</p><p>Error CS0246 The type or namespace name 'GetForumStatsEvent' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\PacketManager.cs 846 Active</p><p>Error CS0246 The type or namespace name 'GetThreadsListDataEvent' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\PacketManager.cs 847 Active</p><p>Error CS0246 The type or namespace name 'GetThreadDataEvent' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\PacketManager.cs 848 Active</p><p>Error CS0246 The type or namespace name 'PostGroupContentEvent' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\PacketManager.cs 849 Active</p><p>Error CS0246 The type or namespace name 'DeleteGroupThreadEvent' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\PacketManager.cs 850 Active</p><p>Error CS0246 The type or namespace name 'UpdateForumReadMarkerEvent' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\PacketManager.cs 851 Active</p><p>Error CS0246 The type or namespace name 'UpdateForumSettingsEvent' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\PacketManager.cs 852 Active</p><p>Error CS0246 The type or namespace name 'UpdateForumThreadStatusEvent' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\PacketManager.cs 853 Active[/code]</p><p>[/code]</p><p></p><p>Uploaded the missing files he had, and re-uploaded everything as normal and came up with this</p></blockquote><p></p>
[QUOTE="Central, post: 414809, member: 57042"] Still didn't work... [CODE]20:30:19 - [ERROR] Exception: System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffe r& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo in fo) at System.Convert.ToInt32(String value) at Plus.Communication.Packets.Incoming.Catalog.PurchaseFromCatalogEvent.Parse (GameClient Session, ClientPacket Packet) in C:\inetpub\wwwroot\Zebb1\Release 2\ Release 2\Emulator Source2\Communication\Packets\Incoming\Catalog\PurchaseFromCa talogEvent.cs:line 269 at Plus.Communication.Packets.PacketManager.TryExecutePacket(GameClient Sessi on, ClientPacket Packet) in C:\inetpub\wwwroot\Zebb1\Release 2\Release 2\Emulato r Source2\Communication\Packets\PacketManager.cs:line 154 at Plus.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientPacket Mes sage) in C:\inetpub\wwwroot\Zebb1\Release 2\Release 2\Emulator Source2\HabboHote l\GameClients\GameClient.cs:line 76[/CODE] and I'm guessing it's this: [code] at Plus.Communication.Packets.Incoming.Catalog.PurchaseFromCatalogEvent.Parse (GameClient Session, ClientPacket Packet) in C:\inetpub\wwwroot\Zebb1\Release 2\ Release 2\Emulator Source2\Communication\Packets\Incoming\Catalog\PurchaseFromCa talogEvent.cs:line 269[/code] Before you say to disable MySQL Strict Mode, it's already disabled through MySQL Configuration [doublepost=1500835269,1500834957][/doublepost]PurchaseFromCatalogEvent.cs [URL]https://pastebin.com/ERAWpsEZ[/URL] [code]Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name 'DeleteGroupPostEvent' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\PacketManager.cs 854 Active Error CS1061 'GameClient' does not contain a definition for 'SendMessage' and no extension method 'SendMessage' accepting a first argument of type 'GameClient' could be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\Incoming\Groups\GetForumsListDataEvent.cs 71 Active Error CS0246 The type or namespace name 'ForumsListDataComposer' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\Incoming\Groups\GetForumsListDataEvent.cs 71 Active Error CS1061 'IQueryAdapter' does not contain a definition for 'getTable' and no extension method 'getTable' accepting a first argument of type 'IQueryAdapter' could be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\Incoming\Groups\GetForumsListDataEvent.cs 97 Active Error CS1061 'IQueryAdapter' does not contain a definition for 'getTable' and no extension method 'getTable' accepting a first argument of type 'IQueryAdapter' could be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\Incoming\Groups\GetForumsListDataEvent.cs 141 Active Error CS1061 'GameClient' does not contain a definition for 'SendMessage' and no extension method 'SendMessage' accepting a first argument of type 'GameClient' could be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\Incoming\Groups\GetForumsListDataEvent.cs 169 Active Error CS0246 The type or namespace name 'ForumsListDataComposer' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\Incoming\Groups\GetForumsListDataEvent.cs 169 Active Error CS0246 The type or namespace name 'GetForumStatsEvent' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\PacketManager.cs 846 Active Error CS0246 The type or namespace name 'GetThreadsListDataEvent' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\PacketManager.cs 847 Active Error CS0246 The type or namespace name 'GetThreadDataEvent' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\PacketManager.cs 848 Active Error CS0246 The type or namespace name 'PostGroupContentEvent' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\PacketManager.cs 849 Active Error CS0246 The type or namespace name 'DeleteGroupThreadEvent' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\PacketManager.cs 850 Active Error CS0246 The type or namespace name 'UpdateForumReadMarkerEvent' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\PacketManager.cs 851 Active Error CS0246 The type or namespace name 'UpdateForumSettingsEvent' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\PacketManager.cs 852 Active Error CS0246 The type or namespace name 'UpdateForumThreadStatusEvent' could not be found (are you missing a using directive or an assembly reference?) Plus Emulator C:\inetpub\wwwroot\Zebb1\Zebbo Emu [Use This]\Communication\Packets\PacketManager.cs 853 Active[/code] [/code] Uploaded the missing files he had, and re-uploaded everything as normal and came up with this [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Group Forums
Top