Crash on initialization [Fabric]
iRewiewer opened this issue ยท 3 comments
Describe the bug
Game crashes after pressing "Play", doesn't even start
Versions
Minecraft 1.7
Taterzens 1.4.1
Logs
Logs
Caused by: java.lang.NoClassDefFoundError: net/fabricmc/fabric/api/client/rendering/v1/EntityRendererRegistry at org.samo_lego.taterzens.fabric.client_fix.ClientInit.onInitializeClient(ClientInit.java:20) at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:47)Caused by: java.lang.ClassNotFoundException: net.fabricmc.fabric.api.client.rendering.v1.EntityRendererRegistry
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:636)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:182)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519)
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:175)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519)
Full logs file here: https://mclo.gs/OC2nJkn
-- System Details --
Details:
Minecraft Version: 1.17
Minecraft Version ID: 1.17
Will you please update Minecraft to 1.17.1 and then try again?
-- System Details -- Details: Minecraft Version: 1.17 Minecraft Version ID: 1.17
Will you please update Minecraft to 1.17.1 and then try again?
As far as I know, 1.17.x mods are compatible with 1.17 but not vice-versa, so that shouldn't be the issue.
Especially since the previous release of Taterzens (1.4.0 for mc 1.17.1) worked perfectly.