botstig 0 Posted November 2, 2022 Getting consistent GC outofmemory errors calling Bank.open while on the 1st floor of lumbridge castle standing on the tile the ladder brought me up to from ground floor.
botstig 0 Author Posted November 2, 2022 No even running client at full 1Gb by slider at launch Same error I got earlier for possible tracking, was from calling the old Walkdistance method. I have changed the distance finder to now use Tile.getDistance so it stopped on distance calls, but Bank.open still seems to be hanging 2022-11-02 15:58:48 [ERROR] Exception has occurred while running! Please report error to developer if problem persists java.lang.OutOfMemoryError: GC overhead limit exceeded at org.dreambot.api.methods.walking.pathfinding.impl.PathFinder.0(PathFinder.java:211) at org.dreambot.api.methods.walking.pathfinding.impl.local.LocalPathFinder.calculate(LocalPathFinder.java:60) at org.dreambot.api.methods.walking.pathfinding.impl.local.LocalPathFinder.calculate(LocalPathFinder.java:41) at org.dreambot.api.methods.walking.pathfinding.impl.local.LocalPathFinder.getWalkingDistance(LocalPathFinder.java:285) at Mike.Walker.WalkDist(Walker.java:194) at Mike.Walker.walkToTile(Walker.java:33) at Scripts.Skilling.Cooker.walkLoop(Cooker.java:179) at Scripts.Skilling.Cooker.onLoop(Cooker.java:103) at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:224) at java.lang.Thread.run(Unknown Source)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.