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

Crash when trying to load with Quilt #27

Open
Fusion-Flux opened this issue Oct 5, 2023 · 2 comments
Open

Crash when trying to load with Quilt #27

Fusion-Flux opened this issue Oct 5, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@Fusion-Flux
Copy link

java.lang.BootstrapMethodError: bootstrap method initialization exception
at java.base/java.lang.invoke.BootstrapMethodInvoker.invoke(BootstrapMethodInvoker.java:188)
at java.base/java.lang.invoke.CallSite.makeSite(CallSite.java:315)
at java.base/java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(MethodHandleNatives.java:281)
at java.base/java.lang.invoke.MethodHandleNatives.linkCallSite(MethodHandleNatives.java:271)
at net.minecraft.class_1008.method_4227(class_1008.java:142)
at com.mojang.blaze3d.platform.GLX._init(GLX.java:106)
at com.mojang.blaze3d.systems.RenderSystem.initRenderer(RenderSystem.java:852)
at net.minecraft.class_310.(class_310.java:505)
at net.minecraft.client.main.Main.main(Main.java:211)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.quiltmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:524)
at org.quiltmc.loader.impl.launch.knot.Knot.launch(Knot.java:84)
at org.quiltmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:28)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:71)
Caused by: java.lang.invoke.LambdaConversionException: Type mismatch for lambda argument 0: class org.lwjgl.opengl.GLDebugMessageCallback is not convertible to interface org.lwjgl.system.Pointer
at java.base/java.lang.invoke.AbstractValidatingLambdaMetafactory.validateMetafactoryArgs(AbstractValidatingLambdaMetafactory.java:298)
at java.base/java.lang.invoke.LambdaMetafactory.metafactory(LambdaMetafactory.java:340)
at java.base/java.lang.invoke.BootstrapMethodInvoker.invoke(BootstrapMethodInvoker.java:134)
... 18 more

Works fine when loading through fabric though so i will continue using that for now

@Fusion-Flux Fusion-Flux added the bug Something isn't working label Oct 5, 2023
@Fusion-Flux
Copy link
Author

Aditionally i tested this on two machines
My Windows laptop
My Linux home desktop
same crash

@Fusion-Flux
Copy link
Author

Fusion-Flux commented Oct 5, 2023

Tested on quilt 0.21.0 and then tested on 0.20.2 quiltloader as ennui informed me 0.21.0 is a little sussy

edit: aditionally tested on 0.20.1 to no avail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant