Welcome!

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

Sign up now!

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