This is regarding the valheim game server, I am getting weird errors and not sure where else to look. The error I get when I docker logs -f <container name> is this over and over again before crashing.
Your mono runtime and class libraries are out of sync.
The out of sync library is: /serverdata/serverfiles/unstripped_corlib/mscorlib.dll
When you update one from git you need to update, compile and install
the other too.
Do not report this as a bug unless you're sure you have updated correctly:
you probably have a broken mono install.
If you see other errors or faults after this message they are probably related
and you need to fix your mono install first.
This ONLY occurs if I set valheimplus to true. Ever. I tested this by blowing the game away, setting only bepinex to true and it worked fine. Then blew that away, tested bepinex and valheimplus to true and it failed properly, saying only one could run. Then I blew it away and tried just velheimplus which caused that error. If I then went it and set that to blank, and bepinex to true, it would fail with this same error. I don't *believe* this a you (as in ich777) thing, but if anyone can help me figure this out I would be grateful.
Update: not sure if it helps, but I got it working again. I blew away the container, then restarted it with only bepinex true. Once it started up and was all built, I stopped the container, replaced the bepinex folder on the server with the one (working) on my pc. I also restored my world instead of the generic one and then started the container. Everything is working fine now.