[GH-ISSUE #4818] [Bug]: Vintage Story server requires .NET 8 (LGSM still installs .NET 7) #2986

Open
opened 2026-02-27 03:06:38 +03:00 by kerem · 2 comments
Owner

Originally created by @Yanoee on GitHub (Sep 1, 2025).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/4818

User story

I was trying to install VS server on Debian 11 and server was not starting at all.

Game

Vintage Story

Linux distro

Debian 11

Command

command: start, command: update, command: install, command: update-lgsm

Further information

The Vintage Story dedicated server was recently updated to require .NET 8 runtime.
LGSM dependency check currently installs dotnet-runtime-7.0, which causes the server to fail.

Error from ./vintsserver debug:

Framework: 'Microsoft.NETCore.App', version '8.0.0' (x64)
The following frameworks were found:
7.0.20 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]
You must install or update .NET to run this application.
Server has stopped: exit code: 150

Fix / Workaround:
Manually install Microsoft’s repo and .NET 8 runtime:

wget https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
dpkg -i packages-microsoft-prod.deb
apt update
apt install -y dotnet-runtime-8.0

After installing .NET 8, the server runs normally.

Relevant log output

Sep 01 05:19:17.429 vintsserver: INSTALL: INFO: Logs installed
Sep 01 05:19:18.048 vintsserver: INSTALL: PASS: Downloading check_deps.sh...
Sep 01 05:19:19.098 vintsserver: INSTALL: PASS: Checking debian-11.csv
Sep 01 05:19:21.047 vintsserver: INSTALL: PASS: Downloading debian-11.csv...
Sep 01 05:19:24.188 vintsserver: INSTALL: WARN: Missing dependencies: bc binutils bsdmainutils distro-info dotnet-runtime-7.0 jq lib32gcc-s1 lib32stdc++6 netcat pigz uuid-runtime
Sep 01 05:19:25.029 vintsserver: INSTALL: PASS: Downloading packages-microsoft-prod.deb...
Sep 01 05:19:50.177 vintsserver: INSTALL: WARN: vintsserver does not have sudo access. Manually install dependencies or run ./vintsserver install as root.
Sep 01 05:19:50.824 vintsserver: INSTALL: PASS: Downloading install_server_files.sh...
Sep 01 05:19:51.535 vintsserver: INSTALL: PASS: Downloading update_vints.sh...
Sep 01 05:19:51.663 vintsserver: INSTALL: FAIL: jq is not installed
Sep 01 05:19:52.262 vintsserver: INSTALL: PASS: Downloading core_exit.sh...
Sep 01 05:19:52.283 vintsserver: INSTALL: INFO: LinuxGSM version: v25.1.6
Sep 01 05:19:52.288 vintsserver: INSTALL: PASS: core_exit.sh exiting with code: 0
Sep 01 05:20:00.253 vintsserver: INSTALL: INFO: LinuxGSM version: v25.1.6
Sep 01 05:20:00.258 vintsserver: INSTALL: PASS: core_exit.sh exiting with code: 0
Sep 01 05:23:59.816 vintsserver: CORE: PASS: Downloading command_update_linuxgsm.sh...
Sep 01 05:24:01.073 vintsserver: UPDATE-LGSM: PASS: Downloading check_root.sh...
Sep 01 05:24:01.767 vintsserver: UPDATE-LGSM: PASS: Downloading check_logs.sh...
Sep 01 05:24:02.393 vintsserver: UPDATE-LGSM: PASS: Using cached IP as public IP address
Sep 01 05:24:02.648 vintsserver: UPDATE-LGSM: INFO: Updating LinuxGSM
Sep 01 05:24:03.267 vintsserver: UPDATE-LGSM: INFO: Selecting repo
Sep 01 05:24:04.608 vintsserver: UPDATE-LGSM: PASS: Checking GitHub script linuxgsm.sh
Sep 01 05:24:04.644 vintsserver: UPDATE-LGSM: INFO: Checking vintsserver
Sep 01 05:24:04.815 vintsserver: UPDATE-LGSM: INFO: Checking vintsserver
Sep 01 05:24:04.822 vintsserver: UPDATE-LGSM: INFO: Checking GitHub config _default.cfg
Sep 01 05:24:05.760 vintsserver: UPDATE-LGSM: PASS: Checking GitHub config _default.cfg
Sep 01 05:24:05.770 vintsserver: UPDATE-LGSM: INFO: Checking GitHub debian-11.csv
Sep 01 05:24:06.692 vintsserver: UPDATE-LGSM: PASS: Checking GitHub debian-11.csv
Sep 01 05:24:07.587 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module check_deps.sh
Sep 01 05:24:08.503 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module check_glibc.sh
Sep 01 05:24:13.772 vintsserver: UPDATE-LGSM: ERROR: Checking GitHub module check_ip.sh
Sep 01 05:24:13.889 vintsserver: UPDATE-LGSM: PASS: Removing module check_ip.sh
Sep 01 05:24:14.659 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module check_logs.sh
Sep 01 05:24:15.570 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module check_permissions.sh
Sep 01 05:24:16.339 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module check_root.sh
Sep 01 05:24:17.308 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module check.sh
Sep 01 05:24:18.179 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module check_system_requirements.sh
Sep 01 05:24:19.093 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module check_tmuxception.sh
Sep 01 05:24:20.044 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module check_version.sh
Sep 01 05:24:21.043 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module command_install.sh
Sep 01 05:24:21.933 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module command_update_linuxgsm.sh
Sep 01 05:24:22.970 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module core_dl.sh
Sep 01 05:24:23.904 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module core_exit.sh
Sep 01 05:24:24.770 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module core_getopt.sh
Sep 01 05:24:25.639 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module core_legacy.sh
Sep 01 05:24:26.560 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module core_messages.sh
Sep 01 05:24:27.439 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module core_modules.sh
Sep 01 05:24:28.294 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module core_trap.sh
Sep 01 05:24:29.163 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module info_distro.sh
Sep 01 05:24:30.139 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module info_game.sh
Sep 01 05:24:30.992 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module install_header.sh
Sep 01 05:24:32.031 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module install_logs.sh
Sep 01 05:24:32.955 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module install_server_dir.sh
Sep 01 05:24:33.876 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module install_server_files.sh
Sep 01 05:24:34.767 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module update_vints.sh
Sep 01 05:24:34.878 vintsserver: UPDATE-LGSM: PASS: Updating modules
Sep 01 05:24:34.898 vintsserver: UPDATE-LGSM: INFO: LinuxGSM version: v25.1.6
Sep 01 05:24:34.902 vintsserver: UPDATE-LGSM: PASS: core_exit.sh exiting with code: 0
Sep 01 05:25:18.076 vintsserver: INSTALL: INFO: Logs installed
Sep 01 05:25:22.049 vintsserver: INSTALL: INFO: Required dependencies already installed.
Sep 01 05:25:27.306 vintsserver: INSTALL: PASS: Downloading vs_server_linux-x64_1.21.0.tar.gz...
Sep 01 05:25:27.722 vintsserver: INSTALL: PASS: Verifying vs_server_linux-x64_1.21.0.tar.gz with MD5
Sep 01 05:25:27.727 vintsserver: INSTALL: INFO: vs_server_linux-x64_1.21.0.tar.gz returned MD5 checksum: d16707a5d8e5725cf5c10c9699e03e3c
Sep 01 05:25:27.734 vintsserver: INSTALL: INFO: Expected MD5 checksum: d16707a5d8e5725cf5c10c9699e03e3c
Sep 01 05:25:33.856 vintsserver: INSTALL: PASS: Extracting vs_server_linux-x64_1.21.0.tar.gz
Sep 01 05:25:34.021 vintsserver: INSTALL: PASS: clearing tmp directory /home/vintsserver/lgsm/tmp
Sep 01 05:25:38.276 vintsserver: INSTALL: PASS: Downloading check_gamedig.sh...
Sep 01 05:25:39.031 vintsserver: INSTALL: PASS: Downloading install_config.sh...
Sep 01 05:25:39.738 vintsserver: INSTALL: PASS: Downloading fix.sh...
Sep 01 05:25:40.642 vintsserver: INSTALL: PASS: Downloading install_stats.sh...
Sep 01 05:25:46.785 vintsserver: INSTALL: PASS: Downloading install_complete.sh...
Sep 01 05:25:46.816 vintsserver: INSTALL: PASS: Install Complete!
Sep 01 05:25:46.954 vintsserver: INSTALL: INFO: LinuxGSM version: v25.1.6
Sep 01 05:25:46.959 vintsserver: INSTALL: PASS: core_exit.sh exiting with code: 0
Sep 01 05:25:56.810 vintsserver: CORE: PASS: Downloading linuxgsm.sh...
Sep 01 05:25:58.051 vintsserver: CORE: PASS: Downloading command_start.sh...
Sep 01 05:25:59.655 vintsserver: START: PASS: Downloading check_system_dir.sh...
Sep 01 05:26:00.323 vintsserver: START: PASS: Downloading check_executable.sh...
Sep 01 05:26:03.874 vintsserver: START: PASS: Downloading check_config.sh...
Sep 01 05:26:04.015 vintsserver: START: WARN: Configuration file missing!
Sep 01 05:26:04.029 vintsserver: START: WARN: /home/vintsserver/serverfiles/data/vintsserver/serverconfig.json
Sep 01 05:26:04.141 vintsserver: START: PASS: Using cached IP as public IP address
Sep 01 05:26:05.097 vintsserver: START: PASS: Downloading check_status.sh...
Sep 01 05:26:06.571 vintsserver: START: PASS: Using cached IP as public IP address
Sep 01 05:26:07.553 vintsserver: START: PASS: Downloading core_logs.sh...
Sep 01 05:26:08.276 vintsserver: START: INFO: Rotating log files

Steps to reproduce

  1. Fresh install Debian 11 (Bullseye) or Debian 12 (Bookworm).
  2. Create a new LGSM Vintage Story instance:
    ./linuxgsm.sh vintserver && ./vintsserver install
  3. Run the server:
    ./vintsserver start or ./vintsserver debug
  4. Observe that the server fails to launch.
Originally created by @Yanoee on GitHub (Sep 1, 2025). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/4818 ### User story I was trying to install VS server on Debian 11 and server was not starting at all. ### Game Vintage Story ### Linux distro Debian 11 ### Command command: start, command: update, command: install, command: update-lgsm ### Further information The Vintage Story dedicated server was recently updated to require .NET 8 runtime. LGSM dependency check currently installs dotnet-runtime-7.0, which causes the server to fail. Error from ./vintsserver debug: ------------------------------------------------ Framework: 'Microsoft.NETCore.App', version '8.0.0' (x64) The following frameworks were found: 7.0.20 at [/usr/share/dotnet/shared/Microsoft.NETCore.App] You must install or update .NET to run this application. Server has stopped: exit code: 150 ------------------------------------------------ ✅ Fix / Workaround: Manually install Microsoft’s repo and .NET 8 runtime: wget https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O packages-microsoft-prod.deb dpkg -i packages-microsoft-prod.deb apt update apt install -y dotnet-runtime-8.0 After installing .NET 8, the server runs normally. ### Relevant log output ```shell Sep 01 05:19:17.429 vintsserver: INSTALL: INFO: Logs installed Sep 01 05:19:18.048 vintsserver: INSTALL: PASS: Downloading check_deps.sh... Sep 01 05:19:19.098 vintsserver: INSTALL: PASS: Checking debian-11.csv Sep 01 05:19:21.047 vintsserver: INSTALL: PASS: Downloading debian-11.csv... Sep 01 05:19:24.188 vintsserver: INSTALL: WARN: Missing dependencies: bc binutils bsdmainutils distro-info dotnet-runtime-7.0 jq lib32gcc-s1 lib32stdc++6 netcat pigz uuid-runtime Sep 01 05:19:25.029 vintsserver: INSTALL: PASS: Downloading packages-microsoft-prod.deb... Sep 01 05:19:50.177 vintsserver: INSTALL: WARN: vintsserver does not have sudo access. Manually install dependencies or run ./vintsserver install as root. Sep 01 05:19:50.824 vintsserver: INSTALL: PASS: Downloading install_server_files.sh... Sep 01 05:19:51.535 vintsserver: INSTALL: PASS: Downloading update_vints.sh... Sep 01 05:19:51.663 vintsserver: INSTALL: FAIL: jq is not installed Sep 01 05:19:52.262 vintsserver: INSTALL: PASS: Downloading core_exit.sh... Sep 01 05:19:52.283 vintsserver: INSTALL: INFO: LinuxGSM version: v25.1.6 Sep 01 05:19:52.288 vintsserver: INSTALL: PASS: core_exit.sh exiting with code: 0 Sep 01 05:20:00.253 vintsserver: INSTALL: INFO: LinuxGSM version: v25.1.6 Sep 01 05:20:00.258 vintsserver: INSTALL: PASS: core_exit.sh exiting with code: 0 Sep 01 05:23:59.816 vintsserver: CORE: PASS: Downloading command_update_linuxgsm.sh... Sep 01 05:24:01.073 vintsserver: UPDATE-LGSM: PASS: Downloading check_root.sh... Sep 01 05:24:01.767 vintsserver: UPDATE-LGSM: PASS: Downloading check_logs.sh... Sep 01 05:24:02.393 vintsserver: UPDATE-LGSM: PASS: Using cached IP as public IP address Sep 01 05:24:02.648 vintsserver: UPDATE-LGSM: INFO: Updating LinuxGSM Sep 01 05:24:03.267 vintsserver: UPDATE-LGSM: INFO: Selecting repo Sep 01 05:24:04.608 vintsserver: UPDATE-LGSM: PASS: Checking GitHub script linuxgsm.sh Sep 01 05:24:04.644 vintsserver: UPDATE-LGSM: INFO: Checking vintsserver Sep 01 05:24:04.815 vintsserver: UPDATE-LGSM: INFO: Checking vintsserver Sep 01 05:24:04.822 vintsserver: UPDATE-LGSM: INFO: Checking GitHub config _default.cfg Sep 01 05:24:05.760 vintsserver: UPDATE-LGSM: PASS: Checking GitHub config _default.cfg Sep 01 05:24:05.770 vintsserver: UPDATE-LGSM: INFO: Checking GitHub debian-11.csv Sep 01 05:24:06.692 vintsserver: UPDATE-LGSM: PASS: Checking GitHub debian-11.csv Sep 01 05:24:07.587 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module check_deps.sh Sep 01 05:24:08.503 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module check_glibc.sh Sep 01 05:24:13.772 vintsserver: UPDATE-LGSM: ERROR: Checking GitHub module check_ip.sh Sep 01 05:24:13.889 vintsserver: UPDATE-LGSM: PASS: Removing module check_ip.sh Sep 01 05:24:14.659 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module check_logs.sh Sep 01 05:24:15.570 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module check_permissions.sh Sep 01 05:24:16.339 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module check_root.sh Sep 01 05:24:17.308 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module check.sh Sep 01 05:24:18.179 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module check_system_requirements.sh Sep 01 05:24:19.093 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module check_tmuxception.sh Sep 01 05:24:20.044 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module check_version.sh Sep 01 05:24:21.043 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module command_install.sh Sep 01 05:24:21.933 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module command_update_linuxgsm.sh Sep 01 05:24:22.970 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module core_dl.sh Sep 01 05:24:23.904 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module core_exit.sh Sep 01 05:24:24.770 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module core_getopt.sh Sep 01 05:24:25.639 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module core_legacy.sh Sep 01 05:24:26.560 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module core_messages.sh Sep 01 05:24:27.439 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module core_modules.sh Sep 01 05:24:28.294 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module core_trap.sh Sep 01 05:24:29.163 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module info_distro.sh Sep 01 05:24:30.139 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module info_game.sh Sep 01 05:24:30.992 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module install_header.sh Sep 01 05:24:32.031 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module install_logs.sh Sep 01 05:24:32.955 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module install_server_dir.sh Sep 01 05:24:33.876 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module install_server_files.sh Sep 01 05:24:34.767 vintsserver: UPDATE-LGSM: PASS: Checking GitHub module update_vints.sh Sep 01 05:24:34.878 vintsserver: UPDATE-LGSM: PASS: Updating modules Sep 01 05:24:34.898 vintsserver: UPDATE-LGSM: INFO: LinuxGSM version: v25.1.6 Sep 01 05:24:34.902 vintsserver: UPDATE-LGSM: PASS: core_exit.sh exiting with code: 0 Sep 01 05:25:18.076 vintsserver: INSTALL: INFO: Logs installed Sep 01 05:25:22.049 vintsserver: INSTALL: INFO: Required dependencies already installed. Sep 01 05:25:27.306 vintsserver: INSTALL: PASS: Downloading vs_server_linux-x64_1.21.0.tar.gz... Sep 01 05:25:27.722 vintsserver: INSTALL: PASS: Verifying vs_server_linux-x64_1.21.0.tar.gz with MD5 Sep 01 05:25:27.727 vintsserver: INSTALL: INFO: vs_server_linux-x64_1.21.0.tar.gz returned MD5 checksum: d16707a5d8e5725cf5c10c9699e03e3c Sep 01 05:25:27.734 vintsserver: INSTALL: INFO: Expected MD5 checksum: d16707a5d8e5725cf5c10c9699e03e3c Sep 01 05:25:33.856 vintsserver: INSTALL: PASS: Extracting vs_server_linux-x64_1.21.0.tar.gz Sep 01 05:25:34.021 vintsserver: INSTALL: PASS: clearing tmp directory /home/vintsserver/lgsm/tmp Sep 01 05:25:38.276 vintsserver: INSTALL: PASS: Downloading check_gamedig.sh... Sep 01 05:25:39.031 vintsserver: INSTALL: PASS: Downloading install_config.sh... Sep 01 05:25:39.738 vintsserver: INSTALL: PASS: Downloading fix.sh... Sep 01 05:25:40.642 vintsserver: INSTALL: PASS: Downloading install_stats.sh... Sep 01 05:25:46.785 vintsserver: INSTALL: PASS: Downloading install_complete.sh... Sep 01 05:25:46.816 vintsserver: INSTALL: PASS: Install Complete! Sep 01 05:25:46.954 vintsserver: INSTALL: INFO: LinuxGSM version: v25.1.6 Sep 01 05:25:46.959 vintsserver: INSTALL: PASS: core_exit.sh exiting with code: 0 Sep 01 05:25:56.810 vintsserver: CORE: PASS: Downloading linuxgsm.sh... Sep 01 05:25:58.051 vintsserver: CORE: PASS: Downloading command_start.sh... Sep 01 05:25:59.655 vintsserver: START: PASS: Downloading check_system_dir.sh... Sep 01 05:26:00.323 vintsserver: START: PASS: Downloading check_executable.sh... Sep 01 05:26:03.874 vintsserver: START: PASS: Downloading check_config.sh... Sep 01 05:26:04.015 vintsserver: START: WARN: Configuration file missing! Sep 01 05:26:04.029 vintsserver: START: WARN: /home/vintsserver/serverfiles/data/vintsserver/serverconfig.json Sep 01 05:26:04.141 vintsserver: START: PASS: Using cached IP as public IP address Sep 01 05:26:05.097 vintsserver: START: PASS: Downloading check_status.sh... Sep 01 05:26:06.571 vintsserver: START: PASS: Using cached IP as public IP address Sep 01 05:26:07.553 vintsserver: START: PASS: Downloading core_logs.sh... Sep 01 05:26:08.276 vintsserver: START: INFO: Rotating log files ``` ### Steps to reproduce 1. Fresh install Debian 11 (Bullseye) or Debian 12 (Bookworm). 2. Create a new LGSM Vintage Story instance: ./linuxgsm.sh vintserver && ./vintsserver install 3. Run the server: ./vintsserver start or ./vintsserver debug 4. Observe that the server fails to launch.
Author
Owner

@Kylindrias commented on GitHub (Sep 1, 2025):

https://github.com/GameServerManagers/LinuxGSM/issues/4732

Related to this closed issue (which may have only been temporarily fixed)

<!-- gh-comment-id:3242047225 --> @Kylindrias commented on GitHub (Sep 1, 2025): https://github.com/GameServerManagers/LinuxGSM/issues/4732 Related to this closed issue (which may have only been temporarily fixed)
Author
Owner

@parasnailor commented on GitHub (Sep 28, 2025):

As a workaround, you can start the server by installing dotnet7 to satisfy the false dependency requirement. Obviously you still need dotnet8 installed to actually run the server, too.

You can install dotnet7 from the dotnet backports PPA, or directly from Microsoft.

<!-- gh-comment-id:3344248467 --> @parasnailor commented on GitHub (Sep 28, 2025): As a workaround, you can start the server by installing dotnet7 to satisfy the false dependency requirement. Obviously you still need dotnet8 installed to actually run the server, too. You can install dotnet7 from [the dotnet backports PPA](https://launchpad.net/~dotnet/+archive/ubuntu/backports), or directly from Microsoft.
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#2986
No description provided.