boomslap 5 Posted December 18, 2021 The following exception was thrown after I stopped a script I am developing. I tried rerunning the script and stopping it but it doesn't seem to recreate the error. 12:35:41 PM: [ERROR] Exception has occurred while running! Please report error to developer if problem persists: java.lang.NullPointerException: Cannot read the array length because "<local1>" is null at org.dreambot.api.Client.getPlayers(Client.java) at org.dreambot.api.methods.interactive.Players.all(Players.java) at org.dreambot.api.methods.interactive.Players.all(Players.java) at org.dreambot.api.methods.interactive.Players.closest(Players.java) at org.dreambot.api.wrappers.interactive.Character.getCharacterInteractingWithMe(Character.java) at org.dreambot.api.methods.walking.impl.Walking.0(Walking.java) at org.dreambot.api.methods.walking.impl.Walking.shouldWalk(Walking.java) at org.dreambot.api.methods.walking.impl.Walking.shouldWalk(Walking.java) at boomslap.magetrainto33.App$GoToTile.lambda$0(App.java:60) at org.dreambot.api.methods.MethodProvider.sleepUntil(MethodProvider.java) at boomslap.magetrainto33.App$GoToTile.execute(App.java:60) at org.dreambot.api.script.impl.TaskScript.onLoop(TaskScript.java) at org.dreambot.api.script.AbstractScript.run(AbstractScript.java) at java.base/java.lang.Thread.run(Thread.java:833)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.