Thread: d/c glitch/bug pls help

Results 1 to 4 of 4
  1. #1 d/c glitch/bug pls help 
    Registered Member
    Join Date
    Apr 2012
    Posts
    749
    Thanks given
    5
    Thanks received
    1
    Rep Power
    10
    using insidiaX when i click the button to bank items in inventory i d/c and this happens:

    Code:
    [4/28/12 12:45 AM]: blank - actionbutton: 89223
    [4/28/12 12:45 AM]: java.lang.ArrayIndexOutOfBoundsException: -1
    [4/28/12 12:45 AM]:     at server.model.items.ItemAssistant.bankItem(ItemAssista
    nt.java:2028)
    [4/28/12 12:45 AM]:     at server.model.players.packets.ClickingButtons.processP
    acket(ClickingButtons.java:65)
    [4/28/12 12:45 AM]:     at server.model.players.PacketHandler.processPacket(Pack
    etHandler.java:139)
    [4/28/12 12:45 AM]:     at server.model.players.Client.processQueuedPackets(Clie
    nt.java:1761)
    [4/28/12 12:45 AM]:     at server.model.players.PlayerHandler.process(PlayerHand
    ler.java:149)
    [4/28/12 12:45 AM]:     at server.Server.main(Server.java:180)
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Feb 2011
    Posts
    51
    Thanks given
    0
    Thanks received
    1
    Rep Power
    5
    The actionbutton hasn't been added. Go to where your buttons are being processed and search for case 89223. You either won't find it, or will find it and it will be blank or returning the value -1 hence the ArrayIndexOutOfBoundsException: -1
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2012
    Posts
    749
    Thanks given
    5
    Thanks received
    1
    Rep Power
    10
    Quote Originally Posted by stuckon474 View Post
    The actionbutton hasn't been added. Go to where your buttons are being processed and search for case 89223. You either won't find it, or will find it and it will be blank or returning the value -1 hence the ArrayIndexOutOfBoundsException: -1
    Code:
    case 89223: //Deposit Inventory
    				for(int i = 0; i < c.playerItems.length; i++){
    					c.getItems().bankItem(c.playerItems[i], i,c.playerItemsN[i]);
    				}
    	
    				break;
    told you its banking items...
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Apr 2012
    Posts
    749
    Thanks given
    5
    Thanks received
    1
    Rep Power
    10
    will rep++ on fix.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. PI bug/glitch
    By ipkonpcp in forum Help
    Replies: 1
    Last Post: 04-13-2011, 09:05 PM
  2. npc bug/glitch PI
    By ipkonpcp in forum Help
    Replies: 0
    Last Post: 04-13-2011, 10:45 AM
  3. [Bug/Glitch]Looks
    By Snow Cat123 in forum Defects
    Replies: 10
    Last Post: 12-27-2010, 11:43 PM
  4. Replies: 3
    Last Post: 08-06-2010, 07:04 AM
  5. Weard bug/glitch
    By Proffesor Oak in forum Help
    Replies: 0
    Last Post: 02-14-2010, 11:45 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •