• Bitte beachte, dass wir eine Serverliste sind!
    Wenn du ein Problem auf einem Server hast (z.B. Entbannantrag, etc), dann ist das Forum hier der falsche Ort.
  • Es freut uns dass du in unser Minecraft Forum gefunden hast. Hier kannst du mit über 130.000 Minecraft Fans über Minecraft diskutieren, Fragen stellen und anderen helfen. In diesem Minecraft Forum kannst du auch nach Teammitgliedern, Administratoren, Moderatoren , Supporter oder Sponsoren suchen. Gerne kannst du im Offtopic Bereich unseres Minecraft Forums auch über nicht Minecraft spezifische Themen reden. Wir hoffen dir gefällt es in unserem Minecraft Forum!

Wieder ein Servercrash...

raffnix

Redstoneengineer
Registriert
5 Juni 2017
Beiträge
30
Alter
28
Diamanten
252
Minecraft
raffnix_
Heyho Leute,

habe seit kurzem Servercrashs, wo ich nicht weiß wo die herkommen...soweit mir das aufgefallen ist, kann das Plugin "MythicMobs" daran schuld sein, was ich jedoch anhand der Crashmeldung leider nicht bestätigen kann. Probleme machen wohl irgendwelche NBT-Tags, aber mehr weiß ich auch nicht. Hoffe jemand weiß aus der Community woran das liegt und wie man das beheben kann :eek:

LG und danke im Voraus

Code:
[18:42:51] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.server.v1_12_R1.ReportedException: Loading NBT data
    at net.minecraft.server.v1_12_R1.NBTTagCompound.a(NBTTagCompound.java:405) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTTagCompound.load(NBTTagCompound.java:55) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTTagList.load(NBTTagList.java:60) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTTagCompound.a(NBTTagCompound.java:397) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTTagCompound.load(NBTTagCompound.java:55) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTTagCompound.a(NBTTagCompound.java:397) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTTagCompound.load(NBTTagCompound.java:55) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:84) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:53) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:43) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.RegionFileCache.d(RegionFileCache.java:107) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:73) ~[patched_1.12.2.jar:git-Paper-1297]
    at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:23) ~[patched_1.12.2.jar:git-Paper-1297]
    at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:16) ~[patched_1.12.2.jar:git-Paper-1297]
    at org.bukkit.craftbukkit.v1_12_R1.util.Asynchronou***ecutor$Task.init(Asynchronou***ecutor.java:150) ~[patched_1.12.2.jar:git-Paper-1297]
    at org.bukkit.craftbukkit.v1_12_R1.util.Asynchronou***ecutor$Task.initAsync(Asynchronou***ecutor.java:95) ~[patched_1.12.2.jar:git-Paper-1297]
    at org.bukkit.craftbukkit.v1_12_R1.util.Asynchronou***ecutor$Task.run(Asynchronou***ecutor.java:85) ~[patched_1.12.2.jar:git-Paper-1297]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) ~[?:?]
    at java.lang.Thread.run(Thread.java:844) [?:?]
Caused by: java.util.zip.ZipException: incorrect data check
    at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:165) ~[?:?]
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:246) ~[?:?]
    at java.io.BufferedInputStream.read(BufferedInputStream.java:265) ~[?:?]
    at java.io.DataInputStream.readByte(DataInputStream.java:270) ~[?:?]
    at net.minecraft.server.v1_12_R1.NBTTagCompound.a(NBTTagCompound.java:386) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTTagCompound.load(NBTTagCompound.java:51) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTTagList.load(NBTTagList.java:60) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTTagCompound.a(NBTTagCompound.java:397) ~[patched_1.12.2.jar:git-Paper-1297]
    ... 19 more
[18:42:51] [Server thread/ERROR]:     Cause of unexpected exception was
java.util.zip.ZipException: incorrect data check
    at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:165) ~[?:?]
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:246) ~[?:?]
    at java.io.BufferedInputStream.read(BufferedInputStream.java:265) ~[?:?]
    at java.io.DataInputStream.readByte(DataInputStream.java:270) ~[?:?]
    at net.minecraft.server.v1_12_R1.NBTTagCompound.a(NBTTagCompound.java:386) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTTagCompound.load(NBTTagCompound.java:51) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTTagList.load(NBTTagList.java:60) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTTagCompound.a(NBTTagCompound.java:397) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTTagCompound.load(NBTTagCompound.java:55) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTTagList.load(NBTTagList.java:60) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTTagCompound.a(NBTTagCompound.java:397) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTTagCompound.load(NBTTagCompound.java:55) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTTagCompound.a(NBTTagCompound.java:397) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTTagCompound.load(NBTTagCompound.java:55) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:84) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:53) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:43) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.RegionFileCache.d(RegionFileCache.java:107) ~[patched_1.12.2.jar:git-Paper-1297]
    at net.minecraft.server.v1_12_R1.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:73) ~[patched_1.12.2.jar:git-Paper-1297]
    at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:23) ~[patched_1.12.2.jar:git-Paper-1297]
    at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:16) ~[patched_1.12.2.jar:git-Paper-1297]
    at org.bukkit.craftbukkit.v1_12_R1.util.Asynchronou***ecutor$Task.init(Asynchronou***ecutor.java:150) ~[patched_1.12.2.jar:git-Paper-1297]
    at org.bukkit.craftbukkit.v1_12_R1.util.Asynchronou***ecutor$Task.initAsync(Asynchronou***ecutor.java:95) ~[patched_1.12.2.jar:git-Paper-1297]
    at org.bukkit.craftbukkit.v1_12_R1.util.Asynchronou***ecutor$Task.run(Asynchronou***ecutor.java:85) ~[patched_1.12.2.jar:git-Paper-1297]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) ~[?:?]
    at java.lang.Thread.run(Thread.java:844) [?:?]
 
Oben