TelepathicGrunt / Bumblezone

A bee dimension just for fun!
https://www.curseforge.com/minecraft/mc-mods/the-bumblezone-forge
GNU Lesser General Public License v3.0
181 stars 37 forks source link

Progressive Bosses's Elder Guardian enable attack config option causes Calming Essence fight to freeze #303

Closed kaboom24 closed 10 months ago

kaboom24 commented 11 months ago

as in one of my previous issues I mentioned that every time a get close to beating the calm trial it freezes permanently but never crashes so I cant send a crash log and you said to send you my modpack I dont know how to do that the modloader is forge and I do am playing singleplayer could you let me know how tosend you my custom modpack oh and one more thing in the green sanctum you can just throw your own dirt pellets you dont have to hit them back

TelepathicGrunt commented 11 months ago

After you reproduce the issue, you can still send me the latest.log file from the logs folder above the mods folder. This might hold an error message that I can read.

As for sharing your modpack with me using the CurseForge Launcher, here are the steps to do that:

  1. Right click on the modpack instance. And click "Export Profile". image

  2. Select the files you want to export. Do not select Saves as that will make the export massive in size and harder to share with me. Then click "Export" and save the exported profile to somewhere you can access. image

  3. Then drag and drop the exported profile into the comment box on GitHub here. It will be automatically attached to your comment as an attachment for me to download and run your modpack. image

kaboom24 commented 11 months ago

here is the file modpack and I will work on figuring out how to send you the latest.log file alexs caves.zip

kaboom24 commented 11 months ago

oh wait found it latest.log

kaboom24 commented 11 months ago

one more thing I know I reproduced the issue but it was a while ago will that affect anything and does it need to be with the game open?

TelepathicGrunt commented 11 months ago

I reproduced the issue with your modpack. The freeze is happening when the Guardian spawn bubbles. A mod in your pack must be doing something bad with particles to break even vanilla mobs spawning bubbles on client side. I'll keep poking to find who is the cause

Edit. I might have a clue of what's going on. Might be a strange side effect of having the guardian stay locked on player

TelepathicGrunt commented 11 months ago

I am 99% certain the bug is caused by progressivebosses due to this mixin https://github.com/Insane96/ProgressiveBosses/blob/4515f4a22f965f25e5bdc4dab88907f347742cca/src/main/java/insane96mcp/progressivebosses/mixin/ElderGuardianMixin.java#L15

TelepathicGrunt commented 11 months ago

Workaround for now is to set this Progressive Bosses's "Enable Attack" config to false for Elder Guardians image

kaboom24 commented 11 months ago

thanks

TelepathicGrunt commented 10 months ago

Just tested ProgressiveBosses-3.9.5-mc1.20.1.jar that was recently released and the freeze is fully fixed now by them!