Rybadour / Foreman

Visual planning tool for the game Factorio
Other
21 stars 7 forks source link

[BitBucket copy] Compatability issues #12

Open Rybadour opened 4 years ago

Rybadour commented 4 years ago

Several mods, which work fine in the base game, give nonsensical error messages. The only one which I care about is Space Exploration WIP https://forums.factorio.com/viewtopic.php?f=190&t=68319&start=80

space-exploration requires ! but is missing. Others have a ? instead of a !

(Comment) Error log, although it doesn’t appear related. None of the mods noted here alter recipes, and if I delete the error file and only enable recipe/item mods no errors occur.

https://pastebin.com/hBaqiYvL

Mod list

https://imgur.com/a/OlC0L8O

Vauge hover Error messages

https://imgur.com/a/xBEjXoq

My guess is that something is reading the prerequisites wrongly, and hence disabling them when it shouldn’t. Especially in that the ? implies it should be optional (since that is how factorio shows optional requirements) and also the lack of a name for the second and third.

Edit: After manually removing all prerequsites, it loads fine, mostly. but the recipes don’t show up normally. You have to go into the recipe tab and find them, instead of dragging ingredients/products. Also they get a red outline. And some icons are missing, which are not missing ingame. Also none of the mod assemblers show up.

Rybadour commented 4 years ago

We've made a ton of improvements in the last month or so can you try again with this release? https://github.com/Rybadour/Foreman/releases/tag/0.18.1

Those error messages with the dependencies will now appear in the error log with a more helpful message.