Simple as that - when attempting to launch the dedicated server on Ubuntu 18.04, I get the error "Failed to load vanilla resource pack, is the vanilla pack missing from the loaded world?"
It also fails to find server.properties and whitelist.json, which I assume is causing problems.
[2021-04-12 14:55:15 INFO] Starting Server
[2021-04-12 14:55:15 INFO] Version 1.16.220.02
[2021-04-12 14:55:15 ERROR] Error reading file: server.properties
[2021-04-12 14:55:15 INFO] Level name: Level
[2021-04-12 14:55:15 ERROR] Error opening allow list file: whitelist.json
[2021-04-12 14:55:15 INFO] Game mode: 0 Survival
[2021-04-12 14:55:15 INFO] Difficulty: 1 EASY
[2021-04-12 14:55:15 ERROR] Failed to load Vanilla Resource Pack, is the vanilla pack missing from the loaded world?
Pressing return causes the terminal window to return to bash and printsΒ Quit correctly
in the window.
Additional note: I tried running the server with sudo and without sudo, both times it fails at the exact same point.
Comments 6
You need to launch the server directly from within the folder it was extracted to. Starting it from another location with absolute path parameter (e.g. /srv/minecraft as path while in home folder) threw the same error as you have.
Is this still an issue in the latest version? If so, can you please add it to the affected versions (or mention it if you are not the reporter).
This ticket will automatically reopen when you reply.
Is this still an issue in the latest version? If so, can you please add it to the affected versions (or mention it if you are not the reporter).
This ticket will automatically reopen when you reply.
Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.
Quick Links:
π Issue Guidelines β π¬ Mojang Support β π§ Suggestions β π Minecraft Wiki
Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.
Quick Links:
π Issue Guidelines β π¬ Mojang Support β π§ Suggestions β π Minecraft Wiki
You need to launch the server directly from within the folder it was extracted to. Starting it from another location with absolute path parameter (e.g. /srv/minecraft as path while in home folder) threw the same error as you have.