awesomeshark001 / ICBM-No-class-def-found-error

ICBM doesn't work it crashes HELP
0 stars 0 forks source link

I can't get ICBM to work #1

Open awesomeshark001 opened 10 years ago

awesomeshark001 commented 10 years ago

When I put ICBM on Minecraft i get this crash everytime:

---- Minecraft Crash Report ---- // Hi. I'm Minecraft, and I'm a crashaholic.

Time: 07/06/14 08:06 Description: Initializing game

java.lang.NoClassDefFoundError: calclavia/lib/config/ConfigAnnotationEvent at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Unknown Source) at java.lang.Class.getDeclaredMethods(Unknown Source) at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:328) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:517) at sun.reflect.GeneratedMethodAccessor2.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:201) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181) 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:112) at cpw.mods.fml.common.Loader.loadMods(Loader.java:511) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808) 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.ClassNotFoundException: calclavia.lib.config.ConfigAnnotationEvent at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 36 more Caused by: java.lang.NullPointerException at org.objectweb.asm.ClassReader.(Unknown Source) at universalelectricity.core.asm.ASMHelper.createClassNode(ASMHelper.java:118) at universalelectricity.core.asm.ASMHelper.createClassNode(ASMHelper.java:112) at calclavia.lib.configurable.ConfigTransformer.transform(ConfigTransformer.java:27) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172) ... 38 more

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

-- Head -- Stacktrace: at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Unknown Source) at java.lang.Class.getDeclaredMethods(Unknown Source) at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:328) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:517) at sun.reflect.GeneratedMethodAccessor2.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:201) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181) 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:112) at cpw.mods.fml.common.Loader.loadMods(Loader.java:511) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)

-- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808) 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)

-- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Windows 8.1 (amd64) version 6.3 Java Version: 1.8.0_05, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 145970360 bytes (139 MB) / 245891072 bytes (234 MB) up to 954728448 bytes (910 MB) JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G 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.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_U_D1 80 mods loaded, 80 mods active mcp{8.09} Minecraft Coder Pack Unloaded->Constructed FML{6.4.49.965} Forge Mod Loader Unloaded->Constructed Forge{9.11.1.965} Minecraft Forge Unloaded->Constructed CodeChickenCore{0.9.0.9} CodeChicken Core Unloaded->Constructed Micdoodlecore{} Micdoodle8 Core Unloaded->Constructed NotEnoughItems{1.6.1.9} [Not Enough Items](NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed TConstruct-Preloader{0.0.1} Tinkers Corestruct Unloaded->Constructed DamageIndicatorsMod{2.9.2.3} [Damage Indicators](1.6.4 DamageIndicatorsv2.9.2.3.zip) Unloaded->Constructed ChickenShed{1.1.2} [Chicken Shed]([1.5+] ChickenShed %28v1.1.2%29.zip) Unloaded->Constructed bspkrsCore{v5.0(1.6.4)} bspkrsCore Unloaded->Constructed mod_bspkrsCore{v5.0(1.6.4)} bspkrsCore Unloaded->Constructed mod_ReiMinimap{v3.4_01 [1.6.2]} mod_ReiMinimap Unloaded->Constructed TreeCapitator{Forge 1.6.4.r06} Treecapitator Unloaded->Constructed ArchimedesShipsMod{1.6.4 v1.4.5} Archimedes' Ships Unloaded->Constructed Artifice{1.6.4R1.1.3} Artifice Unloaded->Constructed ArtificeCompat|EE3{1.6.4R1.1.3} Artifice Compat: EE3 Unloaded->Constructed ArtificeCompat|Forestry{1.6.4R1.1.3} Artifice Compat: Forestry Unloaded->Constructed ArtificeCompat|Vanilla{1.6.4R1.1.3} Artifice Compat: Vanilla Unloaded->Constructed ArtificeCompat|MFR{1.6.4R1.1.3} Artifice Compat: MFR Unloaded->Constructed BuildCraft|Core{4.2.2} BuildCraft Unloaded->Constructed ArtificeCompat|Buildcraft{1.6.4R1.1.3} Artifice Compat: Buildcraft Unloaded->Constructed ArtificeCompat|ForgeMicroblock{1.6.4R1.1.3} Artifice Compat: ForgeMicroblock Unloaded->Constructed ArtificeCompat|Thaumcraft{1.6.4R1.1.3} Artifice Compat: Thaumcraft Unloaded->Constructed BuildCraft|Builders{4.2.2} BC Builders Unloaded->Constructed BuildCraft|Energy{4.2.2} BC Energy Unloaded->Constructed BuildCraft|Factory{4.2.2} BC Factory Unloaded->Constructed BuildCraft|Transport{4.2.2} BC Transport Unloaded->Constructed BuildCraft|Silicon{4.2.2} BC Silicon Unloaded->Constructed BCTools{1.4-a-17} Buildcraft Tools Unloaded->Constructed BiblioCraft{1.5.5} BiblioCraft Unloaded->Constructed BiomesOPlenty{1.1.2} Biomes O' Plenty Unloaded->Constructed CakeIsALie{1.6.2} CakeIsALie Mod Unloaded->Constructed UniversalElectricity{3.1.0} Universal Electricity Unloaded->Constructed CalclaviaCore{1.1.1} [Calclavia](Calclavia Core-1.1.1.264-main.jar) Unloaded->Constructed CoFHCore{2.0.0.2} CoFH Core Unloaded->Constructed CoFHLoot{2.0.0.2} CoFH Loot Unloaded->Constructed CoFHMasquerade{2.0.0.2} CoFH Masquerade Unloaded->Constructed CoFHSocial{2.0.0.2} CoFH Social Unloaded->Constructed CoFHWorld{2.0.0.2} CoFH World Unloaded->Constructed ComputerCraft{1.63} ComputerCraft Unloaded->Constructed CowboyHat{1.0} [Cowboy Hat](Cowboy Hat Mod 1.0.zip) Unloaded->Constructed customrecipes{4.52} Custom Recipes Unloaded->Constructed deltacore{1.1b} DeltaCore Unloaded->Constructed ImmibisCore{57.2.0} Immibis Core Unloaded->Constructed DimensionalAnchors{57.1.96} Dimensional Anchors Unloaded->Constructed DynamicLights{1.2.8} Dynamic Lights Unloaded->Constructed DynamicLights_onFire{1.0.3} Dynamic Lights on burning Unloaded->Constructed DynamicLights_creepers{1.0.3} Dynamic Lights on Creepers Unloaded->Constructed DynamicLights_dropItems{1.0.5} Dynamic Lights on ItemEntities Unloaded->Constructed DynamicLights_entityClasses{1.0.0} Dynamic Lights on specified Entities Unloaded->Constructed DynamicLights_mobEquipment{1.0.3} Dynamic Lights on Mob Equipment Unloaded->Constructed DynamicLights_flameArrows{1.0.0} Dynamic Lights on Flame enchanted Arrows Unloaded->Constructed DynamicLights_otherPlayers{1.0.5} Dynamic Lights Other Player Light Unloaded->Constructed DynamicLights_thePlayer{1.0.9} Dynamic Lights Player Light Unloaded->Constructed NBTEdit{1.6.4.0} In-game NBTEdit Unloaded->Constructed ICBM{1.4.2} ICBM Unloaded ICBM|Sentry{1.4.2} ICBM Sentry Unloaded ICBM|Explosion{1.4.2} ICBM Explosion Unloaded GalacticraftCore{2.0.12} [Galacticraft Core](Galacticraft-1.6.4-2.0.12.1010 %281%29.jar) Unloaded Hats{2.1.1} Hats Unloaded HatStand{2.1.0} HatStand Unloaded ResonantEngine{@MAJOR@.@MINOR@.@REVIS@} ResonantEngine Unloaded ForgeMultipart{1.0.0.250} Forge Multipart Unloaded ResonantInduction|Core{0.3.1} [Resonant Induction](Resonant-Induction-0.3.1.362-Resonant-Induction Core.jar) Unloaded ResonantInduction|Archaic{0.3.1} Resonant Induction Archaic Unloaded ResonantInduction|Mechanical{0.3.1} Resonant Induction Mechanical Unloaded ResonantInduction|Electrical{0.3.1} Resonant Induction Electrical Unloaded Mekanism{6.0.3} Mekanism Unloaded MekanismGenerators{6.0.3} MekanismGenerators Unloaded MekanismTools{6.0.3} MekanismTools Unloaded Mystcraft{0.10.12.01} Mystcraft Unloaded ResonantInduction|Atomic{0.3.1} Resonant Induction Atomic Unloaded SS2{2 (build 2)} Soul Shards 2 Unloaded ThermalExpansion{3.0.0.2} Thermal Expansion Unloaded TConstruct{1.6.X_1.5.5.2} Tinkers' Construct Unloaded Tubestuff{57.1.3} Tubestuff Unloaded tuxweapons{1.1d} TuxWeapons Unloaded YALSM{2.0.3} Yet Another Leather Smelting Mod Unloaded McMultipart{1.0.0.250} Minecraft Multipart Plugin Unloaded ForgeMicroblock{1.0.0.250} Forge Microblocks Unloaded Launched Version: 1.6.4-Forge9.11.1.965 LWJGL: 2.9.0 OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 10.18.10.3345, Intel Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Pack: Sphax PureBDcraft 32x MC16.zip Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: ERROR NullPointerException: null