
If the browser block is in use when entering the game, it may cause the game to crash
NekoIbuki opened this issue ยท 1 comments
I have the following issue:
The game crashed before the server was connected to the game
java.lang.NullPointerException: Cannot invoke "net.minecraft.client.Camera.m_90583_()" because "net.minecraft.client.Minecraft.m_91290_().f_114358_" is null
Here are some of my thoughts:
The issue may be that the correct Camera method was not called during the porting process, or that the Camera object was not checked for its existence, but the illegal object was used at runtime, causing the game to crash
Thanks to the author for viewing