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 #12003

Open
gragorther opened this issue Jan 24, 2025 · 9 comments
Open

Minecraft server crashes and fills my logs #12003

gragorther opened this issue Jan 24, 2025 · 9 comments
Labels

Comments

@gragorther
Copy link

Stack trace

https://mclo.gs/dqO62Wz

Plugin and Datapack List

AdvancedTeleport, BetterChairs, BetterMessages, MiniMOTD, PingDisplay, Plan, ProtocolLib, SeeMore, ViaBackwards, ViaVersion

Actions to reproduce (if known)

No response

Paper version

This server is running Paper version 1.21.4-121-main@88bbead (2025-01-22T20:05:15Z) (Implementing API version 1.21.4-R0.1-SNAPSHOT)
You are running the latest version
Previous version: 1.21.4-118-73f7736 (MC: 1.21.4)

Other

I use https://github.com/itzg/docker-minecraft-server and here is my docker compose file:

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
@papermc-sniffer papermc-sniffer bot added the version: 1.21.4 Game version 1.21.4 label Jan 24, 2025
@electronicboy
Copy link
Member

Looks like a corrupted chunk, and the thing is stuck in a tizzy trying to read it

@gragorther
Copy link
Author

Looks like a corrupted chunk, and the thing is stuck in a tizzy trying to read it

at 118,161 right?

@gragorther
Copy link
Author

Also could it perhaps have something to do with this warning I got from LibertyBans, which I just tried to install:

paper  | [16:45:13 INFO]: [LibertyBans] Enabling LibertyBans v1.1.0-RC2
paper  | [16:45:13 WARN]: [LibertyBans] *******************************************
paper  | We have detected bugs on your server which threaten your server's stability.
paper  | LibertyBans will continue to operate unaffected, but we strongly suggest you fix these bugs.
paper  | 
paper  | These bugs are (most likely) due to other plugins' mistakes. Each of the following plugins has shaded a library but did not relocate it. You should report each bug to the plugin author.
paper  | 
paper  | Plugin Name | Library Name | Class Detected
paper  | ----------------------------------------------
paper  | Plugin 'Plan 5.6 build 2959' | Jakarta-Inject | jakarta.inject.Provider
paper  | 
paper  | Note for advanced users: Understanding the consequences, you can minimize this warning by setting the system property libertybans.relocationbug.disablecheck to 'true'
paper  | *******************************************

@electronicboy
Copy link
Member

Looks like a corrupted chunk, and the thing is stuck in a tizzy trying to read it

at 118,161 right?

Yes

Also could it perhaps have something to do with this warning I got from LibertyBans, which I just tried to install:

paper  | [16:45:13 INFO]: [LibertyBans] Enabling LibertyBans v1.1.0-RC2
paper  | [16:45:13 WARN]: [LibertyBans] *******************************************
paper  | We have detected bugs on your server which threaten your server's stability.
paper  | LibertyBans will continue to operate unaffected, but we strongly suggest you fix these bugs.
paper  | 
paper  | These bugs are (most likely) due to other plugins' mistakes. Each of the following plugins has shaded a library but did not relocate it. You should report each bug to the plugin author.
paper  | 
paper  | Plugin Name | Library Name | Class Detected
paper  | ----------------------------------------------
paper  | Plugin 'Plan 5.6 build 2959' | Jakarta-Inject | jakarta.inject.Provider
paper  | 
paper  | Note for advanced users: Understanding the consequences, you can minimize this warning by setting the system property libertybans.relocationbug.disablecheck to 'true'
paper  | *******************************************

no

@gragorther
Copy link
Author

I teleported to those coordinates and there was nothing interesting going on there. I can still delete the region files tho.

@Warriorrrr
Copy link
Member

If the corrupt chunk is still there in the region file you can upload it here so it can be looked at

@Warriorrrr Warriorrrr added resolution: awaiting response Additional information is required from the issue reporter and removed status: needs triage labels Jan 25, 2025
@gragorther
Copy link
Author

If the corrupt chunk is still there in the region file you can upload it here so it can be looked at

Sorry I am a bit silly, where does it say which region file caused the issue?

@Warriorrrr
Copy link
Member

You can convert from chunk coords to region file coords using online tools, the chunk at x118 z161 corresponds to the r.3.5.mca file

@gragorther
Copy link
Author

Here's the file: https://files.catbox.moe/fho97w.mca

I assume it should be the one from the world folder

@Warriorrrr Warriorrrr added status: needs triage and removed resolution: awaiting response Additional information is required from the issue reporter labels Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants