User Story
As a server owner, I want set up a Barotrauma server.
Basic info
- Distro: [Ubuntu 20.04.4]
- Game: [Barotrauma]
- Command: [debug]
- LinuxGSM version: [v22.1.0]
Further Information
When starting a Barotrauma server for the first time, the following error message shows up in the debug console: https://pastebin.com/q8PmFDpM. It seems the /home/btserver/.local/share/Daedalic Entertainment GmbH/Barotrauma directories are missing. I have a workaround below.
To Reproduce
Steps to reproduce the behavior:
- Install the Barotrauma server using the install LinuxGSM documentation.
- Run
./btserver start. This will end up failing.
- Run
./btserver debug to view the error message.
Expected behavior
Server starts with no issues.
Workaround
To get the server up and running, I did the following:
- Inside /home/btserver/.local/share/ add the following directory structure: Daedalic Entertainment GmbH/Barotrauma
- Start the server. It should be successfully started now.
User Story
As a server owner, I want set up a Barotrauma server.
Basic info
Further Information
When starting a Barotrauma server for the first time, the following error message shows up in the debug console: https://pastebin.com/q8PmFDpM. It seems the /home/btserver/.local/share/Daedalic Entertainment GmbH/Barotrauma directories are missing. I have a workaround below.
To Reproduce
Steps to reproduce the behavior:
./btserver start. This will end up failing../btserver debugto view the error message.Expected behavior
Server starts with no issues.
Workaround
To get the server up and running, I did the following: