Advertisement
brookshirek

RS WoodCutter Error Message

Jan 19th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. Exception in thread "Thread-24" java.util.ConcurrentModificationException
  2. at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
  3. at java.util.ArrayList$Itr.next(ArrayList.java:859)
  4. at org.dreambot.api.script.loader.LocalLoader.getAllLocalScripts(LocalLoader.java:192)
  5. at org.dreambot.0.2.0.2.0.1(0.java:564)
  6. at org.dreambot.0.2.1.0.0.1.0(1.java:141)
  7. at java.lang.Thread.run(Thread.java:748)
  8. [INFO] Starting game state listener!
  9. [INFO] Started game state listener!
  10. [INFO] Starting message listener...
  11. [INFO] Started message listener!
  12. Launching Script: Basic Woodcutter: Varrock Tree's
  13. log4j:ERROR No output stream or file set for the appender named [LocalFile].
  14. [INFO] Starting experience listener...
  15. [INFO] Script set to running!
  16. [INFO] Started experience listener!
  17. [ERROR] Exception has occurred while running! Please report error to developer if problem persists:
  18. java.lang.NullPointerException
  19. at org.dreambot.core.5.1.0.2.0(2.java:421)
  20. at org.dreambot.api.wrappers.interactive.GameObject.getModel(GameObject.java:298)
  21. at org.dreambot.api.wrappers.interactive.GameObject.exists(GameObject.java:358)
  22. at org.dreambot.api.methods.interactive.Interactables.lambda$all$0(Interactables.java:61)
  23. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
  24. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382)
  25. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
  26. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
  27. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
  28. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  29. at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
  30. at org.dreambot.api.methods.interactive.Interactables.all(Interactables.java:61)
  31. at org.dreambot.api.methods.interactive.Interactables.closest(Interactables.java:107)
  32. at WoodCutChris.chopTree(WoodCutChris.java:65)
  33. at WoodCutChris.onLoop(WoodCutChris.java:32)
  34. at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:256)
  35. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement