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

Render-based crash when attempting to play wynncraft #324

Closed
9382 opened this issue Dec 17, 2024 · 4 comments
Closed

Render-based crash when attempting to play wynncraft #324

9382 opened this issue Dec 17, 2024 · 4 comments
Labels
bug Something isn't working mod compatibility

Comments

@9382
Copy link

9382 commented Dec 17, 2024

There seems to be some sort of render-based crash that happens specifically when attempting to connect to Wynncraft. This happened while using the 1.21.1 1.1.14-b2 version of the mod, but this apparently happens on 1.20.4 as well (see this redit thread)

The main error stacktrace:

java.lang.ClassCastException: class net.minecraft.class_8113$class_8122 cannot be cast to class net.minecraft.class_1309 (net.minecraft.class_8113$class_8122 and net.minecraft.class_1309 are in unnamed module of loader 'knot' @4d49af10)
	at knot//net.minecraft.class_757.redirect$bbb000$vivecraft$renderpick(class_757.java:3057)
	at knot//net.minecraft.class_757.method_3188(class_757.java:1042)
	at knot//net.minecraft.class_757.method_3192(class_757.java:850)
	at knot//org.vivecraft.client_vr.render.helpers.VRPassHelper.renderSingleView(VRPassHelper.java:49)
	at knot//org.vivecraft.client_vr.render.helpers.VRPassHelper.renderAndSubmit(VRPassHelper.java:328)
	at knot//net.minecraft.class_310.handler$bcn000$vivecraft$renderVRPassesFabric(class_310.java:7210)
	at knot//net.minecraft.class_310.method_1523(class_310.java:1286)
	at knot//net.minecraft.class_310.method_1514(class_310.java:882)
	at knot//net.minecraft.client.main.Main.main(Main.java:256)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

The entire crash file is given below
crash-2024-12-17_11.28.17-client.txt

@fayer3
Copy link
Member

fayer3 commented Dec 17, 2024

known issue, it's because wynncraft sets the camera entity to a display entity during cutscenes
will be fixed in the next version

@fayer3 fayer3 added bug Something isn't working mod compatibility labels Dec 17, 2024
@9382
Copy link
Author

9382 commented Dec 17, 2024

got it, and thanks for the fast response. Was this previously reported on the github and I'm just blind?

@fayer3
Copy link
Member

fayer3 commented Dec 17, 2024

was reported on the discord

@fayer3
Copy link
Member

fayer3 commented Jan 12, 2025

forgot to close that, was fixed with 1.2.0

@fayer3 fayer3 closed this as completed Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mod compatibility
Projects
None yet
Development

No branches or pull requests

2 participants