Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while loading Dectorio #261

Open
ourpxi opened this issue Dec 7, 2024 · 3 comments
Open

Error while loading Dectorio #261

ourpxi opened this issue Dec 7, 2024 · 3 comments
Labels

Comments

@ourpxi
Copy link

ourpxi commented Dec 7, 2024

Description

24.259 Error ModManager.cpp:1741: Error while running setup for recipe prototype "dect-concrete-grid" (recipe): Duplicate item ingredients are not allowed (sand exists 2 or more times).

I was updating mods, reloaded and failed while reloading, I was inspecting the log to try and find what was causing the error but I have no idea of what am I doing
I have no idea of what is the other mod that is causing the error or if it is even other mod
I tried resseting the mod settings and reloading but nothing

Screenshots
image

Mod list
mod-list.json

Log file
factorio-current.log

@ourpxi ourpxi added the bug label Dec 7, 2024
@ourpxi
Copy link
Author

ourpxi commented Dec 7, 2024

I was inspecting the flooring.lua prototype and the recipe doesn't even have sand on it

if DECT.ENABLED["concrete"] then -- Add new recipes data:extend( { { -- Concrete grid type = "recipe", name = "dect-concrete-grid", energy_required = 10, enabled = false, category = "crafting-with-fluid", ingredients = { {type = "item", name = "stone-brick", amount = 5}, {type = "item", name = "iron-ore", amount = 1}, {type = "fluid", name = "water", amount = 100} }, results = { {type = "item", name = "dect-concrete-grid", amount = 10}, } } } ) end
it only contains stone bricks, iron ores and water

@ourpxi
Copy link
Author

ourpxi commented Dec 7, 2024

I disabled all mods and then synced que mods with my current save and it loaded succesuly with dectorio
comparing both files I got the enabled mods that weren't in the save file

  • Bottleneck
  • ElectricTransmissionTower
  • even-distribution
  • homeworld_redux
  • region-cloner
  • squeak-through-2

@ourpxi
Copy link
Author

ourpxi commented Dec 8, 2024

Enabled one by one and after enabling homeworld_redux the error popep up again, so thats the one causing it I guess, all the other mods enabled from the past list except homeworld redux run fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant