logic0671 0 Share Posted June 10, 2020 Recently got this exception out of the blue. I don't believe I had changed anything related to walking since the previous time when it worked fine, which leads me to believe it is on the client side. Basically my bot was walking to a bank in ardoune when it stopped moving for like 10 seconds and then the script shut off. Error: [ERROR]17:41:10: Exception has occurred while running! Please report error to developer if problem persists: java.lang.NullPointerException at org.dreambot.api.wrappers.map.TileReference.getGridY(TileReference.java:110) at org.dreambot.api.methods.walking.path.impl.LocalPath.walkTileMM(LocalPath.java:93) at org.dreambot.api.methods.walking.path.impl.LocalPath.walk(LocalPath.java:77) at org.dreambot.api.methods.walking.web.node.impl.bank.BankWebNode.execute(BankWebNode.java:42) at org.dreambot.api.methods.walking.path.impl.GlobalPath.walk(GlobalPath.java:39) at org.dreambot.api.methods.walking.impl.Walking.walk(Walking.java:125) at MainClass.restock(MainClass.java:115) at MainClass.onLoop(MainClass.java:83) at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:264) at java.lang.Thread.run(Unknown Source) Also, sometimes my script will randomly not walk at all. It will just stand there for minutes and minutes. Any help is appreciated! Link to comment Share on other sites More sharing options...
TheCloakdOne 389 Share Posted June 11, 2020 Although ive not seen that error i have experienced web walker occasionally being unable to move for periods of time due to the "chunk/tile" its trying to click not being loaded in (usually on load boundries). Ideally catch the result of the walk() command as it returns if it was successful or not, if its not then you can either choose a closer point to walk too or tele out to a known location (home tp etc) Link to comment Share on other sites More sharing options...
logic0671 0 Author Share Posted June 11, 2020 I'll try that. thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.