Forge crash report [#kEawpPo] - mclo.gs
I need help with this error i don´t idea how to solve it
| java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft | |
| 22 | at nukeduck.armorchroma.ArmorChroma.<clinit>(ArmorChroma.java:23) |
| 23 | at java.lang.Class.forName0(Native Method) |
| 24 | at java.lang.Class.forName(Class.java:348) |
| 25 | at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539) |
| 26 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
| 27 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
| 28 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
| 29 | at java.lang.reflect.Method.invoke(Method.java:498) |
| 30 | at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) |
| 31 | at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) |
| 32 | at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) |
| 33 | at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) |
| 34 | at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) |
| 35 | at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) |
| 36 | at com.google.common.eventbus.EventBus.post(EventBus.java:217) |
| 37 | at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) |
| 38 | at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) |
| 39 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
| 40 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
| 41 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
| 42 | at java.lang.reflect.Method.invoke(Method.java:498) |
| 43 | at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) |
| 44 | at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) |
| 45 | at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) |
| 46 | at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) |
| 47 | at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) |
| 48 | at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) |
| 49 | at com.google.common.eventbus.EventBus.post(EventBus.java:217) |
| 50 | at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) |
| 51 | at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) |
| 52 | at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) |
| 53 | at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) |
| 54 | at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) |
| 55 | at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) |
| 56 | at java.lang.Thread.run(Thread.java:750) |
| 57 | Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft |
| 58 | at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) |
| 59 | at java.lang.ClassLoader.loadClass(ClassLoader.java:418) |
| 60 | at java.lang.ClassLoader.loadClass(ClassLoader.java:351) |
| 61 | ... 35 more |
| 62 | Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@5395ea39 from coremod FMLCorePlugin |
| 63 | at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) |
| 64 | at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) |
| 65 | at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) |
| 66 | ... 37 more |
| 67 | Caused by: java.lang.RuntimeException: Attempted to load class bib for invalid side SERVER |
| 68 | at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) |
| 69 | at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) |