Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minecraft server crashes and fills my logs #3278

Open
gragorther opened this issue Jan 24, 2025 · 1 comment
Open

Minecraft server crashes and fills my logs #3278

gragorther opened this issue Jan 24, 2025 · 1 comment

Comments

@gragorther
Copy link

Describe the problem

When I run the Minecraft server it occasionally does a "crash" and fills my storage

Container definition

services:
  mc:
    image: itzg/minecraft-server
    container_name: paper
    labels:
      - traefik.enable=true
      - traefik.http.routers.http-analytics.entryPoints=http
      - traefik.http.routers.http-analytics.rule=Host(`analytics.gregtech.eu`)
      - traefik.http.middlewares.https_redirect.redirectscheme.scheme=https
      - traefik.http.middlewares.https_redirect.redirectscheme.permanent=true
      - traefik.http.routers.http-analytics.middlewares=https_redirect
      - traefik.http.routers.https-analytics.entryPoints=https
      - traefik.http.routers.https-analytics.rule=Host(`analytics.gregtech.eu`)
      - traefik.http.routers.https-analytics.service=analytics
      - traefik.http.routers.https-analytics.tls=true
      - traefik.http.services.analytics.loadbalancer.server.port=8804
      - traefik.http.routers.https-analytics.tls.certResolver=le-ssl
    environment:
      EULA: "true"
      TYPE: PAPER
      VIEW_DISTANCE: 32
      SIMULATION_DISTANCE: 32
      MEMORY: 7000M
      USE_AIKAR_FLAGS: true
    ports:
      - "25565:25565"
      - "45999:45999"
    volumes:
      - ./data:/data
    restart: always
volumes:
  mc-paper: {}
networks:
  default:
    name: traefik_access
    external: true

Container logs

paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:35) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:532) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.loadCompound(CompoundTag.java:57) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:35) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.ListTag$1.loadList(ListTag.java:41) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.ListTag$1.load(ListTag.java:21) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.ListTag$1.load(ListTag.java:14) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:532) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.loadCompound(CompoundTag.java:57) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:35) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.readTagSafe(NbtIo.java:196) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.readUnnamedTag(NbtIo.java:190) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.read(NbtIo.java:126) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.read(NbtIo.java:117) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.world.level.chunk.storage.RegionFileStorage.moonrise$finishRead(RegionFileStorage.java:233) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at ca.spottedleaf.moonrise.patches.chunk_system.io.datacontroller.ChunkDataController.finishRead(ChunkDataController.java:48) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at ca.spottedleaf.moonrise.patches.chunk_system.io.MoonriseRegionFileIO$ChunkIOTask.performReadDecompress(MoonriseRegionFileIO.java:1140) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue$PrioritisedQueuedTask.execute(PrioritisedTaskQueue.java:281) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue.executeTask(PrioritisedTaskQueue.java:101) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedThreadPool$ExecutorGroup$ThreadPoolExecutor.executeTask(PrioritisedThreadPool.java:533) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedThreadPool$PrioritisedThread.pollTasks(PrioritisedThreadPool.java:354) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedQueueExecutorThread.doRun(PrioritisedQueueExecutorThread.java:60) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedQueueExecutorThread.run(PrioritisedQueueExecutorThread.java:49) ~[concurrentutil-0.0.3.jar:?]
paper  | Caused by: java.util.zip.ZipException: invalid distance too far back
paper  | 	at java.base/java.util.zip.InflaterInputStream.read(Unknown Source) ~[?:?]
paper  | 	at net.minecraft.util.FastBufferedInputStream.fill(FastBufferedInputStream.java:94) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.util.FastBufferedInputStream.read(FastBufferedInputStream.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at java.base/java.io.DataInputStream.readFully(Unknown Source) ~[?:?]
paper  | 	at java.base/java.io.DataInputStream.readLong(Unknown Source) ~[?:?]
paper  | 	at net.minecraft.nbt.LongArrayTag$1.readAccounted(LongArrayTag.java:31) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.LongArrayTag$1.load(LongArrayTag.java:16) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.LongArrayTag$1.load(LongArrayTag.java:13) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:532) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	... 27 more
paper  | [16:11:32 ERROR]: [ca.spottedleaf.moonrise.patches.chunk_system.io.MoonriseRegionFileIO] Failed to decompress chunk data for task: Task for world: 'world' at (277,-70) type: CHUNK_DATA, hash: 669844978
paper  | net.minecraft.nbt.ReportedNbtException: Loading NBT data
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:538) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.loadCompound(CompoundTag.java:57) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:35) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:532) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.loadCompound(CompoundTag.java:57) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:35) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.ListTag$1.loadList(ListTag.java:41) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.ListTag$1.load(ListTag.java:21) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.ListTag$1.load(ListTag.java:14) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:532) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.loadCompound(CompoundTag.java:57) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:35) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.readTagSafe(NbtIo.java:196) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.readUnnamedTag(NbtIo.java:190) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.read(NbtIo.java:126) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.read(NbtIo.java:117) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.world.level.chunk.storage.RegionFileStorage.moonrise$finishRead(RegionFileStorage.java:233) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at ca.spottedleaf.moonrise.patches.chunk_system.io.datacontroller.ChunkDataController.finishRead(ChunkDataController.java:48) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at ca.spottedleaf.moonrise.patches.chunk_system.io.MoonriseRegionFileIO$ChunkIOTask.performReadDecompress(MoonriseRegionFileIO.java:1140) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue$PrioritisedQueuedTask.execute(PrioritisedTaskQueue.java:281) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue.executeTask(PrioritisedTaskQueue.java:101) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedThreadPool$ExecutorGroup$ThreadPoolExecutor.executeTask(PrioritisedThreadPool.java:533) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedThreadPool$PrioritisedThread.pollTasks(PrioritisedThreadPool.java:354) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedQueueExecutorThread.doRun(PrioritisedQueueExecutorThread.java:72) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedQueueExecutorThread.run(PrioritisedQueueExecutorThread.java:49) ~[concurrentutil-0.0.3.jar:?]
paper  | Caused by: java.util.zip.ZipException: invalid distance too far back
paper  | 	at java.base/java.util.zip.InflaterInputStream.read(Unknown Source) ~[?:?]
paper  | 	at net.minecraft.util.FastBufferedInputStream.fill(FastBufferedInputStream.java:94) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.util.FastBufferedInputStream.read(FastBufferedInputStream.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at java.base/java.io.DataInputStream.readFully(Unknown Source) ~[?:?]
paper  | 	at java.base/java.io.DataInputStream.readLong(Unknown Source) ~[?:?]
paper  | 	at net.minecraft.nbt.LongArrayTag$1.readAccounted(LongArrayTag.java:31) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.LongArrayTag$1.load(LongArrayTag.java:16) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.LongArrayTag$1.load(LongArrayTag.java:13) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:532) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	... 27 more
paper  | [16:11:32 ERROR]: [ca.spottedleaf.moonrise.patches.chunk_system.io.MoonriseRegionFileIO] Failed to decompress chunk data for task: Task for world: 'world' at (277,-70) type: CHUNK_DATA, hash: 669844978
paper  | net.minecraft.nbt.ReportedNbtException: Loading NBT data
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:538) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.loadCompound(CompoundTag.java:57) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:35) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:532) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.loadCompound(CompoundTag.java:57) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:35) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.ListTag$1.loadList(ListTag.java:41) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.ListTag$1.load(ListTag.java:21) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.ListTag$1.load(ListTag.java:14) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:532) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.loadCompound(CompoundTag.java:57) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:35) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.readTagSafe(NbtIo.java:196) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.readUnnamedTag(NbtIo.java:190) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.read(NbtIo.java:126) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.read(NbtIo.java:117) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.world.level.chunk.storage.RegionFileStorage.moonrise$finishRead(RegionFileStorage.java:233) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at ca.spottedleaf.moonrise.patches.chunk_system.io.datacontroller.ChunkDataController.finishRead(ChunkDataController.java:48) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at ca.spottedleaf.moonrise.patches.chunk_system.io.MoonriseRegionFileIO$ChunkIOTask.performReadDecompress(MoonriseRegionFileIO.java:1140) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue$PrioritisedQueuedTask.execute(PrioritisedTaskQueue.java:281) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue.executeTask(PrioritisedTaskQueue.java:101) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedThreadPool$ExecutorGroup$ThreadPoolExecutor.executeTask(PrioritisedThreadPool.java:533) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedThreadPool$PrioritisedThread.pollTasks(PrioritisedThreadPool.java:354) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedQueueExecutorThread.doRun(PrioritisedQueueExecutorThread.java:60) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedQueueExecutorThread.run(PrioritisedQueueExecutorThread.java:49) ~[concurrentutil-0.0.3.jar:?]
paper  | Caused by: java.util.zip.ZipException: invalid distance too far back
paper  | 	at java.base/java.util.zip.InflaterInputStream.read(Unknown Source) ~[?:?]
paper  | 	at net.minecraft.util.FastBufferedInputStream.fill(FastBufferedInputStream.java:94) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.util.FastBufferedInputStream.read(FastBufferedInputStream.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at java.base/java.io.DataInputStream.readFully(Unknown Source) ~[?:?]
paper  | 	at java.base/java.io.DataInputStream.readLong(Unknown Source) ~[?:?]
paper  | 	at net.minecraft.nbt.LongArrayTag$1.readAccounted(LongArrayTag.java:31) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.LongArrayTag$1.load(LongArrayTag.java:16) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.LongArrayTag$1.load(LongArrayTag.java:13) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:532) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	... 27 more
paper  | [16:11:32 ERROR]: [ca.spottedleaf.moonrise.patches.chunk_system.io.MoonriseRegionFileIO] Failed to decompress chunk data for task: Task for world: 'world' at (277,-70) type: CHUNK_DATA, hash: 669844978
paper  | net.minecraft.nbt.ReportedNbtException: Loading NBT data
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:538) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.loadCompound(CompoundTag.java:57) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:35) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:532) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.loadCompound(CompoundTag.java:57) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:35) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.ListTag$1.loadList(ListTag.java:41) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.ListTag$1.load(ListTag.java:21) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.ListTag$1.load(ListTag.java:14) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:532) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.loadCompound(CompoundTag.java:57) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:35) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.readTagSafe(NbtIo.java:196) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.readUnnamedTag(NbtIo.java:190) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.read(NbtIo.java:126) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.read(NbtIo.java:117) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.world.level.chunk.storage.RegionFileStorage.moonrise$finishRead(RegionFileStorage.java:233) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at ca.spottedleaf.moonrise.patches.chunk_system.io.datacontroller.ChunkDataController.finishRead(ChunkDataController.java:48) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at ca.spottedleaf.moonrise.patches.chunk_system.io.MoonriseRegionFileIO$ChunkIOTask.performReadDecompress(MoonriseRegionFileIO.java:1140) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue$PrioritisedQueuedTask.execute(PrioritisedTaskQueue.java:281) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue.executeTask(PrioritisedTaskQueue.java:101) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedThreadPool$ExecutorGroup$ThreadPoolExecutor.executeTask(PrioritisedThreadPool.java:533) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedThreadPool$PrioritisedThread.pollTasks(PrioritisedThreadPool.java:354) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedQueueExecutorThread.doRun(PrioritisedQueueExecutorThread.java:72) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedQueueExecutorThread.run(PrioritisedQueueExecutorThread.java:49) ~[concurrentutil-0.0.3.jar:?]
paper  | Caused by: java.util.zip.ZipException: invalid distance too far back
paper  | 	at java.base/java.util.zip.InflaterInputStream.read(Unknown Source) ~[?:?]
paper  | 	at net.minecraft.util.FastBufferedInputStream.fill(FastBufferedInputStream.java:94) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.util.FastBufferedInputStream.read(FastBufferedInputStream.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at java.base/java.io.DataInputStream.readFully(Unknown Source) ~[?:?]
paper  | 	at java.base/java.io.DataInputStream.readLong(Unknown Source) ~[?:?]
paper  | 	at net.minecraft.nbt.LongArrayTag$1.readAccounted(LongArrayTag.java:31) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.LongArrayTag$1.load(LongArrayTag.java:16) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.LongArrayTag$1.load(LongArrayTag.java:13) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:532) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	... 27 more
paper  | [16:11:32 ERROR]: [ca.spottedleaf.moonrise.patches.chunk_system.io.MoonriseRegionFileIO] Failed to decompress chunk data for task: Task for world: 'world' at (277,-70) type: CHUNK_DATA, hash: 669844978
paper  | net.minecraft.nbt.ReportedNbtException: Loading NBT data
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:538) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.loadCompound(CompoundTag.java:57) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:35) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:532) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.loadCompound(CompoundTag.java:57) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:35) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.ListTag$1.loadList(ListTag.java:41) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.ListTag$1.load(ListTag.java:21) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.ListTag$1.load(ListTag.java:14) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:532) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.loadCompound(CompoundTag.java:57) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:35) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.readTagSafe(NbtIo.java:196) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.readUnnamedTag(NbtIo.java:190) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.read(NbtIo.java:126) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.read(NbtIo.java:117) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.world.level.chunk.storage.RegionFileStorage.moonrise$finishRead(RegionFileStorage.java:233) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at ca.spottedleaf.moonrise.patches.chunk_system.io.datacontroller.ChunkDataController.finishRead(ChunkDataController.java:48) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at ca.spottedleaf.moonrise.patches.chunk_system.io.MoonriseRegionFileIO$ChunkIOTask.performReadDecompress(MoonriseRegionFileIO.java:1140) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue$PrioritisedQueuedTask.execute(PrioritisedTaskQueue.java:281) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue.executeTask(PrioritisedTaskQueue.java:101) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedThreadPool$ExecutorGroup$ThreadPoolExecutor.executeTask(PrioritisedThreadPool.java:533) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedThreadPool$PrioritisedThread.pollTasks(PrioritisedThreadPool.java:354) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedQueueExecutorThread.doRun(PrioritisedQueueExecutorThread.java:60) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedQueueExecutorThread.run(PrioritisedQueueExecutorThread.java:49) ~[concurrentutil-0.0.3.jar:?]
paper  | Caused by: java.util.zip.ZipException: invalid distance too far back
paper  | 	at java.base/java.util.zip.InflaterInputStream.read(Unknown Source) ~[?:?]
paper  | 	at net.minecraft.util.FastBufferedInputStream.fill(FastBufferedInputStream.java:94) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.util.FastBufferedInputStream.read(FastBufferedInputStream.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at java.base/java.io.DataInputStream.readFully(Unknown Source) ~[?:?]
paper  | 	at java.base/java.io.DataInputStream.readLong(Unknown Source) ~[?:?]
paper  | 	at net.minecraft.nbt.LongArrayTag$1.readAccounted(LongArrayTag.java:31) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.LongArrayTag$1.load(LongArrayTag.java:16) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.LongArrayTag$1.load(LongArrayTag.java:13) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:532) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	... 27 more
paper  | [16:11:32 ERROR]: [ca.spottedleaf.moonrise.patches.chunk_system.io.MoonriseRegionFileIO] Failed to decompress chunk data for task: Task for world: 'world' at (277,-70) type: CHUNK_DATA, hash: 669844978
paper  | net.minecraft.nbt.ReportedNbtException: Loading NBT data
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:538) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.loadCompound(CompoundTag.java:57) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:35) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:532) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.loadCompound(CompoundTag.java:57) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:35) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.ListTag$1.loadList(ListTag.java:41) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.ListTag$1.load(ListTag.java:21) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.ListTag$1.load(ListTag.java:14) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:532) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.loadCompound(CompoundTag.java:57) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag$1.load(CompoundTag.java:35) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.readTagSafe(NbtIo.java:196) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.readUnnamedTag(NbtIo.java:190) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.read(NbtIo.java:126) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.NbtIo.read(NbtIo.java:117) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.world.level.chunk.storage.RegionFileStorage.moonrise$finishRead(RegionFileStorage.java:233) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at ca.spottedleaf.moonrise.patches.chunk_system.io.datacontroller.ChunkDataController.finishRead(ChunkDataController.java:48) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at ca.spottedleaf.moonrise.patches.chunk_system.io.MoonriseRegionFileIO$ChunkIOTask.performReadDecompress(MoonriseRegionFileIO.java:1140) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue$PrioritisedQueuedTask.execute(PrioritisedTaskQueue.java:281) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue.executeTask(PrioritisedTaskQueue.java:101) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedThreadPool$ExecutorGroup$ThreadPoolExecutor.executeTask(PrioritisedThreadPool.java:533) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedThreadPool$PrioritisedThread.pollTasks(PrioritisedThreadPool.java:354) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedQueueExecutorThread.doRun(PrioritisedQueueExecutorThread.java:60) ~[concurrentutil-0.0.3.jar:?]
paper  | 	at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedQueueExecutorThread.run(PrioritisedQueueExecutorThread.java:49) ~[concurrentutil-0.0.3.jar:?]
paper  | Caused by: java.util.zip.ZipException: invalid distance too far back
paper  | 	at java.base/java.util.zip.InflaterInputStream.read(Unknown Source) ~[?:?]
paper  | 	at net.minecraft.util.FastBufferedInputStream.fill(FastBufferedInputStream.java:94) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.util.FastBufferedInputStream.read(FastBufferedInputStream.java:42) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at java.base/java.io.DataInputStream.readFully(Unknown Source) ~[?:?]
paper  | 	at java.base/java.io.DataInputStream.readLong(Unknown Source) ~[?:?]
paper  | 	at net.minecraft.nbt.LongArrayTag$1.readAccounted(LongArrayTag.java:31) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.LongArrayTag$1.load(LongArrayTag.java:16) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.LongArrayTag$1.load(LongArrayTag.java:13) ~[paper-1.21.4.jar:1.21.4-121-88bbead]
paper  | 	at net.minecraft.nbt.CompoundTag.readNamedTagData(CompoundTag.java:532) ~[paper-1.21.4.jar:1.21.4-121-88bbead]

(this goes on and on)

@itzg
Copy link
Owner

itzg commented Jan 24, 2025

I am unable to provide support for server crashes since this image can only be responsible for the data directory setup and launching the Java process. Please contact PaperMC for support since you are using their server type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants