Jump to content

Recommended Posts

I use dedicated server on Windows, and few days ago the game suddenly says "some mods are not updated" and players cannot join.
However, the mods are already in newest version and it can be loaded in single player world. I asked the mod creator and he said that the mod is still playable in dedicated server but he used another method to update mod files (which is create another world then copy&paste) the whole world settings. But the same method didn't works for me. Also, I tried overriding mod files from single player world to dedicated server (which is modoverrides.lua). But still doesn't work.

Can anyone tell me what the problem is and how can I fix it? Thanks! 

server_log.txt

Link to comment
Share on other sites

On 4/11/2021 at 6:21 PM, Aurorance said:

Can anyone tell me what the problem is and how can I fix it? Thanks! 

server_log.txt 62.94 kB · 0 downloads

Hi. Here's the relevant part of server log:

Quote

[00:00:02]: Could not load mod_config_data/modconfiguration_workshop-1582457351_CLIENT    
[00:00:02]: Loading mod: workshop-1582457351 (Backpack slot) Version:1.5    
[00:00:02]: Could not load mod_config_data/modconfiguration_workshop-2078243581_CLIENT    
[00:00:02]: Loading mod: workshop-2078243581 (Display Attack Range) Version:1.5    
[00:00:02]: Could not load mod_config_data/modconfiguration_workshop-378160973_CLIENT    
[00:00:02]: Loading mod: workshop-378160973 (Global Positions) Version:1.7.3    
[00:00:02]: Could not load mod_config_data/modconfiguration_workshop-666155465_CLIENT    
[00:00:02]: Loading mod: workshop-666155465 (Show Me (Origin)) Version:0.50    
[00:00:02]: Could not load mod_config_data/modconfiguration_workshop-2336991112_CLIENT    
[00:00:02]: Loading mod: workshop-2336991112 (Calliope Mori) Version:1.5.0    
[00:00:02]: Could not load mod_config_data/modconfiguration_workshop-2304170675_CLIENT    
[00:00:02]: Loading mod: workshop-2304170675 (Takanashi Kiara) Version:1.8.0    

What might be happening is that the game is loading the old version of the mod from the v1/old mods folder, with the updated version which should be in the new mods folder, ignored, or missing.

Alternatively, the outdated mod is missing from your dedicated_server_mod_setup.lua file.

If the mod setup file is OK, check if the versions in Steam workshop are the same as reported here. If there's a mismatch, delete the mod folder from old mods (if present). Then again, if you're only using 6 mods, you might want to nuke both the old and new mods folder and have the game redownload everything.

 

Link to comment
Share on other sites

On 4/14/2021 at 4:49 PM, myxal said:

Hi. Here's the relevant part of server log:

What might be happening is that the game is loading the old version of the mod from the v1/old mods folder, with the updated version which should be in the new mods folder, ignored, or missing.

Alternatively, the outdated mod is missing from your dedicated_server_mod_setup.lua file.

If the mod setup file is OK, check if the versions in Steam workshop are the same as reported here. If there's a mismatch, delete the mod folder from old mods (if present). Then again, if you're only using 6 mods, you might want to nuke both the old and new mods folder and have the game redownload everything.

 

Thank you for your help!
I downloaded steamcmd and add the mod in 2 dedicated_server_mod_setup.lua files (one is from steamcmd folder, and one is from steamapps/common)

(before the problem fixed I wasn't using steamcmd to host a server)

Then the mod works!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...