Jump to content

dedicated server mod loading question!!!


Recommended Posts

it's very strange,when i start the server, some time it can load one or four mod, some time is zero ,the failure mod log like:

Master: [00:00:11]: Download server mod 378160973
Master: [00:00:14]: DelDirectory [../mods/workshop-378160973] -1: FAILED
Master: [00:00:14]: cWorkshopMod::UnzipMod ../mods/workshop-378160973

or

Master: [00:00:14]: Download server mod 362175979
Master: [00:00:18]: ... File [modicon.xml]
Master: [00:00:18]: ... File [modinfo.lua]
Master: [00:00:18]: ... File [modmain.lua]
Master: [00:00:18]: ... File [wormhole_marks.tex]
Master: [00:00:18]: DelDirectory [../mods/workshop-362175979] -1: FAILED
Master: [00:00:18]: cWorkshopMod::UnzipMod ../mods/workshop-362175979

i also try to remove the workshop-xxxx form local mod document and restart server.the error log like:

Master: [00:00:12]: DownloadMods(14)
Master: [00:00:12]: Download server mod 378160973
Master: [00:00:13]: Could not open directory [../mods/workshop-378160973] 2 (/home/isoops/steamcmd/games/data)
Master: [00:00:13]: cWorkshopMod::UnzipMod ../mods/workshop-378160973
Master: [00:00:13]: Download server mod 362175979
Master: [00:00:14]: Could not open directory [../mods/workshop-362175979] 2 (/home/isoops/steamcmd/games/data)
Master: [00:00:14]: cWorkshopMod::UnzipMod ../mods/workshop-362175979

sometime log will show the connect steamusercontent-a.akamaihd.net too slow.like

Master: [00:00:18]: CURL ERROR: (steamusercontent-a.akamaihd.net) Peer reports it experienced an internal error.
Master: [00:00:18]: Failed GetFileResponse
Master: [00:00:18]: Download server mod 481765222
Master: [00:00:49]: CURL ERROR: (steamusercontent-a.akamaihd.net) Operation too slow. Less than 5 bytes/sec transferred the last 30 seconds
Master: [00:00:49]: Failed GetFileResponse

i thing it's maybe network delay ,so i have retry many times that remove the failure mod and restart, but it's not work.

however it log any error,i check the local mod document ,it workshop-xxxx all exit, but it's not work. 

so,who can help me please?it troubled me so many days.

 

 

 

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

 

 

these's my dedicated_server_mods_setup.lua and Master's modoverrides.lua

ServerModSetup("356435289")
ServerModSetup("362175979")
ServerModSetup("378160973")
ServerModSetup("512502326")
ServerModSetup("458587300")
ServerModSetup("375850593")
ServerModSetup("385006082")
ServerModSetup("481765222")
ServerModSetup("623749604")
ServerModSetup("1207269058")
ServerModSetup("1699194522")
ServerModSetup("1951468597")
ServerModSetup("1899182767")
ServerModSetup("1910111177")

