mt-mods / moretrees

Other
8 stars 10 forks source link

crash with x_farming and hbhunger #44

Open APercy opened 1 month ago

APercy commented 1 month ago

When I enable moretrees with x_farming and hbhunger enabled, the server crashes, seems like a circular reference: " Some mods have unsatisfied dependencies:

Install and enable the required mods, or disable the mods causing errors. Note: this may be caused by a dependency cycle, in which case try updating the mods."

wsor4035 commented 1 month ago

checkout xcompat at commit https://github.com/mt-mods/xcompat/tree/215b0945158a5b4eaebae9cf8a9cf0ccc90e2e01 for now

APercy commented 1 month ago

checkout xcompat at commit https://github.com/mt-mods/xcompat/tree/215b0945158a5b4eaebae9cf8a9cf0ccc90e2e01 for now

Now it explodes on x_farming

" ModError: Failed to load and run script from .minetest/mods/x_farming/init.lua: .minetest/mods/x_farming/ice_fishing.lua:649: attempt to index global 'hbhunger' (a nil value) stack traceback: .minetest/mods/x_farming/ice_fishing.lua:649: in main chunk [C]: in function 'dofile' .minetest/mods/x_farming/init.lua:63: in main chunk Check debug.txt for details. "

wsor4035 commented 4 weeks ago

checkout xcompat at commit https://github.com/mt-mods/xcompat/tree/215b0945158a5b4eaebae9cf8a9cf0ccc90e2e01 for now

Now it explodes on x_farming

" ModError: Failed to load and run script from .minetest/mods/x_farming/init.lua: .minetest/mods/x_farming/ice_fishing.lua:649: attempt to index global 'hbhunger' (a nil value) stack traceback: .minetest/mods/x_farming/ice_fishing.lua:649: in main chunk [C]: in function 'dofile' .minetest/mods/x_farming/init.lua:63: in main chunk Check debug.txt for details. "

thats a them issue, not on us