Skip to content

better-fabric-console (autocomplete) no longer working #3877

@brw

Description

@brw

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

Container logs

java25-graalvm

java24-graalvm

java25-graalvm with LOG_LEVEL=debug

java24-graalvm with LOG_LEVEL=debug

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions