ejektaflex / Bountiful

A Minecraft mod adding bounties for specific items.
https://minecraft.curseforge.com/projects/bountiful
GNU General Public License v3.0
82 stars 31 forks source link

[Bug]: Loading Bountiful listeners.. #182

Closed Varez971 closed 1 year ago

Varez971 commented 1 year ago

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

Blade1284 commented 1 year ago

Seems to be hit or miss whenever loading the server. I'm using the Better MC Plus 1.16.5 Modpack, and it looks like the startup process is similar to Varez's server, so it might be the same modpack. I'm able to stop/force kill and restart the server and have luck to continue.

Bountiful json bug

ejektaflex commented 1 year ago

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.

stale[bot] commented 1 year ago

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.

DemiRemi commented 1 year ago

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

ejektaflex commented 1 year ago

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!

DemiRemi commented 1 year ago

Still happens, so it must not be bountiful. Thanks for the help!

ejektaflex commented 1 year ago

That's what I thought - it's good to have it be confirmed. Thanks!