Sound​s

Sound​s

2M Downloads

[1.21.5] Crash upon generating world

Closed this issue · 5 comments

commented

Have you read the compatibility information above?

  • Yes, I have read and understand the compatibility note.

Mod Loader

NeoForge

Game Version

1.21.4

Mod Version

sounds-2.4.9+1.21.5+neoforge

Environment Type

Singleplayer

Provide Your Logs

https://gist.github.com/BugmanBugman/8d0b98b0e67d9f2ff1ff3992e4748308

Describe Your Issue

Mod crashes upon entering world

Steps to Reproduce

  1. Generate world
  2. Crash
commented

I have game frozen when trying to enter the title screen on Fabric 1.21.4

[Render thread/INFO]: Caught error loading resourcepacks, removing all selected resourcepacks
java.util.concurrent.CompletionException: java.lang.UnsupportedOperationException
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) ~[?:?]
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) ~[?:?]
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) ~[?:?]
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) ~[?:?]
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) ~[?:?]
Caused by: java.lang.UnsupportedOperationException
	at java.base/java.util.ImmutableCollections.uoe(ImmutableCollections.java:142) ~[?:?]
	at java.base/java.util.ImmutableCollections$AbstractImmutableCollection.add(ImmutableCollections.java:147) ~[?:?]
	at knot/dev.imb11.sounds.dynamic.SoundsReloadListener.reload(SoundsReloadListener.java:41) ~[sounds-2.4.9+1.21.4+fabric.jar:?]
	at knot/dev.imb11.sounds.loaders.fabric.SoundsFabric$SoundsReloadListenerFabric.reload(SoundsFabric.java:28) ~[sounds-2.4.9+1.21.4+fabric.jar:?]
	at knot/dev.imb11.sounds.dynamic.SoundsReloadListener.prepare(SoundsReloadListener.java:157) ~[sounds-2.4.9+1.21.4+fabric.jar:?]
	at knot/dev.imb11.sounds.dynamic.SoundsReloadListener.method_18789(SoundsReloadListener.java:31) ~[sounds-2.4.9+1.21.4+fabric.jar:?]
	at knot/net.minecraft.class_4080.method_18791(class_4080.java:12) ~[client-intermediary.jar:?]
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
	... 6 more
commented

@mpustovoi Can you upload the full logs to https://mclo.gs/ ?

commented

Maybe I have outdated config file, idk I'll try to remove it: https://mclo.gs/eWFYKo0.

commented

Yes, apparently the problem was in the old config. I deleted it and the game started normally.
I haven't run this instance for about half a month, maybe that's why.

commented

@BugmanBugman I've identified the issue, should be fixed in the next update 👍