[daemon] wrong scenario file lookup

This subforum contains all the issues which we already resolved.
Post Reply
AndreyZakharov
Burner Inserter
Burner Inserter
Posts: 8
Joined: Sat Mar 11, 2017 2:19 am
Contact:

[daemon] wrong scenario file lookup

Post by AndreyZakharov »

factorio --help:

Code: Select all

--start-server-load-scenario FILE  start a multiplayer server and load the 
                                     specified scenario
but not any FILE
what I've found in strace:

Code: Select all

[pid  2088] stat("/media/sf_src/factorio/factorio/scenarios/home/vaulter/scr/3Ra-CTF/", 0x7f0063872690) = -1 ENOENT (No such file or directory)
[pid  2088] 
so its looking for scenario, but in *ONLY* factorio/scenarios folder.
either clear DOCS should be provided or this fixed to read FILE honestly.

Post Reply

Return to “Resolved Problems and Bugs”