Closed totobest closed 7 years ago
Thanks for the report.
Which version did you update from?
My mod expects that all recipes have ingredients AND something (a result) which is made from those ingredients.
Please say what mods you are using. You have a mod which has a recipe which has ingredients but no result.
This similar to a bug in factorio 0.13, which I did manage to fix, https://github.com/DRY411S/Recycling-Machines/issues/21
Actually, I'm using the 0.15.5 since July 22nd. It means the error occurs since I have updated another mod. It would be nice that ZRecycling tells which mod is the culprit though. I have a big list of mods and finding the bad one is a bit cumbersome.
Also, ZRecycling could ignore the faulty recipe and show a warning at the beginning of the game?
Mod list:
Actually, I'm using the 0.15.5 since July 22nd. It means the error occurs since I have updated another mod.
It's possible then that one of the other mods could have a bug.
It would be nice that ZRecycling tells which mod is the culprit though. I have a big list of mods and finding the bad one is a bit cumbersome.
Also, ZRecycling could ignore the faulty recipe and show a warning at the beginning of the game?
It would be nice, I will explore whether it is possible to output the bad recipe into the log file during this bug fix.
Essentially the bug fix will be to ignore the recipe. The recipe that causes this error has no results, therefore there is nothing to put into the Recycling Machine
Mod list:
Wow! This may take some time to find and fix.
The problem is caused by the Supportive Weapons mod, which has a recipe with no results. This really doesn't make any sense.
{ allow_decomposition = false, category = "advanced-crafting", enabled = false, energy_required = 10, icon = "__supportive-weapons__/graphics/icons/tissue-leaching.png", ingredients = { { amount = 1, name = "supportive-weapons_dissolved-tissue", type = "item" }, { amount = 5, name = "sulfuric-acid", type = "fluid" } }, main_product = "", name = "supportive-weapons_tissue-leaching", order = "i[supportive-weapons]-a[tissue-leaching]", requester_paste_multiplier = 10, subgroup = "raw-material", type = "recipe" }
Before I fix this, I've raised an issue with the Supportive Weapons Mod author to see whether it's actually a bug in their mod.
A fix for this is in development for the next release, which will also include some new features and performance improvements.
Updated to latest version and now the mod fails to load.