[BDS-12807] Ubuntu crash "Cannot find vanilla resource pack" Created: 12/Apr/21 Updated: 23/Sep/21 Resolved: 23/Sep/21 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.16.220 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Evan Ellsworth | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Toshiba Sattelite C55T [4GB model], Ubuntu 18.04 Desktop |
||
| Confirmation Status: | Unconfirmed |
| Description |
|
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 |
| Comment by [MCQA] Kinga Izdebska [ 23/Sep/21 ] |
|
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: |
| Comment by [MCQA] Kinga Izdebska [ 23/Jun/21 ] |
|
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). |
| Comment by DSCRM [ 16/May/21 ] |
|
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. |