mbround18 / valheim-docker

Valheim Docker powered by Odin. The Valheim dedicated gameserver manager which is designed with resiliency in mind by providing automatic updates, world backup support, and a user friendly cli interface.
https://hub.docker.com/r/mbround18/valheim
BSD 3-Clause "New" or "Revised" License
762 stars 81 forks source link

On a fresh install, there is no longer a `/home/steam/valheim/unstripped_corlib`. This makes Odin think BepInEx is not installed and start the server without it. A workaround is to create it as an empty directory (`./valheim/server/unstripped_corlib`). #759

Closed mbround18 closed 9 months ago

mbround18 commented 9 months ago

On a fresh install, there is no longer a /home/steam/valheim/unstripped_corlib. This makes Odin think BepInEx is not installed and start the server without it. A workaround is to create it as an empty directory (./valheim/server/unstripped_corlib).

In an upgraded server there are old .dll-files in there that is causing seg. faults. In that case just remove all those files.

That's how I just fixed my installation, until this docker image is updated.

Originally posted by @andjo in https://github.com/mbround18/valheim-docker/discussions/756#discussioncomment-7542194