User story
As a user, I want to customize the server settings for the launcher to use.
Game
Wurm
Linux distro
Ubuntu 22.04
Command
command: start
Further information
Newest release isn't picking up the Wurm config.
It looks like the wurmserver script is looking for the value of ${servercfgfullpath} on line 463, however that is no longer defined in the file. The only instance it occurs is line 463.
As such, the launcher always reverts to the default configuration. Appears to be from commit ab09a32.
Relevant log output
Command-line Parameters
============================================================================================================================================================================
./wurmserver: line 463: : No such file or directory
./WurmServerLauncher start=Creative adminpwd='ADMINPASSWORD' epicsettings='false' externalport='3724' homeserver='true' homekingdom='4' loginserver='true' maxplayers='200' queryport='27016' rmiport='7221' rmiregport='7220' servername='LinuxGSM' serverpassword='' ip='0.0.0.0'
Steps to reproduce
- Pull latest Wurm container, or install
- View details,
./wurmserver details, view error regarding line 463
- Try to customize the server cfg
- Start server, see that it resorts to defaults
User story
As a user, I want to customize the server settings for the launcher to use.
Game
Wurm
Linux distro
Ubuntu 22.04
Command
command: start
Further information
Newest release isn't picking up the Wurm config.
It looks like the wurmserver script is looking for the value of
${servercfgfullpath}on line 463, however that is no longer defined in the file. The only instance it occurs is line 463.As such, the launcher always reverts to the default configuration. Appears to be from commit ab09a32.
Relevant log output
Steps to reproduce
./wurmserver details, view error regarding line 463