-
-
Notifications
You must be signed in to change notification settings - Fork 68
Description
Hello !
I have an issue with my game, as soon as I switch to VR mode, the game crashes ! But th egame works fine when not in VR mode
Here is the crash report :
java.lang.NullPointerException: Cannot invoke "net.minecraft.class_746.method_55693()" because "net.minecraft.class_310.method_1551().field_1724" is null
at knot//net.minecraft.class_757.modifyExpressionValue$bnd000$debugify$scaleNearClipDistance(class_757.java:3668)
at knot//net.minecraft.class_757.method_22973(class_757.java:453)
at knot//net.minecraft.class_757.vivecraft$resetProjectionMatrix(class_757.java:1601)
at knot//net.minecraft.class_757.handler$han000$vivecraft$mainMenu(class_757.java:1293)
at knot//net.minecraft.class_757.method_3192(class_757.java:513)
at knot//org.vivecraft.client_vr.render.helpers.VRPassHelper.renderSingleView(VRPassHelper.java:40)
at knot//org.vivecraft.client_vr.render.helpers.VRPassHelper.renderAndSubmit(VRPassHelper.java:181)
at knot//net.minecraft.class_310.handler$hcm000$vivecraft$renderVRPassesFabric(class_310.java:31649)
at knot//net.minecraft.class_310.method_1523(class_310.java:1396)
at knot//net.minecraft.class_310.method_1514(class_310.java:966)
at knot//net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)