-
Notifications
You must be signed in to change notification settings - Fork 25
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
[1.19.2] crashes when interacting with the forge controller #157
Comments
Which version of Alloy Forgery and owo-lib are you using here? |
I am using Alloy Forgery on 2.0.16 and owo-lib on 0.9.3 |
I recommend trying to update to latest Alloy Forgery to 2.0.19 at least, as I assume you are playing 1.19.2 due to these mod versions. |
I did but still crashes. |
I am able to launch fine using these versions of both Alloy Forgery and owo-lib. Could you provide a full crash report? I recommend uploading it to a site like https://mclo.gs |
According to this log you are using the old beta version of Alloy Forgery, which considering its age does not work with latest owo-lib. Again, please update to the latest version for 1.19.2, which is 2.0.19: https://modrinth.com/mod/alloy-forgery/version/2.0.19+1.19 |
I see, ill try it again. Thanks |
Its working now, I guess I did not install the latest version for some reason. Thank you! |
Same thing, using latest version of owo lib, mythic metals, and allow forgery on 1.19.2 |
Then open a new issue. Either way, this is related to Alloy Forgery, not Mythic Metals. This crash is also a duplicate of wisp-forest/alloy-forgery#80 |
I tried the solutions from past issues but that doesn't seem to work, like the charm fixer mod.
This was the error code I was given:
Time: 2023-03-29 20:50:31
Description: Exception in server tick loop
java.lang.NoSuchMethodError: 'void io.wispforest.owo.client.screens.ScreenUtils.generatePlayerSlots(int, int, net.minecraft.class_1661, java.util.function.Consumer)'
at wraith.alloyforgery.AlloyForgeScreenHandler.(AlloyForgeScreenHandler.java:55)
at wraith.alloyforgery.block.ForgeControllerBlockEntity.createMenu(ForgeControllerBlockEntity.java:309)
at net.minecraft.class_3222.method_17355(class_3222.java:1040)
at wraith.alloyforgery.block.ForgeControllerBlock.method_9534(ForgeControllerBlock.java:66)
at net.minecraft.class_4970$class_4971.method_26174(class_4970.java:964)
at net.minecraft.class_3225.method_14262(class_3225.java:338)
at net.minecraft.class_3244.method_12046(class_3244.java:1145)
at net.minecraft.class_2885.method_12547(class_2885.java:34)
at net.minecraft.class_2885.method_11054(class_2885.java:8)
at net.minecraft.class_2600.method_11072(class_2600.java:22)
at net.minecraft.class_3738.run(class_3738.java:18)
at net.minecraft.class_1255.method_18859(class_1255.java:157)
at net.minecraft.class_4093.method_18859(class_4093.java:23)
at net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:776)
at net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:159)
at net.minecraft.class_1255.method_16075(class_1255.java:131)
at net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:758)
at net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:752)
at net.minecraft.class_1255.method_5383(class_1255.java:116)
at net.minecraft.server.MinecraftServer.method_16208(MinecraftServer.java:736)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:669)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
at java.base/java.lang.Thread.run(Thread.java:833)
The text was updated successfully, but these errors were encountered: