Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server is constantly restarting #607

Closed
corbin-lounsbury opened this issue Mar 28, 2023 · 2 comments
Closed

Server is constantly restarting #607

corbin-lounsbury opened this issue Mar 28, 2023 · 2 comments

Comments

@corbin-lounsbury
Copy link

After getting the new update, my server seems to be in a restart loop. Looking at the logs, I found this:

image

In another thread, it looks like this was resolved by updating to the newest bepinex thread.

Whenever I refresh the container, the version I get is 5.4.21 and the "fixed" version mentioned above is 5.4.2101.

log file attached
cdt8g31y69oswt7nnvja2fuf2_logs.txt

@markownik
Copy link

markownik commented Mar 28, 2023

My solution was to save world backups, stop container, remove all files from mapped server volumes, start it again, let it download and setup everything again, stop it again, restore all plugins and world backups, start it and finally it works.

BepInEx does not show version propely in server logs I guess...

@corbin-lounsbury
Copy link
Author

I was able to get it working by doing the following:
Updated compose doc to use this repo: https://github.com/Grantapher/ValheimPlus/releases/tag/0.9.9.13
Copied world files
Deleted config and server
created new, empty server and config folders
started container
Confirmed stability
Shut down container
Copied world back in

Here's what the environment vars look like in my compose doc

      # Valheim Plus configs
      - VALHEIM_PLUS=true
      - VALHEIM_PLUS_REPO=Grantapher/ValheimPlus
      - VALHEIM_PLUS_RELEASE=tags/0.9.9.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants