CreativeMD / AmbientSounds

GNU Lesser General Public License v3.0
91 stars 20 forks source link

Frequent Orbis-related IllegalStateException errors #235

Open antiphysika opened 1 month ago

antiphysika commented 1 month ago

Minecraft: 1.21 NeoForge: 21.0.14-beta Creative Core: 2.11.34 Ambient Sounds: 6.0.2

[Hopefully I picked the right culprit and shouldn't have gone with Tales (aka Creative Core).]

Am seeing a lot of the following errors on an extremely light (2 mod) instance:

[17Jun2024 18:04:31.006] [Sound engine/ERROR] [net.minecraft.util.thread.BlockableEventLoop/FATAL]: Error executing task on Sound executor
java.lang.IllegalStateException: Corrupt or missing data in bitstream
        at TRANSFORMER/minecraft@1.21/net.minecraft.client.sounds.JOrbisAudioStream.readPage(JOrbisAudioStream.java:129) ~[client-1.21-20240613.152323-srg.jar%23171!/:?]
        at TRANSFORMER/minecraft@1.21/net.minecraft.client.sounds.JOrbisAudioStream.readPacket(JOrbisAudioStream.java:157) ~[client-1.21-20240613.152323-srg.jar%23171!/:?]
        at TRANSFORMER/minecraft@1.21/net.minecraft.client.sounds.JOrbisAudioStream.readChunk(JOrbisAudioStream.java:192) ~[client-1.21-20240613.152323-srg.jar%23171!/:?]
        at TRANSFORMER/minecraft@1.21/net.minecraft.client.sounds.FloatSampleSource.read(FloatSampleSource.java:17) ~[client-1.21-20240613.152323-srg.jar%23171!/:?]
[...]

Have run the same test instance containing only Abient Sounds and Creative Core a few times and it's 100% reproduceable.

Log from one iteration of that singleplayer world here with the debug.log here

With any luck I'll have not missed any vital detail but please give me a shout if I have. And thanks for the awesome mod!

CreativeMD commented 3 weeks ago

Sorry for responding quite late. This issue is quite weird, because for me it works fine and so far nobody else has ever reported it. Is it still there? Maybe an update of NeoForge fixes it?

CreativeMD commented 1 week ago

Any news?