ReikaKalseki / Reika_FactorioMods_Issues

The issue tracker for all of my Factorio mods - EndgameCombat, NauvisDay, Geothermal, Oreverhaul, and the rest.
5 stars 1 forks source link

Early Extensions 1.151.1 Startup Error #392

Open dtoxic47 opened 1 year ago

dtoxic47 commented 1 year ago

Error ModManager.cpp:1558: Error while running setup for recipe prototype "splitter-early" (recipe): Duplicate item ingredients are not allowed (iron-plate exists 2 or more times).

dtoxic47 commented 1 year ago

when only early extension is enabled + dependency i get this error,if i enable other mods i get the error posted earlier about splitter

Error ModManager.cpp:1558: Error while running setup for recipe prototype "offshore-pump" (recipe): Duplicate item ingredients are not allowed (iron-gear-wheel exists 2 or more times).

V 1.152.1

Usergitbit commented 1 year ago

I had a similar error but related to the burner pump (using Burner Offshore Pump). Seems to be related to this. Changing it to if parse.name == item.name then seems to make it work for me (or at least it doesn't fail to load).

dtoxic47 commented 1 year ago

Thx for the solution,now it loads ok,will see during a play trough if it breaks anything and will report here

dtoxic47 commented 1 year ago

so far no errors with the proposed change...