As a user I want to install BepInEx for my Valheim server using Linux GSM mods-install functionality, and start the server with BepInEx running.
Game
Valheim
Linux distro
Ubuntu 22.04
Command
command: mods-install
Further information
I tried to install the BepInEx mod (bepinexvh) through Linux GSM, but that does not seem to work. When I install the mod, the game server starts, but BepInEx does not seem to work. I get the following error multiple times in the logs (see full logs below obtained using sudo journalctl -u vhserver because the server is started using systemd):
ERROR: ld.so: object 'libdoorstop_x64.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
However, that error does not show up in the lgsm logs.
User story
As a user I want to install BepInEx for my Valheim server using Linux GSM mods-install functionality, and start the server with BepInEx running.
Game
Valheim
Linux distro
Ubuntu 22.04
Command
command: mods-install
Further information
I tried to install the BepInEx mod (bepinexvh) through Linux GSM, but that does not seem to work. When I install the mod, the game server starts, but BepInEx does not seem to work. I get the following error multiple times in the logs (see full logs below obtained using
sudo journalctl -u vhserver
because the server is started using systemd):ERROR: ld.so: object 'libdoorstop_x64.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
However, that error does not show up in the lgsm logs.
I saw a related issue (https://github.com/GameServerManagers/LinuxGSM/issues/4149) that states the issue was resolved, but I still see the issue. I couldn't find any info to resolve the issue in that thread.
Relevant log output
Steps to reproduce