-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
Describe the problem
Since switching from itzg/minecraft-server:java24-graalvm to itzg/minecraft-server:java25-graalvm the better-fabric-console mod no longer seems to work. Instead of auto-complete I get literal space characters when pressing tab. I'm not sure what this is caused by, maybe the new templated log4j2 config?
I do see WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information) with the java25-graalvm image which might have something to do with it?
Also wasn't sure if I should submit this to https://github.com/itzg/mc-server-runner or here but I figured I'd start here.
Container definition
Minimal reproduction:
Autocomplete doesn't work here
docker run -it \
-e TYPE=FABRIC \
-e EULA=TRUE \
-e VERSION=1.21.11 \
-e MODRINTH_DOWNLOAD_DEPENDENCIES=required \
-e MODRINTH_PROJECTS=fabric-api,better-fabric-console \
itzg/minecraft-server:java25-graalvm
Autocomplete works here
docker run -it \
-e TYPE=FABRIC \
-e EULA=TRUE \
-e VERSION=1.21.11 \
-e MODRINTH_DOWNLOAD_DEPENDENCIES=required \
-e MODRINTH_PROJECTS=fabric-api,better-fabric-console \
itzg/minecraft-server:java24-graalvm