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
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.
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.