Crash with blasters on 1.18
frikinjay opened this issue ยท 9 comments
As the title says. While firing the blaster the client crashes.
Crash report:
Description: Unexpected error
java.lang.NullPointerException: Cannot invoke "net.minecraft.class_634.method_2883(net.minecraft.class_2596)" because the return value of "net.minecraft.class_310.method_1562()" is null
at com.glisco.conjuring.client.ConjuringClient.lambda$onInitializeClient$4(ConjuringClient.java:73)
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$2(ClientTickEvents.java:65)
at net.minecraft.class_310.handler$ehf000$onEndTick(net/fabricmc/fabric/mixin/event/lifecycle/client/MinecraftClientMixin.java [fabric-lifecycle-events-v1.mixins.json]:41)
at net.minecraft.class_310.method_1574(class_310.java:1807)
at net.minecraft.class_310.method_1523(class_310.java:1086)
at net.minecraft.class_310.method_1514(class_310.java:733)
at net.minecraft.client.main.Main.main(Main.java:238)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at com.glisco.conjuring.client.ConjuringClient.lambda$onInitializeClient$4(ConjuringClient.java:73)
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$2(ClientTickEvents.java:65)
at net.minecraft.class_310.handler$ehf000$onEndTick(net/fabricmc/fabric/mixin/event/lifecycle/client/MinecraftClientMixin.java [fabric-lifecycle-events-v1.mixins.json]:41)
-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: Default, Fabric Mods
Stacktrace:
at net.minecraft.class_6360.method_36565(class_6360.java:49)
at net.minecraft.class_310.method_1587(class_310.java:2409)
at net.minecraft.class_310.method_1514(class_310.java:757)
at net.minecraft.client.main.Main.main(Main.java:238)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
This looks like an issue with whatever mod contains com.glisco.conjuring.client.ConjuringClient
. Can you post your full log?
The mod list is here https://www.curseforge.com/minecraft/modpacks/blocks-from-beyond
I don't think the crash report you originally posted was the one that resulted when you crashed from firing a blaster. Can you recreate the issue and post your full latest.log
? Here is where to find it.
https://gist.github.com/frikinjay/db11613c43c7a2e47075a17f3f2d0de9
This time there was no crash. And no, that was the report from the previous crash.
mc2.mp4
Again, i linked the pack for you. You can try it yourself by downloading the pack if you want.
Per the video, this issue does not generate a crash on the client if it is being run on a dedicated or internal server. If it was a dedicated server, the server would create a crash report, but singleplayer worlds silently log the issue and kick you from the world.
After some more research, I've determined this is a bug with Create which we have already reported to them. Until Create fixes the issue, you can resolve the problem by removing Create. While the log you uploaded did not seem to contain any mention of the error shown in the video, it did mention Create, which is known to currently cause this issue.
If that does not help, feel free to open another issue.
We directly reported the crash to Tropheus Jay on Discord (not GitHub), but this is the commit that resulted from the report:
Fabricators-of-Create/Create@6788389
When that commit is integrated into a release, it should be fixed.