-
Notifications
You must be signed in to change notification settings - Fork 32
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 when launching the game on Quilt 1.19.3 #95
Comments
I know I've seen this Caused by: java.lang.RuntimeException: Attempted to register ID ResourceKey[quilt:tracked_data_handlers / minecraft:unknown_handler/0] at different raw IDs (2, 24)! If you're trying to override an item, use .set(), not .register()!
at net.minecraft.class_2370.handler$bpn000$setPre(class_2370.java:706)
at net.minecraft.class_2370.method_46744(class_2370.java)
at net.minecraft.class_2370.method_10272(class_2370.java:186)
at net.minecraft.class_2378.method_39197(class_2378.java:118)
at net.minecraft.class_2378.method_10230(class_2378.java:114)
at net.minecraft.class_2943.handler$cfi000$quilt$register(class_2943.java:626)
at net.minecraft.class_2943.method_12720(class_2943.java)
at com.terraformersmc.terraform.boat.impl.TerraformBoatTrackedData.register(TerraformBoatTrackedData.java:28)
at com.terraformersmc.terraform.boat.impl.TerraformBoatInitializer.onInitialize(TerraformBoatInitializer.java:36)
at org.quiltmc.loader.impl.game.minecraft.Hooks.lambda$startClient$0(Hooks.java:52)
at org.quiltmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke$0(EntrypointUtils.java:33)
at org.quiltmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:59)
... 16 more |
Should I report this to Quilt devs then? |
You are welcome to try. I've reported a few things and never received a response so I assume they are busy with other stuff. |
Yeah you're right, the author of the mod is really busy doing things |
Posted it to Quilt Forum's Mod Incompatibility Megathread as well. |
Oh there it is. TerraformersMC/Terraform#71 |
Should we close and move on to that issue then? |
Might as well leave this open so people can find it and not make a new one. |
This will be fixed by QuiltMC/quilt-standard-libraries#253 |
Crash report is attached below.
When I launch the game, the game crashes. And it says
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'terraform-wood-api-v1'!
. Most likely related with Terraform API that mod uses.I am using 1.19.3 with Quilt mod loader, Quilt Standard Libraries and Quilt Kotlin Libraries.
crash-2023-01-07_23.37.07-client.txt
If you need full log, I will post it too
The text was updated successfully, but these errors were encountered: