You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The game crashes during startup without creating a crash report, and this is all that appears in the log. Playing on 1.1.6 fabric.
[18:13:40] [Render thread/ERROR]: Unhandled game exception
java.lang.ExceptionInInitializerError: null
at net.venturecraft.gliders.VCGlidersClient.lambda$init$3(VCGlidersClient.java:51) ~[gliders-fabric-1.1.6.jar:?]
at net.threetag.palladiumcore.event.LifecycleEvents.lambda$static$2(LifecycleEvents.java:26) ~[palladiumcore-1.20-2.0.0.0-a9a2ef631a2273c7.jar:?]
at net.threetag.palladiumcore.fabric.PalladiumCoreClientFabric.lambda$onInitializeClient$0(PalladiumCoreClientFabric.java:21) ~[palladiumcore-1.20-2.0.0.0-a9a2ef631a2273c7.jar:?]
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientLifecycleEvents.lambda$static$0(ClientLifecycleEvents.java:35) ~[fabric-lifecycle-events-v1-2.2.2+1802ada577-81341571080f721d.jar:?]
at net.minecraft.class_310.handler$cmn000$fabric-lifecycle-events-v1$onStart(class_310.java:13033) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:781) ~[client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:250) ~[minecraft-1.20.1-client.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.16.10.jar:?]
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:100) ~[NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129) ~[NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70) ~[NewLaunch.jar:?]
Caused by: java.lang.NullPointerException: Cannot invoke "dev.onyxstudios.cca.api.v3.component.ComponentProvider.getComponentContainer()" because "provider" is null
at dev.onyxstudios.cca.api.v3.component.ComponentKey.get(ComponentKey.java:86) ~[cardinal-components-base-5.2.2-9148ba1f751e9e24.jar:?]
at net.minecraft.class_315.handler$big000$defile$forceThirdPersonForDiving(class_315.java:3803) ~[client-intermediary.jar:?]
at net.minecraft.class_315.method_31044(class_315.java) ~[client-intermediary.jar:?]
at net.venturecraft.gliders.util.ClientUtil.<clinit>(ClientUtil.java:29) ~[gliders-fabric-1.1.6.jar:?]
... 13 more
The text was updated successfully, but these errors were encountered:
The game crashes during startup without creating a crash report, and this is all that appears in the log. Playing on 1.1.6 fabric.
The text was updated successfully, but these errors were encountered: