Game crashes upon trying to break or place a block #1906
Replies: 2 comments 1 reply
-
That You can try installing the "not enough crashes" mod to see if that tells you which mod is causing the problem. I can tell you that class_1007 is the "PlayerEntityRenderer" so the mod will be doing something with how the player is drawn/animated. |
Beta Was this translation helpful? Give feedback.
-
I did some searching on github and can't find the mod that does the getArmPose mixin.
which is coming from this iris shader mod: I doubt that is the cause of your problem though, since from the stacktrace, it looks like it is just following the normal vanilla logic. Like I said above, the only thing I can suggest is to experiment with removing rendering related mods until you find the mod causing the problem. |
Beta Was this translation helpful? Give feedback.
-
For some reason, upon trying to break or place a block or trying to attack in 3rd or first person crashes the game. Minecraft throws a java.lang.NullPointerException: Cannot invoke "java.util.Optional.isPresent()" because "armPose" is null error which is weird as I never encountered something like this.
Crash Log below:
https://pastebin.com/H59NQhvA
Beta Was this translation helpful? Give feedback.
All reactions