-
Bug
-
Resolution: Awaiting Response
-
None
-
1.14.4
-
None
-
Java 10.0.2 64 Bit
Arch-Linux 64 Bit
Xorg with i3 as window manager
-
Unconfirmed
-
Crash
I don't know whether it is possible to reproduce this.
This happened before the crash:
I wanted to purchase a Realm (for the first time), so I opened the Minecraft Realms Menu and used the link to go to the website; leaving the game open.
After the purchase was finished the menu in-game had been updated and invited me to create a new Realm. After I clicked on the text the game crashed with an IndexOutOfBounds Exception.
After restarting the game the issue didn't happen again.
Stack trace
Description: mouseClicked event handler
java.lang.IndexOutOfBoundsException: Index 1 out-of-bounds for length 1
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
at java.base/java.util.Objects.checkIndex(Objects.java:372)
at java.base/java.util.ArrayList.get(ArrayList.java:440)
at cvi$d.selectItem(SourceFile:1106)
at cvi$d.mouseClicked(SourceFile:1084)
at net.minecraft.realms.RealmsObjectSelectionListProxy.mouseClicked(SourceFile:83)
at dad.mouseClicked(SourceFile:27)
at net.minecraft.realms.RealmsScreenProxy.mouseClicked(SourceFile:226)
at cyd.b(SourceFile:86)
at dcl.wrapScreenError(SourceFile:441)
at cyd.a(SourceFile:86)
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101)
at cuo.k(SourceFile:408)
at cuo.c(SourceFile:279)
at cyc.b(SourceFile:1023)
at cyc.e(SourceFile:976)
at cyc.b(SourceFile:410)
at net.minecraft.client.main.Main.main(SourceFile:155)