potential clientside crash with Extreme sound muffling (1.12)
Your CleanroomMC Discord Username
ZombieKiller5949
Cleanroom Version
0.2.3 alpha; Fugue 0.16.4
Java Version
Java 21
Graphics Card Vendor
NVidia
Bug Report
potential (unconfirmed) conflict with Extreme Sound Muffling Legacy. Extreme Sound Muffling Legancy Issue posted here: https://github.com/Lyfts/ExtremeSoundMuffler-Legacy/issues/13
I had been doing things with deep mob learning and clientside crashed about 4-5 times. waited until server restart (3am) and waited longer to join. reported the files to server admin who said to make an issue report to cleanroom and extreme sound muffling.
[204925] [Client threadWARN] [Futur.txt
Mod List
modlist can be found in [204925] [Client threadWARN] [Futur.txt at line 317, col 19 - reason: too big to manually type out.
Final Checklist
- [ ] I have searched the issues and haven't found a similar issue.
- [x] I have read the readme and know that what is action build.
- [x] I have installed Fugue and it didn't fix my issue.
- [ ] I have installed Scalar and it didn't fix my issue.
- [x] I have switched my Forgelin and LibrarianLib to continuous versions(check readme for more detail).
- [ ] I am running a test build from Cleanroom Github Actions. (Or, if I've compiled it myself I plan to fix the issue)
I want to know if the crash happens by ESML itself, and if it crash on 0.3.0-alpha
I want to know if the crash happens by ESML itself, and if it crash on 0.3.0-alpha
server admin said that they were having issues with 3.0 because its "breaking stuff" so they're holding off on upgrading the version. at the time i haven't touched ESML as i was in the deep mob learning interface.
Could be a concurrent sound problem, and there doesn't seem to be anything Cleanroom exclusive.
Note: stacktrace at line3759-3777, field_184367_a -> MinecraftServer.4.sound:
Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraft.client.audio.Sound.func_188724_c()" because "this.field_184367_a" is null
at net.minecraft.client.audio.PositionedSound.getVolume(SourceFile:73) ~[cgj.class:?]
at mekanism.client.sound.SoundHandler.onTilePlaySound(SoundHandler.java:186) ~[SoundHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_7458_SoundHandler_onTilePlaySound_PlaySoundEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:92) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
at net.minecraftforge.client.ForgeHooksClient.playSound(ForgeHooksClient.java:368) ~[ForgeHooksClient.class:?]
at net.minecraft.client.audio.SoundManager.playSound(SoundManager.java:352) ~[chm.class:?]
at net.minecraft.client.audio.SoundHandler.playSound(SoundHandler.java:258) ~[cho.class:?]
at com.leobeliik.extremesoundmuffler.gui.buttons.MuffledSlider.setTickSound(MuffledSlider.java:237) ~[MuffledSlider.class:?]
at com.leobeliik.extremesoundmuffler.gui.buttons.MuffledSlider.setSliderValue(MuffledSlider.java:173) ~[MuffledSlider.class:?]
at com.leobeliik.extremesoundmuffler.gui.buttons.MuffledSlider.changeSliderValue(MuffledSlider.java:168) ~[MuffledSlider.class:?]
at com.leobeliik.extremesoundmuffler.gui.buttons.MuffledSlider.mouseDragged(MuffledSlider.java:185) ~[MuffledSlider.class:?]
at com.leobeliik.extremesoundmuffler.gui.buttons.MuffledSlider.drawButton(MuffledSlider.java:64) ~[MuffledSlider.class:?]
at net.minecraft.client.gui.GuiScreen.drawScreen(GuiScreen.java:70) ~[blk.class:?]
at com.leobeliik.extremesoundmuffler.gui.MainScreen.drawScreen(MainScreen.java:120) ~[MainScreen.class:?]
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:383) ~[ForgeHooksClient.class:?]
at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1124) ~[buq.class:?]
... 12 more