Canvas Renderer

Canvas Renderer

202k Downloads

Crash on loading in the world

JoJazzy opened this issue ยท 2 comments

commented

Whenever I go into any world my game crashes, the worldgen goes through and all, I even managed to log in for a sec but then promptly crashed with the client returning:

java.lang.NoSuchMethodError: net.fabricmc.fabric.impl.client.rendering.WorldRenderContextImpl.prepareBlockOutline(Lnet/minecraft/class_4588;Lnet/minecraft/class_1297;DDDLnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V

The only mods I'm using are Jumploader, the Fabric API and Canvas

Here's the full crash report and log, I hope these can be of any help:
crash-2021-05-23_22.01.18-client.txt
latest.log

commented

Duplicate of #234

Solution: use latest github release: https://github.com/grondag/canvas/releases/tag/mc116-one-1.0.1511-unstable
(Will be published in CurseForge soon)

commented

Thanks a lot!