Thread: Adding and removing bank items error

Results 1 to 2 of 2
  1. #1 Adding and removing bank items error 
    Registered Member
    Rock_Gyo's Avatar
    Join Date
    Oct 2009
    Posts
    505
    Thanks given
    27
    Thanks received
    35
    Rep Power
    104
    I know the problem is caused by adding and removing bank items but I'm not sure which part of it

    Code:
    [13/09/13 08:28]: java.lang.ArrayIndexOutOfBoundsException: -1
    [13/09/13 08:28]:       at server.model.items.ItemAssistant.fromBank(ItemAssista
    nt.java:2367)
    [13/09/13 08:28]:       at server.model.players.packets.RemoveItem.processPacket
    (RemoveItem.java:46)
    [13/09/13 08:28]:       at server.model.players.PacketHandler.processPacket(Pack
    etHandler.java:142)
    [13/09/13 08:28]:       at server.model.players.Client.processQueuedPackets(Clie
    nt.java:955)
    [13/09/13 08:28]:       at server.model.players.PlayerHandler.process(PlayerHand
    ler.java:137)
    [13/09/13 08:28]:       at server.Server$1.execute(Server.java:244)
    [13/09/13 08:28]:       at server.event.Task.tick(Task.java:103)
    [13/09/13 08:28]:       at server.event.TaskScheduler.run(TaskScheduler.java:98)
    
    [13/09/13 08:28]:       at java.util.concurrent.Executors$RunnableAdapter.call(E
    xecutors.java:471)
    [13/09/13 08:28]:       at java.util.concurrent.FutureTask$Sync.innerRunAndReset
    (FutureTask.java:351)
    [13/09/13 08:28]:       at java.util.concurrent.FutureTask.runAndReset(FutureTas
    k.java:178)
    [13/09/13 08:28]:       at java.util.concurrent.ScheduledThreadPoolExecutor$Sche
    duledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
    [13/09/13 08:28]:       at java.util.concurrent.ScheduledThreadPoolExecutor$Sche
    duledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
    [13/09/13 08:28]:       at java.util.concurrent.ThreadPoolExecutor.runWorker(Thr
    eadPoolExecutor.java:1145)
    [13/09/13 08:28]:       at java.util.concurrent.ThreadPoolExecutor$Worker.run(Th
    readPoolExecutor.java:615)
    [13/09/13 08:28]:       at java.lang.Thread.run(Thread.java:722)
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Nov 2010
    Age
    14
    Posts
    2,639
    Thanks given
    158
    Thanks received
    280
    Rep Power
    0
    Is there any nulled items or invisible items on your bank?
    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. Replies: 29
    Last Post: 03-15-2017, 09:58 PM
  2. Replies: 3
    Last Post: 02-28-2013, 10:17 PM
  3. [PI] help with npc detecting and removing an item
    By xdragonlordx in forum Requests
    Replies: 1
    Last Post: 07-25-2012, 05:48 PM
  4. [Pi]Adding and fixing custom items
    By x3ndlessfear in forum Help
    Replies: 1
    Last Post: 10-14-2010, 02:46 PM
  5. Replies: 15
    Last Post: 05-31-2009, 07:06 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
  •