Posted May 17, 20232 yr [16:34:28] [main/WARN]: Error loading class: net/minecraft/client/renderer/LevelRenderer (java.lang.RuntimeException: Cannot find class net/minecraft/network/chat/TextComponent) [16:34:28] [main/WARN]: @Mixin target net.minecraft.client.renderer.LevelRenderer was not found citadel.mixins.json:client.WorldRendererMixin [16:34:14] [main/WARN]: Error loading class: net/minecraftforge/event/world/WorldEvent (java.lang.ClassNotFoundException: net.minecraftforge.event.world.WorldEvent) [16:34:14] [main/WARN]: @Mixin target net.minecraftforge.event.world.WorldEvent was not found architectury.mixins.json:MixinWorldEvent [16:34:51] [main/WARN]: Error loading class: net/minecraftforge/event/world/ChunkDataEvent$Load (java.lang.ClassNotFoundException: net.minecraftforge.event.world.ChunkDataEvent$Load) Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:32) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.reflect.InvocationTargetException 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 MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ... 7 more Caused by: java.lang.NoClassDefFoundError: net/minecraft/network/chat/TranslatableComponent at TRANSFORMER/[email protected]/net.minecraft.resources.ResourceLocation.<clinit>(ResourceLocation.java:25) at TRANSFORMER/[email protected]/net.minecraft.network.chat.Style.m_237255_(Style.java:34) at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.codecs.RecordCodecBuilder.create(RecordCodecBuilder.java:72) at TRANSFORMER/[email protected]/net.minecraft.network.chat.Style.<clinit>(Style.java:27) at TRANSFORMER/[email protected]/net.minecraft.network.chat.MutableComponent.m_237204_(MutableComponent.java:29) at TRANSFORMER/[email protected]/net.minecraft.network.chat.Component.m_237115_(Component.java:444) at TRANSFORMER/[email protected]/net.minecraft.commands.BrigadierExceptions.<clinit>(BrigadierExceptions.java:24) at TRANSFORMER/[email protected]/net.minecraft.SharedConstants.<clinit>(SharedConstants.java:211) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51) ... 13 more Caused by: java.lang.ClassNotFoundException: net.minecraft.network.chat.TranslatableComponent at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:141) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) ... 22 more
May 17, 20232 yr TranslatableComponent is a minecraft 1.18 class. So you have a mod for the wrong version of minecraft. The small amount of information you posted (post the full logs/debug.log to a file sharing site) does not definitively identity the mod. But this earlier warning: Quote [16:34:14] [main/WARN]: @Mixin target net.minecraftforge.event.world.WorldEvent was not found architectury.mixins.json:MixinWorldEvent suggests you have architectury for 1.18 since WorldEvent is also a 1.18 class that no longer exists in 1.19.4 Edited May 17, 20232 yr by warjort Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.