Vivecraft

Vivecraft

5M Downloads

Crash between 1.21-1.1.12-b1-fabric & 1.21-1.1.11-b5-fabric, Obscure Error Message

Bowswa opened this issue ยท 4 comments

commented

Hello!

I've been working on an update for my modpack, Linked Here.

The modpack runs will with all currently installed mods in the latest version, but updated to 1.1.12 b1 will precede to crash.

I'm too busy working on the update to add some more content & update packs n stuff. I will do some troubleshooting, eliminate conflict possibilities, but i'm making the issue now.

Error Code:

java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 12
at java.base/java.util.Spliterators.checkFromToBounds(Unknown Source)
at java.base/java.util.Spliterators.spliterator(Unknown Source)
at java.base/java.util.Arrays.spliterator(Unknown Source)
at java.base/java.util.Arrays.stream(Unknown Source)
at net.minecraft.class_276.modify$epm000$vivecraft$noViewportChangeOnClear(class_276.java:1629)
at net.minecraft.class_276.method_1230(class_276.java:276)
at me.zziger.obsoverlay.OverlayRenderer.beginFrame(OverlayRenderer.java:68)
at net.minecraft.class_310.handler$dko000$obs_overlay$onRender(class_310.java:20670)
at net.minecraft.class_310.method_1523(class_310.java)
at net.minecraft.class_310.method_1514(class_310.java:882)
at net.minecraft.client.main.Main.main(Main.java:256)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)```
commented

huh

commented

that is a bug with viveccraft itself it seems, didn't think that would happen
bug is here:

String.join("\n", Arrays.stream(Thread.currentThread().getStackTrace(), 2, 12).map(Object::toString).toArray(String[]::new)));

didn't know that would throw an error for smaller stacktraces than that

commented

maybe I should just log the whole thing

commented

welp looks like i don't have to do any testing lol. thank you very much!