Page 1 of 1

Server startup error: Duplicate mod elevated-rails.

Posted: Wed Jul 09, 2025 10:38 pm
by drewmate
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:

Code: Select all

Util.cpp:81: Duplicate mod elevated-rails.
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:

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
    }
  ]
}
I have inspected the mods folder, and there is only one copy of the mod there

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
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!

Re: Server startup error: Duplicate mod elevated-rails.

Posted: Wed Jul 09, 2025 10:49 pm
by drewmate
It seems I didn't do enough research... It looks like this is an issue with the docker image:
https://github.com/factoriotools/factor ... 23168e3932

I guess the fix hasn't been pushed to the images yet. Disabling the mods didn't seem to work, so I guess I just need to wait for the images to update. :(