Closed spiralhalo closed 2 years ago
I have a in-game crash with the female hurt sound turned on when I take damage; but with the sound turned off it doesn't crash.
Version of mod 1.19 Version of game 1.19.1
I use Quilt (minecraft 1.19.2) and whenever the female hurt sounds are enabled the world crashes upon getting hurt.
It displays the following error before kicking me to the "searching for server screen" and then crashing.
Internal Exception: java.lang.NoSuchMethodError: 'net.minecraft.class_1297 net.minecraft.class_1657.method_44329()'
I am having the same issue has anyone worked out a fix for this yet?
Turn the "female hurt sounds" off.
I've spent over 30 minutes trying to reproduce this on Fabric version 3.0.0 and I can't seem to cause the game to crash.
Fixed in 3.0.1
Sometimes the game crash when getting hurt with female voice on due to
ConcurrentModificationException
in the subtitle renderer if subtitles are on or the sound system otherwise.How to reproduce
Due to being concurrency issue, this crash isn't reliably reproducible, but with some luck (or misfortune) testing it is straightforward: suffocate in single player with a stack full of normal golden apples (enchanted gapples can't be used) and eat periodically. The crash should happen within under 100 hurts.
Some stack traces
The cause wasn't obvious from the crashes, but I concluded this mod caused it after the crash consistently happen when getting hurt. Afterwards, testing it isolated from other mods pretty much confirmed it.