Advertisement
Uirebaeron

Error with Flat Brush

Apr 25th, 2020
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.79 KB | None | 0 0
  1. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: java.lang.ArrayIndexOutOfBoundsException: -1
  2. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.beta.implementation.blocks.CharBlocks.get(CharBlocks.java:103)
  3. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.beta.implementation.blocks.CharBlocks.getBlock(CharBlocks.java:97)
  4. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.beta.implementation.chunk.ChunkHolder$1.getBlock(ChunkHolder.java:138)
  5. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.beta.implementation.chunk.ChunkHolder.getBlock(ChunkHolder.java:454)
  6. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.beta.implementation.IChunkExtent.getBlock(IChunkExtent.java:44)
  7. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at com.sk89q.worldedit.extent.AbstractDelegateExtent.getBlock(AbstractDelegateExtent.java:142)
  8. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at com.sk89q.worldedit.extent.AbstractDelegateExtent.getBlock(AbstractDelegateExtent.java:142)
  9. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at com.sk89q.worldedit.math.convolution.HeightMap.apply(HeightMap.java:289)
  10. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.object.brush.heightmap.HeightMap.applyHeightMapData(HeightMap.java:45)
  11. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.object.brush.heightmap.HeightMap.perform(HeightMap.java:23)
  12. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.object.brush.FlattenBrush.build(FlattenBrush.java:29)
  13. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at com.sk89q.worldedit.command.tool.BrushTool.act(BrushTool.java:470)
  14. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at com.sk89q.worldedit.command.tool.BrushTool.actPrimary(BrushTool.java:366)
  15. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at com.sk89q.worldedit.extension.platform.PlatformManager.lambda$handlePlayerInput$4(PlatformManager.java:433)
  16. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at com.sk89q.worldedit.extension.platform.AbstractPlayerActor.lambda$runAction$1(AbstractPlayerActor.java:671)
  17. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.object.task.AsyncNotifyQueue.lambda$run$0(AsyncNotifyQueue.java:26)
  18. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.object.task.AsyncNotifyQueue.lambda$call$1(AsyncNotifyQueue.java:43)
  19. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at java.util.concurrent.ForkJoinTask$AdaptedCallable.exec(ForkJoinTask.java:1424)
  20. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
  21. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
  22. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
  23. > [16:01:19] [ForkJoinPool-8-worker-2/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
  24. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: java.lang.ArrayIndexOutOfBoundsException: -1
  25. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.beta.implementation.blocks.CharBlocks.get(CharBlocks.java:103)
  26. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.beta.implementation.blocks.CharBlocks.getBlock(CharBlocks.java:97)
  27. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.beta.implementation.chunk.ChunkHolder$1.getBlock(ChunkHolder.java:138)
  28. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.beta.implementation.chunk.ChunkHolder.getBlock(ChunkHolder.java:454)
  29. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.beta.implementation.IChunkExtent.getBlock(IChunkExtent.java:44)
  30. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at com.sk89q.worldedit.extent.AbstractDelegateExtent.getBlock(AbstractDelegateExtent.java:142)
  31. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at com.sk89q.worldedit.extent.AbstractDelegateExtent.getBlock(AbstractDelegateExtent.java:142)
  32. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at com.sk89q.worldedit.math.convolution.HeightMap.apply(HeightMap.java:289)
  33. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.object.brush.heightmap.HeightMap.applyHeightMapData(HeightMap.java:45)
  34. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.object.brush.heightmap.HeightMap.perform(HeightMap.java:23)
  35. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.object.brush.FlattenBrush.build(FlattenBrush.java:29)
  36. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at com.sk89q.worldedit.command.tool.BrushTool.act(BrushTool.java:470)
  37. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at com.sk89q.worldedit.command.tool.BrushTool.actPrimary(BrushTool.java:366)
  38. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at com.sk89q.worldedit.extension.platform.PlatformManager.lambda$handlePlayerInput$4(PlatformManager.java:433)
  39. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at com.sk89q.worldedit.extension.platform.AbstractPlayerActor.lambda$runAction$1(AbstractPlayerActor.java:671)
  40. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.object.task.AsyncNotifyQueue.lambda$run$0(AsyncNotifyQueue.java:26)
  41. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at com.boydti.fawe.object.task.AsyncNotifyQueue.lambda$call$1(AsyncNotifyQueue.java:43)
  42. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at java.util.concurrent.ForkJoinTask$AdaptedCallable.exec(ForkJoinTask.java:1424)
  43. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
  44. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
  45. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
  46. > [16:01:23] [ForkJoinPool-8-worker-2/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement