Server startup error: Duplicate mod elevated-rails.
Posted: Wed Jul 09, 2025 10:38 pm
I've been hosting a server based on the factoriotools docker image for several months with very few issues. Today (I think since the 2.0.55 update) it won't start up and gives me the error:
I've never seen any duplicate errors before, and have been using the same mod-list.json for a couple months at least (I last played on Monday, so I know it worked then)
mod-list.json:
I have inspected the mods folder, and there is only one copy of the mod there
I even cleared out all the mods and restarted the server (and it re-downloaded the above set).
Does anyone know what's going on here? Does it have something to do with the space-age mod and elevated-rails being managed separately? It was my understanding that we needed to list both after the update, but did that change in 2.0.55?
Thanks!
Code: Select all
Util.cpp:81: Duplicate mod elevated-rails.
mod-list.json:
Code: Select all
{
"mods": [
{
"name": "base",
"enabled": true
},
{
"name": "elevated-rails",
"enabled": true
},
{
"name": "quality",
"enabled": true
},
{
"name": "space-age",
"enabled": true
},
{
"name": "helmod",
"enabled": true
},
{
"name": "RateCalculator",
"enabled": true
},
{
"name": "bobinserters",
"enabled": true
},
{
"name": "flib",
"enabled": true
},
{
"name": "Cerys-Moon-of-Fulgora",
"enabled": false
},
{
"name": "Flare Stack",
"enabled": true
},
{
"name": "PlanetsLib",
"enabled": true
},
{
"name": "Todo-List",
"enabled": true
},
{
"name": "VehicleSnap",
"enabled": true
},
{
"name": "visible-planets",
"enabled": false
}
]
}
Code: Select all
-rw-r--r-- 1 845 845 837203 Jul 9 22:29 Flare Stack_3.0.6.zip
-rw-r--r-- 1 845 845 146200 Jul 9 22:29 PlanetsLib_1.6.3.zip
-rw-r--r-- 1 845 845 95993 Jul 9 22:29 RateCalculator_3.3.7.zip
-rw-r--r-- 1 845 845 45021 Jul 9 22:29 Todo-List_19.12.0.zip
-rw-r--r-- 1 845 845 57832 Jul 9 22:29 VehicleSnap_2.0.2.zip
-rw-r--r-- 1 845 845 160587 Jul 9 22:29 bobinserters_2.0.1.zip
-rw-r--r-- 1 845 845 476 Jul 9 22:29 elevated-rails_1.1.0.zip
-rw-r--r-- 1 845 845 423039 Jul 9 22:29 flib_0.16.3.zip
-rw-r--r-- 1 845 845 3532097 Jul 9 22:29 helmod_2.1.16.zip
-rw-r--r-- 1 845 845 910 Jul 9 22:30 mod-list.json
-rw-r--r-- 1 845 845 486 Jul 9 22:29 space-age_1.1.0.zip
Does anyone know what's going on here? Does it have something to do with the space-age mod and elevated-rails being managed separately? It was my understanding that we needed to list both after the update, but did that change in 2.0.55?
Thanks!