mojira.dev
MC-35008

13w41b snapshot server ignoring nogui argument

when launching the minecraft server 13w41b jar using a batch file with the argument nogui. The Server gui still appears, as if the no gui argument is ignored.

Attachments

Comments 6

It works for me with the latest snapshot (13w41b). You need to use the argument "--nogui" (no quotes) with 2 dashes. In your batch file you're using "-nogui" with only one dash.

I have this problem too with 1.7.2. The problem does not occur with 1.6.4.

My start.sh script looks like:

tail -n 0 -f stdin.commandlist | java -Xmx1G -Xms1G -jar minecraft_server.jar nogui 1>>command.log 2>>error.log

I have tried replacing nogui with --nogui, it makes no difference

Is this still a concern in the latest Minecraft version 14w02c? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases.

This is invalid because the nogui command is "nogui" and not "-nogui"

Brian, your comment is invalid. It can be either.

This ticket is incomplete without the requested information, no response has been received within a reasonable time and we are assuming this is no longer an issue. If you are still experiencing this issue, we can reopen it at your request.

haybale100

(Unassigned)

Unconfirmed

server

Minecraft 13w41b

Retrieved