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 Out of bounds exception

Joined
Apr 7, 2018
Messages
4
Every time I try to start up a bot it crashes and gives me an ArrayIndexOutofBoundsException. It was working fine a few days back, any suggestions?
 
FYI: this happens with every bot I launch
 
cuppa.drink(java);
Joined
Mar 13, 2018
Messages
7,055
Are you using Runelite or the vanilla client?

If you're using Runelite, please try with the vanilla client as Runelite support still has some bugs.
 
Joined
Apr 7, 2018
Messages
4
I've tried both, on the vanilla client it works for about a minute then crashes. Was working perfectly fine on runelite for a few weeks before this though
 
cuppa.drink(java);
Joined
Mar 13, 2018
Messages
7,055
I've tried both, on the vanilla client it works for about a minute then crashes. Was working perfectly fine on runelite for a few weeks before this though
The vanilla client crashing is a separate issue, but that one should be easy to fix.

If you're seeing a message from Runemate telling you to 'apply a patch', try applying the patch, and then restart OSRS & Runemate before trying again.

If it still doesn't work, or the game client crashes without showing a message about patching, follow the fix instructions in this video by Party:
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
Joined
Apr 7, 2018
Messages
4
The vanilla client crashing is a separate issue, but that one should be easy to fix.

If you're seeing a message from Runemate telling you to 'apply a patch', try applying the patch, and then restart OSRS & Runemate before trying again.

If it still doesn't work, or the game client crashes without showing a message about patching, follow the fix instructions in this video by Party:
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
Thank you this helped with the osrs vanilla client however this is the error I get whenever I launch a bot on runelite, in this case a woodcutting one:
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
at com.runemate.game.api.osrs.local.hud.OSRSModel.<init>(OSRSModel.java:30)
at com.runemate.game.api.osrs.local.hud.OSRSModel.<init>(OSRSModel.java:23)
at com.runemate.game.api.osrs.entities.OSRSPlayer.getModel(OSRSPlayer.java:182)
at com.runemate.game.api.osrs.OSRSRunescape.isLoggedIn(OSRSRunescape.java:42)
at com.runemate.game.api.hybrid.RuneScape.isLoggedIn(RuneScape.java:42)
at bot.iIiiIIIiIi.null(ab:172)
at bot.iIiiIIIiIi.null(ab:28)
at bot.IiiiIiiIii.failureTask(rb:214)
at com.runemate.game.api.script.framework.tree.TreeBot.onLoop(TreeBot.java:50)
at com.runemate.game.api.script.framework.LoopingBot.run(LoopingBot.java:77)
at com.runemate.game.api.script.framework.AbstractBot.start(mt:417)
at nul.IIIIiIiiiIiIIi.run(wja:471)
 
Top