OpenFactorioServerManager / factorio-server-manager

A tool to help manage Factorio multiplayer servers including mods and save games.
MIT License
544 stars 132 forks source link

Could not retrieve config.ini #234

Closed peeves91 closed 3 years ago

peeves91 commented 3 years ago

so i'm trying to get this running, but i must be doing something wrong here. it starts fine, and i do the --dir , and when i click on "Game Settings", this is the console output up until that point:

2021/01/23 13:47:43 Loaded Factorio settings from C:\Program Files (x86)\Steam\steamapps\common\Factorio\config\server-settings.json
2021/01/23 13:47:43 Created/Updated user: admin
2021/01/23 13:47:43 Starting server on: 0.0.0.0:80
2021/01/23 13:47:51 Loading config file: C:\Program Files (x86)\Steam\steamapps\common\Factorio\config\config.ini
2021/01/23 13:47:51 Error loading config.ini file: open C:\Program Files (x86)\Steam\steamapps\common\Factorio\config\config.ini: The system cannot find the file specified.
2021/01/23 13:47:51 Could not retrieve config.ini: open C:\Program Files (x86)\Steam\steamapps\common\Factorio\config\config.ini: The system cannot find the file specified.

i've tried pointing --config at the config file to the config.ini in the appdata directory, but that doesn't seem to help anything. any clue if i'm doing something wrong in the startup or configuration?

(i'll provide any information or try any suggestions)

knoxfighter commented 3 years ago

You run the docker image, on Windows or Linux (if yes, which distribution)? Nevermind, it's Windows. Never really tested the steam version, make sure, that you use a different installation for the server and your game. Does a file with that name and in tha folder even exist?

peeves91 commented 3 years ago

there isn't a config.ini file in that location. there is one in the appdata/roaming/factorio/config folder, but pointing to that one doesn't work.

guess i'll try downloading the server install from the site and using the experimental that way.

also, i don't know Go at all, otherwise i'd attempt a fix for this.

jannaahs commented 3 years ago

Hi @peeves91 do you have any update on this?