[Bug]: Loading Bountiful listeners..
Varez971 opened this issue ยท 7 comments
What happened?
Hello, it has already happened several times that the server works correctly and when I go to play the next day, the server appears frozen with this message on the console: https://pastebin.com/rFubhZe8
Everything indicates that it is from the bountiful mod, but I don't know how to solve it.
How can we reproduce it?
No response
Mod Version
Bountiful-1.16.4-3.3.1.jar
Forge Version
forge-36.2.35
Relevant log output
No response
Hi there!
I've never seen this before, despite that version being a few years old. I would need some more information before considering this a Bountiful issue, as it has never come up before. Given that all of those mods are doing their loading in their own threads (note modloading-worker-18
, modloading-worker-25
etc) independently, it could be any of the mods loading at the same time as Bountiful that are doing this, if I recall correctly. I wouldn't say that anything here conclusively says that is a Bountiful issue, I'd need a bit more to go on in order to even start debugging this because it's not clear which mod is causing the problem.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Having the same issue clientside. Using Better MC 1.16.5 on curseforge (Same version of mod, etc.) and it always freezes upon that same line. What information can I give to help find the actual problem?
latest.log
Hi @DemiRemi , thanks for the log!
This is helpful, though it still doesn't seem to be a problem with Bountiful, from what I can tell. You're seemingly getting an error in Thread 44, which is not the thread that bountiful is working in (which is modloading-worker-29
). All mods do their loading stage at the same time in different threads, so this still isn't definitively Bountiful instead of some other mod. Can you disable Bountiful and tell me whether this still happens?
Thanks!