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

crash with x_farming and hbhunger #44

Open
APercy opened this issue May 30, 2024 · 3 comments
Open

crash with x_farming and hbhunger #44

APercy opened this issue May 30, 2024 · 3 comments
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@APercy
Copy link

APercy commented May 30, 2024

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

  • hbhunger is missing: moretrees
  • moretrees is missing: xcompat
  • x_farming is missing: hbhunger
  • xcompat is missing: x_farming

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."

@Niklp09 Niklp09 added the bug Something isn't working label May 30, 2024
@wsor4035
Copy link
Contributor

@APercy
Copy link
Author

APercy commented May 30, 2024

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
Copy link
Contributor

wsor4035 commented Jun 1, 2024

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

@BuckarooBanzay BuckarooBanzay added the invalid This doesn't seem right label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

4 participants