headless server some mod "Incompatible with space-age"

Anything that prevents you from playing the game properly. Do you have issues playing for the game, downloading it or successfully running it on your computer? Let us know here.
rhinolt
Burner Inserter
Burner Inserter
Posts: 6
Joined: Fri Mar 27, 2026 4:16 am
Contact:

headless server some mod "Incompatible with space-age"

Post by rhinolt »

it is reported:
0.000 2026-03-27 04:05:16; Factorio 2.0.73 (build 84377, linux64, headless, space-age)
0.103 Error Util.cpp:81: Failed to load mod "pymodpack":
• pymodpack
• Incompatible with space-age
then i went to https://hub.docker.com/r/factoriotools/factorio
it shows
DLC_SPACE_AGE Enables or disables the mods for DLC Space Age in mod-list.json1 true 2.0.8+
well,i dont have the DLC,and my mods dont need it either,how can i disable that in JSON file precisely?
Loewchen
Global Moderator
Global Moderator
Posts: 10705
Joined: Wed Jan 07, 2015 5:53 pm
Contact:

Re: headless server some mod "Incompatible with space-age"

Post by Loewchen »

rhinolt wrote: Fri Mar 27, 2026 4:21 am well,i dont have the DLC,and my mods dont need it either,how can i disable that in JSON file precisely?
You can just set the variable to false if you don't want to use any expansion mods. Otherwise open the json file in a text editor.
rhinolt
Burner Inserter
Burner Inserter
Posts: 6
Joined: Fri Mar 27, 2026 4:16 am
Contact:

Re: headless server some mod "Incompatible with space-age"

Post by rhinolt »

Loewchen wrote: Fri Mar 27, 2026 6:40 am
rhinolt wrote: Fri Mar 27, 2026 4:21 am well,i dont have the DLC,and my mods dont need it either,how can i disable that in JSON file precisely?
You can just set the variable to false if you don't want to use any expansion mods. Otherwise open the json file in a text editor.
how to do that exactly then?

add something on
docker run -itd \
-p 34197:34197/udp \
-p 27015:27015/tcp \
-v /home/factorio:/factorio \
--name factorio \
e28c96daf9f0
or write something into mod-list.json?
rhinolt
Burner Inserter
Burner Inserter
Posts: 6
Joined: Fri Mar 27, 2026 4:16 am
Contact:

Re: headless server some mod "Incompatible with space-age"

Post by rhinolt »

anyone?
rhinolt
Burner Inserter
Burner Inserter
Posts: 6
Joined: Fri Mar 27, 2026 4:16 am
Contact:

Re: headless server some mod "Incompatible with space-age"

Post by rhinolt »

say,this easy question cant be solved?
iv tried search key words on this forum and get nothing exactly in post
Techjar
Inserter
Inserter
Posts: 38
Joined: Tue Jan 13, 2015 11:33 pm
Contact:

Re: headless server some mod "Incompatible with space-age"

Post by Techjar »

DLC_SPACE_AGE is an environment variable you can set for the docker container.
https://docs.docker.com/reference/cli/d ... r/run/#env
angramania
Fast Inserter
Fast Inserter
Posts: 158
Joined: Mon Oct 21, 2024 12:29 pm
Contact:

Re: headless server some mod "Incompatible with space-age"

Post by angramania »

rhinolt wrote: Sat Mar 28, 2026 3:39 pm say,this easy question cant be solved?
iv tried search key words on this forum and get nothing exactly in post
Because your question is not about factorio but about basic skill with docker.
rhinolt
Burner Inserter
Burner Inserter
Posts: 6
Joined: Fri Mar 27, 2026 4:16 am
Contact:

Re: headless server some mod "Incompatible with space-age"

Post by rhinolt »

angramania wrote: Sun Mar 29, 2026 7:13 am
rhinolt wrote: Sat Mar 28, 2026 3:39 pm say,this easy question cant be solved?
iv tried search key words on this forum and get nothing exactly in post
Because your question is not about factorio but about basic skill with docker.
well,yeah,sorry about that i lack basic docker skill indeed.
so may i ask more instruction?
that i input
docker run -itd -p 34197:34197/udp -p 27015:27015/tcp -v /home/factorio:/factorio -e DLC_SPACE_AGE=false --name factorio e28c96daf9f0
docker run -itd -p 34197:34197/udp -p 27015:27015/tcp -v /home/factorio:/factorio --env DLC_SPACE_AGE=false --name factorio e28c96daf9f0
both got error message
rhinolt
Burner Inserter
Burner Inserter
Posts: 6
Joined: Fri Mar 27, 2026 4:16 am
Contact:

Re: headless server some mod "Incompatible with space-age"

Post by rhinolt »

ah,solved
that i put a wrong line in mod-list.json
thanks all
Post Reply

Return to “Technical Help”