Roastd The verdict is in. 2 crit Roast your own server

The server ran out of memory

2 critical found. Every finding below comes from what was actually in the pasted files. Treat the fixes as suggestions: they cover the common causes, and this case may need more digging.

ForgeMinecraft 1.20.1

What this error means, and every way to fix it →

critical

The server ran out of memory

The server used more RAM than it was allowed. Give it more RAM (raise the RAM setting), or lower the view-distance in server.properties.

Usual suspects: the pack as a whole rather than one mod; memory-leak-prone mods (the AllTheLeaks report in the log, if present, names them).

which explains: The server stalled for too long and was stopped
The stall is a symptom of the finding above, not a separate problem.

which explains: The server crashed and then hung
The hang is the aftermath; the crash above is the story.

which explains: The tick loop fell 4732ms behind, 94 ticks in one go
The tick loop falls behind because of the finding above, not on its own.

Plans with the right headroom →Why this happens: Fixing java.lang.OutOfMemoryError →jump to line 12
critical

Two mods clash inside this pack

A mod patched the game expecting a library or another mod that is missing or the wrong version, so the game crashed when that code ran. The stack trace names the mod (look for handler$...$modname). Remove or exclude that mod server-side, or ask the pack author to ship its missing dependency. The trace points at bettermobcombat.

Usual suspects: the mod named in the mixin or handler frame of the crash.

Why this happens: Mixin apply failed →jump to line 8

2 sensitive values (addresses, passwords and the like) were stripped before this page was stored.

The log

As received, after redaction.

  1. [12:03:11] [Server thread/INFO]: Starting minecraft server version 1.20.1
  2. [12:03:11] [Server thread/INFO]: Loading properties
  3. [12:03:12] [modloading-worker-0/INFO]: MinecraftForge v47.2.0 Initialized
  4. [12:03:14] [Server thread/INFO]: Preparing level "world"
  5. [12:03:31] [Server thread/INFO]: Done (19.402s)! For help, type "help"
  6. [12:14:02] [Server thread/INFO]: Steve joined the game from [redacted-ip]
  7. [12:19:47] [Server thread/ERROR]: Encountered an unexpected exception
  8. java.util.concurrent.CompletionException: java.lang.AbstractMethodError: Method net/minecraft/world/entity/animal/Sheep.getAnimationStack()Ldev/kosmx/playerAnim/api/layered/AnimationStack; is abstract
  9. at net.minecraft.world.entity.Mob.handler$dbn000$bettermobcombat$post_init(Mob.java:9724) ~[server-1.20.1-20230612.114412-srg.jar%231312!/:?]
  10. at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:876)
  11. [12:19:48] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 4732ms or 94 ticks behind
  12. [12:24:19] [Server thread/ERROR]: java.lang.OutOfMemoryError: Java heap space
  13. at net.minecraft.world.level.chunk.storage.ChunkSerializer.read(ChunkSerializer.java:112)
  14. [12:24:20] [Watchdog/ERROR]: A single server tick took 62.34 seconds (should be max 0.05)
  15. [12:24:20] [Watchdog/ERROR]: Considering it to be crashed, server will forcibly shutdown.
  16. [12:24:31] [Server Shutdown Thread/INFO]: Stopping server
  17. [12:24:55] [Server thread/ERROR]: Seems like you crashed and the server got stuck
  18. rcon.password=[redacted]
  19. [12:24:56] [Server thread/INFO]: Steve lost connection: Disconnected

Need more help or want to discuss your issue further? Join our Discord and bring the link to this page.

Join our Discord

Run a community? Add the Roastd bot and anyone can roast a crash log in your support channel.

Add the Roastd bot

Got a server of your own that deserves a second opinion?

Roast your own server

Roastd is a free tool built by Hostd. This diagnosis stays put. The log it was read from is deleted on a timer.