Hello rz!
I get this error when i want to go in the client.
http://i42.tinypic.com/b7ceb6.png
When i register a new account it work fine. But i got this error 2-6 days later again
Hope some one can help
-WebbeX
Hello rz!
I get this error when i want to go in the client.
http://i42.tinypic.com/b7ceb6.png
When i register a new account it work fine. But i got this error 2-6 days later again
Hope some one can help
-WebbeX
Post your critical error logs, you can find them under:
Code:\bin\Debug\Logs\exceptions.txt
We need the logs..
Here you go:
Code:Exception logged 2013-08-16 10:56:05 in Catalog.HandlePurchase: System.IndexOutOfRangeException: Index was outside the bounds of the array. at Butterfly.HabboHotel.Catalogs.Catalog.HandlePurchase(GameClient Session, Int32 PageId, UInt32 ItemId, String ExtraData, Int32 priceAmount, Boolean IsGift, String giftReceiverName, String giftMessage, Int32 giftSprite, Int32 giftRibbon, Int32 giftColor, Boolean isAnonymous) in c:\xampp\htdocs\Revision 5 - Alpha 3\Butterfly\HabboHotel\Catalogs\Catalog.cs:line 1088 Source: Butterfly Emulator Data: Message: Index was outside the bounds of the array. Stack trace: at Butterfly.HabboHotel.Catalogs.Catalog.HandlePurchase(GameClient Session, Int32 PageId, UInt32 ItemId, String ExtraData, Int32 priceAmount, Boolean IsGift, String giftReceiverName, String giftMessage, Int32 giftSprite, Int32 giftRibbon, Int32 giftColor, Boolean isAnonymous) in c:\xampp\htdocs\Revision 5 - Alpha 3\Butterfly\HabboHotel\Catalogs\Catalog.cs:line 1088 TokenID: 0 Unknown baseID: 65535 TokenID: 0 Unknown baseID: 65535 TokenID: 0 Unknown baseID: 65535 TokenID: 0 Unknown baseID: 65535 TokenID: 0 Unknown baseID: 65535 TokenID: 0 Unknown baseID: 65535 TokenID: 0 Unknown baseID: 65535 TokenID: 0 Unknown baseID: 65535 TokenID: 0 Unknown baseID: 65535 TokenID: 0 Unknown baseID: 65535 TokenID: 0 Unknown baseID: 65535 TokenID: 0 Unknown baseID: 65535 TokenID: 0 Unknown baseID: 65535 TokenID: 0 Unknown baseID: 65535 TokenID: 0 Unknown baseID: 65535 TokenID: 0 Unknown baseID: 65535
Your catalog is messed up, get a new one
but if i don't want to add a new catalogue can i don't edit some thing?
SWF Propias [By:HabbLost] [SwiftEMU Rev5] [Solución SSO Ticket] en CCT, DCR & SWF - Página 1 download this emulator is the same but with some fixes and will no longer appear that mistake.
Delete ID 65535 from your catalogue_items_copy
It's because you don't have a column for Frontpage. Insert this into your
Code:INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`, `vip_only`, `page_link_description`, `page_link_pagename`, `coming_soon`) VALUES ('1', '-1', 'Frontpage', '11', '1', '1', '1', '1', '0', '0', 'frontpage', 'cata_fp_header_wabbo', 'fatherhabbo_300x187_girl', ' ', 'Fade Catalogue v1.0Enjoy!\r\n', ' Basic Information Don\'t forget to read the rules..\r\n We do our best to keep the catalogue updated.\r\n Want the VIP shop? Then buy VIP! www.fadehotel.org/vip\r\n Found an error? Be sure to contact an Administrator.', 'Redeem voucher code', ' ', '0', ' ', ' ', '');
Wox12, are you using Reversion 5? Or older??
i use reversion 5 :/
whatever items table you use replace the 'items' part with it.Code:DELETE FROM items WHERE base_id = 65535
Cheers!