Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug ArrayIndexOutOfBounds

Joined
Apr 19, 2017
Messages
24
Ok so I can reproduce this error on only one specific account, but the error will appear on any bot that CAN use bank presets, even if I set up the bot to not use them. The error will appear the moment the bank is opened under any circumstances.

I have tried altering/deleting/modifying my presets in every way imaginable to no success. I did try running the same bots with the same settings (and the account had the same bank presets) and suddenly found no problem whatsoever.

Any suggestions greatly appreciated.

Code:
java.lang.ArrayIndexOutOfBoundsException: 1
    at nul.IIIiIIiiIIIi.for(job:193)
    at nul.IIIiIIiiIIIi.for(job:84)
    at nul.IiIiiIiIIIii.for(xza:142)
    at nul.IIIiIIiiIIIi.catch(job:117)
    at nul.iiIiIIiiIIii.for(bgb:139)
    at nul.IiiIIIiIIiII.for(vbb:221)
    at com.runemate.game.api.hybrid.queries.SpriteItemQueryBuilder.for(yqb:142)
    at com.runemate.game.api.hybrid.queries.QueryBuilder.results(qdb:123)
    at robot.iiiiIiIiii.final(hb:5)
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
    at java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:958)
    at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
    at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498)
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
    at java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:152)
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:464)
    at robot.iiiiIiIiii.execute(hb:102)
    at com.runemate.game.api.script.framework.tree.TreeBot.onLoop(yya:75)
    at com.runemate.game.api.script.framework.LoopingBot.run(txa:137)
    at com.runemate.game.api.script.framework.AbstractBot.start(pab:30)
    at nul.IiiIIIiiIIIi.run(krb:161)
 
Joined
Mar 18, 2017
Messages
36
I have been having the same problem for a few days now. It is an API error and they will need to update it.
 
Top