Skip to content

Java 8 Fatal error attempting to install and start The Lost Eras Modpack #3571

@ReimuDuck

Description

@ReimuDuck

Describe the problem

The modpack and server all seemingly install as intended, however when it goes to actually start there's a fatal error detected. Trying to setup the server on my debian server works fine and has no issues so I'm unsure of the problem.

Container definition

docker-compose:

version: "3"
services:
mc:
image: itzg/minecraft-server:2025.6.2-java8
tty: true
restart: unless-stopped
stdin_open: true
environment:
MODPACK_PLATFORM: MODRINTH
VIEW_DISTANCE: 15
MAX_MEMORY: 8G
DIFFICULTY: normal
MOTD: Pokemon is real?
EULA: "true"
MODRINTH_MODPACK: the-lost-era
ports:
- "25565:25565"
volumes:
- ./minecraft:/data

Container logs

Error when starting server:

A fatal error has been detected by the Java Runtime Environment:

SIGBUS (0x7) at pc=0x00007fcd6f2f2ba0, pid=263, tid=0x00007fcd4b8fe700

JRE version: OpenJDK Runtime Environment (8.0_312-b07) (build 1.8.0_312-b07)

Java VM: OpenJDK 64-Bit Server VM (25.312-b07 mixed mode linux-amd64 compressed oops)

Problematic frame:

C [libzip.so+0x11ba0] newEntry.isra.4+0x60

Core dump written. Default location: /data/core or core.263

If you would like to submit a bug report, please visit:

https://github.com/adoptium/adoptium-support/issues

The crash happened outside the Java Virtual Machine in native code.

See problematic frame for where to report the bug.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions