Advertisement
Guest User

Untitled

a guest
Nov 10th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I bet Cylons wouldn't have this problem.
  3.  
  4. Time: 11/10/17 5:00 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.RuntimeException: java.util.zip.ZipException: invalid literal/lengths set
  8. at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:30)
  9. at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:1)
  10. at org.bukkit.craftbukkit.v1_12_R1.util.AsynchronousExecutor$Task.init(AsynchronousExecutor.java:150)
  11. at org.bukkit.craftbukkit.v1_12_R1.util.AsynchronousExecutor$Task.initAsync(AsynchronousExecutor.java:95)
  12. at org.bukkit.craftbukkit.v1_12_R1.util.AsynchronousExecutor$Task.run(AsynchronousExecutor.java:85)
  13. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  14. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  15. at java.lang.Thread.run(Thread.java:745)
  16. Caused by: java.util.zip.ZipException: invalid literal/lengths set
  17. at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164)
  18. at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
  19. at java.io.BufferedInputStream.read(BufferedInputStream.java:265)
  20. at java.io.DataInputStream.readByte(DataInputStream.java:265)
  21. at net.minecraft.server.v1_12_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:75)
  22. at net.minecraft.server.v1_12_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:53)
  23. at net.minecraft.server.v1_12_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:43)
  24. at net.minecraft.server.v1_12_R1.RegionFileCache.d(RegionFileCache.java:87)
  25. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:62)
  26. at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:21)
  27. ... 7 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement