AzureLib Armor

AzureLib Armor

3M Downloads

Issue with RRLS mod

Closed this issue ยท 12 comments

commented

using azure lib armor with RRLS makes the loading bar disappear,causing infinite loading
latest rrls fabric 1.21.1 mod
latest azure-lib-armor fabric 1.21.1 mod

commented

No log means I can't help

commented

alright, heres the log
https://mclo.gs/K0fpKpq

commented

[22:45:02] [Render thread/INFO]: Caught error loading resourcepacks, removing all selected resourcepacks
java.util.concurrent.CompletionException: java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 0
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.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 0
at it.unimi.dsi.fastutil.objects.ObjectArrayList.get(ObjectArrayList.java:382) ~[fastutil-8.5.12.jar:?]
at mod.azure.azurelibarmor.common.internal.common.loading.object.GeometryTree.fromModel(GeometryTree.java:35) ~[azurelibarmor-fabric-1.21.1-2.3.4.jar:?]
at mod.azure.azurelibarmor.common.internal.common.cache.AzureLibCache.lambda$loadModels$2(AzureLibCache.java:129) ~[azurelibarmor-fabric-1.21.1-2.3.4.jar:?]
at mod.azure.azurelibarmor.common.internal.common.cache.AzureLibCache.lambda$loadResources$5(AzureLibCache.java:148) ~[azurelibarmor-fabric-1.21.1-2.3.4.jar:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 6 more

commented

Can you link the other mod in question here? Need to check something with it. and it fully goes away if you disable it?

commented

if i remove azure lib armor, it fixes it, yeah, also heres the other mod: https://modrinth.com/mod/rrls/version/5.0.7+mc1.21-fabric

commented

If you disable that mod exactly, does azurelib armor work then? If so, then this isn't likely something I can fix on my end.

commented

I didn't try,I can try that tomorrow

commented

tried with azure lib armor and NO rrls, the result is
image
java.util.concurrent.CompletionException: java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 0
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.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 0
at it.unimi.dsi.fastutil.objects.ObjectArrayList.get(ObjectArrayList.java:382) ~[fastutil-8.5.12.jar:?]
at mod.azure.azurelibarmor.common.internal.common.loading.object.GeometryTree.fromModel(GeometryTree.java:35) ~[azurelibarmor-fabric-1.21.1-2.3.4.jar:?]
at mod.azure.azurelibarmor.common.internal.common.cache.AzureLibCache.lambda$loadModels$2(AzureLibCache.java:129) ~[azurelibarmor-fabric-1.21.1-2.3.4.jar:?]
at mod.azure.azurelibarmor.common.internal.common.cache.AzureLibCache.lambda$loadResources$5(AzureLibCache.java:148) ~[azurelibarmor-fabric-1.21.1-2.3.4.jar:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 6 more

commented

You will need to test in this case then, what geckolib mod you have that has broken animations. I suggest disabling them all and enabling them slowly.

commented

im using latest gecko lib version

commented

Please reread my previous message. I said nothing regarding version

commented

Had the same problem, enabling CreeperOverhaul causes the infinite loading