minetest-mods / moreblocks

More Blocks
https://content.minetest.net/packages/Calinou/moreblocks/
zlib License
45 stars 67 forks source link

Unsatisfied dependencies #155

Open debagos opened 4 years ago

debagos commented 4 years ago

Hi :)

As soon as i enable this mod i get close to 50 log messages like: mod "awards" has unsatisfied dependencies: "moreblocks"

When i disabled this mod everything works fine again. This means whatever this mod is doing, it causes many other mods to not load, which creates a "unsatisfied dependencies" hell.

Unfortunately I'm unable to hunt down the issue, but maybe with your help... Am i the only one having this issue?

MT version: 5.2.0 moreblocks version: 2.0.0 as well as the master branch are affected

debagos commented 4 years ago

I dug a bit into this. Exact same problem with a fresh MT 5.0.1 installation... Then I replaced the init.lua with an empty file, problem still exists! I think the 'moreblocks' mod isn't the culprit here. I will keep digging and keep you updated.

louisroyer commented 4 years ago

I cannot reproduce (MT 5.3.0, enabling awards, minetest-game and moreblocks)… Are circular dependencies gone on your side using recent version of your mods? Are you using any additional mod to create the loop?

debagos commented 4 years ago

@louisroyer Then you accidentally found a working configuration or the mods got updated in a way that they work around the underlying problem. Because the original bug https://github.com/minetest/minetest/issues/9977 still exists in MT version 5.3.0