Welcome!

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

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Resolved Webwalking ArrayIndexOutOfBounds

Status
Not open for further replies.
Joined
Nov 18, 2013
Messages
126
Just started getting this a few minutes ago, and none of the code should've been changed. I've tried walking to different tiles but it crashes every time.

Code:
final WebPath path = Traversal.getDefaultWeb().getPathBuilder().buildTo(tile);

if (path != null) {
    if (path.step()) {

        Execution.delay(500, 750);
    }
}

Code:
java.lang.ArrayIndexOutOfBoundsException: 7
    at nul.iIIiIiiIIiiIi.getDirection(nib:134)
    at nul.IIIiIiiIiIiii.false(ikb:144)
    at com.runemate.game.api.hybrid.region.Region.getCollisionFlags(ds:78)
    at com.runemate.game.api.hybrid.location.Coordinate.getReachableCoordinates(osb:25)
    at com.runemate.game.api.hybrid.location.navigation.web.WebPath.getNext(unb:6)
    at com.arckos.bots.x.Travel.walkTo(Travel.java:66)
    at com.arckos.bots.x.banking.BankLocations.walkToBank(BankLocations.java:106)
    at com.arckos.bots.x.banking.Banking.openBank(Banking.java:51)
    at com.arckos.bots.x.collect.y.run(y.java:66)
    at com.arckos.bots.x.Main.onLoop(Main.java:110)
    at com.runemate.game.api.script.framework.LoopingBot.run(ydb:58)
    at com.runemate.game.api.script.framework.AbstractBot.start(sfb:7770)
    at nul.IIIiiiiIiIiII.run(ccc:14)

Any ideas? Thanks
 
RS3 btw, forgot to mention
 
Joined
Mar 14, 2017
Messages
156
Just started getting this a few minutes ago, and none of the code should've been changed. I've tried walking to different tiles but it crashes every time.

Code:
final WebPath path = Traversal.getDefaultWeb().getPathBuilder().buildTo(tile);

if (path != null) {
    if (path.step()) {

        Execution.delay(500, 750);
    }
}

Code:
java.lang.ArrayIndexOutOfBoundsException: 7
    at nul.iIIiIiiIIiiIi.getDirection(nib:134)
    at nul.IIIiIiiIiIiii.false(ikb:144)
    at com.runemate.game.api.hybrid.region.Region.getCollisionFlags(ds:78)
    at com.runemate.game.api.hybrid.location.Coordinate.getReachableCoordinates(osb:25)
    at com.runemate.game.api.hybrid.location.navigation.web.WebPath.getNext(unb:6)
    at com.arckos.bots.x.Travel.walkTo(Travel.java:66)
    at com.arckos.bots.x.banking.BankLocations.walkToBank(BankLocations.java:106)
    at com.arckos.bots.x.banking.Banking.openBank(Banking.java:51)
    at com.arckos.bots.x.collect.y.run(y.java:66)
    at com.arckos.bots.x.Main.onLoop(Main.java:110)
    at com.runemate.game.api.script.framework.LoopingBot.run(ydb:58)
    at com.runemate.game.api.script.framework.AbstractBot.start(sfb:7770)
    at nul.IIIiiiiIiIiII.run(ccc:14)

Any ideas? Thanks
 
RS3 btw, forgot to mention

@Cloud working on a fix right now for this error
 
Status
Not open for further replies.
Top