Any help appreciated.
the only reference I can see is:
Code: Select all
./factorio01771/data/base/prototypes/map-settings.lua: max_work_done_per_tick = 8000,
Code: Select all
factorio@steam02:/opt/factorio01771$ cat creation.sh
#!/bin/bash
echo run on $1 $2
./bin/x64/factorio --map-gen-settings ./data/$1-map-gen-settings.json --map-settings ./data/$1-map-settings.json --create ./saves/$2.zip
factorio@steam02:/opt/factorio01771$ ./creation.sh test4 newsave
run on test4 newsave
0.000 2019-10-17 03:12:28; Factorio 0.17.71 (build 47452, linux64, headless)
0.043 Operating system: Linux (Ubuntu 18.04)
0.044 Program arguments: "./bin/x64/factorio" "--map-gen-settings" "./data/test4-map-gen-settings.json" "--map-settings" "./data/test4-map-settings.json" "--create" "./saves/newsave.zip"
0.044 Read data path: /opt/factorio01771/data
0.044 Write data path: /opt/factorio01771 [28345/40058MB]
0.044 Binaries path: /opt/factorio01771/bin
0.055 System info: [CPU: Intel Core Processor (Skylake, IBRS), 4 cores, RAM: 3944 MB]
0.055 Environment: DISPLAY=<unset> WAYLAND_DISPLAY=<unset> DESKTOP_SESSION=<unset> XDG_SESSION_DESKTOP=<unset> XDG_CURRENT_DESKTOP=<unset> __GL_FSAA_MODE=<unset> __GL_LOG_MAX_ANISO=<unset> __GL_SYNC_TO_VBLANK=<unset> __GL_SORT_FBCONFIGS=<unset> __GL_YIELD=<unset>
0.055 Running in headless mode
0.058 Loading mod core 0.0.0 (data.lua)
0.129 Loading mod base 0.17.71 (data.lua)
0.403 Loading mod base 0.17.71 (data-updates.lua)
0.554 Checksum for core: 713075318
0.554 Checksum of base: 2766389456
0.716 Error Util.cpp:83: Error while loading map-settings prototype "map-settings" (map-settings): Key "max_work_done_per_tick" not found in property tree at ROOT.map-settings.map-settings.path_finder
1 factorio@steam02:/opt/factorio01771$