Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
- Time: 5/27/14 5:03 PM
- Description: Initializing game
- java.lang.NullPointerException
- at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
- at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
- at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
- at bizzycola.icbmcomponent.ICBMComponent.preInit(ICBMComponent.java:72)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
- at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- 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(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- 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:522)
- 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(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
- at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Stacktrace:
- at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
- at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
- at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
- at bizzycola.icbmcomponent.ICBMComponent.preInit(ICBMComponent.java:72)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
- at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- 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(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- 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:522)
- 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(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- 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: Mac OS X (x86_64) version 10.9.2
- Java Version: 1.7.0_55, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 406585144 bytes (387 MB) / 859832320 bytes (820 MB) up to 1908932608 bytes (1820 MB)
- JVM Flags: 2 total; -Xmx2048m -XX:MaxPermSize=256m
- 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 64 mods loaded, 64 mods active
- mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
- FML{6.4.49.965} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized
- Forge{9.11.1.965} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized
- CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
- Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
- NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized
- TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
- AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
- bspkrsCore{v5.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.3.zip) Unloaded->Constructed->Pre-initialized
- extendedWorkbench{1.1.10.3} [Extended Workbench] ([1.6.4]ExtendedWorkbench v1.1.10.3.jar) Unloaded->Constructed->Pre-initialized
- mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized
- StartingInventory{Forge 1.6.4.r03} [StartingInventory] ([1.6.4]StartingInventory.Forge.1.6.4.r03.Universal.zip) Unloaded->Constructed->Pre-initialized
- TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed->Pre-initialized
- CoFHCore{2.0.0.5} [CoFH Core] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
- BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
- UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.101-core.jar) Unloaded->Constructed->Pre-initialized
- ForgeMultipart{1.0.0.250} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
- ThermalExpansion{3.0.0.7} [Thermal Expansion] (ThermalExpansion-3.0.0.7.jar) Unloaded->Constructed->Pre-initialized
- IC2{2.0.397-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.397-experimental.jar) Unloaded->Constructed->Pre-initialized
- AdvancedMachines{1.0.6} [IC2 Advanced Machines Addon] (AdvancedMachines_exp_1.6.4.zip) Unloaded->Constructed->Pre-initialized
- AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed->Pre-initialized
- OpenComputers|Core{1.0.0} [OpenComputers (Core)] (OpenComputers-MC1.6.4-1.2.12.376-universal.jar) Unloaded->Constructed->Pre-initialized
- ResonantEngine{@MAJOR@.@MINOR@.@REVIS@} [ResonantEngine] (Resonant-Engine-Development-1.2.0.223-universal.jar) Unloaded->Constructed->Pre-initialized
- AtomicScience{1.2.0} [Atomic Science] (Atomic Science-1.2.0.120-universal.jar) Unloaded->Constructed->Pre-initialized
- BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
- BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
- BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
- BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
- BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
- CoFHLoot{2.0.0.5} [CoFH Loot] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
- CoFHMasquerade{2.0.0.5} [CoFH Masquerade] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
- CoFHSocial{2.0.0.5} [CoFH Social] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
- CoFHWorld{2.0.0.5} [CoFH World] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
- ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
- CoroAI{v1.0} [CoroAI] (CoroUtil for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
- CrossbowMod2{a0.1.6} [Crossbow Mod 2] (Crossbow-Mod-2-1.6.4-a0.1.6.33.jar) Unloaded->Constructed->Pre-initialized
- ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
- FlansMod{4.1.1} [Flans Mod] (FlansMod-4.1.1.jar) Unloaded->Constructed->Pre-initialized
- ICBM{1.4.2} [ICBM] (ICBM-Development-1.4.2.220.jar) Unloaded->Constructed->Pre-initialized
- ICBM|Sentry{1.4.2} [ICBM Sentry] (ICBM-Development-1.4.2.220.jar) Unloaded->Constructed->Pre-initialized
- ICBM|Explosion{1.4.2} [ICBM Explosion] (ICBM-Development-1.4.2.220.jar) Unloaded->Constructed->Pre-initialized
- GalacticraftCore{2.0.12} [Galacticraft Core] (Galacticraft-1.6.4-2.0.12.1010.jar) Unloaded->Constructed->Pre-initialized
- GalacticraftMars{2.0.12} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.12.1010.jar) Unloaded->Constructed->Pre-initialized
- OpenComputers{1.2.12.376} [OpenComputers] (OpenComputers-MC1.6.4-1.2.12.376-universal.jar) Unloaded->Constructed->Pre-initialized
- Bizzycola_ICBMComponent{1.0.20} [OC ICBM Component] (ICBMComponent-1.0.20.jar) Unloaded->Constructed->Errored
- inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
- Mekanism{6.0.4} [Mekanism] (Mekanism-6.0.4.43.jar) Unloaded->Constructed->Pre-initialized
- MekanismGenerators{6.0.4} [MekanismGenerators] (MekanismGenerators-6.0.4.43.jar) Unloaded->Constructed->Pre-initialized
- MekanismTools{6.0.4} [MekanismTools] (MekanismTools-6.0.4.43.jar) Unloaded->Constructed->Pre-initialized
- MFFS{3.6.2} [Modular Force Field System] (Modular-Force-Field-System-3.6.2.70-core.jar) Unloaded->Constructed->Pre-initialized
- numina{0.1.2-55} [Numina] (Numina-1.6.2-0.1.2-55.jar) Unloaded->Constructed->Pre-initialized
- powersuits{0.10.0-91} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.4-0.10.0-91.jar) Unloaded->Constructed->Pre-initialized
- powersuitaddons{@VERSION@} [Modular Powersuits Addon] (powersuitaddons-1.6.4-887.jar) Unloaded->Constructed->Pre-initialized
- bau5_ProjectBench{1.8.0} [Project Bench] (ProjectBench-1.6.2-v1.8.0.jar) Unloaded->Constructed->Pre-initialized
- Railcraft{8.4.0.0} [Railcraft] (Railcraft_1.6.4-8.4.0.0.jar) Unloaded->Constructed->Pre-initialized
- Waila{1.5.2} [Waila] (Waila_1.5.2.zip) Unloaded->Constructed->Pre-initialized
- TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized
- TC{4.1.4_024} [Traincraft] (traincraft-4.1.4_024.jar) Unloaded->Constructed->Pre-initialized
- AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized
- weaponmod{1.6.2 v1.13.6} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized
- AIBlock{v1.0} [AIBlock] (Weather v1.591 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
- WeatherMod{1.591} [Weather and Tornadoes] (Weather v1.591 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
- McMultipart{1.0.0.250} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
- ForgeMicroblock{1.0.0.250} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
- TConstruct Environment: Sane and ready for action. Bugs may be reported.
- Launched Version: 1.6.4-Forge9.11.1.965
- LWJGL: 2.9.0
- OpenGL: AMD Radeon HD 6750M OpenGL Engine GL version 2.1 ATI-1.20.11, ATI Technologies Inc.
- Is Modded: Definitely; Client brand changed to 'fml,forge'
- Type: Client (map_client.txt)
- Resource Pack: Sphax x128 Counter Warfare
- Current Language: English (US)
- Profiler Position: N/A (disabled)
- Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement