
mod crash?
ADJJY opened this issue ยท 1 comments
From the crash log, the issue stems from a conflict between the WebDisplays mod (built-in web browser) and the Oculus mod (shader optimization mod). Below is a detailed analysis and solution:
Crash Cause Analysis
Key Information from the Crash Log:
java.lang.NullPointerException: Cannot invoke "net.minecraft.client.Camera.m_90583_()" because "net.minecraft.client.Minecraft.m_91290_().f_114358_" is null:
This is a null pointer exception, indicating that an object within the Minecraft instance is null when calling a method in the Camera class.
The crash occurred in the ClientProxy.onLevelTick method of the WebDisplays mod.