[BUG] Server wont start, Bug in GSM? #3711
Replies: 5 comments 11 replies
-
I have also been having this issue on my home server running Ubuntu 20.04.3 LTS. The game version is the new B41 Multiplayer build. Updating the IP start params from
@Claiyc May I ask why this was moved from an issue to a discussion? |
Beta Was this translation helpful? Give feedback.
-
Just to add some more details here, my B41 dedicated server runs fine and players can join when using the |
Beta Was this translation helpful? Give feedback.
-
Reproducable without GSM:
|
Beta Was this translation helpful? Give feedback.
-
I can verify that updating the |
Beta Was this translation helpful? Give feedback.
-
hi, the fix mentioned above is not actually a fix. if you check the console log, you will see that the problem "goes away" because now the "--ip" option is an unknown option(since the correct option has only 1 dash, not 2) and the "0.0.0.0" option is then not an argument to that option, so is also recognized as an unknown option, causing the ip setting to just be ignored completed. The problem is 0.0.0.0 is not an allowed value by the -ip option. The point of the -ip option is to allow binding to a specific ip/interface, instead of all. The default when the -ip option is not provided is to bind to all. I think the real fix here is to just comment out the ip setting and advise the person reading the config to add it only if need be, in which case it would not be 0.0.0.0.
|
Beta Was this translation helpful? Give feedback.
-
User Story
Hello i have rented a VPS on Hetzner and installed the Project Zomboid files using the Template (https://linuxgsm.com/servers/pzserver/)
If i try to start the Server it just gives me no error. The logs show this:
Failed to read SVNRevision.txt 1639650819109 versionNumber=40.43 demo=false 1639650819113 server name is "pzserver" 1639650819113 map_t.bin does not exist, cannot determine the server's WorldVersion. 1639650819116 Loading networking libraries... 1639650819116 Loading steam_api... 1639650819116 Loading RakNet64... 1639650819117 Loading ZNetJNI64... 1639650819118 znet: ZNet loaded 1639650819118 znet: Compiled with SERVER_STEAMAPI == 0 1639650819118 znet: Starting with bServer == true 1639650819119 znet: SteamAPI initialised successfully 1639650819119 SteamUtils initialised successfully 1639650819132 translator: language is EN LightingFPS set to 15 1639650819191 reading /home/pzserver/Zomboid/Server/pzserver.ini 1639650819192 writing /home/pzserver/Zomboid/Server/pzserver.ini 1639650819195 znet: Java_zombie_core_znet_SteamGameServer_Init 1639650819195 znet: ERROR: couldn't parse IP=' ��' 1639650819195 znet: Java_zombie_core_znet_SteamUtils_n_1Shutdown
Basic info
Expected behaviour
Server should start and run.
Beta Was this translation helpful? Give feedback.
All reactions