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 in 1.17 #5

Closed
MarioAndWeegee3 opened this issue Jun 10, 2021 · 2 comments
Closed

Crash in 1.17 #5

MarioAndWeegee3 opened this issue Jun 10, 2021 · 2 comments

Comments

@MarioAndWeegee3
Copy link

java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:228)
	at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146)
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
Caused by: java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
	... 2 more
Caused by: java.lang.ExceptionInInitializerError
	at net.minecraft.class_2378.method_10234(class_2378.java:176)
	at net.minecraft.class_2378.method_34031(class_2378.java:275)
	at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:723)
	at net.minecraft.class_2378.<clinit>(class_2378.java:274)
	at net.minecraft.class_2966.method_12851(class_2966.java:44)
	at net.minecraft.client.main.Main.main(Main.java:139)
	... 7 more
Caused by: java.lang.RuntimeException: Attempted to register ID ResourceKey[minecraft:item / minecraft:ladder] at different raw IDs (249, 186)! If you're trying to override an item, use .set(), not .register()!
	at net.minecraft.class_2370.handler$bbd000$setPre(class_2370.java:650)
	at net.minecraft.class_2370.method_31051(class_2370.java)
	at net.minecraft.class_2370.method_10273(class_2370.java:72)
	at net.minecraft.class_2348.method_10273(class_2348.java:28)
	at net.minecraft.class_2378.method_10231(class_2378.java:434)
	at net.minecraft.class_1802.<clinit>(class_1802.java:1156)
	... 13 more
@SFort
Copy link
Owner

SFort commented Jun 10, 2021

ye that feature was released a bit too soon i really need to learn to use the beta tag
(at least there's a config to disable it i guess)
should be fixed soon, thanks for the report

@SFort SFort closed this as completed in a6b156b Jun 10, 2021
@SFort
Copy link
Owner

SFort commented Jun 10, 2021

i was actually unable to reproduce the issue. so while i can't be certain. i am fairly confidnt this will fix it if it doesn't please re-open

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