This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ubuntu@ip-172-30-1-101:~/factorio/factorio$ ./factorio.sh --start-server worlds/asdf.zip | |
| 0.000 2017-04-24 17:25:58; Factorio 0.15.0 (build 29027, linux64, headless) | |
| 0.036 Operating system: Linux (Ubuntu 14.04) | |
| 0.036 Program arguments: "./bin/x64/factorio" "--start-server" "worlds/asdf.zip" | |
| 0.036 Read data path: /home/ubuntu/factorio/factorio/data | |
| 0.036 Write data path: /home/ubuntu/factorio/factorio | |
| 0.036 Binaries path: /home/ubuntu/factorio/factorio/bin | |
| 0.044 System info: [CPU: Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz, 2 cores, RAM: 3951MB] | |
| 0.044 Running in headless mode | |
| 0.049 Loading mod core 0.0.0 (data.lua) | |
| 0.053 Loading mod base 0.15.0 (data.lua) | |
| 0.145 Loading mod base 0.15.0 (data-updates.lua) | |
| 0.213 Checksum for core: 3378387764 | |
| 0.213 Checksum of base: 2731413614 | |
| 0.336 Info PlayerData.cpp:55: Local player-data.json available, timestamp 1493054750 | |
| 0.336 Info PlayerData.cpp:62: Cloud player-data.json unavailable | |
| 0.337 Custom inputs active: 0 | |
| 0.338 Factorio initialised | |
| 0.339 Info ServerMultiplayerManager.cpp:139: Quitting multiplayer connection. | |
| 0.339 Info ServerMultiplayerManager.cpp:663: mapTick(-1) changing state from(Ready) to(Closed) | |
| 0.347 Goodbye | |
| 0.000 Error Util.cpp:58: Invalid value |
Adding --server-settings data/server-settings.example.json to the arguments did the trick for me
Worked for me too!
I know this one is old, but I just found it.
The reason it don't like your own server-settings.json file, is that you proberly have an missing tag inside it, like an , or something else.
Find an online json validator and put your server-settings.json file into it and it will most likely find an error in it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar error on my RHEL.