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

Dragon Industries: failed to load Early Extensions #407

Open USN484259 opened 1 year ago

USN484259 commented 1 year ago

versions

Factorio version: Version: 1.1.74 (build 60256 linux64)
Mod list:

Problem

install Dragon Industries and Early Extensions. Start game and error message shows

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

possible cause & solution

in recipe.lua, function addIngredientToList, line 188, match condition never meets if type(item) == "table". Change to parse.name == name could solve the problem.

BigJMoney commented 1 year ago

I also get this failure that prevents loading Early Extensions. I'm on Win 10.

BigJMoney commented 1 year ago

Oops, I think this is a duplicate of issue #392