Jump to content

crazyleon

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by crazyleon

  1. Hello to everybody that found their way to my post, So, Minecraft 1.6.4, only 4 mods which worked good in 1.6.2 until now. Here you get my error log: ---- Minecraft Crash Report ---- // I just don't know what went wrong Time: 14/03/14 17:45 Description: There was a severe problem during mod loading that has caused the game to fail cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/event/entity/player/PlayerOpenContainerEvent at cpw.mods.fml.common.LoadController.transition(LoadController.java:149) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806) at net.minecraft.client.main.Main.main(SourceFile:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/event/entity/player/PlayerOpenContainerEvent at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Unknown Source) at java.lang.Class.privateGetPublicMethods(Unknown Source) at java.lang.Class.getMethods(Unknown Source) at net.minecraftforge.event.EventBus.register(EventBus.java:33) at com.slimevoid.littleblocks.proxy.CommonProxy.registerEventHandlers(CommonProxy.java:82) at com.slimevoid.littleblocks.client.proxy.ClientProxy.registerEventHandlers(ClientProxy.java:85) at com.slimevoid.littleblocks.core.LBInit.load(LBInit.java:46) at com.slimevoid.littleblocks.core.LBInit.initialize(LBInit.java:28) at com.slimevoid.littleblocks.core.LittleBlocks.LittleBlocksInit(LittleBlocks.java:54) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696) ... 10 more Caused by: java.lang.ClassNotFoundException: net.minecraftforge.event.entity.player.PlayerOpenContainerEvent at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 47 more Caused by: java.lang.NullPointerException at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171) ... 49 more What means, that there occured an error with the PlayerOpenContainerevent.class located in the folder C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\minecraftforge\minecraftforge\9.11.0.883 This is a .jar that contains all the files for make forge work, BUT...sadly there is one file that is not present there, or anywhere. It's nowhere... Open the zip file and: net/minecraftforge/event/entity/player There should be a file named: PlayerOpenContainerevent.class, which is not there, what makes me a bit angry. Of course I looked in other places for the file but I did not find it. I installed this forge version ( 9.11.0.883 ) via installer and did it again extracting them for look for the file (not present). Can anyone tell me what to do to get this file? Or should i play mod-less? (I hope the first option will happen, because I disgust vanilla minecraft knowing the mods I can use) Thanks forward (and again, to everybody who found this post), Greetings from Crazyleon
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.