Replies: 3 comments
-
Try to clear /7Days/* (move to another path) and try again. i don't think it is a mistake of this docker image but of your savegame. |
Beta Was this translation helpful? Give feedback.
-
Thanks for you response. I´m gonna try it. I´ve copied all files and reacreated the server. Downloaded everything new. Now it works again. |
Beta Was this translation helpful? Give feedback.
-
You can try the workaround on https://community.7daystodie.com/a20-bugs-main/not-a-bug/dedicated-linux-server-shader-errors-and-prefabs-not-loading-r182/
dont tested because i love my running server ... |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
After Update via Watchtower, Servers creates many Errors in the Logs. I cannot connect with client anymore.
To Reproduce
Restart the Server
Expected behavior
Container was Updated via Watchtower yesterday Morning.
Cannot connect after Update.
Versions:
Docker-Compose Version: 24.0.7, build 24.0.7-0ubuntu2~22.04.1
Actual Conrtainer Version
_7dtdserver_logs(2).txt
Docker/Docker-compose
version: '2'
services:
7dtdserver:
image: vinanrra/7dtd-server
container_name: 7dtdserver
environment:
- START_MODE=1 # Change between START MODES
- VERSION=stable # Change between 7 days to die versions
- PUID=1000 # Remember to use same as your user
- PGID=1000 # Remember to use same as your user
- TimeZone=Europe/Berlin # Optional - Change Timezone
- TEST_ALERT=NO # Optional - Send a test alert
- UPDATE_MODS=NO # Optional - This will allow mods to be update on start, each mod also need to have XXXX_UPDATE=YES to update on sta>
- MODS_URLS="" # Optional - Mods urls to install, must be ZIP or RAR.
- ALLOC_FIXES=NO # Optional - Install ALLOC FIXES
- ALLOC_FIXES_UPDATE=NO # Optional - Update Allocs Fixes before server start
- UNDEAD_LEGACY=NO # Optional - Install Undead Legacy mod, if DARKNESS_FALLS it's enable will not install anything
- UNDEAD_LEGACY_VERSION=stable # Optional - Undead Legacy version
- UNDEAD_LEGACY_UPDATE=NO # Optional - Update Undead Legacy mod before server start
- DARKNESS_FALLS=NO # Optional - Install Darkness Falls mod, if UNDEAD_LEGACY it's enable will not install anything
- DARKNESS_FALLS_UPDATE=NO # Optional - Update Darkness Falls mod before server start
- DARKNESS_FALLS_URL=False # Optional - Install the provided Darkness Falls url
- CPM=NO # Optional - CSMM Patron's Mod (CPM)
- CPM_UPDATE=NO # Optional - Update CPM before server start
- BEPINEX=NO # Optional - BepInEx
- BEPINEX_UPDATE=NO # Optional - Update BepInEx before server start
- BACKUP=NO # Optional - Backup server
- BACKUP_HOUR=5 # Optional - Backup hour 0-23
- BACKUP_MAX=7 # Optional - Max backups to keep
- MONITOR=NO # Optional - Keeps server up if crash
volumes:
- /7Days/7DaysToDie:/home/sdtdserver/.local/share/7DaysToDie/ # 7 Days To Die world saves
- /7Days/LGSM-Config:/home/sdtdserver/lgsm/config-lgsm/sdtdserver # LGSM config folder
- /7Days/ServerFiles:/home/sdtdserver/serverfiles/ # Optional - serverfiles folder
- /7Days/log:/home/sdtdserver/log/ # Optional - Logs folder
- /7Days/backups:/home/sdtdserver/lgsm/backup/ # Optional - If BACKUP=NO, backups folder
ports:
- 26900:26900/tcp # Default game ports
- 26900:26900/udp # Default game ports
- 26901:26901/udp # Default game ports
- 26902:26902/udp # Default game ports
- 7777:7777/tcp #WebADMIN
- 7778:8081/tcp # OPTIONAL - TELNET
- 7779:8082/tcp # OPTIONAL - WEBSERVER https://7dtd.illy.bz/wiki/Server%20fixes
restart: unless-stopped # INFO - NEVER USE WITH START_MODE=4 or START_MODE=0
Additional context
Boot Logs drops many errors.
Pulled actual image again, restarted the Server several times.
Beta Was this translation helpful? Give feedback.
All reactions