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?