1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved java.lang.ArrayIndexOutOfBoundsException: -1351

Discussion in 'Client & Site Support' started by Aidden, May 1, 2015.

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,600
    Likes Received:
    990
    Code (Text):
    1. java.lang.ArrayIndexOutOfBoundsException: -1351
    2.  at java.util.ArrayList.elementData(ArrayList.java:418)
    3.  at java.util.ArrayList.get(ArrayList.java:431)
    4.  at app.kP.catch(ndc:24)
    5.  at app.kP.catch(ndc:268)
    6.  at app.kP.move(ndc:133)
    7.  at com.runemate.game.api.hybrid.input.Mouse.move(bg:98)
    8.  at app.Zn.interact(jtb:12)
    9.  at app.Zn.interact(jtb:195)
    10.  at app.Zn.interact(jtb:252)
    11.  at com.runemate.maxiscripts.looping.cooker.MaxiCooker.bank(MaxiCooker.java:160)
    12.  at com.runemate.maxiscripts.looping.cooker.MaxiCooker.onLoop(MaxiCooker.java:135)
    13.  at com.runemate.game.api.script.framework.LoopingScript.run(htb:239)
    14.  at com.runemate.game.api.script.framework.AbstractScript.start(jnb:156)
    15.  at app.bj.run(ukb:214)
    This was 13 days ago so i'm not sure how useful it is but it occured at this line: booth.interact("Bank"); where booth has been null checked andbooth is defined as follow
    final Npc booth = Npcs.newQuery().names(gui.getPlace().getBankerName()).visible().actions("Bank").results().nearest();
    @Cloud
     
  2. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    I believe it's already been fixed in the next build.
     
    Aidden likes this.

Share This Page

Loading...