Mods do not work
-
Hello,
i am hosting a valheim server for a few friends.
Now they came up with the idea to enable mods. They gave me a list of the mods they wanted.
I edited the .env like this:SERVERNAME="xxxxxxxxxxx" WORLDNAME="CloudronValheimWorld" PASSWORD="xxxxxxxxx" PUBLIC=1 MODSUPPORT="1" SAVEINTERVAL="1800" BACKUPS="4" BACKUPSHORT="7200" BACKUPLONG="43200" CROSSPLAY=0
after a restart i was able to connect to valheim using the client.
After uploading the mods as described in their instructions i get these logs, MBs of text in minutes:/Unity.TextMeshPro.dll.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/UnityEngine.UI.dll.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/UnityEngine.XRModule.dll.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/Valheim.DisplayBepInExInfo.dll.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/Valheim.DisplayBepInExInfo.dll.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/assembly_googleanalytics.dll.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/assembly_guiutils.dll.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/assembly_lux.dll.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/assembly_postprocessing.dll.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/assembly_simplemeshcombine.dll.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/assembly_steamworks.dll.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/assembly_sunshafts.dll.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/assembly_utils.dll.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/assembly_valheim.dll.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/data-0x55b2e74a4ca0.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/data-0x55b2e8ae1640.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/data-0x55b2e8af9460.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/data-0x55b2e8b12410.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/netstandard.dll.so Aug 19 16:57:28 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/�$o�U/mono/aot-cache/amd64/ui_lib.dll.so
even removing the mods i installed did not change this.
I found a log stating that BepInx Version is out of date. Maybe this is the issue? -
I need to take a look at it.
-
-
I've updated the app to have the beepinex mod support version dynamically select able by the user.
With default a version tested by me with the most common used mod, ValheimPlusPlus.Aug 21 14:09:06 [Info : BepInEx] Loading [Valheim Plus 0.9.9.11] Aug 21 14:09:06 Fallback handler could not load library /run/vhserver-steam/valheim_server_Data/Mono/data-0x55a0aadf1fe0.so Aug 21 14:09:06 [Info :Valheim Plus] Trying to load the configuration file
https://git.cloudron.io/cloudron/valheim-gameserver-app/-/merge_requests/8
So far latest BeepInEx Version works as expected. If the plugin / mod is not working I can not help with that.
Since also I have no information about what plugin / mod is used.All I can say, mod support is working.
-