Closed SystemlessDev closed 1 year ago
Thanks for report, can't update the mod right now due to some issues. Will save this in my todo list for the future!
You can disable the sound reloading feature however. You don't seem to make use of that feature regardless.
Yes, that I will do.
What happened?
The version of drippy loading screen that this mod uses, 1.6.6, has a bug in it where it will spam reload the sound engine in some situations. This will obviously kill performance in every way.
Here's the Mixin at fault. The sound engine is reloaded every tick if it fails to load properly. Which obviously leads to the sound engine being reloaded all the time, and the log being spammed with the stacktrace below once every tick.
You got two options to fix this issue. You can either set the config option
custom_sound_engine_reloading
to false, or update the mod to a more recent version.Pack Version
Version: v1.19.0
To Reproduce
N/A
Are you using OptiFine, Rubidium, or Oculus?
Are you on a Server?
Relevant log output / crash report.
Anything else to add?
Thanks! :)