ServerModCollectionSetup("356435289")
ServerModCollectionSetup("362175979")
ServerModCollectionSetup("378160973")
ServerModCollectionSetup("512502326")
ServerModCollectionSetup("458587300")
ServerModCollectionSetup("375850593")
ServerModCollectionSetup("385006082")
ServerModCollectionSetup("481765222")
ServerModCollectionSetup("623749604")
ServerModCollectionSetup("1207269058")
ServerModCollectionSetup("1699194522")
ServerModCollectionSetup("1951468597")
ServerModCollectionSetup("1899182767")
ServerModCollectionSetup("1910111177")
return {
  ["workshop-1207269058"]={
    configuration_options={
      ddon=true,
      hbcolor="dynamic",
      hblength=10,
      hbpos=1,
      hbstyle="heart",
      value=true 
    },
    enabled=true 
  },
  ["workshop-1699194522"]={ configuration_options={ Language=false }, enabled=true },
  ["workshop-1899182767"]={ configuration_options={  }, enabled=true },
  ["workshop-1910111177"]={
    configuration_options={
      [""]=0,
      ["BOAT FLOODLIGHT"]=0,
      ["BOAT TORCH"]=0,
      CANNON=0,
      CANNONBALLS=0,
      DES_BOAT_TORCH_LIFETIME=2,
      DES_BOAT_TORCH_LIFETIME_FUELMULT=1,
      DES_CANNON_RECIPE=2,
      DES_CB_GLASS_CRAFT_NUM=3,
      DES_CB_GLASS_DAMAGE=500,
      DES_CB_RED_CRAFT_NUM=3,
      DES_CB_RED_DAMAGE=175,
      DES_CB_SMALL_CRAFT_NUM=3,
      DES_CB_SMALL_DAMAGE=150,
      DES_CB_STACKSIZE=10,
      GT_LIGHT_LIFETIME=1,
      GT_LIGHT_LIFETIME_FUELMULT=1,
      GT_LIGHT_LIFETIME_FUELTYPE=0,
      GT_LIGHT_RECIPE=2,
      GT_LIGHT_RECIPE_MOON=2,
      GT_STEAM_ENGINE_FUELMULT=1,
      GT_STEAM_ENGINE_LIFETIME=1,
      GT_STEAM_ENGINE_OVERHEAT=0.5,
      GT_STEAM_ENGINE_RECIPE=2,
      GT_STEAM_ENGINE_SPEED=1.4,
      ["STEAM ENGINE"]=0 
    },
    enabled=true 
  },
  ["workshop-1951468597"]={
    configuration_options={ HouseHammered=true, HouseLanguage=false, NewWalls=true },
    enabled=true 
  },
  ["workshop-356435289"]={ configuration_options={ fishfarmrecipe="easy" }, enabled=true },
  ["workshop-378160973"]={ configuration_options={  }, enabled=true },
  ["workshop-362175979"]={ configuration_options={ ["Draw over FoW"]="disabled" }, enabled=true },
  ["workshop-375850593"]={ configuration_options={  }, enabled=true },
  ["workshop-385006082"]={
    configuration_options={ [""]=0, FueledLights="no", light_color="color4", path_lightrecipe="easy" },
    enabled=true 
  },
  ["workshop-458587300"]={ configuration_options={ Ownership=false, Travel_Cost=64 }, enabled=true },
  ["workshop-481765222"]={
    configuration_options={ AncientStation="easy", ThuleciteFragments="easy" },
    enabled=true 
  },
  ["workshop-512502326"]={ configuration_options={ MAXPETALS=8, PETALSPERDAY=8 }, enabled=true },
  ["workshop-623749604"]={
    configuration_options={
      Craft="Easy",
      Destroyable="DestroyByPlayer",
      FoodSpoilage=0,
      Language="TCh",
      Position="Center",
      Slots=80 
    },
    enabled=true 
  } 
}

 

my server is centos7.2,the doc tree is

[isoops@localhost ~]$ tree steamcmd/ -L 3 -I 'linux32|linux64|package|public|siteserverui|steam|data|steamapps'
steamcmd/
├── games
│   ├── bin
│   │   ├── dontstarve
│   │   ├── dontstarve_dedicated_server_nullrenderer
│   │   ├── dontstarve.xpm
│   │   ├── lib32
│   │   ├── scripts
│   │   └── steam_appid.txt
│   ├── dontstarve.xpm
│   ├── mods
│   │   ├── dedicated_server_mods_setup.lua
│   │   ├── INSTALLING_MODS.txt
│   │   ├── MAKING_MODS.txt
│   │   ├── modsettings.lua
│   │   ├── workshop-1207269058
│   │   ├── workshop-1699194522
│   │   ├── workshop-1899182767
│   │   ├── workshop-1910111177
│   │   ├── workshop-1951468597
│   │   ├── workshop-356435289
│   │   ├── workshop-362175979
│   │   ├── workshop-375850593
│   │   ├── workshop-378160973
│   │   ├── workshop-385006082
│   │   ├── workshop-458587300
│   │   ├── workshop-481765222
│   │   ├── workshop-512502326
│   │   └── workshop-623749604
│   └── version.txt
└── steamcmd_linux
    └── steamcmd.sh

20 directories, 11 files

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...