OpenMods / OpenPeripheral

https://openmods.info
MIT License
67 stars 25 forks source link

Crash :P please help #189

Closed deathbysh33p closed 9 years ago

deathbysh33p commented 9 years ago

Okay here is the entire crash thingy idk whats wrong. ---- Minecraft Crash Report ---- // Ooh. Shiny.

Time: 7/23/14 1:04 AM 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/client/ClientCommandHandler at cpw.mods.fml.common.LoadController.transition(LoadController.java:149) at cpw.mods.fml.common.Loader.loadMods(Loader.java:521) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471) 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/client/ClientCommandHandler at openmods.proxy.OpenClientProxy.preInit(OpenClientProxy.java:99) at openmods.OpenMods.preInit(OpenMods.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.GeneratedMethodAccessor1.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.loadMods(Loader.java:520) ... 10 more Caused by: java.lang.ClassNotFoundException: net.minecraftforge.client.ClientCommandHandler at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 38 more Caused by: java.lang.NullPointerException at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171) ... 40 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Windows 7 (x86) version 6.1 Java Version: 1.7.0_65, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation Memory: 67416608 bytes (64 MB) / 136675328 bytes (130 MB) up to 518979584 bytes (494 MB) JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v8.11 FML v6.4.3.883 Minecraft Forge 9.11.0.883 14 mods loaded, 14 mods active mcp{8.09} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized FML{6.4.3.883} Forge Mod Loader Unloaded->Constructed->Pre-initialized Forge{9.11.0.883} Minecraft Forge Unloaded->Constructed->Pre-initialized CodeChickenCore{0.9.0.9} CodeChicken Core Unloaded->Constructed->Pre-initialized OpenEye{0.6} OpenEye Unloaded->Constructed->Pre-initialized OpenModsCore{@VERSION@} OpenModsCore Unloaded->Constructed->Pre-initialized ChickenChunks{1.3.3.4} ChickenChunks Unloaded->Constructed->Pre-initialized ComputerCraft{1.63} ComputerCraft Unloaded->Constructed->Pre-initialized ImmibisCore{57.2.0} Immibis Core Unloaded->Constructed->Pre-initialized ImmibisPeripherals{57.1.0} Immibis's Peripherals Unloaded->Constructed->Pre-initialized moarperipherals{0.2} MoarPeripherals Unloaded->Constructed->Pre-initialized OpenMods{0.5.1} OpenMods Unloaded->Constructed->Errored OpenPeripheralCore{0.4.1} OpenPeripheralCore Unloaded->Constructed->Errored OpenPeripheral{0.1.5} OpenPeripheralAddons Unloaded->Constructed->Errored

boq commented 9 years ago

Update Forge. Also: duplicate.