Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashing on startup, not generating crash report (1.20.1 fabric) #78

Open
Rolahr opened this issue Jan 13, 2025 · 0 comments
Open

Crashing on startup, not generating crash report (1.20.1 fabric) #78

Rolahr opened this issue Jan 13, 2025 · 0 comments

Comments

@Rolahr
Copy link

Rolahr commented Jan 13, 2025

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant