mojira.dev
MC-158575

log-limit is not a recognized option java 11

Starting the Server with java -Xmx2024M -jar server.jar nogui --log-limit 10000
ends in crash with the code below.
lower versions work, verions 1.14< won't work.

[main/FATAL]: Failed to start the minecraft server
joptsimple.UnrecognizedOptionException: log-limit is not a recognized option
at joptsimple.OptionException.unrecognizedOption(OptionException.java:108) ~[server.jar:?]
at joptsimple.OptionParser.handleLongOptionToken(OptionParser.java:510) ~[server.jar:?]
at joptsimple.OptionParserState$2.handleArgument(OptionParserState.java:56) ~[server.jar:?]
at joptsimple.OptionParser.parse(OptionParser.java:396) ~[server.jar:?]
at net.minecraft.server.MinecraftServer.main(SourceFile:879) [server.jar:?]

Linked issues

Comments 3

Please do not mark unreleased versions as affected.
You don't have access to them yet.

Please do not mark unreleased versions as affected.
You don't have access to them yet.

Duplicate of MC-140449. Please also note, only java 8 is currently officially supported for the game.

Lorenz

(Unassigned)

Unconfirmed

(Unassigned)

1.14.4

Retrieved