SwiftEmu- CRITICAL ERROR LOGGED

Results 1 to 16 of 16
  1. #1
    Elite Member Wox12 is offline
    Member +Rank
    Jul 2012 Join Date
    101Posts

    SwiftEmu- CRITICAL ERROR LOGGED

    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


  2. #2
    Sorcerer Supreme JackHoll is offline
    Member +Rank
    Mar 2013 Join Date
    UKLocation
    469Posts

    Re: SwiftEmu- CRITICAL ERROR LOGGED

    Post your critical error logs, you can find them under:

    Code:
    \bin\Debug\Logs\exceptions.txt

  3. #3
    ส็็็็็็็ Bloodraven is offline
    Grand MasterRank
    Sep 2009 Join Date
    AntarcticaLocation
    2,414Posts

    Re: SwiftEmu- CRITICAL ERROR LOGGED

    We need the logs..

  4. #4
    Elite Member Wox12 is offline
    Member +Rank
    Jul 2012 Join Date
    101Posts

    Re: SwiftEmu- CRITICAL ERROR LOGGED

    Quote Originally Posted by zJordan View Post
    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

  5. #5
    I don't even know azaidi is offline
    Grand MasterRank
    Apr 2010 Join Date
    the NetherlandsLocation
    2,065Posts

    Re: SwiftEmu- CRITICAL ERROR LOGGED

    Your catalog is messed up, get a new one

  6. #6
    Elite Member Wox12 is offline
    Member +Rank
    Jul 2012 Join Date
    101Posts

    Re: SwiftEmu- CRITICAL ERROR LOGGED

    but if i don't want to add a new catalogue can i don't edit some thing?

  7. #7
    Member Psherk is offline
    MemberRank
    May 2013 Join Date
    30Posts

    Re: SwiftEmu- CRITICAL ERROR LOGGED

    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.

  8. #8
    Sorcerer Supreme JackHoll is offline
    Member +Rank
    Mar 2013 Join Date
    UKLocation
    469Posts

    Re: SwiftEmu- CRITICAL ERROR LOGGED

    Delete ID 65535 from your catalogue_items_copy

  9. #9
    Elite Member Wox12 is offline
    Member +Rank
    Jul 2012 Join Date
    101Posts

    Re: SwiftEmu- CRITICAL ERROR LOGGED

    Quote Originally Posted by JackHoll View Post
    Delete ID 65535 from your catalogue_items_copy
    The id dont't exists

  10. #10
    Newbie Nootis is offline
    MemberRank
    Jun 2010 Join Date
    13Posts

    Re: SwiftEmu- CRITICAL ERROR LOGGED

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

  11. #11
    Elite Member Wox12 is offline
    Member +Rank
    Jul 2012 Join Date
    101Posts

    Re: SwiftEmu- CRITICAL ERROR LOGGED

    Quote Originally Posted by Nootis View Post
    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', ' ', ' ', '');
    don't work :/

  12. #12
    Newbie Torgeirp3 is offline
    MemberRank
    Aug 2012 Join Date
    13Posts

    Re: SwiftEmu- CRITICAL ERROR LOGGED

    Wox12, are you using Reversion 5? Or older??

  13. #13
    Elite Member Wox12 is offline
    Member +Rank
    Jul 2012 Join Date
    101Posts

    Re: SwiftEmu- CRITICAL ERROR LOGGED

    i use reversion 5 :/

  14. #14
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,613Posts

    Re: SwiftEmu- CRITICAL ERROR LOGGED

    Code:
    DELETE FROM items WHERE base_id = 65535
    whatever items table you use replace the 'items' part with it.

    Cheers!

  15. #15
    Elite Member Wox12 is offline
    Member +Rank
    Jul 2012 Join Date
    101Posts

    Re: SwiftEmu- CRITICAL ERROR LOGGED

    Quote Originally Posted by HillBilly View Post
    Code:
    DELETE FROM items WHERE base_id = 65535
    whatever items table you use replace the 'items' part with it.

    Cheers!
    Thanks! :)

  16. #16
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,613Posts

    Re: SwiftEmu- CRITICAL ERROR LOGGED

    Quote Originally Posted by Wox12 View Post
    Thanks! :)
    I assume it worked?



Advertisement