Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash #17

Open
fineless71 opened this issue Mar 14, 2024 · 1 comment
Open

Crash #17

fineless71 opened this issue Mar 14, 2024 · 1 comment

Comments

@fineless71
Copy link

I randomly got this crash, I don't know what I did:

java.lang.IndexOutOfBoundsException: Index: 43, Size: 39
	at java.util.ArrayList.rangeCheck(ArrayList.java:659)
	at java.util.ArrayList.get(ArrayList.java:435)
	at net.minecraft.class_71.method_2078(class_71.java:124)
	at net.minecraft.class_504.method_1708(class_504.java:106)
	at net.minecraft.class_293.handler$zep000$mojangfix$onKeyPressed(class_293.java:609)
	at net.minecraft.class_293.method_117(class_293.java:184)
	at net.minecraft.class_32.method_132(class_32.java:134)
	at net.minecraft.class_32.method_130(class_32.java:112)
	at net.minecraft.client.Minecraft.method_2137(Minecraft.java:1299)
	at net.minecraft.client.Minecraft.run(Minecraft.java:754)
	at java.lang.Thread.run(Thread.java:750)

(I see mojang fix in the stack trace so I reported here, although I have other mods. LMK if this mod isn't the cause)

@telvarost
Copy link

telvarost commented Apr 4, 2024

I randomly got this crash, I don't know what I did:

java.lang.IndexOutOfBoundsException: Index: 43, Size: 39
	at java.util.ArrayList.rangeCheck(ArrayList.java:659)
	at java.util.ArrayList.get(ArrayList.java:435)
	at net.minecraft.class_71.method_2078(class_71.java:124)
	at net.minecraft.class_504.method_1708(class_504.java:106)
	at net.minecraft.class_293.handler$zep000$mojangfix$onKeyPressed(class_293.java:609)
	at net.minecraft.class_293.method_117(class_293.java:184)
	at net.minecraft.class_32.method_132(class_32.java:134)
	at net.minecraft.class_32.method_130(class_32.java:112)
	at net.minecraft.client.Minecraft.method_2137(Minecraft.java:1299)
	at net.minecraft.client.Minecraft.run(Minecraft.java:754)
	at java.lang.Thread.run(Thread.java:750)

(I see mojang fix in the stack trace so I reported here, although I have other mods. LMK if this mod isn't the cause)

It is caused by index out of bounds exception when trying to swap an item from a furnace to your hotbar.
There is now a PR pending to fix the issue 👍
#20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants