Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Minetest latest image bugged #58

Closed
1 task done
mariushosting opened this issue Feb 1, 2024 · 2 comments
Closed
1 task done

[BUG] Minetest latest image bugged #58

mariushosting opened this issue Feb 1, 2024 · 2 comments

Comments

@mariushosting
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Even if you correctly add the compose and spin up you will always get the following error message in the logs:
2024-02-01 20:01:40: ERROR[Main]: To run a Minetest server, you need to select a game using the '--gameid' argument.
2024-02-01 20:01:40: ERROR[Main]: Check out https://content.minetest.net for a selection of games to pick from and download.

Expected Behavior

No response

Steps To Reproduce

Using Docker compose install the latest Linuxserver image for minetest
Spin up the compose in the logs you will always see this:

2024-02-01 20:01:40: ERROR[Main]: To run a Minetest server, you need to select a game using the '--gameid' argument.
2024-02-01 20:01:40: ERROR[Main]: Check out https://content.minetest.net for a selection of games to pick from and download.

Environment

- OS:
- How docker service was installed:

CPU architecture

x86-64

Docker creation

services:
  minetest:
    image: lscr.io/linuxserver/minetest:latest
    container_name: minetest
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - CLI_ARGS=--gameid minetest --port 30000
    volumes:
      - /path/to/data:/config/.minetest
    ports:
      - 30000:30000/udp
    restart: unless-stopped

Container logs

2024-02-01 20:01:40: ERROR[Main]: To run a Minetest server, you need to select a game using the '--gameid' argument.
2024-02-01 20:01:40: ERROR[Main]: Check out https://content.minetest.net for a selection of games to pick from and download.
Copy link

github-actions bot commented Feb 1, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@thespad
Copy link
Member

thespad commented Feb 1, 2024

https://github.com/linuxserver/docker-minetest?tab=readme-ov-file#bundled-games

As per upstream request this image no longer includes minetest_game, so if required you will need to either install via ContentDB or download it from their repo and copy to /config/.minetest/games/minetest

@thespad thespad closed this as not planned Won't fix, can't repro, duplicate, stale Feb 1, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants