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 isVisible() exception

12 year old normie
Joined
Jan 8, 2015
Messages
2,769
Code:
Unable to load cache model for 31571: "ArrayIndexOutOfBoundsException : null"
java.lang.ArrayIndexOutOfBoundsException
    at java.util.zip.CRC32.update(CRC32.java:74)
    at nul.IIIiiIiiIiII.int(thb:2270)
    at nul.IIIiiIiiIiII.int(thb:4025)
    at nul.iiiiIIiIiIII.int(sbb:223)
    at nul.IIiiIIiiiiii.int(xya:27)
    at nul.IIiiIIiiiiii.int(xya:71)
    at nul.iiIiIIiIIiIi.int(zab:147)
    at nul.iIIiiIiiIiii.getModel(uxa:76)
    at nul.IIIiiIiIIIiI.isVisible(sdb:75)
    at com.bertrand.bots.free.woodcutting.task.WalkToTrees.validate(WalkToTrees.java:32)
    at com.runemate.game.api.script.framework.task.TaskBot.onLoop(vbb:51)
    at com.runemate.game.api.script.framework.LoopingBot.run(aab:109)
    at com.runemate.game.api.script.framework.AbstractBot.start(nab:161)
    at nul.IIIIiIiiiiii.run(umb:86)

Happens whenever I use .isVisible(). Doesn't crash the bot, though.

Line 32 in WalkToTrees.java:

Code:
if (tree != null && tree.isVisible()) {

@Cloud
 
12 year old normie
Joined
Jan 8, 2015
Messages
2,769
What be the tree and where be the tree, also OSRS or RS3?
OSRS, haven't tried RS3. I would if I could, but no time.

It's not tree specific either. Any isVisible() call on a gameobject so far gives me the exception.
 
Top