qinming99 / dst-admin

Steam平台的Don't Starve Together 饥荒联机版管理后台
MIT License
520 stars 108 forks source link

Ground is all black and player save resets on reconnection #66

Closed adsau59 closed 1 year ago

adsau59 commented 1 year ago

heres how the game looks when i connect image

I am using docker (on windows using wsl) to host dst-admin, the mod configuration i am using works perfectly if dst server ran without dst-admin

things i changed are,

here is the docker compose file I wrote,

version: '3'
services:
  dst:
    image: dzzhyk/dst-admin:latest
    container_name: dst-admin
    ports:
      - "7871:8080"
      - "10888:10888/udp"
      - "10998-10999:10998-10999/udp"
    volumes:
      - ./data/DoNotStarveTogether:/root/.klei/DoNotStarveTogether
      - type: bind
        source: ./data/dedicated_server_mods_setup.lua
        target: /root/dst/mods/dedicated_server_mods_setup.lua
    restart: always

logs and additional information:

mod config ```lua return { ["workshop-1207269058"]={ configuration_options={ }, enabled=true }, ["workshop-1378549454"]={ configuration_options={ ["MemSpikeFix:"]=false, MemSpikeFixmaster_override=true, ["MemSpikeFixworkshop-1207269058"]="default", ["MemSpikeFixworkshop-1234805513"]="default", ["MemSpikeFixworkshop-1295277999"]="default", ["MemSpikeFixworkshop-1365141672"]="default", ["MemSpikeFixworkshop-1706782853"]="default", ["MemSpikeFixworkshop-1853828038"]="default", ["MemSpikeFixworkshop-2065547564"]="default", ["MemSpikeFixworkshop-345692228"]="default", ["MemSpikeFixworkshop-347079953"]="default", ["MemSpikeFixworkshop-351325790"]="default", ["MemSpikeFixworkshop-352373173"]="default", ["MemSpikeFixworkshop-362175979"]="default", ["MemSpikeFixworkshop-363112314"]="default", ["MemSpikeFixworkshop-376333686"]="default", ["MemSpikeFixworkshop-378160973"]="default", ["MemSpikeFixworkshop-622471256"]="default", ["MemSpikeFixworkshop-651419070"]="default", ["MemSpikeFixworkshop-666155465"]="default", ["MemSpikeFixworkshop-679636739"]="default", ["MemSpikeFixworkshop-727774324"]="default", ["MemSpikeFixworkshop-758532836"]="default", ["MemSpikeFixworkshop-831794009"]="default", ["MemSpikeFixworkshop-850494968"]="default", ["MemSpikeFixworkshop-873350047"]="default", craftinghighlight=false }, enabled=true }, ["workshop-347079953"]={ configuration_options={ DFV_Language="EN", DFV_MinimalMode="default" }, enabled=true }, ["workshop-362175979"]={ configuration_options={ ["Draw over FoW"]="disabled" }, enabled=true }, ["workshop-378160973"]={ configuration_options={ ENABLEPINGS=true, FIREOPTIONS=2, OVERRIDEMODE=false, SHAREMINIMAPPROGRESS=true, SHOWFIREICONS=true, SHOWPLAYERICONS=true, SHOWPLAYERSOPTIONS=2 }, enabled=true }, ["workshop-666155465"]={ configuration_options={ chestB=-1, chestG=-1, chestR=-1, display_hp=-1, food_estimation=1, food_order=0, food_style=0, lang="auto", show_food_units=-1, show_uses=-1 }, enabled=true }, ["workshop-679636739"]={ configuration_options={ }, enabled=true }, ["workshop-758532836"]={ configuration_options={ AUTOPAUSECONSOLE=false, AUTOPAUSEMAP=false, AUTOPAUSESINGLEPLAYER=true, ENABLECLIENTPAUSING=true, ENABLEHOTKEY=false, KEYBOARDTOGGLEKEY="P" }, enabled=true }, ["workshop-850494968"]={ configuration_options={ _POI_override=3, _PR_override=3, _REEDS_override=1, _TR_override=3 }, enabled=true } } ```
Logs from docker ``` 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] ------------------------------------------------------------------ 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] -- 本次启动时间: 2023-04-10 10:18:14 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] ------------------------------------------------------------------ 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] -- 欢迎使用 dst-admin docker镜像 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] -- 镜像帮助及常见问题: https://hub.docker.com/r/dzzhyk/dst-admin 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] -- 镜像作者: dzzhyk@qq.com 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] -- 更新时间: 2023-01-31 15:06:27 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] ------------------------------------------------------------------ 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] -- STEP 1 检查依赖命令安装情况 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] ------------------------------------------------------------------ 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] 当前用户: [root]:/root 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] already exists: wget 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] already exists: java 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] already exists: screen 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] already exists: sudo 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] already exists: tar 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] ------------------------------------------------------------------ 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] -- STEP 1 完成 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] ------------------------------------------------------------------ 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] ------------------------------------------------------------------ 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] -- STEP 2 检查steamcmd安装情况并更新 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] ------------------------------------------------------------------ 2023-04-10 07:48:14 [dst_admin_docker.sh][2023-04-10 10:18:14] 未找到可用steamcmd, 开始安装steamcmd, try: 1 2023-04-10 07:48:15 linux32/ 2023-04-10 07:48:15 linux32/libstdc++.so.6 2023-04-10 07:48:15 linux32/steamcmd 2023-04-10 07:48:15 steamcmd.sh 2023-04-10 07:48:15 steam.sh 2023-04-10 07:48:18 [dst_admin_docker.sh][2023-04-10 10:18:18] ------------------------------------------------------------------ 2023-04-10 07:48:18 [dst_admin_docker.sh][2023-04-10 10:18:18] -- 尝试更新steamcmd 2023-04-10 07:48:18 [dst_admin_docker.sh][2023-04-10 10:18:18] -- 更新速度依据宿主机网速决定 2023-04-10 07:48:18 [dst_admin_docker.sh][2023-04-10 10:18:18] ------------------------------------------------------------------ 2023-04-10 07:48:14 --2023-04-10 10:18:14-- http://media.steampowered.com/installer/steamcmd_linux.tar.gz 2023-04-10 07:48:15 Resolving media.steampowered.com (media.steampowered.com)... ::ffff:23.198.4.25, ::ffff:23.198.4.49, 23.198.4.25, ... 2023-04-10 07:48:15 Connecting to media.steampowered.com (media.steampowered.com)|::ffff:23.198.4.25|:80... connected. 2023-04-10 07:48:15 HTTP request sent, awaiting response... 200 OK 2023-04-10 07:48:15 Length: 3170982 (3.0M) [application/octet-stream] 2023-04-10 07:48:15 Saving to: ‘/root/steamcmd/steamcmd_linux.tar.gz’ 2023-04-10 07:48:15 2023-04-10 07:48:15 0K .......... .......... .......... .......... .......... 1% 3.77M 1s 2023-04-10 07:48:15 50K .......... .......... .......... .......... .......... 3% 7.49M 1s 2023-04-10 07:48:15 100K .......... .......... .......... .......... .......... 4% 7.84M 1s 2023-04-10 07:48:15 150K .......... .......... .......... .......... .......... 6% 6.57M 0s 2023-04-10 07:48:15 200K .......... .......... .......... .......... .......... 8% 7.77M 0s 2023-04-10 07:48:15 250K .......... .......... .......... .......... .......... 9% 7.23M 0s 2023-04-10 07:48:15 300K .......... .......... .......... .......... .......... 11% 8.02M 0s 2023-04-10 07:48:15 350K .......... .......... .......... .......... .......... 12% 7.17M 0s 2023-04-10 07:48:15 400K .......... .......... .......... .......... .......... 14% 7.67M 0s 2023-04-10 07:48:15 450K .......... .......... .......... .......... .......... 16% 8.78M 0s 2023-04-10 07:48:15 500K .......... .......... .......... .......... .......... 17% 7.48M 0s 2023-04-10 07:48:15 550K .......... .......... .......... .......... .......... 19% 6.39M 0s 2023-04-10 07:48:15 600K .......... .......... .......... .......... .......... 20% 6.37M 0s 2023-04-10 07:48:15 650K .......... .......... .......... .......... .......... 22% 6.77M 0s 2023-04-10 07:48:15 700K .......... .......... .......... .......... .......... 24% 9.22M 0s 2023-04-10 07:48:15 750K .......... .......... .......... .......... .......... 25% 7.73M 0s 2023-04-10 07:48:15 800K .......... .......... .......... .......... .......... 27% 8.13M 0s 2023-04-10 07:48:15 850K .......... .......... .......... .......... .......... 29% 7.58M 0s 2023-04-10 07:48:15 900K .......... .......... .......... .......... .......... 30% 11.0M 0s 2023-04-10 07:48:15 950K .......... .......... .......... .......... .......... 32% 7.94M 0s 2023-04-10 07:48:15 1000K .......... .......... .......... .......... .......... 33% 9.19M 0s 2023-04-10 07:48:15 1050K .......... .......... .......... .......... .......... 35% 8.08M 0s 2023-04-10 07:48:15 1100K .......... .......... .......... .......... .......... 37% 11.1M 0s 2023-04-10 07:48:15 1150K .......... .......... .......... .......... .......... 38% 5.01M 0s 2023-04-10 07:48:15 1200K .......... .......... .......... .......... .......... 40% 8.80M 0s 2023-04-10 07:48:15 1250K .......... .......... .......... .......... .......... 41% 11.1M 0s 2023-04-10 07:48:15 1300K .......... .......... .......... .......... .......... 43% 8.05M 0s 2023-04-10 07:48:15 1350K .......... .......... .......... .......... .......... 45% 8.54M 0s 2023-04-10 07:48:15 1400K .......... .......... .......... .......... .......... 46% 7.50M 0s 2023-04-10 07:48:15 1450K .......... .......... .......... .......... .......... 48% 12.4M 0s 2023-04-10 07:48:15 1500K .......... .......... .......... .......... .......... 50% 8.08M 0s 2023-04-10 07:48:15 1550K .......... .......... .......... .......... .......... 51% 8.39M 0s 2023-04-10 07:48:15 1600K .......... .......... .......... .......... .......... 53% 7.95M 0s 2023-04-10 07:48:15 1650K .......... .......... .......... .......... .......... 54% 12.6M 0s 2023-04-10 07:48:15 1700K .......... .......... .......... .......... .......... 56% 7.93M 0s 2023-04-10 07:48:15 1750K .......... .......... .......... .......... .......... 58% 8.61M 0s 2023-04-10 07:48:15 1800K .......... .......... .......... .......... .......... 59% 8.47M 0s 2023-04-10 07:48:15 1850K .......... .......... .......... .......... .......... 61% 10.9M 0s 2023-04-10 07:48:15 1900K .......... .......... .......... .......... .......... 62% 8.07M 0s 2023-04-10 07:48:15 1950K .......... .......... .......... .......... .......... 64% 8.69M 0s 2023-04-10 07:48:15 2000K .......... .......... .......... .......... .......... 66% 8.29M 0s 2023-04-10 07:48:15 2050K .......... .......... .......... .......... .......... 67% 11.7M 0s 2023-04-10 07:48:15 2100K .......... .......... .......... .......... .......... 69% 9.80M 0s 2023-04-10 07:48:15 2150K .......... .......... .......... .......... .......... 71% 7.63M 0s 2023-04-10 07:48:15 2200K .......... .......... .......... .......... .......... 72% 11.3M 0s 2023-04-10 07:48:15 2250K .......... .......... .......... .......... .......... 74% 8.51M 0s 2023-04-10 07:48:15 2300K .......... .......... .......... .......... .......... 75% 8.74M 0s 2023-04-10 07:48:15 2350K .......... .......... .......... .......... .......... 77% 7.57M 0s 2023-04-10 07:48:15 2400K .......... .......... .......... .......... .......... 79% 10.3M 0s 2023-04-10 07:48:15 2450K .......... .......... .......... .......... .......... 80% 6.47M 0s 2023-04-10 07:48:15 2500K .......... .......... .......... .......... .......... 82% 7.62M 0s 2023-04-10 07:48:15 2550K .......... .......... .......... .......... .......... 83% 6.67M 0s 2023-04-10 07:48:15 2600K .......... .......... .......... .......... .......... 85% 10.8M 0s 2023-04-10 07:48:15 2650K .......... .......... .......... .......... .......... 87% 8.72M 0s 2023-04-10 07:48:15 2700K .......... .......... .......... .......... .......... 88% 7.82M 0s 2023-04-10 07:48:15 2750K .......... .......... .......... .......... .......... 90% 7.93M 0s 2023-04-10 07:48:15 2800K .......... .......... .......... .......... .......... 92% 12.2M 0s 2023-04-10 07:48:15 2850K .......... .......... .......... .......... .......... 93% 7.33M 0s 2023-04-10 07:48:15 2900K .......... .......... .......... .......... .......... 95% 8.28M 0s 2023-04-10 07:48:15 2950K .......... .......... .......... .......... .......... 96% 8.56M 0s 2023-04-10 07:48:15 3000K .......... .......... .......... .......... .......... 98% 10.6M 0s 2023-04-10 07:48:15 3050K .......... .......... .......... .......... ...... 100% 8.32M=0.4s 2023-04-10 07:48:15 2023-04-10 07:48:15 2023-04-10 10:18:15 (8.12 MB/s) - ‘/root/steamcmd/steamcmd_linux.tar.gz’ saved [3170982/3170982] 2023-04-10 07:48:15 2023-04-10 07:48:29 Redirecting stderr to '/root/Steam/logs/stderr.txt' 2023-04-10 07:48:29 ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt". 2023-04-10 07:48:29 [ 0%] Checking for available update... 2023-04-10 07:48:29 [ 0%] Downloading update (0 of 87266 KB)... 2023-04-10 07:48:29 [ 0%] Downloading update (1485 of 87266 KB)... 2023-04-10 07:48:29 [ 1%] Downloading update (4433 of 87266 KB)... 2023-04-10 07:48:29 [ 5%] Downloading update (7344 of 87266 KB)... 2023-04-10 07:48:29 [ 8%] Downloading update (10154 of 87266 KB)... 2023-04-10 07:48:29 [ 11%] Downloading update (13003 of 87266 KB)... 2023-04-10 07:48:29 [ 14%] Downloading update (16167 of 87266 KB)... 2023-04-10 07:48:29 [ 18%] Downloading update (18990 of 87266 KB)... 2023-04-10 07:48:29 [ 21%] Downloading update (21963 of 87266 KB)... 2023-04-10 07:48:29 [ 25%] Downloading update (24773 of 87266 KB)... 2023-04-10 07:48:29 [ 28%] Downloading update (27868 of 87266 KB)... 2023-04-10 07:48:29 [ 31%] Downloading update (30620 of 87266 KB)... 2023-04-10 07:48:29 [ 35%] Downloading update (33364 of 87266 KB)... 2023-04-10 07:48:29 [ 38%] Downloading update (35857 of 87266 KB)... 2023-04-10 07:48:29 [ 41%] Downloading update (38888 of 87266 KB)... 2023-04-10 07:48:29 [ 44%] Downloading update (41667 of 87266 KB)... 2023-04-10 07:48:29 [ 47%] Downloading update (44353 of 87266 KB)... 2023-04-10 07:48:29 [ 50%] Downloading update (47166 of 87266 KB)... 2023-04-10 07:48:29 [ 54%] Downloading update (50253 of 87266 KB)... 2023-04-10 07:48:29 [ 57%] Downloading update (53030 of 87266 KB)... 2023-04-10 07:48:29 [ 60%] Downloading update (55783 of 87266 KB)... 2023-04-10 07:48:29 [ 63%] Downloading update (58563 of 87266 KB)... 2023-04-10 07:48:29 [ 67%] Downloading update (60766 of 87266 KB)... 2023-04-10 07:48:29 [ 69%] Downloading update (63105 of 87266 KB)... 2023-04-10 07:48:29 [ 72%] Downloading update (65444 of 87266 KB)... 2023-04-10 07:48:29 [ 74%] Downloading update (67570 of 87266 KB)... 2023-04-10 07:48:29 [ 77%] Downloading update (69697 of 87266 KB)... 2023-04-10 07:48:29 [ 79%] Downloading update (72036 of 87266 KB)... 2023-04-10 07:48:29 [ 82%] Downloading update (74162 of 87266 KB)... 2023-04-10 07:48:29 [ 84%] Downloading update (76288 of 87266 KB)... 2023-04-10 07:48:29 [ 87%] Downloading update (78414 of 87266 KB)... 2023-04-10 07:48:29 [ 89%] Downloading update (80753 of 87266 KB)... 2023-04-10 07:48:29 [ 92%] Downloading update (82880 of 87266 KB)... 2023-04-10 07:48:29 [ 94%] Downloading update (85006 of 87266 KB)... 2023-04-10 07:48:29 [ 97%] Downloading update (87132 of 87266 KB)... 2023-04-10 07:48:29 [ 99%] Downloading update (87266 of 87266 KB)... 2023-04-10 07:48:29 [100%] Download Complete. 2023-04-10 07:48:29 [----] Applying update... 2023-04-10 07:48:29 [----] Extracting package... 2023-04-10 07:48:29 [----] Extracting package... 2023-04-10 07:48:29 [----] Extracting package... 2023-04-10 07:48:29 [----] Extracting package... 2023-04-10 07:48:29 [----] Installing update... 2023-04-10 07:48:29 [----] Installing update... 2023-04-10 07:48:29 [----] Installing update... 2023-04-10 07:48:29 [----] Installing update... 2023-04-10 07:48:29 [----] Installing update... 2023-04-10 07:48:29 [----] Installing update... 2023-04-10 07:48:29 [----] Installing update... 2023-04-10 07:48:29 [----] Installing update... 2023-04-10 07:48:29 [----] Cleaning up... 2023-04-10 07:48:29 [----] Update complete, launching... 2023-04-10 07:48:40 WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work. 2023-04-10 07:48:40 Redirecting stderr to '/root/Steam/logs/stderr.txt' 2023-04-10 07:48:40 [ 0%] Checking for available updates... 2023-04-10 07:48:40 [----] Downloading update (18 of 57699 KB)... 2023-04-10 07:48:40 [ 0%] Downloading update (1320 of 57699 KB)... 2023-04-10 07:48:40 [ 2%] Downloading update (2938 of 57699 KB)... 2023-04-10 07:48:40 [ 5%] Downloading update (5147 of 57699 KB)... 2023-04-10 07:48:40 [ 8%] Downloading update (8191 of 57699 KB)... 2023-04-10 07:48:40 [ 14%] Downloading update (11005 of 57699 KB)... 2023-04-10 07:48:40 [ 19%] Downloading update (13565 of 57699 KB)... 2023-04-10 07:48:40 [ 23%] Downloading update (16381 of 57699 KB)... 2023-04-10 07:48:40 [ 28%] Downloading update (18941 of 57699 KB)... 2023-04-10 07:48:40 [ 32%] Downloading update (21501 of 57699 KB)... 2023-04-10 07:48:40 [ 37%] Downloading update (24061 of 57699 KB)... 2023-04-10 07:48:40 [ 41%] Downloading update (26877 of 57699 KB)... 2023-04-10 07:48:40 [ 46%] Downloading update (29437 of 57699 KB)... 2023-04-10 07:48:40 [ 51%] Downloading update (31929 of 57699 KB)... 2023-04-10 07:48:40 [ 55%] Downloading update (34489 of 57699 KB)... 2023-04-10 07:48:40 [ 59%] Downloading update (37305 of 57699 KB)... 2023-04-10 07:48:40 [ 64%] Downloading update (39740 of 57699 KB)... 2023-04-10 07:48:40 [ 68%] Downloading update (41404 of 57699 KB)... 2023-04-10 07:48:40 [ 71%] Downloading update (42684 of 57699 KB)... 2023-04-10 07:48:40 [ 73%] Downloading update (44092 of 57699 KB)... 2023-04-10 07:48:40 [ 76%] Downloading update (45372 of 57699 KB)... 2023-04-10 07:48:40 [ 78%] Downloading update (46652 of 57699 KB)... 2023-04-10 07:48:40 [ 80%] Downloading update (47996 of 57699 KB)... 2023-04-10 07:48:40 [ 83%] Downloading update (49340 of 57699 KB)... 2023-04-10 07:48:40 [ 85%] Downloading update (50620 of 57699 KB)... 2023-04-10 07:48:40 [ 87%] Downloading update (51900 of 57699 KB)... 2023-04-10 07:48:40 [ 89%] Downloading update (53308 of 57699 KB)... 2023-04-10 07:48:40 [ 92%] Downloading update (54588 of 57699 KB)... 2023-04-10 07:48:40 [ 94%] Downloading update (55868 of 57699 KB)... 2023-04-10 07:48:40 [ 96%] Downloading update (57276 of 57699 KB)... 2023-04-10 07:48:40 [ 99%] Downloading update (57699 of 57699 KB)... 2023-04-10 07:48:40 [100%] Download complete. 2023-04-10 07:48:40 [----] Installing update... 2023-04-10 07:48:40 [----] Extracting package... 2023-04-10 07:48:40 [----] Extracting package... 2023-04-10 07:48:40 [----] Extracting package... 2023-04-10 07:48:40 [----] Extracting package... 2023-04-10 07:48:40 [----] Installing update... 2023-04-10 07:48:40 [----] Installing update... 2023-04-10 07:48:40 [----] Installing update... 2023-04-10 07:48:40 [----] Installing update... 2023-04-10 07:48:40 [----] Installing update... 2023-04-10 07:48:40 [----] Installing update... 2023-04-10 07:48:40 [----] Installing update... 2023-04-10 07:48:40 [----] Installing update... 2023-04-10 07:48:40 [----] Cleaning up... 2023-04-10 07:48:40 [----] Update complete, launching Steamcmd... 2023-04-10 07:48:41 WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work. 2023-04-10 07:48:41 Redirecting stderr to '/root/Steam/logs/stderr.txt' 2023-04-10 07:48:41 [ 0%] Checking for available updates... 2023-04-10 07:48:41 [----] Verifying installation... 2023-04-10 07:48:41 Steam Console Client (c) Valve Corporation - version 1679680174 2023-04-10 07:48:41 -- type 'quit' to exit -- 2023-04-10 07:48:41 Loading Steam API...OK 2023-04-10 07:48:41 CWorkThreadPool::~CWorkThreadPool: work complete queue not empty, 1 items discarded. 2023-04-10 07:48:41 [dst_admin_docker.sh][2023-04-10 10:18:41] ------------------------------------------------------------------ 2023-04-10 07:48:41 [dst_admin_docker.sh][2023-04-10 10:18:41] -- STEP 2 完成 2023-04-10 07:48:41 [dst_admin_docker.sh][2023-04-10 10:18:41] ------------------------------------------------------------------ 2023-04-10 07:48:41 [dst_admin_docker.sh][2023-04-10 10:18:41] ------------------------------------------------------------------ 2023-04-10 07:48:41 [dst_admin_docker.sh][2023-04-10 10:18:41] -- STEP 3 检查饥荒服务端安装情况并更新 2023-04-10 07:48:41 [dst_admin_docker.sh][2023-04-10 10:18:41] -- 安装速度依据宿主机网速决定,约需要5~10分钟 2023-04-10 07:48:41 [dst_admin_docker.sh][2023-04-10 10:18:41] ------------------------------------------------------------------ 2023-04-10 07:48:41 [dst_admin_docker.sh][2023-04-10 10:18:41] 未找到可用饥荒服务端, 开始安装饥荒服务端, try: 1 2023-04-10 07:48:42 WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work. 2023-04-10 07:48:42 Redirecting stderr to '/root/Steam/logs/stderr.txt' 2023-04-10 07:48:42 [ 0%] Checking for available updates... 2023-04-10 07:48:42 [----] Verifying installation... 2023-04-10 07:48:42 Steam Console Client (c) Valve Corporation - version 1679680174 2023-04-10 07:48:42 -- type 'quit' to exit -- 2023-04-10 07:48:42 Loading Steam API...OK 2023-04-10 07:48:42 2023-04-10 07:48:46 Connecting anonymously to Steam Public...OK 2023-04-10 07:48:46 Waiting for client config...OK 2023-04-10 07:50:42 Waiting for user info...OK 2023-04-10 07:50:42 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0) 2023-04-10 07:50:42 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 0.20 (6291456 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 1.91 (59365972 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 1.91 (59365972 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 1.91 (59365972 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 3.06 (94915822 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 4.10 (127174375 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 5.14 (159478294 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 5.93 (183930837 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 6.75 (209631175 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 7.48 (232270506 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 8.38 (260005017 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 9.02 (279837462 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 9.74 (302276718 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 10.60 (329074769 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 11.28 (349969996 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 11.93 (370357131 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 11.93 (370357131 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 11.93 (370357131 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 12.47 (387173691 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 13.27 (411923172 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 13.86 (430125758 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 14.44 (448170979 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 15.17 (470786887 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 15.73 (488310258 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 16.39 (508707024 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 17.10 (530852332 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 18.22 (565624726 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 19.08 (592079808 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 19.50 (605224933 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 19.50 (605224933 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 19.50 (605224933 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 20.12 (624354504 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 20.83 (646623543 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 21.61 (670734547 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 22.25 (690715749 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 22.90 (710705570 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 23.57 (731607056 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 24.15 (749563272 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 26.88 (834444097 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 28.86 (895643872 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 29.75 (923400182 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 31.67 (982941624 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 31.67 (982941624 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 31.67 (982941624 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 33.53 (1040752811 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 36.17 (1122603634 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 39.30 (1219722897 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 41.74 (1295569741 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 44.33 (1375981437 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 45.05 (1398182336 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 45.81 (1422004939 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 46.54 (1444571963 / 3103875671) 2023-04-10 07:50:42 Update state (0x61) downloading, progress: 47.51 (1474781470 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 48.19 (1495906184 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 49.29 (1529803625 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 49.32 (1530852201 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 49.32 (1530852201 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 49.88 (1548231190 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 50.62 (1571179258 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 51.23 (1590267817 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 52.09 (1616744687 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 52.90 (1641972144 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 53.56 (1662389628 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 54.16 (1681137564 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 54.87 (1703239511 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 55.79 (1731666207 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 56.71 (1760104726 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 57.62 (1788542036 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 58.27 (1808486823 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 58.27 (1808486823 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 58.27 (1808486823 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 59.00 (1831435455 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 59.47 (1845797069 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 60.05 (1863953632 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 60.73 (1885018869 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 61.39 (1905331495 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 62.24 (1931750578 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 62.89 (1952010355 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 63.65 (1975537995 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 64.56 (2003720497 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 65.37 (2028977737 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 65.85 (2043866187 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 65.85 (2043866187 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 65.86 (2044100718 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 66.66 (2069034182 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 67.27 (2087942965 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 68.01 (2110851690 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 68.66 (2131103943 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 70.12 (2176539226 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 72.72 (2257292096 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 73.51 (2281668726 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 74.92 (2325455919 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 78.53 (2437512854 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 82.51 (2560934663 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 84.85 (2633642081 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 84.85 (2633642081 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 84.85 (2633642081 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 87.02 (2700885100 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 87.84 (2726401180 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 88.80 (2756195844 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 89.38 (2774206144 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 90.07 (2795812514 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 90.76 (2817075340 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 91.37 (2835939916 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 92.47 (2870021992 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 93.37 (2898028072 / 3103875671) 2023-04-10 07:52:30 Update state (0x61) downloading, progress: 94.25 (2925318310 / 3103875671) 2023-04-10 07:53:01 Update state (0x61) downloading, progress: 95.12 (2952278902 / 3103875671) 2023-04-10 07:53:01 Update state (0x61) downloading, progress: 95.21 (2955093974 / 3103875671) 2023-04-10 07:53:01 Update state (0x61) downloading, progress: 95.21 (2955093974 / 3103875671) 2023-04-10 07:53:01 Update state (0x61) downloading, progress: 95.45 (2962775734 / 3103875671) 2023-04-10 07:53:01 Update state (0x61) downloading, progress: 96.36 (2990933590 / 3103875671) 2023-04-10 07:53:01 Update state (0x61) downloading, progress: 97.15 (3015319124 / 3103875671) 2023-04-10 07:53:01 Update state (0x61) downloading, progress: 97.86 (3037579412 / 3103875671) 2023-04-10 07:53:01 Update state (0x61) downloading, progress: 98.52 (3057907604 / 3103875671) 2023-04-10 07:53:01 Update state (0x61) downloading, progress: 99.24 (3080252096 / 3103875671) 2023-04-10 07:53:01 Update state (0x81) verifying update, progress: 4.63 (143653705 / 3103875671) 2023-04-10 07:53:01 Update state (0x81) verifying update, progress: 22.11 (686368400 / 3103875671) 2023-04-10 07:53:01 Update state (0x81) verifying update, progress: 39.90 (1238506594 / 3103875671) 2023-04-10 07:53:01 Update state (0x81) verifying update, progress: 57.40 (1781545699 / 3103875671) 2023-04-10 07:53:01 Update state (0x81) verifying update, progress: 75.02 (2328672671 / 3103875671) 2023-04-10 07:53:01 Update state (0x81) verifying update, progress: 92.28 (2864230056 / 3103875671) 2023-04-10 07:53:01 Update state (0x101) committing, progress: 26.99 (837871136 / 3103875671) 2023-04-10 07:53:01 Work thread 'CContentUpdateContext::m_pCPUTh' is marked exited, but we could not immediately join prior to deleting -- proceeding without join 2023-04-10 07:53:01 Success! App '343050' fully installed. 2023-04-10 07:53:04 [dst_admin_docker.sh][2023-04-10 10:23:04] ------------------------------------------------------------------ 2023-04-10 07:53:04 [dst_admin_docker.sh][2023-04-10 10:23:04] -- 尝试更新饥荒服务端 2023-04-10 07:53:04 [dst_admin_docker.sh][2023-04-10 10:23:04] -- 更新速度依据宿主机网速决定 2023-04-10 07:53:04 [dst_admin_docker.sh][2023-04-10 10:23:04] ------------------------------------------------------------------ 2023-04-10 07:53:05 WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work. 2023-04-10 07:53:05 Redirecting stderr to '/root/Steam/logs/stderr.txt' 2023-04-10 07:53:05 [ 0%] Checking for available updates... 2023-04-10 07:53:05 [----] Verifying installation... 2023-04-10 07:53:05 Steam Console Client (c) Valve Corporation - version 1679680174 2023-04-10 07:53:05 -- type 'quit' to exit -- 2023-04-10 07:53:05 Loading Steam API...OK 2023-04-10 07:53:05 2023-04-10 07:53:09 Connecting anonymously to Steam Public...OK 2023-04-10 07:53:09 Waiting for client config...OK 2023-04-10 07:53:21 Waiting for user info...OK 2023-04-10 07:53:21 Update state (0x5) verifying install, progress: 0.00 (0 / 3103875671) 2023-04-10 07:53:21 Update state (0x5) verifying install, progress: 13.77 (427531617 / 3103875671) 2023-04-10 07:53:21 Update state (0x5) verifying install, progress: 32.18 (998908357 / 3103875671) 2023-04-10 07:53:21 Update state (0x5) verifying install, progress: 50.86 (1578673231 / 3103875671) 2023-04-10 07:53:21 Update state (0x5) verifying install, progress: 69.85 (2168111616 / 3103875671) 2023-04-10 07:53:21 Update state (0x5) verifying install, progress: 86.68 (2690423413 / 3103875671) 2023-04-10 07:53:21 Success! App '343050' fully installed. 2023-04-10 07:53:22 [dst_admin_docker.sh][2023-04-10 10:23:22] ------------------------------------------------------------------ 2023-04-10 07:53:22 [dst_admin_docker.sh][2023-04-10 10:23:22] -- STEP 3 完成 2023-04-10 07:53:22 [dst_admin_docker.sh][2023-04-10 10:23:22] ------------------------------------------------------------------ 2023-04-10 07:53:22 [dst_admin_docker.sh][2023-04-10 10:23:22] ------------------------------------------------------------------ 2023-04-10 07:53:22 [dst_admin_docker.sh][2023-04-10 10:23:22] -- STEP 4 启动dst-admin管理端 2023-04-10 07:53:22 [dst_admin_docker.sh][2023-04-10 10:23:22] ------------------------------------------------------------------ 2023-04-10 07:53:22 ___ ___ _____ ___ ___ __ __ ___ _ _ 2023-04-10 07:53:22 | \ / __| |_ _| o O O / \ | \ | \/ | |_ _| | \| | 2023-04-10 07:53:22 | |) | \__ \ | | o | - | | |) || |\/| | | | | .` | 2023-04-10 07:53:22 |___/ |___/ _|_|_ TS__[O] |_|_| |___/ |_|__|_| |___| |_|\_| 2023-04-10 07:53:22 _|"""""|_|"""""|_|"""""| {======|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""| 2023-04-10 07:53:22 "`-0-0-'"`-0-0-'"`-0-0-'./o--000'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-' 2023-04-10 07:53:22 dst-admin Copyright (c) 2020 qinming 2023-04-10 07:53:22 2023-04-10 07:53:22 2023-04-10 10:23:22.688 INFO 196 --- [ main] com.tugos.dst.admin.AdminApplication : Starting AdminApplication v1.5.0 on ebbc92359eb3 with PID 196 (/dst-admin.jar started by root in /) 2023-04-10 07:53:22 2023-04-10 10:23:22.690 INFO 196 --- [ main] com.tugos.dst.admin.AdminApplication : No active profile set, falling back to default profiles: default 2023-04-10 07:53:23 2023-04-10 10:23:23.457 INFO 196 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.tugos.dst.admin.config.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$5eaf3b3f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-04-10 07:53:23 2023-04-10 10:23:23.465 INFO 196 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'authRealm' of type [com.tugos.dst.admin.config.shiro.AuthRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-04-10 07:53:23 2023-04-10 10:23:23.474 INFO 196 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroProjectProperties' of type [com.tugos.dst.admin.config.shiro.ShiroProjectProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-04-10 07:53:23 2023-04-10 10:23:23.483 INFO 196 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'getDefaultWebSessionManager' of type [org.apache.shiro.web.session.mgt.DefaultWebSessionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-04-10 07:53:23 2023-04-10 10:23:23.533 INFO 196 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'getDefaultWebSecurityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-04-10 07:53:23 2023-04-10 10:23:23.777 INFO 196 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2023-04-10 07:53:23 2023-04-10 10:23:23.812 INFO 196 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-04-10 07:53:23 2023-04-10 10:23:23.812 INFO 196 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.65] 2023-04-10 07:53:23 2023-04-10 10:23:23.879 INFO 196 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-04-10 07:53:23 2023-04-10 10:23:23.879 INFO 196 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1152 ms 2023-04-10 07:53:24 2023-04-10 10:23:24.027 INFO 196 --- [ main] com.tugos.dst.admin.utils.FileUtils : 拷贝脚本install.sh成功..... 2023-04-10 07:53:24 2023-04-10 10:23:24.041 INFO 196 --- [ main] com.tugos.dst.admin.utils.FileUtils : 给//shell目录下的install.sh文件授权成功 2023-04-10 07:53:24 2023-04-10 10:23:24.041 INFO 196 --- [ main] com.tugos.dst.admin.utils.FileUtils : 拷贝脚本dstStart.sh成功..... 2023-04-10 07:53:24 2023-04-10 10:23:24.043 INFO 196 --- [ main] com.tugos.dst.admin.utils.FileUtils : 给//shell目录下的dstStart.sh文件授权成功 2023-04-10 07:53:24 2023-04-10 10:23:24.450 INFO 196 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-04-10 07:53:24 2023-04-10 10:23:24.506 INFO 196 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' 2023-04-10 07:53:24 2023-04-10 10:23:24.510 INFO 196 --- [ main] com.tugos.dst.admin.AdminApplication : Started AdminApplication in 2.135 seconds (JVM running for 2.474) 2023-04-10 07:53:24 2023-04-10 10:23:24.511 INFO 196 --- [ main] com.tugos.dst.admin.AdminApplication : dst-admin-饥荒管理平台-启动成功(Successfully started)...... 2023-04-10 07:53:29 2023-04-10 10:23:29.686 INFO 196 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-04-10 07:53:29 2023-04-10 10:23:29.686 INFO 196 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-04-10 07:53:29 2023-04-10 10:23:29.690 INFO 196 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 4 ms 2023-04-10 07:53:37 2023-04-10 10:23:37.322 INFO 196 --- [nio-8080-exec-3] c.t.dst.admin.controller.HomeController : 访问首页 2023-04-10 07:53:38 2023-04-10 10:23:38.546 INFO 196 --- [nio-8080-exec-2] c.tugos.dst.admin.service.BackupService : 快照信息:return {clock={totaltimeinphase=120,cycles=58,phase="night",remainingtimeinphase=88.902236938477,mooomphasecycle=19,segs={night=4,day=10,dusk=2}},seasons={premode=false,season="summer",elapseddaysinseason=3,israndom={summer=false,autumn=false,spring=false,winter=false},lengths={summer=15,autumn=20,spring=20,winter=15},remainingdaysinseason=12,mode="cycle",totaldaysinseason=15,segs={summer={night=4,day=11,dusk=1},autumn={night=2,day=8,dusk=6},spring={night=3,day=5,dusk=8},winter={night=6,day=5,dusk=5}}}} 2023-04-10 07:53:41 2023-04-10 10:23:41.760 INFO 196 --- [nio-8080-exec-3] c.t.dst.admin.controller.HomeController : 启动服务器,type=0 2023-04-10 07:53:41 2023-04-10 10:23:41.771 INFO 196 --- [nio-8080-exec-3] c.tugos.dst.admin.service.ShellService : 安装mod到服务器..... 2023-04-10 07:53:41 2023-04-10 10:23:41.787 INFO 196 --- [nio-8080-exec-3] c.tugos.dst.admin.service.ShellService : 安装mod:ResultVO(code=0, data=null, message=success) 2023-04-10 07:54:09 2023-04-10 10:24:09.617 INFO 196 --- [nio-8080-exec-2] c.t.d.admin.controller.SystemController : 拉取饥荒的日志:type=0,rowNum=20 2023-04-10 07:54:11 2023-04-10 10:24:11.616 INFO 196 --- [nio-8080-exec-1] c.t.d.admin.controller.SystemController : 拉取饥荒的日志:type=0,rowNum=20 2023-04-10 07:54:12 2023-04-10 10:24:12.870 INFO 196 --- [nio-8080-exec-3] c.t.d.admin.controller.SystemController : 拉取饥荒的日志:type=0,rowNum=20 2023-04-10 07:54:15 2023-04-10 10:24:15.516 INFO 196 --- [nio-8080-exec-2] c.t.d.admin.controller.SystemController : 拉取饥荒的日志:type=0,rowNum=20 2023-04-10 07:54:17 2023-04-10 10:24:17.028 INFO 196 --- [nio-8080-exec-1] c.t.d.admin.controller.SystemController : 拉取饥荒的日志:type=0,rowNum=20 2023-04-10 07:54:18 2023-04-10 10:24:18.011 INFO 196 --- [nio-8080-exec-3] c.t.d.admin.controller.SystemController : 拉取饥荒的日志:type=0,rowNum=20 2023-04-10 07:54:19 2023-04-10 10:24:19.121 INFO 196 --- [nio-8080-exec-1] c.t.d.admin.controller.SystemController : 拉取饥荒的日志:type=0,rowNum=20 2023-04-10 07:54:22 2023-04-10 10:24:22.850 INFO 196 --- [nio-8080-exec-1] c.t.d.admin.controller.SystemController : 拉取饥荒的日志:type=0,rowNum=20 2023-04-10 07:54:23 2023-04-10 10:24:23.832 INFO 196 --- [nio-8080-exec-2] c.t.d.admin.controller.SystemController : 拉取饥荒的日志:type=0,rowNum=20 2023-04-10 07:54:24 2023-04-10 10:24:24.951 INFO 196 --- [nio-8080-exec-1] c.t.d.admin.controller.SystemController : 拉取饥荒的日志:type=0,rowNum=20 2023-04-10 07:54:27 2023-04-10 10:24:27.306 INFO 196 --- [nio-8080-exec-3] c.t.d.admin.controller.PlayerController : 进入玩家设置页面 2023-04-10 07:54:27 2023-04-10 10:24:27.399 INFO 196 --- [nio-8080-exec-3] c.t.d.admin.controller.PlayerController : 拉取管理员列表 2023-04-10 07:54:27 2023-04-10 10:24:27.399 INFO 196 --- [nio-8080-exec-1] c.t.d.admin.controller.PlayerController : 拉取玩家黑名单列表 2023-04-10 07:54:30 2023-04-10 10:24:30.623 INFO 196 --- [nio-8080-exec-1] c.t.d.a.controller.SettingController : 进入游戏设置页 2023-04-10 07:54:30 2023-04-10 10:24:30.741 INFO 196 --- [nio-8080-exec-2] c.t.d.a.controller.SettingController : 读取游戏配置 2023-04-10 07:54:56 2023-04-10 10:24:56.323 INFO 196 --- [nio-8080-exec-2] c.t.d.admin.controller.SystemController : 拉取饥荒的日志:type=0,rowNum=20 2023-04-10 07:54:58 2023-04-10 10:24:58.843 INFO 196 --- [nio-8080-exec-2] c.t.d.admin.controller.SystemController : 拉取饥荒的日志:type=0,rowNum=20 2023-04-10 07:54:59 2023-04-10 10:24:59.903 INFO 196 --- [nio-8080-exec-1] c.t.d.admin.controller.SystemController : 拉取饥荒的日志:type=0,rowNum=20 2023-04-10 07:55:12 2023-04-10 10:25:12.250 INFO 196 --- [nio-8080-exec-2] c.t.d.admin.controller.SystemController : 拉取饥荒的日志:type=0,rowNum=38 2023-04-10 07:55:27 2023-04-10 10:25:27.000 INFO 196 --- [nio-8080-exec-3] c.t.d.admin.controller.SystemController : 拉取饥荒的日志:type=0,rowNum=38 2023-04-10 07:55:28 2023-04-10 10:25:28.356 INFO 196 --- [nio-8080-exec-1] c.t.d.admin.controller.SystemController : 拉取饥荒的日志:type=0,rowNum=38 2023-04-10 07:56:02 2023-04-10 10:26:02.078 INFO 196 --- [nio-8080-exec-2] c.t.d.admin.controller.SystemController : 拉取饥荒的日志:type=0,rowNum=34 ```
ground program logs ``` [00:00:00]: PersistRootStorage is now /root/.klei//DoNotStarveTogether/MyDediServer/Master/ [00:00:00]: Starting Up [00:00:00]: Version: 551676 [00:00:00]: Current time: Mon Apr 10 10:41:39 2023 [00:00:00]: System Name: Linux [00:00:00]: Host Name: ebbc92359eb3 [00:00:00]: Release(Kernel) Version: 5.10.102.1-microsoft-standard-WSL2 [00:00:00]: Kernel Build Timestamp: #1 SMP Wed Mar 2 00:30:59 UTC 2022 [00:00:00]: Machine Arch: x86_64 [00:00:00]: Don't Starve Together: 551676 LINUX [00:00:00]: Build Date: 8774 [00:00:00]: Mode: 32-bit [00:00:00]: Parsing command line [00:00:00]: Command Line Arguments: -console -cluster MyDediServer -shard Master [00:00:00]: [WARNING] -console has been deprecated: Use the [MISC] / console_enabled setting instead. [00:00:00]: Initializing distribution platform [00:00:00]: ....Done [00:00:00]: THREAD - started 'GAClient' (4141882176) [00:00:00]: CurlRequestManager::ClientThread::Main() [00:00:00]: Mounting file system databundles/klump.zip successful. [00:00:00]: Mounting file system databundles/shaders.zip successful. [00:00:00]: Mounting file system databundles/fonts.zip successful. [00:00:00]: Mounting file system databundles/anim_dynamic.zip successful. [00:00:00]: Mounting file system databundles/bigportraits.zip successful. [00:00:00]: Mounting file system databundles/images.zip successful. [00:00:00]: Mounting file system databundles/scripts.zip successful. [00:00:00]: [Steam] SteamGameServer_Init(11000, 27018) [00:00:00]: [Steam] SteamGameServer_Init success [00:00:00]: ProfileIndex:3.90 [00:00:00]: [Connect] PendingConnection::Reset(true) [00:00:00]: Platform: 1 [00:00:00]: Network tick rate: U=15(2), D=0 [00:00:00]: Network tick rate: U=15(2), D=0 [00:00:00]: THREAD - started 'StreamInput' (4076862272) [00:00:00]: OnLoadPermissionList: /root/.klei//DoNotStarveTogether/MyDediServer/blocklist.txt (Failure) [00:00:00]: OnLoadPermissionList: /root/.klei//DoNotStarveTogether/MyDediServer/adminlist.txt (Success) [00:00:00]: OnLoadUserIdList: /root/.klei//DoNotStarveTogether/MyDediServer/whitelist.txt (Failure) [00:00:00]: Token retrieved from: /root/.klei//DoNotStarveTogether/MyDediServer/cluster_token.txt [00:00:00]: Token retrieved from: /root/.klei//DoNotStarveTogether/MyDediServer/cluster_token.txt [00:00:00]: cGame::InitializeOnMainThread [00:00:00]: Renderer initialize: Okay [00:00:00]: AnimManager initialize: Okay [00:00:00]: Buffers initialize: Okay [00:00:00]: cDontStarveGame::DoGameSpecificInitialize() [00:00:00]: GameSpecific initialize: Okay [00:00:00]: cGame::StartPlaying [00:00:00]: AppVersion::GetArchitecture() x32 [00:00:00]: LOADING LUA [00:00:00]: DoLuaFile scripts/main.lua [00:00:00]: DoLuaFile loading buffer scripts/main.lua [00:00:00]: taskgrouplist: default Together [00:00:00]: taskgrouplist: classic Classic [00:00:00]: taskgrouplist: cave_default Underground [00:00:00]: taskgrouplist: lavaarena_taskset The Forge [00:00:00]: taskgrouplist: quagmire_taskset The Gorge [00:00:00]: Running main.lua [00:00:00]: loaded modindex [00:00:00]: ModIndex: Beginning normal load sequence for dedicated server. [00:00:03]: [Workshop] Item query page 0, size: 9, total size: 9 [00:00:03]: [Workshop] Item query queued IDs: 1207269058 1378549454 347079953 362175979 378160973 666155465 679636739 758532836 850494968 [00:00:03]: [Workshop] Item query sent [00:00:03]: [Workshop] ItemQuery got this many results: 9, matching: 9 [00:00:03]: [Workshop] ModQuery got 9 results [00:00:03]: [Workshop] ModQuery already have IDs: {2.16,1207269058} {5.1.43,1378549454} {1.61,347079953} {1.4.5,362175979} {1.7.4,378160973} {0.58,666155465} {0.3,679636739} {1.5.0,758532836} {1.6,850494968} [00:00:03]: [Workshop] ItemQuery finished all queries, moving to download phase [00:00:03]: [Workshop] ItemQuery finished downloading everything [00:00:03]: SUCCESS: Loaded modoverrides.lua [00:00:03]: modoverrides.lua enabling workshop-1378549454 [00:00:03]: modoverrides.lua enabling workshop-758532836 [00:00:03]: modoverrides.lua enabling workshop-679636739 [00:00:03]: modoverrides.lua enabling workshop-347079953 [00:00:03]: modoverrides.lua enabling workshop-1207269058 [00:00:03]: modoverrides.lua enabling workshop-362175979 [00:00:03]: modoverrides.lua enabling workshop-378160973 [00:00:03]: modoverrides.lua enabling workshop-666155465 [00:00:03]: modoverrides.lua enabling workshop-850494968 [00:00:03]: ModIndex:GetModsToLoad inserting moddir, workshop-850494968 [00:00:03]: ModIndex:GetModsToLoad inserting moddir, workshop-679636739 [00:00:03]: ModIndex:GetModsToLoad inserting moddir, workshop-347079953 [00:00:03]: ModIndex:GetModsToLoad inserting moddir, workshop-362175979 [00:00:03]: ModIndex:GetModsToLoad inserting moddir, workshop-758532836 [00:00:03]: ModIndex:GetModsToLoad inserting forcedmoddir, workshop-1207269058 [00:00:03]: ModIndex:GetModsToLoad inserting forcedmoddir, workshop-378160973 [00:00:03]: ModIndex:GetModsToLoad inserting forcedmoddir, workshop-1378549454 [00:00:03]: ModIndex:GetModsToLoad inserting forcedmoddir, workshop-666155465 [00:00:03]: Could not load mod_config_data/modconfiguration_workshop-850494968_CLIENT [00:00:03]: Loading mod: workshop-850494968 (Setpiece Config) Version:1.6 [00:00:03]: Could not load mod_config_data/modconfiguration_workshop-679636739_CLIENT [00:00:03]: Loading mod: workshop-679636739 (Trap Reset) Version:0.3 [00:00:03]: Could not load mod_config_data/modconfiguration_workshop-347079953_CLIENT [00:00:03]: Loading mod: workshop-347079953 (Display food values) Version:1.61 [00:00:03]: Could not load mod_config_data/modconfiguration_workshop-362175979_CLIENT [00:00:03]: Loading mod: workshop-362175979 (Wormhole Marks) Version:1.4.5 [00:00:03]: Could not load mod_config_data/modconfiguration_workshop-758532836_CLIENT [00:00:03]: Loading mod: workshop-758532836 (Global Pause) Version:1.5.0 [00:00:03]: Could not load mod_config_data/modconfiguration_workshop-1207269058_CLIENT [00:00:03]: Loading mod: workshop-1207269058 ( Simple Health Bar DST) Version:2.16 [00:00:03]: Could not load mod_config_data/modconfiguration_workshop-378160973_CLIENT [00:00:03]: Loading mod: workshop-378160973 (Global Positions) Version:1.7.4 [00:00:03]: Could not load mod_config_data/modconfiguration_workshop-1378549454_CLIENT [00:00:03]: Loading mod: workshop-1378549454 ([API] Gem Core) Version:5.1.43 [00:00:03]: Could not load mod_config_data/modconfiguration_workshop-666155465_CLIENT [00:00:03]: Loading mod: workshop-666155465 (Show Me (Origin)) Version:0.58 [00:00:03]: applying configuration_options from modoverrides.lua to mod workshop-1378549454 [00:00:03]: Overriding mod workshop-1378549454's option craftinghighlight with value false [00:00:03]: applying configuration_options from modoverrides.lua to mod workshop-758532836 [00:00:03]: Overriding mod workshop-758532836's option AUTOPAUSECONSOLE with value false [00:00:03]: Overriding mod workshop-758532836's option ENABLECLIENTPAUSING with value true [00:00:03]: Overriding mod workshop-758532836's option AUTOPAUSEMAP with value false [00:00:03]: Overriding mod workshop-758532836's option KEYBOARDTOGGLEKEY with value P [00:00:03]: Overriding mod workshop-758532836's option AUTOPAUSESINGLEPLAYER with value true [00:00:03]: Overriding mod workshop-758532836's option ENABLEHOTKEY with value false [00:00:03]: applying configuration_options from modoverrides.lua to mod workshop-679636739 [00:00:03]: applying configuration_options from modoverrides.lua to mod workshop-347079953 [00:00:03]: Overriding mod workshop-347079953's option DFV_Language with value EN [00:00:03]: Overriding mod workshop-347079953's option DFV_MinimalMode with value default [00:00:03]: applying configuration_options from modoverrides.lua to mod workshop-1207269058 [00:00:03]: applying configuration_options from modoverrides.lua to mod workshop-362175979 [00:00:03]: Overriding mod workshop-362175979's option Draw over FoW with value disabled [00:00:03]: applying configuration_options from modoverrides.lua to mod workshop-378160973 [00:00:03]: Overriding mod workshop-378160973's option FIREOPTIONS with value 2 [00:00:03]: Overriding mod workshop-378160973's option SHOWFIREICONS with value true [00:00:03]: Overriding mod workshop-378160973's option SHAREMINIMAPPROGRESS with value true [00:00:03]: Overriding mod workshop-378160973's option SHOWPLAYERICONS with value true [00:00:03]: Overriding mod workshop-378160973's option OVERRIDEMODE with value false [00:00:03]: Overriding mod workshop-378160973's option SHOWPLAYERSOPTIONS with value 2 [00:00:03]: Overriding mod workshop-378160973's option ENABLEPINGS with value true [00:00:03]: applying configuration_options from modoverrides.lua to mod workshop-666155465 [00:00:03]: Overriding mod workshop-666155465's option chestR with value -1 [00:00:03]: Overriding mod workshop-666155465's option food_style with value 0 [00:00:03]: Overriding mod workshop-666155465's option display_hp with value -1 [00:00:03]: Overriding mod workshop-666155465's option show_uses with value -1 [00:00:03]: Overriding mod workshop-666155465's option show_food_units with value -1 [00:00:03]: Overriding mod workshop-666155465's option lang with value auto [00:00:03]: Overriding mod workshop-666155465's option chestB with value -1 [00:00:03]: Overriding mod workshop-666155465's option food_order with value 0 [00:00:03]: Overriding mod workshop-666155465's option chestG with value -1 [00:00:03]: Overriding mod workshop-666155465's option food_estimation with value 1 [00:00:03]: applying configuration_options from modoverrides.lua to mod workshop-850494968 [00:00:03]: Overriding mod workshop-850494968's option _POI_override with value 3 [00:00:03]: Overriding mod workshop-850494968's option _PR_override with value 3 [00:00:03]: Overriding mod workshop-850494968's option _REEDS_override with value 1 [00:00:03]: Overriding mod workshop-850494968's option _TR_override with value 3 [00:00:03]: Mod: workshop-1378549454 ([API] Gem Core) Loading modworldgenmain.lua [00:00:03]: Mod: workshop-1378549454 ([API] Gem Core) Loading modbackendmain.lua [00:00:03]: modimport: ../mods/workshop-1378549454/gemscripts/gemrun [00:00:03]: modimport: ../mods/workshop-1378549454/gemscripts/legacy_modbackendmain [00:00:03]: Mod: workshop-1378549454 ([API] Gem Core) Loading modmain.lua [00:00:03]: modimport: ../mods/workshop-1378549454/gemscripts/legacy_modmain [00:00:03]: Mod: workshop-758532836 (Global Pause) Loading modworldgenmain.lua [00:00:03]: Mod: workshop-758532836 (Global Pause) Loading modbackendmain.lua [00:00:03]: Mod: workshop-758532836 (Global Pause) Mod had no modbackendmain.lua. Skipping. [00:00:03]: Mod: workshop-758532836 (Global Pause) Loading modmain.lua [00:00:03]: Mod: workshop-347079953 (Display food values) Loading modworldgenmain.lua [00:00:03]: Mod: workshop-347079953 (Display food values) Mod had no modworldgenmain.lua. Skipping. [00:00:03]: Mod: workshop-347079953 (Display food values) Loading modbackendmain.lua [00:00:03]: Mod: workshop-347079953 (Display food values) Mod had no modbackendmain.lua. Skipping. [00:00:03]: Mod: workshop-347079953 (Display food values) Loading modmain.lua [00:00:03]: Mod: workshop-666155465 (Show Me (Origin)) Loading modworldgenmain.lua [00:00:03]: Mod: workshop-666155465 (Show Me (Origin)) Mod had no modworldgenmain.lua. Skipping. [00:00:03]: Mod: workshop-666155465 (Show Me (Origin)) Loading modbackendmain.lua [00:00:03]: Mod: workshop-666155465 (Show Me (Origin)) Mod had no modbackendmain.lua. Skipping. [00:00:03]: Mod: workshop-666155465 (Show Me (Origin)) Loading modmain.lua [00:00:03]: ShowMe version: 0.58 [00:00:03]: show_food_units -1 -1 -1 [00:00:03]: show_uses -1 -1 -1 [00:00:03]: Detected language for ShowMe: auto [00:00:03]: Mod: workshop-362175979 (Wormhole Marks) Loading modworldgenmain.lua [00:00:03]: Mod: workshop-362175979 (Wormhole Marks) Mod had no modworldgenmain.lua. Skipping. [00:00:03]: Mod: workshop-362175979 (Wormhole Marks) Loading modbackendmain.lua [00:00:03]: Mod: workshop-362175979 (Wormhole Marks) Mod had no modbackendmain.lua. Skipping. [00:00:03]: Mod: workshop-362175979 (Wormhole Marks) Loading modmain.lua [00:00:03]: Mod: workshop-679636739 (Trap Reset) Loading modworldgenmain.lua [00:00:03]: Mod: workshop-679636739 (Trap Reset) Mod had no modworldgenmain.lua. Skipping. [00:00:03]: Mod: workshop-679636739 (Trap Reset) Loading modbackendmain.lua [00:00:03]: Mod: workshop-679636739 (Trap Reset) Mod had no modbackendmain.lua. Skipping. [00:00:03]: Mod: workshop-679636739 (Trap Reset) Loading modmain.lua [00:00:03]: Mod: workshop-850494968 (Setpiece Config) Loading modworldgenmain.lua [00:00:04]: Mod: workshop-850494968 (Setpiece Config) Loading modbackendmain.lua [00:00:04]: Mod: workshop-850494968 (Setpiece Config) Mod had no modbackendmain.lua. Skipping. [00:00:04]: Mod: workshop-850494968 (Setpiece Config) Loading modmain.lua [00:00:04]: Mod: workshop-378160973 (Global Positions) Loading modworldgenmain.lua [00:00:04]: Mod: workshop-378160973 (Global Positions) Mod had no modworldgenmain.lua. Skipping. [00:00:04]: Mod: workshop-378160973 (Global Positions) Loading modbackendmain.lua [00:00:04]: Mod: workshop-378160973 (Global Positions) Mod had no modbackendmain.lua. Skipping. [00:00:04]: Mod: workshop-378160973 (Global Positions) Loading modmain.lua [00:00:04]: ModIndex:GetModsToLoad inserting moddir, workshop-850494968 [00:00:04]: ModIndex:GetModsToLoad inserting moddir, workshop-679636739 [00:00:04]: ModIndex:GetModsToLoad inserting moddir, workshop-347079953 [00:00:04]: ModIndex:GetModsToLoad inserting moddir, workshop-362175979 [00:00:04]: ModIndex:GetModsToLoad inserting moddir, workshop-758532836 [00:00:04]: ModIndex:GetModsToLoad inserting forcedmoddir, workshop-1207269058 [00:00:04]: ModIndex:GetModsToLoad inserting forcedmoddir, workshop-378160973 [00:00:04]: ModIndex:GetModsToLoad inserting forcedmoddir, workshop-1378549454 [00:00:04]: ModIndex:GetModsToLoad inserting forcedmoddir, workshop-666155465 [00:00:04]: Mod: workshop-1207269058 ( Simple Health Bar DST) Loading modworldgenmain.lua [00:00:04]: Mod: workshop-1207269058 ( Simple Health Bar DST) Mod had no modworldgenmain.lua. Skipping. [00:00:04]: Mod: workshop-1207269058 ( Simple Health Bar DST) Loading modbackendmain.lua [00:00:04]: Mod: workshop-1207269058 ( Simple Health Bar DST) Mod had no modbackendmain.lua. Skipping. [00:00:04]: Mod: workshop-1207269058 ( Simple Health Bar DST) Loading modmain.lua [00:00:04]: Mod: workshop-1378549454 ([API] Gem Core) Loading modmainpostinit.lua [00:00:04]: Mod: workshop-758532836 (Global Pause) Loading modmainpostinit.lua [00:00:04]: Mod: workshop-758532836 (Global Pause) Mod had no modmainpostinit.lua. Skipping. [00:00:04]: Mod: workshop-347079953 (Display food values) Loading modmainpostinit.lua [00:00:04]: Mod: workshop-347079953 (Display food values) Mod had no modmainpostinit.lua. Skipping. [00:00:04]: Mod: workshop-666155465 (Show Me (Origin)) Loading modmainpostinit.lua [00:00:04]: Mod: workshop-666155465 (Show Me (Origin)) Mod had no modmainpostinit.lua. Skipping. [00:00:04]: Mod: workshop-362175979 (Wormhole Marks) Loading modmainpostinit.lua [00:00:04]: Mod: workshop-362175979 (Wormhole Marks) Mod had no modmainpostinit.lua. Skipping. [00:00:04]: Mod: workshop-679636739 (Trap Reset) Loading modmainpostinit.lua [00:00:04]: Mod: workshop-679636739 (Trap Reset) Mod had no modmainpostinit.lua. Skipping. [00:00:04]: Mod: workshop-850494968 (Setpiece Config) Loading modmainpostinit.lua [00:00:04]: Mod: workshop-850494968 (Setpiece Config) Mod had no modmainpostinit.lua. Skipping. [00:00:04]: Mod: workshop-378160973 (Global Positions) Loading modmainpostinit.lua [00:00:04]: Mod: workshop-378160973 (Global Positions) Mod had no modmainpostinit.lua. Skipping. [00:00:04]: Mod: workshop-1207269058 ( Simple Health Bar DST) Loading modmainpostinit.lua [00:00:04]: Mod: workshop-1207269058 ( Simple Health Bar DST) Mod had no modmainpostinit.lua. Skipping. [00:00:04]: Event data unavailable: lavaarena_event_server/lavaarena_achievement_quest_defs [00:00:05]: LOADING LUA SUCCESS [00:00:05]: Registering Server mod namespace "workshop-1207269058" [00:00:05]: Registering Server mod namespace "globalpause" [00:00:05]: Registering Server mod namespace "gemcore" [00:00:05]: Registering Server mod namespace "workshop-378160973" [00:00:05]: Registering Server mod namespace "showmeshint" [00:00:05]: Registering Server mod namespace "showme" [00:00:05]: Registering Server mod namespace "food item" [00:00:05]: Registering Shard mod namespace "globalpause" [00:00:05]: Registering Shard mod namespace "gemcore" [00:00:05]: PlayerDeaths could not load morgue [00:00:05]: PlayerHistory could not load player_history [00:00:05]: ServerPreferences could not load server_preferences [00:00:05]: ConsoleScreenSettings could not load consolescreen [00:00:05]: bloom_enabled true [00:00:05]: OnFilesLoaded() [00:00:05]: OnUpdatePurchaseStateComplete [00:00:05]: Klump load on boot started. [00:00:05]: Klump files loaded: 0 [00:00:05]: Mod: workshop-1378549454 ([API] Gem Core) Registering prefabs [00:00:05]: Mod: workshop-1378549454 ([API] Gem Core) Registering default mod prefab [00:00:05]: Mod: workshop-758532836 (Global Pause) Registering prefabs [00:00:05]: Mod: workshop-758532836 (Global Pause) Registering default mod prefab [00:00:05]: Mod: workshop-347079953 (Display food values) Registering prefabs [00:00:05]: Mod: workshop-347079953 (Display food values) Registering default mod prefab [00:00:05]: Mod: workshop-666155465 (Show Me (Origin)) Registering prefabs [00:00:05]: Mod: workshop-666155465 (Show Me (Origin)) Registering default mod prefab [00:00:05]: Mod: workshop-362175979 (Wormhole Marks) Registering prefabs [00:00:05]: Mod: workshop-362175979 (Wormhole Marks) Registering default mod prefab [00:00:05]: Mod: workshop-679636739 (Trap Reset) Registering prefabs [00:00:05]: Mod: workshop-679636739 (Trap Reset) Registering default mod prefab [00:00:05]: Mod: workshop-850494968 (Setpiece Config) Registering prefabs [00:00:05]: Mod: workshop-850494968 (Setpiece Config) Registering default mod prefab [00:00:05]: Mod: workshop-378160973 (Global Positions) Registering prefabs [00:00:05]: Mod: workshop-378160973 (Global Positions) Registering prefab file: prefabs/globalposition_classified [00:00:05]: Mod: workshop-378160973 (Global Positions) globalposition_classified [00:00:05]: Mod: workshop-378160973 (Global Positions) Registering prefab file: prefabs/smoketrail [00:00:05]: Mod: workshop-378160973 (Global Positions) smoketrail [00:00:05]: Mod: workshop-378160973 (Global Positions) Registering prefab file: prefabs/globalmapicon_noproxy [00:00:05]: Mod: workshop-378160973 (Global Positions) globalmapicon_noproxy [00:00:05]: Mod: workshop-378160973 (Global Positions) Registering prefab file: prefabs/worldmapexplorer [00:00:05]: Mod: workshop-378160973 (Global Positions) worldmapexplorer [00:00:05]: Mod: workshop-378160973 (Global Positions) Registering prefab file: prefabs/pings [00:00:05]: Mod: workshop-378160973 (Global Positions) ping_generic [00:00:05]: Mod: workshop-378160973 (Global Positions) ping_omw [00:00:05]: Mod: workshop-378160973 (Global Positions) ping_danger [00:00:05]: Mod: workshop-378160973 (Global Positions) ping_explore [00:00:05]: Mod: workshop-378160973 (Global Positions) ping_gohere [00:00:05]: Mod: workshop-378160973 (Global Positions) Registering default mod prefab [00:00:05]: Mod: workshop-1207269058 ( Simple Health Bar DST) Registering prefabs [00:00:05]: Mod: workshop-1207269058 ( Simple Health Bar DST) Registering prefab file: prefabs/dychealthbar [00:00:05]: Mod: workshop-1207269058 ( Simple Health Bar DST) dyc_damagedisplay [00:00:05]: Mod: workshop-1207269058 ( Simple Health Bar DST) dyc_healthbarchild [00:00:05]: Mod: workshop-1207269058 ( Simple Health Bar DST) dyc_healthbar [00:00:05]: Mod: workshop-1207269058 ( Simple Health Bar DST) Registering default mod prefab [00:00:05]: Load FE [00:00:06]: THREAD - started 'FilesExistAsyncThread' (4035025728) [00:00:06]: FilesExistAsyncThread started (21679 files)... [00:00:06]: Load FE: done [00:00:06]: Check for write access: TRUE [00:00:06]: Check for read access: TRUE [00:00:06]: Available disk space for save files: 483185 MB [00:00:06]: ModIndex: Load sequence finished successfully. [00:00:06]: Reset() returning [00:00:06]: RemoteCommandInput: "for i, v in ipairs(TheNet:GetClientTable()) do print(string.format("playerlist %s [%d] %s %s %s", 1681094501447, i-1, v.userid, v.name, v.prefab )) end" [00:00:06]: [string "../mods/workshop-1378549454/gemscripts/tabl..."]:135: bad argument #1 to 'i' (table expected, got nil) [00:00:06]: ... FilesExistAsyncThread complete [00:00:06]: [200] Account Communication Success (6) [00:00:06]: Cached userid (null) saved to /root/.klei//DoNotStarveTogether/MyDediServer/Master/save/cached_userid [00:00:06]: Received (KU_A0x_UG8i) from TokenPurpose [00:00:06]: Starting Dedicated Server Game [00:00:06]: Network tick rate: U=15(2), D=0 [00:00:06]: About to start a server with the following settings: [00:00:06]: Dedicated: true [00:00:06]: Online: true [00:00:06]: Passworded: true [00:00:06]: ServerPort: 11000 [00:00:06]: SteamAuthPort: 8768 [00:00:06]: SteamMasterServerPort: 27018 [00:00:06]: ClanID: false [00:00:06]: ClanOnly: false [00:00:06]: ClanAdmin: false [00:00:06]: LanOnly: false [00:00:06]: FriendsOnly: false [00:00:06]: EnableAutosaver: true [00:00:06]: EncodeUserPath: true [00:00:06]: PVP: false [00:00:06]: MaxPlayers: 6 [00:00:06]: GameMode: endless [00:00:06]: OverridenDNS: [00:00:06]: PauseWhenEmpty: true [00:00:06]: IdleTimeout: 1800s [00:00:06]: VoteEnabled: true [00:00:06]: InternetBroadcasting: true [00:00:06]: SUCCESS: Loaded modoverrides.lua [00:00:06]: Could not load mod_config_data/modconfiguration_workshop-1378549454 [00:00:06]: SUCCESS: Loaded modoverrides.lua [00:00:06]: Could not load mod_config_data/modconfiguration_workshop-758532836 [00:00:06]: SUCCESS: Loaded modoverrides.lua [00:00:06]: Could not load mod_config_data/modconfiguration_workshop-347079953 [00:00:06]: SUCCESS: Loaded modoverrides.lua [00:00:06]: Could not load mod_config_data/modconfiguration_workshop-1207269058 [00:00:06]: SUCCESS: Loaded modoverrides.lua [00:00:06]: Could not load mod_config_data/modconfiguration_workshop-362175979 [00:00:06]: SUCCESS: Loaded modoverrides.lua [00:00:06]: Could not load mod_config_data/modconfiguration_workshop-378160973 [00:00:06]: SUCCESS: Loaded modoverrides.lua [00:00:06]: Could not load mod_config_data/modconfiguration_workshop-666155465 [00:00:07]: Online Server Started on port: 11000 [00:00:07]: SUCCESS: Loaded modoverrides.lua [00:00:07]: Not applying level data overrides. [00:00:07]: Found a worldgen override file with these contents: [00:00:07]: K: override_enabled V: true [00:00:07]: K: overrides V: table: 0x1076d890 [00:00:07]: K: basicresource_regrowth V: always [00:00:07]: K: ghostsanitydrain V: none [00:00:07]: K: portalresurection V: always [00:00:07]: K: resettime V: none [00:00:07]: K: settings_preset V: SURVIVAL_TOGETHER [00:00:07]: K: worldgen_preset V: SURVIVAL_TOGETHER [00:00:07]: sanity-checking worldgenoverride.lua... [00:00:07]: Loaded and applied world gen overrides from ../worldgenoverride.lua [00:00:07]: contained worldgen preset SURVIVAL_TOGETHER, loading... [00:00:07]: contained settings preset SURVIVAL_TOGETHER, loading... [00:00:07]: Overwriting savedata with override file. [00:00:07]: Collecting garbage... [00:00:07]: lua_gc took 0.08 seconds [00:00:07]: ~ShardLuaProxy() [00:00:07]: ~cEventLeaderboardProxy() [00:00:07]: ~ItemServerLuaProxy() [00:00:07]: ~InventoryLuaProxy() [00:00:07]: ~NetworkLuaProxy() [00:00:07]: ~SimLuaProxy() [00:00:07]: lua_close took 0.10 seconds [00:00:07]: ReleaseAll [00:00:07]: ReleaseAll Finished [00:00:07]: cGame::StartPlaying [00:00:07]: AppVersion::GetArchitecture() x32 [00:00:07]: LOADING LUA [00:00:07]: DoLuaFile scripts/main.lua [00:00:07]: DoLuaFile loading buffer scripts/main.lua [00:00:07]: taskgrouplist: default Together [00:00:07]: taskgrouplist: classic Classic [00:00:07]: taskgrouplist: cave_default Underground [00:00:07]: taskgrouplist: lavaarena_taskset The Forge [00:00:07]: taskgrouplist: quagmire_taskset The Gorge [00:00:07]: Running main.lua [00:00:07]: loaded modindex [00:00:07]: ModIndex: Beginning normal load sequence for dedicated server. [00:00:07]: SUCCESS: Loaded modoverrides.lua [00:00:07]: modoverrides.lua enabling workshop-1378549454 [00:00:07]: modoverrides.lua enabling workshop-758532836 [00:00:07]: modoverrides.lua enabling workshop-679636739 [00:00:07]: modoverrides.lua enabling workshop-347079953 [00:00:07]: modoverrides.lua enabling workshop-1207269058 [00:00:07]: modoverrides.lua enabling workshop-362175979 [00:00:07]: modoverrides.lua enabling workshop-378160973 [00:00:07]: modoverrides.lua enabling workshop-666155465 [00:00:07]: modoverrides.lua enabling workshop-850494968 [00:00:07]: ModIndex:GetModsToLoad inserting moddir, workshop-850494968 [00:00:07]: ModIndex:GetModsToLoad inserting moddir, workshop-679636739 [00:00:07]: ModIndex:GetModsToLoad inserting moddir, workshop-347079953 [00:00:07]: ModIndex:GetModsToLoad inserting moddir, workshop-362175979 [00:00:07]: ModIndex:GetModsToLoad inserting moddir, workshop-758532836 [00:00:07]: ModIndex:GetModsToLoad inserting forcedmoddir, workshop-1207269058 [00:00:07]: ModIndex:GetModsToLoad inserting forcedmoddir, workshop-378160973 [00:00:07]: ModIndex:GetModsToLoad inserting forcedmoddir, workshop-1378549454 [00:00:07]: ModIndex:GetModsToLoad inserting forcedmoddir, workshop-666155465 [00:00:07]: Could not load mod_config_data/modconfiguration_workshop-850494968 [00:00:07]: Loading mod: workshop-850494968 (Setpiece Config) Version:1.6 [00:00:07]: Could not load mod_config_data/modconfiguration_workshop-679636739 [00:00:07]: Loading mod: workshop-679636739 (Trap Reset) Version:0.3 [00:00:07]: Could not load mod_config_data/modconfiguration_workshop-347079953 [00:00:07]: Loading mod: workshop-347079953 (Display food values) Version:1.61 [00:00:07]: Could not load mod_config_data/modconfiguration_workshop-362175979 [00:00:07]: Loading mod: workshop-362175979 (Wormhole Marks) Version:1.4.5 [00:00:07]: Could not load mod_config_data/modconfiguration_workshop-758532836 [00:00:07]: Loading mod: workshop-758532836 (Global Pause) Version:1.5.0 [00:00:07]: Could not load mod_config_data/modconfiguration_workshop-1207269058 [00:00:07]: Loading mod: workshop-1207269058 ( Simple Health Bar DST) Version:2.16 [00:00:07]: Could not load mod_config_data/modconfiguration_workshop-378160973 [00:00:07]: Loading mod: workshop-378160973 (Global Positions) Version:1.7.4 [00:00:07]: Could not load mod_config_data/modconfiguration_workshop-1378549454 [00:00:07]: Loading mod: workshop-1378549454 ([API] Gem Core) Version:5.1.43 [00:00:07]: Could not load mod_config_data/modconfiguration_workshop-666155465 [00:00:07]: Loading mod: workshop-666155465 (Show Me (Origin)) Version:0.58 [00:00:07]: applying configuration_options from modoverrides.lua to mod workshop-1378549454 [00:00:07]: Overriding mod workshop-1378549454's option craftinghighlight with value false [00:00:07]: applying configuration_options from modoverrides.lua to mod workshop-758532836 [00:00:07]: Overriding mod workshop-758532836's option AUTOPAUSECONSOLE with value false [00:00:07]: Overriding mod workshop-758532836's option ENABLECLIENTPAUSING with value true [00:00:07]: Overriding mod workshop-758532836's option AUTOPAUSEMAP with value false [00:00:07]: Overriding mod workshop-758532836's option KEYBOARDTOGGLEKEY with value P [00:00:07]: Overriding mod workshop-758532836's option AUTOPAUSESINGLEPLAYER with value true [00:00:07]: Overriding mod workshop-758532836's option ENABLEHOTKEY with value false [00:00:07]: applying configuration_options from modoverrides.lua to mod workshop-679636739 [00:00:07]: applying configuration_options from modoverrides.lua to mod workshop-347079953 [00:00:07]: Overriding mod workshop-347079953's option DFV_Language with value EN [00:00:07]: Overriding mod workshop-347079953's option DFV_MinimalMode with value default [00:00:07]: applying configuration_options from modoverrides.lua to mod workshop-1207269058 [00:00:07]: applying configuration_options from modoverrides.lua to mod workshop-362175979 [00:00:07]: Overriding mod workshop-362175979's option Draw over FoW with value disabled [00:00:07]: applying configuration_options from modoverrides.lua to mod workshop-378160973 [00:00:07]: Overriding mod workshop-378160973's option FIREOPTIONS with value 2 [00:00:07]: Overriding mod workshop-378160973's option SHOWFIREICONS with value true [00:00:07]: Overriding mod workshop-378160973's option SHAREMINIMAPPROGRESS with value true [00:00:07]: Overriding mod workshop-378160973's option SHOWPLAYERICONS with value true [00:00:07]: Overriding mod workshop-378160973's option OVERRIDEMODE with value false [00:00:07]: Overriding mod workshop-378160973's option SHOWPLAYERSOPTIONS with value 2 [00:00:07]: Overriding mod workshop-378160973's option ENABLEPINGS with value true [00:00:07]: applying configuration_options from modoverrides.lua to mod workshop-666155465 [00:00:07]: Overriding mod workshop-666155465's option chestR with value -1 [00:00:07]: Overriding mod workshop-666155465's option food_style with value 0 [00:00:07]: Overriding mod workshop-666155465's option display_hp with value -1 [00:00:07]: Overriding mod workshop-666155465's option show_uses with value -1 [00:00:07]: Overriding mod workshop-666155465's option show_food_units with value -1 [00:00:07]: Overriding mod workshop-666155465's option lang with value auto [00:00:07]: Overriding mod workshop-666155465's option chestB with value -1 [00:00:07]: Overriding mod workshop-666155465's option food_order with value 0 [00:00:07]: Overriding mod workshop-666155465's option chestG with value -1 [00:00:07]: Overriding mod workshop-666155465's option food_estimation with value 1 [00:00:07]: applying configuration_options from modoverrides.lua to mod workshop-850494968 [00:00:07]: Overriding mod workshop-850494968's option _POI_override with value 3 [00:00:07]: Overriding mod workshop-850494968's option _PR_override with value 3 [00:00:07]: Overriding mod workshop-850494968's option _REEDS_override with value 1 [00:00:07]: Overriding mod workshop-850494968's option _TR_override with value 3 [00:00:07]: Mod: workshop-1378549454 ([API] Gem Core) Loading modworldgenmain.lua [00:00:07]: Mod: workshop-1378549454 ([API] Gem Core) Loading modbackendmain.lua [00:00:07]: modimport: ../mods/workshop-1378549454/gemscripts/gemrun [00:00:07]: modimport: ../mods/workshop-1378549454/gemscripts/legacy_modbackendmain [00:00:07]: Mod: workshop-1378549454 ([API] Gem Core) Loading modmain.lua [00:00:07]: modimport: ../mods/workshop-1378549454/gemscripts/legacy_modmain [00:00:07]: Mod: workshop-758532836 (Global Pause) Loading modworldgenmain.lua [00:00:07]: Mod: workshop-758532836 (Global Pause) Loading modbackendmain.lua [00:00:07]: Mod: workshop-758532836 (Global Pause) Mod had no modbackendmain.lua. Skipping. [00:00:07]: Mod: workshop-758532836 (Global Pause) Loading modmain.lua [00:00:07]: Mod: workshop-347079953 (Display food values) Loading modworldgenmain.lua [00:00:07]: Mod: workshop-347079953 (Display food values) Mod had no modworldgenmain.lua. Skipping. [00:00:07]: Mod: workshop-347079953 (Display food values) Loading modbackendmain.lua [00:00:07]: Mod: workshop-347079953 (Display food values) Mod had no modbackendmain.lua. Skipping. [00:00:07]: Mod: workshop-347079953 (Display food values) Loading modmain.lua [00:00:07]: Mod: workshop-666155465 (Show Me (Origin)) Loading modworldgenmain.lua [00:00:07]: Mod: workshop-666155465 (Show Me (Origin)) Mod had no modworldgenmain.lua. Skipping. [00:00:07]: Mod: workshop-666155465 (Show Me (Origin)) Loading modbackendmain.lua [00:00:07]: Mod: workshop-666155465 (Show Me (Origin)) Mod had no modbackendmain.lua. Skipping. [00:00:07]: Mod: workshop-666155465 (Show Me (Origin)) Loading modmain.lua [00:00:07]: ShowMe version: 0.58 [00:00:07]: show_food_units -1 -1 -1 [00:00:07]: show_uses -1 -1 -1 [00:00:07]: Detected language for ShowMe: auto [00:00:07]: Mod: workshop-362175979 (Wormhole Marks) Loading modworldgenmain.lua [00:00:07]: Mod: workshop-362175979 (Wormhole Marks) Mod had no modworldgenmain.lua. Skipping. [00:00:07]: Mod: workshop-362175979 (Wormhole Marks) Loading modbackendmain.lua [00:00:07]: Mod: workshop-362175979 (Wormhole Marks) Mod had no modbackendmain.lua. Skipping. [00:00:07]: Mod: workshop-362175979 (Wormhole Marks) Loading modmain.lua [00:00:07]: Mod: workshop-679636739 (Trap Reset) Loading modworldgenmain.lua [00:00:07]: Mod: workshop-679636739 (Trap Reset) Mod had no modworldgenmain.lua. Skipping. [00:00:07]: Mod: workshop-679636739 (Trap Reset) Loading modbackendmain.lua [00:00:07]: Mod: workshop-679636739 (Trap Reset) Mod had no modbackendmain.lua. Skipping. [00:00:07]: Mod: workshop-679636739 (Trap Reset) Loading modmain.lua [00:00:07]: Mod: workshop-850494968 (Setpiece Config) Loading modworldgenmain.lua [00:00:07]: Mod: workshop-850494968 (Setpiece Config) Loading modbackendmain.lua [00:00:07]: Mod: workshop-850494968 (Setpiece Config) Mod had no modbackendmain.lua. Skipping. [00:00:07]: Mod: workshop-850494968 (Setpiece Config) Loading modmain.lua [00:00:07]: Mod: workshop-378160973 (Global Positions) Loading modworldgenmain.lua [00:00:07]: Mod: workshop-378160973 (Global Positions) Mod had no modworldgenmain.lua. Skipping. [00:00:07]: Mod: workshop-378160973 (Global Positions) Loading modbackendmain.lua [00:00:07]: Mod: workshop-378160973 (Global Positions) Mod had no modbackendmain.lua. Skipping. [00:00:07]: Mod: workshop-378160973 (Global Positions) Loading modmain.lua [00:00:07]: ModIndex:GetModsToLoad inserting moddir, workshop-850494968 [00:00:07]: ModIndex:GetModsToLoad inserting moddir, workshop-679636739 [00:00:07]: ModIndex:GetModsToLoad inserting moddir, workshop-347079953 [00:00:07]: ModIndex:GetModsToLoad inserting moddir, workshop-362175979 [00:00:07]: ModIndex:GetModsToLoad inserting moddir, workshop-758532836 [00:00:07]: ModIndex:GetModsToLoad inserting forcedmoddir, workshop-1207269058 [00:00:07]: ModIndex:GetModsToLoad inserting forcedmoddir, workshop-378160973 [00:00:07]: ModIndex:GetModsToLoad inserting forcedmoddir, workshop-1378549454 [00:00:07]: ModIndex:GetModsToLoad inserting forcedmoddir, workshop-666155465 [00:00:07]: Mod: workshop-1207269058 ( Simple Health Bar DST) Loading modworldgenmain.lua [00:00:07]: Mod: workshop-1207269058 ( Simple Health Bar DST) Mod had no modworldgenmain.lua. Skipping. [00:00:07]: Mod: workshop-1207269058 ( Simple Health Bar DST) Loading modbackendmain.lua [00:00:07]: Mod: workshop-1207269058 ( Simple Health Bar DST) Mod had no modbackendmain.lua. Skipping. [00:00:07]: Mod: workshop-1207269058 ( Simple Health Bar DST) Loading modmain.lua [00:00:07]: Mod: workshop-1378549454 ([API] Gem Core) Loading modmainpostinit.lua [00:00:07]: Mod: workshop-758532836 (Global Pause) Loading modmainpostinit.lua [00:00:07]: Mod: workshop-758532836 (Global Pause) Mod had no modmainpostinit.lua. Skipping. [00:00:07]: Mod: workshop-347079953 (Display food values) Loading modmainpostinit.lua [00:00:07]: Mod: workshop-347079953 (Display food values) Mod had no modmainpostinit.lua. Skipping. [00:00:07]: Mod: workshop-666155465 (Show Me (Origin)) Loading modmainpostinit.lua [00:00:07]: Mod: workshop-666155465 (Show Me (Origin)) Mod had no modmainpostinit.lua. Skipping. [00:00:07]: Mod: workshop-362175979 (Wormhole Marks) Loading modmainpostinit.lua [00:00:07]: Mod: workshop-362175979 (Wormhole Marks) Mod had no modmainpostinit.lua. Skipping. [00:00:07]: Mod: workshop-679636739 (Trap Reset) Loading modmainpostinit.lua [00:00:07]: Mod: workshop-679636739 (Trap Reset) Mod had no modmainpostinit.lua. Skipping. [00:00:07]: Mod: workshop-850494968 (Setpiece Config) Loading modmainpostinit.lua [00:00:07]: Mod: workshop-850494968 (Setpiece Config) Mod had no modmainpostinit.lua. Skipping. [00:00:07]: Mod: workshop-378160973 (Global Positions) Loading modmainpostinit.lua [00:00:07]: Mod: workshop-378160973 (Global Positions) Mod had no modmainpostinit.lua. Skipping. [00:00:07]: Mod: workshop-1207269058 ( Simple Health Bar DST) Loading modmainpostinit.lua [00:00:07]: Mod: workshop-1207269058 ( Simple Health Bar DST) Mod had no modmainpostinit.lua. Skipping. [00:00:08]: Event data unavailable: lavaarena_event_server/lavaarena_achievement_quest_defs [00:00:08]: LOADING LUA SUCCESS [00:00:08]: Registering Server mod namespace "workshop-1207269058" [00:00:08]: Registering Server mod namespace "globalpause" [00:00:08]: Registering Server mod namespace "gemcore" [00:00:08]: Registering Server mod namespace "workshop-378160973" [00:00:08]: Registering Server mod namespace "showmeshint" [00:00:08]: Registering Server mod namespace "showme" [00:00:08]: Registering Server mod namespace "food item" [00:00:08]: Registering Shard mod namespace "globalpause" [00:00:08]: Registering Shard mod namespace "gemcore" [00:00:08]: PlayerDeaths could not load morgue [00:00:08]: PlayerHistory could not load player_history [00:00:08]: ServerPreferences could not load server_preferences [00:00:08]: ConsoleScreenSettings could not load consolescreen [00:00:08]: bloom_enabled true [00:00:08]: OnFilesLoaded() [00:00:08]: OnUpdatePurchaseStateComplete [00:00:08]: Load Slot: ... generating new world [00:00:08]: WorldSim::SimThread::SimThread() [00:00:08]: ABOUT TO INSTALL STACKTRACE [00:00:08]: DoLuaFile scripts/stacktrace.lua [00:00:08]: DoLuaFile loading buffer scripts/stacktrace.lua [00:00:08]: INSTALLED STACKTRACE [00:00:08]: WorldSim::SimThread::SimThread() complete [00:00:08]: THREAD - started 'WorldSim' (3960466240) [00:00:08]: WorldSim::SimThread::Main() [00:00:08]: DoLuaFile scripts/worldgen_main.lua [00:00:08]: DoLuaFile loading buffer scripts/worldgen_main.lua [00:00:08]: Check for write access: TRUE [00:00:08]: Check for read access: TRUE [00:00:08]: DLC enabled : false [00:00:08]: Available disk space for save files: 483185 MB [00:00:08]: ModIndex: Load sequence finished successfully. [00:00:08]: Reset() returning [00:00:08]: taskgrouplist: default Together [00:00:08]: taskgrouplist: classic Classic [00:00:08]: taskgrouplist: cave_default Underground [00:00:08]: taskgrouplist: lavaarena_taskset The Forge [00:00:08]: taskgrouplist: quagmire_taskset The Gorge [00:00:08]: ModIndex:GetModsToLoad inserting modname, workshop-1378549454 [00:00:08]: ModIndex:GetModsToLoad inserting modname, workshop-758532836 [00:00:08]: ModIndex:GetModsToLoad inserting modname, workshop-679636739 [00:00:08]: ModIndex:GetModsToLoad inserting modname, workshop-378160973 [00:00:08]: ModIndex:GetModsToLoad inserting modname, workshop-1207269058 [00:00:08]: ModIndex:GetModsToLoad inserting modname, workshop-362175979 [00:00:08]: ModIndex:GetModsToLoad inserting modname, workshop-347079953 [00:00:08]: ModIndex:GetModsToLoad inserting modname, workshop-666155465 [00:00:08]: ModIndex:GetModsToLoad inserting modname, workshop-850494968 [00:00:08]: Loading mod: workshop-1378549454 ([API] Gem Core) Version:5.1.43 [00:00:08]: Loading mod: workshop-758532836 (Global Pause) Version:1.5.0 [00:00:08]: Loading mod: workshop-679636739 (Trap Reset) Version:0.3 [00:00:08]: Loading mod: workshop-378160973 (Global Positions) Version:1.7.4 [00:00:08]: Loading mod: workshop-1207269058 ( Simple Health Bar DST) Version:2.16 [00:00:08]: Loading mod: workshop-362175979 (Wormhole Marks) Version:1.4.5 [00:00:08]: Loading mod: workshop-347079953 (Display food values) Version:1.61 [00:00:08]: Loading mod: workshop-666155465 (Show Me (Origin)) Version:0.58 [00:00:08]: Loading mod: workshop-850494968 (Setpiece Config) Version:1.6 [00:00:08]: Mod: workshop-1378549454 ([API] Gem Core) Loading modworldgenmain.lua [00:00:08]: Mod: workshop-1378549454 ([API] Gem Core) Loading modbackendmain.lua [00:00:08]: modimport: ../mods/workshop-1378549454/gemscripts/gemrun [00:00:08]: modimport: ../mods/workshop-1378549454/gemscripts/legacy_modbackendmain [00:00:08]: Mod: workshop-758532836 (Global Pause) Loading modworldgenmain.lua [00:00:08]: Mod: workshop-758532836 (Global Pause) Loading modbackendmain.lua [00:00:08]: Mod: workshop-758532836 (Global Pause) Mod had no modbackendmain.lua. Skipping. [00:00:08]: Mod: workshop-347079953 (Display food values) Loading modworldgenmain.lua [00:00:08]: Mod: workshop-347079953 (Display food values) Mod had no modworldgenmain.lua. Skipping. [00:00:08]: Mod: workshop-347079953 (Display food values) Loading modbackendmain.lua [00:00:08]: Mod: workshop-347079953 (Display food values) Mod had no modbackendmain.lua. Skipping. [00:00:08]: Mod: workshop-666155465 (Show Me (Origin)) Loading modworldgenmain.lua [00:00:08]: Mod: workshop-666155465 (Show Me (Origin)) Mod had no modworldgenmain.lua. Skipping. [00:00:08]: Mod: workshop-666155465 (Show Me (Origin)) Loading modbackendmain.lua [00:00:08]: Mod: workshop-666155465 (Show Me (Origin)) Mod had no modbackendmain.lua. Skipping. [00:00:08]: Mod: workshop-362175979 (Wormhole Marks) Loading modworldgenmain.lua [00:00:08]: Mod: workshop-362175979 (Wormhole Marks) Mod had no modworldgenmain.lua. Skipping. [00:00:08]: Mod: workshop-362175979 (Wormhole Marks) Loading modbackendmain.lua [00:00:08]: Mod: workshop-362175979 (Wormhole Marks) Mod had no modbackendmain.lua. Skipping. [00:00:08]: Mod: workshop-679636739 (Trap Reset) Loading modworldgenmain.lua [00:00:08]: Mod: workshop-679636739 (Trap Reset) Mod had no modworldgenmain.lua. Skipping. [00:00:08]: Mod: workshop-679636739 (Trap Reset) Loading modbackendmain.lua [00:00:08]: Mod: workshop-679636739 (Trap Reset) Mod had no modbackendmain.lua. Skipping. [00:00:08]: Mod: workshop-850494968 (Setpiece Config) Loading modworldgenmain.lua [00:00:08]: Mod: workshop-850494968 (Setpiece Config) Loading modbackendmain.lua [00:00:08]: Mod: workshop-850494968 (Setpiece Config) Mod had no modbackendmain.lua. Skipping. [00:00:08]: Mod: workshop-378160973 (Global Positions) Loading modworldgenmain.lua [00:00:08]: Mod: workshop-378160973 (Global Positions) Mod had no modworldgenmain.lua. Skipping. [00:00:08]: Mod: workshop-378160973 (Global Positions) Loading modbackendmain.lua [00:00:08]: Mod: workshop-378160973 (Global Positions) Mod had no modbackendmain.lua. Skipping. [00:00:08]: Mod: workshop-1207269058 ( Simple Health Bar DST) Loading modworldgenmain.lua [00:00:08]: Mod: workshop-1207269058 ( Simple Health Bar DST) Mod had no modworldgenmain.lua. Skipping. [00:00:08]: Mod: workshop-1207269058 ( Simple Health Bar DST) Loading modbackendmain.lua [00:00:08]: Mod: workshop-1207269058 ( Simple Health Bar DST) Mod had no modbackendmain.lua. Skipping. [00:00:08]: Mod: workshop-1378549454 ([API] Gem Core) Loading modworldgenmainpostinit.lua [00:00:08]: Mod: workshop-758532836 (Global Pause) Loading modworldgenmainpostinit.lua [00:00:08]: Mod: workshop-758532836 (Global Pause) Mod had no modworldgenmainpostinit.lua. Skipping. [00:00:08]: Mod: workshop-347079953 (Display food values) Loading modworldgenmainpostinit.lua [00:00:08]: Mod: workshop-347079953 (Display food values) Mod had no modworldgenmainpostinit.lua. Skipping. [00:00:08]: Mod: workshop-666155465 (Show Me (Origin)) Loading modworldgenmainpostinit.lua [00:00:08]: Mod: workshop-666155465 (Show Me (Origin)) Mod had no modworldgenmainpostinit.lua. Skipping. [00:00:08]: Mod: workshop-362175979 (Wormhole Marks) Loading modworldgenmainpostinit.lua [00:00:08]: Mod: workshop-362175979 (Wormhole Marks) Mod had no modworldgenmainpostinit.lua. Skipping. [00:00:08]: Mod: workshop-679636739 (Trap Reset) Loading modworldgenmainpostinit.lua [00:00:08]: Mod: workshop-679636739 (Trap Reset) Mod had no modworldgenmainpostinit.lua. Skipping. [00:00:08]: Mod: workshop-850494968 (Setpiece Config) Loading modworldgenmainpostinit.lua [00:00:08]: Mod: workshop-850494968 (Setpiece Config) Mod had no modworldgenmainpostinit.lua. Skipping. [00:00:08]: Mod: workshop-378160973 (Global Positions) Loading modworldgenmainpostinit.lua [00:00:08]: Mod: workshop-378160973 (Global Positions) Mod had no modworldgenmainpostinit.lua. Skipping. [00:00:08]: Mod: workshop-1207269058 ( Simple Health Bar DST) Loading modworldgenmainpostinit.lua [00:00:08]: Mod: workshop-1207269058 ( Simple Health Bar DST) Mod had no modworldgenmainpostinit.lua. Skipping. [00:00:08]: running worldgen_main.lua [00:00:08]: SEED = 1681094507 [00:00:08]: Generating world with these parameters: [00:00:08]: level_type SURVIVAL [00:00:08]: level_data: [00:00:08]: K: desc V: The standard Don't Starve experience. [00:00:08]: K: hideminimap V: false [00:00:08]: K: id V: SURVIVAL_TOGETHER [00:00:08]: K: location V: forest [00:00:08]: K: max_playlist_position V: 999 [00:00:08]: K: min_playlist_position V: 0 [00:00:08]: K: name V: Survival [00:00:08]: K: numrandom_set_pieces V: 4 [00:00:08]: K: override_level_string V: false [00:00:08]: K: overrides V: table: 0xe7252870 [00:00:08]: K: basicresource_regrowth V: always [00:00:08]: K: ghostsanitydrain V: none [00:00:08]: K: has_ocean V: true [00:00:08]: K: keep_disconnected_tiles V: true [00:00:08]: K: layout_mode V: LinkNodesByKeys [00:00:08]: K: no_joining_islands V: true [00:00:08]: K: no_wormholes_to_disconnected_tiles V: true [00:00:08]: K: portalresurection V: always [00:00:08]: K: resettime V: none [00:00:08]: K: roads V: default [00:00:08]: K: season_start V: default [00:00:08]: K: start_location V: default [00:00:08]: K: task_set V: default [00:00:08]: K: world_size V: default [00:00:08]: K: wormhole_prefab V: wormhole [00:00:08]: K: playstyle V: survival [00:00:08]: K: random_set_pieces V: table: 0xe7252d48 [00:00:08]: K: 1 V: Sculptures_2 [00:00:08]: K: 2 V: Sculptures_3 [00:00:08]: K: 3 V: Sculptures_4 [00:00:08]: K: 4 V: Sculptures_5 [00:00:08]: K: 5 V: Chessy_1 [00:00:08]: K: 6 V: Chessy_2 [00:00:08]: K: 7 V: Chessy_3 [00:00:08]: K: 8 V: Chessy_4 [00:00:08]: K: 9 V: Chessy_5 [00:00:08]: K: 10 V: Chessy_6 [00:00:08]: K: 11 V: Maxwell1 [00:00:08]: K: 12 V: Maxwell2 [00:00:08]: K: 13 V: Maxwell3 [00:00:08]: K: 14 V: Maxwell4 [00:00:08]: K: 15 V: Maxwell6 [00:00:08]: K: 16 V: Maxwell7 [00:00:08]: K: 17 V: Warzone_1 [00:00:08]: K: 18 V: Warzone_2 [00:00:08]: K: 19 V: Warzone_3 [00:00:08]: K: required_prefabs V: table: 0xe7252a20 [00:00:08]: K: 1 V: multiplayer_portal [00:00:08]: K: required_setpieces V: table: 0xe7251b90 [00:00:08]: K: 1 V: Sculptures_1 [00:00:08]: K: 2 V: Maxwell5 [00:00:08]: K: settings_desc V: The standard Don't Starve experience. [00:00:08]: K: settings_id V: SURVIVAL_TOGETHER [00:00:08]: K: settings_name V: Survival [00:00:08]: K: substitutes V: table: 0xe72513f0 [00:00:08]: K: version V: 4 [00:00:08]: K: worldgen_desc V: The standard Don't Starve experience. [00:00:08]: K: worldgen_id V: SURVIVAL_TOGETHER [00:00:08]: K: worldgen_name V: Survival [00:00:08]: ####### # # Generating SURVIVAL Mode Level # ####### [00:00:08]: Prefab Swap Selection: regular grass [00:00:08]: Prefab Swap Selection: regular twigs [00:00:08]: Prefab Swap Selection: regular berries [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Applying mod to current level [00:00:08]: Sculptures_1 added to task Speak to the king [00:00:08]: Maxwell5 added to task Make a pick [00:00:08]: Chessy_6 added to task Forest hunters [00:00:08]: Sculptures_5 added to task For a nice walk [00:00:08]: Sculptures_2 added to task Forest hunters [00:00:08]: Chessy_5 added to task Frogs and bugs [00:00:08]: New size: 425 default [00:00:08]: Creating story... [00:00:08]: [Story Gen] Generate nodes. Starting at: 'Make a pick' [00:00:08]: [Story Gen] LinkNodesByKeys [00:00:08]: Finding valid start task... [00:00:08]: ...picked Make a pick [00:00:08]: Has start node Clearing [00:00:08]: Adding Background Nodes [00:00:08]: [Story Gen] Adding Cove Nodes [00:00:08]: [Ocean] Processing ocean fake room content. [00:00:08]: [WorldSimActual::WorldGen_InitializeNodePoints] [00:00:08]: [WorldSimActual::WorldGen_VoronoiPass] [00:00:08]: GenerateVoronoiMap [100]: [00:00:09]: ...Done. [00:00:09]: [Story Gen] Finding nodes on mainland to connect a region to. [00:00:09]: [Story Gen] Generate nodes. Starting at: 'MoonIsland_IslandShards' [00:00:09]: [Story Gen] RestrictNodesByKey [00:00:09]: [Story Gen] Adding Cove Nodes [00:00:09]: [WorldSimActual::WorldGen_AddNewPositions] [00:00:09]: [WorldSimActual::WorldGen_VoronoiPass] [00:00:09]: GenerateVoronoiMap [50]: [00:00:09]: ...Done. [00:00:09]: ... story created [00:00:09]: Baking map... 425 [00:00:09]: [WorldSimActual::WorldGen_Commit] worldgen success. [00:00:09]: [WorldSimActual::ConvertToTileMap] [00:00:09]: [ConvertToTileMap] [00:00:09]: [WorldSimActual::ConvertToTileMap] complete [00:00:09]: [WorldSimActual::SeparateIslands] [00:00:09]: [SeparateIslands] [00:00:09]: [WorldSimActual::SeparateIslands] complete [00:00:09]: Map Baked! [00:00:09]: [WorldSimActual::ForceConnectivity] [00:00:09]: [GenerateLandmasses] [00:00:09]: [GenerateLandmasses] islands: 11 [00:00:09]: [MergeConnectedLandmasses] false [00:00:09]: [WorldSimActual::ForceConnectivity] complete [00:00:09]: [WorldSimActual::DrawRoads] [00:00:09]: [DrawRoads] [00:00:09]: [WorldSimActual::DrawRoads] complete [00:00:09]: Encoding... [00:00:09]: [WorldSimActual::CreateNodeIdTileMap] [00:00:09]: Encoding... DONE [00:00:09]: Checking Tags [00:00:09]: Populating voronoi... [00:00:10]: Warning! Could not find a spot for ResurrectionStone in node Badlands:5:DragonflyArena [00:00:10]: [ReplaceSingleNonLandTiles] Validating... [00:00:10]: [ReplaceSingleNonLandTiles] Replaced 4 tiles. [00:00:10]: Not checking for disconnected tiles. [00:00:10]: [Ocean] Placing ocean set pieces. [00:00:10]: [Ocean] Placed 11 of 11 ocean set pieces. [00:00:10]: [Ocean] Convert impassible to water... [00:00:10]: [Ocean] Square fill... [00:00:11]: [Ocean] Ground fill... [00:00:11]: [Ocean] Noise... [00:00:12]: [Ocean] Blend... [00:00:12]: [Ocean] Adding shoreline... [00:00:13]: [Ocean] Void Outline... [00:00:13]: [Ocean] Populating the ocean with lots of fun things to do... [00:00:13]: [Ocean] Placing ocean set pieces. [00:00:13]: [Ocean] Placed 9 of 9 ocean set pieces. [00:00:13]: [Ocean] Placing ocean set pieces. [00:00:13]: [Ocean] Placed 1 of 1 ocean set pieces. [00:00:13]: [Ocean] Placing ocean set pieces. [00:00:13]: [Ocean] Placed 2 of 2 ocean set pieces. [00:00:13]: Checking Required Prefab moon_altar_rock_glass has at least 1 instances (1 found). [00:00:13]: Checking Required Prefab sculpture_bishop has at least 1 instances (4 found). [00:00:13]: Checking Required Prefab pigking has at least 1 instances (1 found). [00:00:13]: Checking Required Prefab moon_fissure has at least 2 instances (93 found). [00:00:13]: Checking Required Prefab monkeyqueen has at least 1 instances (1 found). [00:00:13]: Checking Required Prefab terrariumchest has at least 1 instances (1 found). [00:00:13]: Checking Required Prefab gravestone has at least 1 instances (34 found). [00:00:13]: Checking Required Prefab statueglommer has at least 1 instances (1 found). [00:00:13]: Checking Required Prefab waterplant has at least 1 instances (283 found). [00:00:13]: Checking Required Prefab sculpture_rook has at least 1 instances (2 found). [00:00:13]: Checking Required Prefab hermithouse_construction1 has at least 1 instances (1 found). [00:00:13]: Checking Required Prefab moon_altar_rock_seed has at least 1 instances (1 found). [00:00:13]: Checking Required Prefab statueharp_hedgespawner has at least 1 instances (1 found). [00:00:13]: Checking Required Prefab moon_altar_rock_idol has at least 1 instances (1 found). [00:00:13]: Checking Required Prefab crabking_spawner has at least 1 instances (1 found). [00:00:13]: Checking Required Prefab sculpture_knight has at least 1 instances (3 found). [00:00:13]: Checking Required Prefab charlie_stage_post has at least 1 instances (1 found). [00:00:13]: [ReplaceSingleNonLandTiles] Validating... [00:00:13]: [ReplaceSingleNonLandTiles] Replaced 1 tiles. [00:00:13]: Done forest map gen! [00:00:13]: Checking map... [00:00:13]: Generation complete, injecting world entities. [00:00:13]: Injected world entities. [00:00:13]: WorldSim::SimThread::Main() complete [00:00:13]: Serializing world: session/C7DE60AF513D4E41/0000000002 [00:00:13]: Klump load on boot started. [00:00:13]: Klump files loaded: 0 [00:00:13]: Unload FE [00:00:13]: Unload FE done [00:00:14]: Mod: workshop-1378549454 ([API] Gem Core) Registering prefabs [00:00:14]: Mod: workshop-1378549454 ([API] Gem Core) Registering default mod prefab [00:00:14]: Mod: workshop-758532836 (Global Pause) Registering prefabs [00:00:14]: Mod: workshop-758532836 (Global Pause) Registering default mod prefab [00:00:14]: Mod: workshop-347079953 (Display food values) Registering prefabs [00:00:14]: Mod: workshop-347079953 (Display food values) Registering default mod prefab [00:00:14]: Mod: workshop-666155465 (Show Me (Origin)) Registering prefabs [00:00:14]: Mod: workshop-666155465 (Show Me (Origin)) Registering default mod prefab [00:00:14]: Mod: workshop-362175979 (Wormhole Marks) Registering prefabs [00:00:14]: Mod: workshop-362175979 (Wormhole Marks) Registering default mod prefab [00:00:14]: Mod: workshop-679636739 (Trap Reset) Registering prefabs [00:00:14]: Mod: workshop-679636739 (Trap Reset) Registering default mod prefab [00:00:14]: Mod: workshop-850494968 (Setpiece Config) Registering prefabs [00:00:14]: Mod: workshop-850494968 (Setpiece Config) Registering default mod prefab [00:00:14]: Mod: workshop-378160973 (Global Positions) Registering prefabs [00:00:14]: Mod: workshop-378160973 (Global Positions) Registering prefab file: prefabs/globalposition_classified [00:00:14]: Mod: workshop-378160973 (Global Positions) globalposition_classified [00:00:14]: Mod: workshop-378160973 (Global Positions) Registering prefab file: prefabs/smoketrail [00:00:14]: Mod: workshop-378160973 (Global Positions) smoketrail [00:00:14]: Mod: workshop-378160973 (Global Positions) Registering prefab file: prefabs/globalmapicon_noproxy [00:00:14]: Mod: workshop-378160973 (Global Positions) globalmapicon_noproxy [00:00:14]: Mod: workshop-378160973 (Global Positions) Registering prefab file: prefabs/worldmapexplorer [00:00:14]: Mod: workshop-378160973 (Global Positions) worldmapexplorer [00:00:14]: Mod: workshop-378160973 (Global Positions) Registering prefab file: prefabs/pings [00:00:14]: Mod: workshop-378160973 (Global Positions) ping_generic [00:00:14]: Mod: workshop-378160973 (Global Positions) ping_omw [00:00:14]: Mod: workshop-378160973 (Global Positions) ping_danger [00:00:14]: Mod: workshop-378160973 (Global Positions) ping_explore [00:00:14]: Mod: workshop-378160973 (Global Positions) ping_gohere [00:00:14]: Mod: workshop-378160973 (Global Positions) Registering default mod prefab [00:00:14]: Mod: workshop-1207269058 ( Simple Health Bar DST) Registering prefabs [00:00:14]: Mod: workshop-1207269058 ( Simple Health Bar DST) Registering prefab file: prefabs/dychealthbar [00:00:14]: Mod: workshop-1207269058 ( Simple Health Bar DST) dyc_damagedisplay [00:00:14]: Mod: workshop-1207269058 ( Simple Health Bar DST) dyc_healthbarchild [00:00:14]: Mod: workshop-1207269058 ( Simple Health Bar DST) dyc_healthbar [00:00:14]: Mod: workshop-1207269058 ( Simple Health Bar DST) Registering default mod prefab [00:00:15]: LOAD BE [00:00:19]: Could not preload undefined prefab (hermitshop_supertacklecontainer) [00:00:19]: Could not preload undefined prefab (hermitshop_oceanfishingbobber_robin) [00:00:19]: Could not preload undefined prefab (transmute_opalpreciousgem) [00:00:19]: Could not preload undefined prefab (transmute_nightmarefuel) [00:00:19]: Could not preload undefined prefab (hermitshop_winter_ornament_boss_hermithouse) [00:00:19]: Could not preload undefined prefab (hermitshop_oceanfishinglure_hermit_heavy) [00:00:19]: Could not preload undefined prefab (transmute_beardhair) [00:00:20]: Could not preload undefined prefab (hermitshop_turf_shellbeach_blueprint) [00:00:20]: Could not preload undefined prefab (transmute_nitre) [00:00:20]: Could not preload undefined prefab (yotc_shrinecarrat) [00:00:20]: Could not preload undefined prefab (transmute_orangegem) [00:00:20]: Could not preload undefined prefab (hermitshop_oceanfishinglure_hermit_rain) [00:00:20]: Could not preload undefined prefab (hermitshop_tacklecontainer) [00:00:20]: Could not preload undefined prefab (transmute_horrorfuel) [00:00:20]: Could not preload undefined prefab (transmute_rocks) [00:00:20]: Could not preload undefined prefab (transmute_greengem) [00:00:20]: Could not preload undefined prefab (transmute_purplegem) [00:00:20]: Could not preload undefined prefab (transmute_dreadstone) [00:00:20]: Could not preload undefined prefab (transmute_meat) [00:00:20]: Could not preload undefined prefab (transmute_poop) [00:00:20]: Could not preload undefined prefab (transmute_houndstooth) [00:00:20]: Could not preload undefined prefab (transmute_boneshard) [00:00:20]: Could not preload undefined prefab (transmute_smallmeat) [00:00:20]: Could not preload undefined prefab (transmute_moonrocknugget) [00:00:20]: Could not preload undefined prefab (transmute_cutstone) [00:00:20]: Could not preload undefined prefab (transmute_bluegem) [00:00:20]: Could not preload undefined prefab (transmute_marble) [00:00:20]: Could not preload undefined prefab (transmute_flint) [00:00:20]: Could not preload undefined prefab (transmute_yellowgem) [00:00:20]: Could not preload undefined prefab (transmute_redgem) [00:00:20]: Could not preload undefined prefab (transmute_log) [00:00:20]: Could not preload undefined prefab (hermitshop_oceanfishingbobber_crow) [00:00:20]: Could not preload undefined prefab (hermitshop_oceanfishinglure_hermit_drowsy) [00:00:20]: Could not preload undefined prefab (hermitshop_chum) [00:00:20]: Could not preload undefined prefab (carnival_gametoken_multiple) [00:00:21]: Could not preload undefined prefab (carnival_popcorn) [00:00:21]: Could not preload undefined prefab (hermitshop_oceanfishingbobber_canary) [00:00:21]: Could not preload undefined prefab (tophat_magician) [00:00:21]: Could not preload undefined prefab (transmute_goldnugget) [00:00:21]: Could not preload undefined prefab (hermitshop_winter_ornament_boss_pearl) [00:00:21]: Could not preload undefined prefab (hermitshop_oceanfishingbobber_malbatross) [00:00:21]: Could not preload undefined prefab (hermitshop_oceanfishingbobber_goose) [00:00:21]: Could not preload undefined prefab (hermitshop_oceanfishinglure_hermit_snow) [00:00:21]: Could not preload undefined prefab (hermitshop_oceanfishingbobber_robin_winter) [00:00:21]: Could not preload undefined prefab (hermitshop_winch_blueprint) [00:00:21]: Could not preload undefined prefab (hermitshop_hermit_bundle_shells) [00:00:21]: Could not preload undefined prefab (transmute_twigs) [00:00:21]: Could not preload undefined prefab (transmute_beefalowool) [00:00:21]: Could not preload undefined prefab (wurt_turf_marsh) [00:00:21]: LOAD BE: done [00:00:22]: Begin Session: C7DE60AF513D4E41 [00:00:22]: saving to server_temp/server_save [00:00:23]: MiniMapComponent::AddAtlas( minimap/minimap_data.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_1.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_2.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_3.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_4.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_5.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_6.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_7.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_8.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_9.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_10.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_11.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_12.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_13.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_14.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_15.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_16.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_17.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_18.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_19.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_20.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_21.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-362175979/images/mark_22.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-378160973/minimap/campfire.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-378160973/minimap/ping_generic.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-378160973/minimap/ping_gohere.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-378160973/minimap/ping_explore.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-378160973/minimap/ping_danger.xml ) [00:00:23]: MiniMapComponent::AddAtlas( ../mods/workshop-378160973/minimap/ping_omw.xml ) [00:00:23]: Loading 19 new character(s) [00:00:23]: Total 19 character(s) loaded [00:00:23]: Loading Nav Grid [00:00:23]: World generated on build 551676 with save version: 5.141, using seed: 1681094507 [00:00:23]: OVERRIDE: setting resettime to none [00:00:23]: OVERRIDE: setting basicresource_regrowth to always [00:00:23]: OVERRIDE: setting portalresurection to always [00:00:23]: OVERRIDE: setting ghostsanitydrain to none [00:00:28]: Reconstructing topology [00:00:28]: ...Sorting points [00:00:28]: ...Sorting edges [00:00:28]: ...Connecting nodes [00:00:28]: ...Validating connections [00:00:28]: ...Housekeeping [00:00:28]: ...Done! [00:00:28]: 0 uploads added to server. From server_temp [00:00:28]: About to start a shard with these settings: [00:00:28]: ShardName: [SHDMASTER] [00:00:28]: ShardID: 1 [00:00:28]: ShardRole: MASTER [00:00:28]: MasterHost: (null) [00:00:28]: MasterBind: 127.0.0.1 [00:00:28]: MasterPort: 10889 [00:00:28]: [Shard] Starting master server [00:00:28]: [Shard] Shard server started on port: 10889 [00:00:28]: Telling Client our new session identifier: C7DE60AF513D4E41 [00:00:29]: Validating portal[1] <-> [1] (inactive) [00:00:29]: Validating portal[2] <-> [2] (inactive) [00:00:29]: Validating portal[3] <-> [3] (inactive) [00:00:30]: Validating portal[4] <-> [4] (inactive) [00:00:30]: Validating portal[5] <-> [5] (inactive) [00:00:30]: Validating portal[6] <-> [6] (inactive) [00:00:30]: Validating portal[7] <-> [7] (inactive) [00:00:30]: Validating portal[8] <-> [8] (inactive) [00:00:30]: Validating portal[9] <-> [9] (inactive) [00:00:30]: Validating portal[10] <-> [10] (inactive) [00:00:30]: Server registered via geo DNS in ap-southeast-1 [00:00:30]: Sim paused [00:00:30]: [Shard] Secondary shard Caves(4256839934) connected: [LAN] 127.0.0.1 [00:00:31]: [Shard] Secondary Caves(4256839934) ready! [00:00:31]: World 4256839934 is now connected [00:00:31]: [SyncWorldSettings] Sending master world option portalresurection = always to secondary shards. [00:00:31]: [SyncWorldSettings] Sending master world option resettime = none to secondary shards. [00:00:31]: [SyncWorldSettings] Sending master world option ghostsanitydrain = none to secondary shards. [00:00:31]: [SyncWorldSettings] Sending master world option basicresource_regrowth = always to secondary shards. [00:00:31]: Validating portal[1] <-> 4256839934[1] (disabled) [00:00:31]: Validating portal[2] <-> 4256839934[2] (disabled) [00:00:31]: Validating portal[3] <-> 4256839934[3] (disabled) [00:00:31]: Validating portal[4] <-> 4256839934[4] (disabled) [00:00:31]: Validating portal[5] <-> 4256839934[5] (disabled) [00:00:31]: Validating portal[6] <-> 4256839934[6] (disabled) [00:00:31]: Validating portal[7] <-> 4256839934[7] (disabled) [00:00:31]: Validating portal[8] <-> 4256839934[8] (disabled) [00:00:31]: Validating portal[9] <-> 4256839934[9] (disabled) [00:00:31]: Validating portal[10] <-> 4256839934[10] (disabled) [00:00:31]: [SyncWorldSettings] Resyncing master world option portalresurection = always to secondary shards. [00:00:31]: [SyncWorldSettings] Resyncing master world option resettime = none to secondary shards. [00:00:31]: [SyncWorldSettings] Resyncing master world option ghostsanitydrain = none to secondary shards. [00:00:31]: [SyncWorldSettings] Resyncing master world option basicresource_regrowth = always to secondary shards. ```
dzzhyk commented 1 year ago

Hello, adsau59:

adsau59 commented 1 year ago

tried everything u recommended, still getting the same issue 😕

Things I tried

also, version seeems to be correct

parsecd_NKVmAn5tFB

parsecd_Bj979jUE7b

getting this exception few times, but i dont feel like it should effect dst server ``` 2023-04-10 16:11:29 java.io.EOFException 2023-04-10 16:11:29 at java.io.RandomAccessFile.readByte(RandomAccessFile.java:669) 2023-04-10 16:11:29 at com.tugos.dst.admin.utils.FileUtils.readLastNLine(FileUtils.java:140) 2023-04-10 16:11:29 at com.tugos.dst.admin.service.SystemService.getDstLog(SystemService.java:49) 2023-04-10 16:11:29 at com.tugos.dst.admin.service.ShellService.getPlayerList(ShellService.java:360) 2023-04-10 16:11:29 at com.tugos.dst.admin.controller.HomeController.getPlayerList(HomeController.java:133) 2023-04-10 16:11:29 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2023-04-10 16:11:29 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2023-04-10 16:11:29 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2023-04-10 16:11:29 at java.lang.reflect.Method.invoke(Method.java:498) 2023-04-10 16:11:29 at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) 2023-04-10 16:11:29 at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) 2023-04-10 16:11:29 at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:105) 2023-04-10 16:11:29 at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) 2023-04-10 16:11:29 at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) 2023-04-10 16:11:29 at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) 2023-04-10 16:11:29 at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) 2023-04-10 16:11:29 at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) 2023-04-10 16:11:29 at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) 2023-04-10 16:11:29 at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) 2023-04-10 16:11:29 at javax.servlet.http.HttpServlet.service(HttpServlet.java:655) 2023-04-10 16:11:29 at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) 2023-04-10 16:11:29 at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) 2023-04-10 16:11:29 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) 2023-04-10 16:11:29 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) 2023-04-10 16:11:29 at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) 2023-04-10 16:11:29 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) 2023-04-10 16:11:29 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) 2023-04-10 16:11:29 at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) 2023-04-10 16:11:29 at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) 2023-04-10 16:11:29 at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) 2023-04-10 16:11:29 at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) 2023-04-10 16:11:29 at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 2023-04-10 16:11:29 at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) 2023-04-10 16:11:29 at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) 2023-04-10 16:11:29 at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) 2023-04-10 16:11:29 at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 2023-04-10 16:11:29 at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:450) 2023-04-10 16:11:29 at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) 2023-04-10 16:11:29 at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) 2023-04-10 16:11:29 at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) 2023-04-10 16:11:29 at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) 2023-04-10 16:11:29 at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) 2023-04-10 16:11:29 at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) 2023-04-10 16:11:29 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) 2023-04-10 16:11:29 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) 2023-04-10 16:11:29 at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) 2023-04-10 16:11:29 at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) 2023-04-10 16:11:29 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) 2023-04-10 16:11:29 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) 2023-04-10 16:11:29 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) 2023-04-10 16:11:29 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) 2023-04-10 16:11:29 at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) 2023-04-10 16:11:29 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) 2023-04-10 16:11:29 at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) 2023-04-10 16:11:29 at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) 2023-04-10 16:11:29 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) 2023-04-10 16:11:29 at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) 2023-04-10 16:11:29 at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) 2023-04-10 16:11:29 at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890) 2023-04-10 16:11:29 at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789) 2023-04-10 16:11:29 at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) 2023-04-10 16:11:29 at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) 2023-04-10 16:11:29 at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) 2023-04-10 16:11:29 at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) 2023-04-10 16:11:29 at java.lang.Thread.run(Thread.java:750) ```

I found this post which says that this issue is caused when server is missing texture files, not sure if it applies here too

adsau59 commented 1 year ago

so, after testing for a while i found out that, the issue occurs when I kept

volumes:
      - ./data/DoNotStarveTogether:/root/.klei/DoNotStarveTogether   

in docker-compose file, not sure why thats the case, but thats what is happening. so instead of placing the files via volume, i had to zip the MyDediServer folder and upload it as a backup, then restore it, worked pretty well

thanks for the support :)

For people who, wants to create a docker-compose.yml file, this is what i used at the end

version: '3.5'
services:
  dst:
    image: dzzhyk/dst-admin:latest
    container_name: dst-admin
    ports:
      - "8080:8080"
      - "10888:10888/udp"
      - "10998-10999:10998-10999/udp"
    restart: always