!PlusEmu CatalogManager error!

BuLLHocK

New Member
Nov 19, 2016
15
0
o3EakjU

Hello, i tried to change something in the Catalog and then came a error, i'm not a coder, can someone help me with this?
[13:35:53] Fatal error during startup: System.FormatException: Die Eingabezeichenfolge hat das falsche Format.
bei System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
bei System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
bei System.String.System.IConvertible.ToInt32(IFormatProvider provider)
bei Plus.HabboHotel.Catalog.CatalogManager.Init(ItemDataManager ItemDataManager) in C:\Users\Sledmore\Desktop\PRODUCTION-201601012205-226667486\HabboHotel\Catalog\CatalogManager.cs:Zeile 71.
bei Plus.HabboHotel.Game..ctor() in C:\Users\Sledmore\Desktop\PRODUCTION-201601012205-226667486\HabboHotel\Game.cs:Zeile 80.
bei Plus.PlusEnvironment.Initialize() in C:\Users\Sledmore\Desktop\PRODUCTION-201601012205-226667486\PlusEnvironment.cs:Zeile 139.
CatalogManager.cs| 71.
int BaseId = Convert.ToInt32(Row["item_id"]);

Game.cs
this._catalogManager.Init(this._itemDataManager);


PlusEnvironment.cs

_game = new Game();
 

BuLLHocK

New Member
Nov 19, 2016
15
0
When i open the Emulator, it load to Item Manager then this
[14:36:40] Fatal error during startup: System.FormatException: Die Eingabezeichenfolge hat das falsche Format.
bei System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
bei System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
bei System.String.System.IConvertible.ToInt32(IFormatProvider provider)
bei Plus.HabboHotel.Catalog.CatalogManager.Init(ItemDataManager ItemDataManager) in C:\Users\Sledmore\Desktop\PRODUCTION-201601012205-226667486\HabboHotel\Catalog\CatalogManager.cs:Zeile 71.
bei Plus.HabboHotel.Game..ctor() in C:\Users\Sledmore\Desktop\PRODUCTION-201601012205-226667486\HabboHotel\Game.cs:Zeile 80.
bei Plus.PlusEnvironment.Initialize() in C:\Users\Sledmore\Desktop\PRODUCTION-201601012205-226667486\PlusEnvironment.cs:Zeile 139.
 

Kak

Posting Freak
Apr 21, 2017
951
165
try this

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';
 

BuLLHocK

New Member
Nov 19, 2016
15
0
What exactly were you trying to change? Knowing what "Die Eingabezeichenfolge hat das falsche Format." means may be helpful...
i tried to put (ID 65442) from PageID 6080 or something to pageid 16 as limited sell 40, then i go into Client :update furni it worked but :update catalog was lagged and then i close the Emu it came this error.
 
try this

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';
Where do i put this my friend?
 

treebeard

Member
Jan 16, 2018
317
173
i tried to put (ID 65442) from PageID 6080 or something to pageid 16 as limited sell 40, then i go into Client :update furni it worked but :update catalog was lagged and then i close the Emu it came this error.
 

Where do i put this my friend?
You run that as a query in your database manager
 

BuLLHocK

New Member
Nov 19, 2016
15
0
As in the query won't even run? or as in it successfully ran but it did not work?
i have done this, and it was successfully but the Emulator is always the same error
INSERT INTO `catalog_items` VALUES (65443, '16', '65443', 'val15_armour', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1');
 
i hope someone or you can help me..
 

Users who are viewing this thread

Top