Advertisement
Guest User

Untitled

a guest
Aug 10th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5.12 KB | None | 0 0
  1. 08:04:02: Exception has occurred while running! Please report error to developer if problem persists:
  2.     java.lang.NullPointerException
  3.     at org.dreambot.api.methods.interactive.Players.localPlayer(Players.java:54)
  4.     at org.dreambot.api.wrappers.interactive.Character.getInteractingCharacter(Character.java:523)
  5.     at org.dreambot.api.wrappers.interactive.Character.isInteracting(Character.java:670)
  6.     at org.dreambot.api.wrappers.interactive.Character.lambda$getCharacterInteractingWithMe$2(Character.java:654)
  7.     at org.dreambot.api.methods.interactive.Interactables.lambda$all$0(Interactables.java:59)
  8.     at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
  9.     at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
  10.     at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
  11.     at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
  12.     at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source)
  13.     at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
  14.     at java.util.stream.ReferencePipeline.collect(Unknown Source)
  15.     at org.dreambot.api.methods.interactive.Interactables.all(Interactables.java:59)
  16.     at org.dreambot.api.methods.interactive.Interactables.closest(Interactables.java:101)
  17.     at org.dreambot.api.wrappers.interactive.Character.getCharacterInteractingWithMe(Character.java:654)
  18.     at holic.wildlooty.task.impl.Safe.execute(Safe.java:54)
  19.     at org.dreambot.api.script.impl.TaskScript.onLoop(TaskScript.java:84)
  20.     at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:264)
  21.     at java.lang.Thread.run(Unknown Source)
  22.  
  23.  
  24. 09:02:49: Exception has occurred while running! Please report error to developer if problem persists:
  25.     java.lang.NullPointerException
  26.     at holic.wildlooty.task.impl.Bank.execute(Bank.java:57)
  27.     at org.dreambot.api.script.impl.TaskScript.onLoop(TaskScript.java:84)
  28.     at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:264)
  29.     at java.lang.Thread.run(Unknown Source)
  30.  
  31.  
  32. 10:17:44: Exception has occurred while running! Please report error to developer if problem persists:
  33.     java.lang.NullPointerException
  34.     at holic.wildlooty.task.impl.Bank.execute(Bank.java:57)
  35.     at org.dreambot.api.script.impl.TaskScript.onLoop(TaskScript.java:84)
  36.     at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:264)
  37.     at java.lang.Thread.run(Unknown Source)
  38.  
  39.  
  40. 12:42:04: Exception has occurred while running! Please report error to developer if problem persists:
  41.     java.lang.NullPointerException
  42.     at holic.wildlooty.task.impl.Bank.execute(Bank.java:57)
  43.     at org.dreambot.api.script.impl.TaskScript.onLoop(TaskScript.java:84)
  44.     at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:264)
  45.     at java.lang.Thread.run(Unknown Source)
  46.  
  47.  
  48. 14:49:04: Exception has occurred while running! Please report error to developer if problem persists:
  49.     java.lang.NullPointerException
  50.     at holic.wildlooty.task.impl.Bank.execute(Bank.java:57)
  51.     at org.dreambot.api.script.impl.TaskScript.onLoop(TaskScript.java:84)
  52.     at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:264)
  53.     at java.lang.Thread.run(Unknown Source)
  54.  
  55.  
  56. 16:47:40: Exception has occurred while running! Please report error to developer if problem persists:
  57.     java.lang.NullPointerException
  58.     at org.dreambot.api.input.event.impl.mouse.impl.MoveEvent.handleMovement(MoveEvent.java:350)
  59.     at org.dreambot.api.input.event.impl.mouse.impl.MoveEvent.handleMovement(MoveEvent.java:284)
  60.     at org.dreambot.api.input.event.impl.mouse.impl.MoveEvent.run(MoveEvent.java:92)
  61.     at org.dreambot.api.input.event.impl.InteractionEvent.interact(InteractionEvent.java:148)
  62.     at org.dreambot.api.input.event.impl.InteractionEvent.interact(InteractionEvent.java:77)
  63.     at org.dreambot.api.methods.walking.impl.Walking.clickTileOnMinimap(Walking.java:138)
  64.     at org.dreambot.api.methods.walking.impl.Walking.walk(Walking.java:91)
  65.     at holic.wildlooty.task.impl.Loot.execute(Loot.java:486)
  66.     at org.dreambot.api.script.impl.TaskScript.onLoop(TaskScript.java:84)
  67.     at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:264)
  68.     at java.lang.Thread.run(Unknown Source)
  69.  
  70.  
  71. 20:29:38: Exception has occurred while running! Please report error to developer if problem persists:
  72.     java.lang.NullPointerException
  73.     at holic.wildlooty.task.impl.Bank.execute(Bank.java:57)
  74.     at org.dreambot.api.script.impl.TaskScript.onLoop(TaskScript.java:84)
  75.     at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:264)
  76.     at java.lang.Thread.run(Unknown Source)
  77.  
  78.  
  79. 22:04:21: Exception has occurred while running! Please report error to developer if problem persists:
  80.     java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
  81.     at java.util.ArrayList.rangeCheck(Unknown Source)
  82.     at java.util.ArrayList.get(Unknown Source)
  83.     at holic.wildlooty.task.impl.Loot.getMouseText(Loot.java:1090)
  84.     at holic.wildlooty.task.impl.Loot.isMouseOnItem(Loot.java:1107)
  85.     at holic.wildlooty.task.impl.Loot.manualInteract(Loot.java:963)
  86.     at holic.wildlooty.task.impl.Loot.execute(Loot.java:377)
  87.     at org.dreambot.api.script.impl.TaskScript.onLoop(TaskScript.java:84)
  88.     at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:264)
  89.     at java.lang.Thread.run(Unknown Source)
  90.  
  91.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement