1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved Webwalking ArrayIndexOutOfBounds

Discussion in 'Developer Support' started by Arckos, May 25, 2017.

Thread Status:
Not open for further replies.
  1. Arckos

    Joined:
    Nov 18, 2013
    Messages:
    126
    Likes Received:
    26
    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 (Text):
    1.  
    2. final WebPath path = Traversal.getDefaultWeb().getPathBuilder().buildTo(tile);
    3.  
    4. if (path != null) {
    5.     if (path.step()) {
    6.  
    7.         Execution.delay(500, 750);
    8.     }
    9. }
    10.  
    Code (Text):
    1.  
    2. java.lang.ArrayIndexOutOfBoundsException: 7
    3.     at nul.iIIiIiiIIiiIi.getDirection(nib:134)
    4.     at nul.IIIiIiiIiIiii.false(ikb:144)
    5.     at com.runemate.game.api.hybrid.region.Region.getCollisionFlags(ds:78)
    6.     at com.runemate.game.api.hybrid.location.Coordinate.getReachableCoordinates(osb:25)
    7.     at com.runemate.game.api.hybrid.location.navigation.web.WebPath.getNext(unb:6)
    8.     at com.arckos.bots.x.Travel.walkTo(Travel.java:66)
    9.     at com.arckos.bots.x.banking.BankLocations.walkToBank(BankLocations.java:106)
    10.     at com.arckos.bots.x.banking.Banking.openBank(Banking.java:51)
    11.     at com.arckos.bots.x.collect.y.run(y.java:66)
    12.     at com.arckos.bots.x.Main.onLoop(Main.java:110)
    13.     at com.runemate.game.api.script.framework.LoopingBot.run(ydb:58)
    14.     at com.runemate.game.api.script.framework.AbstractBot.start(sfb:7770)
    15.     at nul.IIIiiiiIiIiII.run(ccc:14)
    16.  
    Any ideas? Thanks
    --- Double Post Merged, May 25, 2017, Original Post Date: May 25, 2017 ---
    RS3 btw, forgot to mention

     
  2. Best Answer:
    Post #4 by sickness0666, May 25, 2017
  3. sickness0666

    Joined:
    Mar 14, 2017
    Messages:
    156
    Likes Received:
    48
    @Cloud working on a fix right now for this error
     
  4. Arckos

    Joined:
    Nov 18, 2013
    Messages:
    126
    Likes Received:
    26
    Awesome, thanks for letting me know.
     
  5. sickness0666

    Joined:
    Mar 14, 2017
    Messages:
    156
    Likes Received:
    48
    issue should be fixed now
     
  6. Arckos

    Joined:
    Nov 18, 2013
    Messages:
    126
    Likes Received:
    26
    Looks good, cheers
     
Thread Status:
Not open for further replies.

Share This Page

Loading...