Chicken-Bones / ForgeMultipart

An API for dynamically handling different functional parts in the one block space.
Other
119 stars 56 forks source link

Minecraft startup crash with builds 244 & 245 #162

Closed walkerjonny closed 10 years ago

walkerjonny commented 10 years ago

I have this Minecraft startup crash with build 244 & 245: [spoiler] ---- Minecraft Crash Report ---- // Oh - I know what I did wrong!

Time: 21.02.14 00:06 Description: Initializing game

java.lang.RuntimeException: Unable to add multipart trait: [codechicken/multipart/scalatraits/TIInventoryTile.getSizeInventory()I] found in scala signature but not in class file. Most likely an obfuscation issue. at codechicken.multipart.asm.ASMMixinCompiler$$anonfun$registerScalaTrait$2.apply(ASMMixinCompiler.scala:609) at codechicken.multipart.asm.ASMMixinCompiler$$anonfun$registerScalaTrait$2.apply(ASMMixinCompiler.scala:583) at scala.collection.immutable.Range.foreach(Range.scala:141) at codechicken.multipart.asm.ASMMixinCompiler$.registerScalaTrait(ASMMixinCompiler.scala:583) at codechicken.multipart.asm.ASMMixinFactory$.registerTrait(ASMMixinFactory.scala:171) at codechicken.multipart.MultipartGenerator$.registerTrait(MultipartGenerator.scala:166) at codechicken.multipart.MultipartGenerator$.registerTrait(MultipartGenerator.scala:150) at codechicken.multipart.handler.MultipartProxy_serverImpl.preInit(proxies.scala:35) at codechicken.multipart.handler.MultipartMod$.preInit(MultipartMod.scala:21) at codechicken.multipart.handler.MultipartMod.preInit(MultipartMod.scala) 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:545) 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: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: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(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)

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

-- Head -- Stacktrace: at codechicken.multipart.asm.ASMMixinCompiler$$anonfun$registerScalaTrait$2.apply(ASMMixinCompiler.scala:609) at codechicken.multipart.asm.ASMMixinCompiler$$anonfun$registerScalaTrait$2.apply(ASMMixinCompiler.scala:583) at scala.collection.immutable.Range.foreach(Range.scala:141) at codechicken.multipart.asm.ASMMixinCompiler$.registerScalaTrait(ASMMixinCompiler.scala:583) at codechicken.multipart.asm.ASMMixinFactory$.registerTrait(ASMMixinFactory.scala:171) at codechicken.multipart.MultipartGenerator$.registerTrait(MultipartGenerator.scala:166) at codechicken.multipart.MultipartGenerator$.registerTrait(MultipartGenerator.scala:150) at codechicken.multipart.handler.MultipartProxy_serverImpl.preInit(proxies.scala:35) at codechicken.multipart.handler.MultipartMod$.preInit(MultipartMod.scala:21) at codechicken.multipart.handler.MultipartMod.preInit(MultipartMod.scala) 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:545) 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: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: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(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 7 (amd64) version 6.1 Java Version: 1.7.0_45, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 2483217512 bytes (2368 MB) / 4175429632 bytes (3982 MB) up to 6203899904 bytes (5916 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms3072m -Xmx6656m -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 Optifine OptiFine_1.6.4_HD_U_C8 264 mods loaded, 263 mods active mcp{8.09} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized FML{6.4.49.965} Forge Mod Loader Unloaded->Constructed->Pre-initialized Forge{9.11.1.965} Minecraft Forge Unloaded->Constructed->Pre-initialized AppliedEnergistics-Core{rv14.finale3} AppliedEnergistics Core Unloaded->Constructed->Pre-initialized Aroma1997Core{1.0.1.4} Aroma1997Core Unloaded->Constructed->Pre-initialized BetterSprinting{v11} Better Sprinting (core) Unloaded->Constructed->Pre-initialized CodeChickenCore{0.9.0.7} CodeChicken Core Unloaded->Constructed->Pre-initialized denLib{3.2.4} denLib Unloaded->Constructed->Pre-initialized extendedEnchant{1.0.0} Extended Enchanting Unloaded->Constructed->Pre-initialized ImmibisMicroblocks{57.6.3} Immibis's Microblocks Unloaded->Constructed->Pre-initialized LomLibCore{1.1.0} LomLib:Core Unloaded->Constructed->Pre-initialized NotEnoughItems{1.6.1.8} [Not Enough Items](NotEnoughItems 1.6.1.8.jar) Unloaded->Constructed->Pre-initialized OpenModsCore{0.1} OpenModsCore Unloaded->Constructed->Pre-initialized PlayerAPI{1.0} Player API Unloaded->Constructed->Pre-initialized PowerCrystalsCore{1.1.8} PowerCrystals Core Unloaded->Constructed->Pre-initialized RenderPlayerAPI{1.1} Render Player API Unloaded->Constructed->Pre-initialized SomniaCore{1.0.3} SomniaCore Unloaded->Constructed->Pre-initialized TConstruct-Preloader{0.0.1} Tinkers Corestruct Unloaded->Constructed->Pre-initialized grim3212core{V0.1 - 1.6.2} [Grim3212 Core](Grim3212Core V0.1 - 1.6.2.zip) Unloaded->Constructed->Pre-initialized mod_cjb_main{6.5.1} mod_cjb_main Unloaded->Constructed->Pre-initialized mod_cjb_items{6.5.1} mod_cjb_items Unloaded->Constructed->Pre-initialized mod_cjb_mobfilter{6.5.1} mod_cjb_mobfilter Unloaded->Constructed->Pre-initialized DenEvents{1.0} DenEvents Unloaded->Constructed->Pre-initialized battlegear2{1.0.4.7} Mine & Blade Battlegear 2 - Bullseye Unloaded->Constructed->Pre-initialized craftablespawners{2.0} [Craftable Spawners]([1.6.4] Craftable-Spawners-2.0.3-1.jar) Unloaded->Constructed->Pre-initialized BuildCraft|Core{4.2.2} BuildCraft Unloaded->Constructed->Pre-initialized BetterFurnaces{3.4} Better Furnaces Unloaded->Constructed->Pre-initialized bspkrsCore{v5.2(1.6.4)} bspkrsCore Unloaded->Constructed->Pre-initialized extendedWorkbench{1.1.10.3} [Extended Workbench]([1.6.4]ExtendedWorkbench v1.1.10.3.jar) Unloaded->Constructed->Pre-initialized IronPP{3.4.0} Iron Pressure Plate mod Unloaded->Constructed->Pre-initialized mod_ReiMinimap{v3.4_01 [1.6.2]} mod_ReiMinimap Unloaded->Constructed->Pre-initialized TreeCapitator{Forge 1.6.4.r09} Treecapitator Unloaded->Constructed->Pre-initialized bfcompat{1.0} BF Compatibility Unloaded->Constructed->Pre-initialized AencEx{0.0.1} [AencEx]([1.6.x]Alpha MoreEnchantments V 8.2.zip) Unloaded->Constructed->Pre-initialized MoreEnchantments{0.1.3} [More Player Enchantments]([1.6.x]Alpha MoreEnchantments V 8.2.zip) Unloaded->Constructed->Pre-initialized cfm{3.2.7} §4MrCrayfish's Furniture Mod Unloaded->Constructed->Pre-initialized ccm{1.0} [MrCrayfish's Construction Mod]([Forge]MrCrayfishConstructionModv1.0 %281.6.4%29.zip) Unloaded->Constructed->Pre-initialized BuildCraft|Factory{4.2.2} BC Factory Unloaded->Constructed->Pre-initialized BuildCraft|Transport{4.2.2} BC Transport Unloaded->Constructed->Pre-initialized BuildCraft|Silicon{4.2.2} BC Silicon Unloaded->Constructed->Pre-initialized APUnofficial{2.6.0} Additional Pipes Unloaded->Constructed->Pre-initialized CoFHCore{2.0.0.2} CoFH Core Unloaded->Constructed->Pre-initialized NetherOres{1.6.2R2.2.1} Nether Ores Unloaded->Constructed->Pre-initialized Tubes{1.1.3} Tubes Unloaded->Constructed->Pre-initialized ForgeMultipart{1.0.0.245} Forge Multipart Unloaded->Constructed->Errored ThermalExpansion{3.0.0.2} Thermal Expansion Unloaded->Constructed->Errored IC2{2.0.397-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized ImmibisCore{57.1.94} Immibis Core Unloaded->Constructed->Pre-initialized AdvancedRepulsionSystems{57.1.1} Advanced Repulsion Systems Unloaded->Constructed->Pre-initialized AdvancedMachines{57.3.2} Advanced Machines Unloaded->Constructed->Pre-initialized advancedgenetics{v1.4} Advanced Genetics Unloaded->Constructed->Pre-initialized advancedtools{a1.03} Advanced Tools Unloaded->Constructed->Pre-initialized BuildCraft|Builders{4.2.2} BC Builders Unloaded->Constructed->Pre-initialized BuildCraft|Energy{4.2.2} BC Energy Unloaded->Constructed->Pre-initialized MineFactoryReloaded{1.6.2R2.7.5} MineFactory Reloaded Unloaded->Constructed->Pre-initialized Waila{1.4.5} Waila Unloaded->Constructed->Pre-initialized TConstruct{1.6.X_1.5.2.1} Tinkers' Construct Unloaded->Constructed->Pre-initialized aobd{1.1.1} [Another One Bites The Dust](AOBD v1.1.1.jar) Unloaded->Constructed->Pre-initialized AppliedEnergistics{rv14.finale3} Applied Energistics Unloaded->Constructed->Pre-initialized ArchimedesShipsMod{1.6.4 v1.4.5} Archimedes' Ships Unloaded->Constructed->Pre-initialized Aroma1997CoreHelper{1.0.1.4} [Aroma1997Core|Helper](Aroma1997Core MC.1.6.4 v.1.0.1.4.jar) Unloaded->Constructed->Pre-initialized ATG{0.9.3} Alternate Terrain Generation Unloaded->Constructed->Pre-initialized B0bGrowsOre{1.6.2} B0bGary's Growable Ores! Unloaded->Constructed->Pre-initialized B0bGrowsOreAE{1.6.0} B0bGary's Growable Ores: Applied Energistics Unloaded->Constructed->Pre-initialized B0bGrowsOreBOP{1.6.0} B0bGary's Growable Ores: Biomes O Plenty Unloaded->Constructed->Pre-initialized B0bGrowsOreDartCraft{1.6.0} B0bGary's Growable Ores: DartCraft Unloaded->Constructed->Pre-initialized ExtrabiomesXL{3.15.3} ExtrabiomesXL Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatForestryPre{1.6.2R2.7.5} MFR Compat: Forestry (part 2) Unloaded->Constructed->Pre-initialized Forestry{2.3.1.1} Forestry for Minecraft Unloaded->Constructed->Pre-initialized B0bGrowsOreForestry{1.6.0} B0bGary's Growable Ores: Forestry Unloaded->Constructed->Pre-initialized B0bGrowsOreIC2{1.6.0} B0bGary's Growable Ores: IC2 Unloaded->Constructed->Pre-initialized B0bGrowsOreSimpleOres{1.6.0} B0bGary's Growable Ores: Simple Ores Unloaded->Constructed->Pre-initialized B0bGrowsOreThaumcraft{1.6.0} B0bGary's Growable Ores: Thaumcraft Unloaded->Constructed->Pre-initialized B0bGrowsOreTE{1.6.0} B0bGary's Growable Ores: Thermal Expansion Unloaded->Constructed->Pre-initialized B0bGrowsOreTConstruct{1.6.0} B0bGary's Growable Ores: Tinker's Contruct Unloaded->Constructed->Pre-initialized Backpack{1.26.29} Backpack Unloaded->Constructed->Pre-initialized BattleTowers{1.4.2} Battle Towers Unloaded->Constructed->Pre-initialized BCTools{1.4-a-15} Buildcraft Tools Unloaded->Constructed->Pre-initialized bdlib{1.0.0.15} BD Lib Unloaded->Constructed->Pre-initialized QuiverMod{1.6.2} Better Archery Unloaded->Constructed->Pre-initialized BetterAnvil{3.0.6} [Better Anvils](betterAnvil - 3.0.9.zip) Unloaded->Constructed->Pre-initialized BiblioCraft{1.5.4} BiblioCraft Unloaded->Constructed->Pre-initialized ComputerCraft{1.58} ComputerCraft Unloaded->Constructed->Pre-initialized BigReactors{0.2.15A} Big Reactors Unloaded->Constructed->Pre-initialized Buildcraft Extras{4.1.2 B} [Buildcraft Extras](Buildcraft Extras 4.1.2B.zip) Unloaded->Constructed->Pre-initialized Additional-Buildcraft-Objects{1.0.7.560} Additional Buildcraft Objects Unloaded->Constructed->Pre-initialized CoFHLoot{2.0.0.2} CoFH Loot Unloaded->Constructed->Pre-initialized CoFHMasquerade{2.0.0.2} CoFH Masquerade Unloaded->Constructed->Pre-initialized CoFHSocial{2.0.0.2} CoFH Social Unloaded->Constructed->Pre-initialized CoFHWorld{2.0.0.2} CoFH World Unloaded->Constructed->Pre-initialized CompactSolars{4.4.19.284} Compact Solar Arrays Unloaded->Constructed->Pre-initialized CompactWindmills{1.0.3.0} [CompactWindmills](CompactWindmills MC.1.6.4 v.1.0.3.0.jar) Unloaded->Constructed->Pre-initialized CCTurtle{1.58} ComputerCraft Turtles Unloaded->Constructed->Pre-initialized coralmod{1.6.4r2} CoralReef Mod Unloaded->Constructed->Pre-initialized craftguide{1.5.2} CraftGuide Unloaded->Constructed->Pre-initialized CraftingSuite{0.2.1.3} Crafting Suite Unloaded->Constructed->Pre-initialized CreeperCollateral{3.0.2} CreeperCollateral Unloaded->Constructed->Pre-initialized CrossbowMod2{a0.1.6} Crossbow Mod 2 Unloaded->Constructed->Pre-initialized CustomSpawner{2.3.1} [DrZhark's CustomSpawner](CustomMobSpawner 2.3.1.zip) Unloaded->Constructed->Pre-initialized CustomUUMValues{v1.2} Custom UUM Values Unloaded->Constructed->Pre-initialized luacs1998core{1.0.6} luacs1998 Core Unloaded->Constructed->Pre-initialized cwm{0.7.1-ic2exp} CompactWaterMills Unloaded->Constructed->Pre-initialized basicmachines{1.0.1} Cyano's Basic Machines for BuildCraft Unloaded->Constructed->Pre-initialized emashercore{1.2.3.0} Emasher Resource Unloaded->Constructed->Pre-initialized emasherdefense{1.2.1.1} Defense Unloaded->Constructed->Pre-initialized DenPipes-Forestry{1.1.8} DenPipes-Forestry Unloaded->Constructed->Pre-initialized DenPipes-Emerald{1.1.6} DenPipes-Emerald Unloaded->Constructed->Pre-initialized DenPipes{2.1.18} DenPipes Unloaded->Constructed->Pre-initialized DimensionalAnchors{57.1.95} Dimensional Anchors Unloaded->Constructed->Pre-initialized MoCreatures{6.0.1} [DrZhark's Mo'Creatures Mod](DrZharks MoCreatures Mod v6.0.1.zip) Unloaded->Constructed->Pre-initialized DungeonPack{1.6.4} [DungeonPack](DungeonPack 1.6.4.zip) Unloaded->Constructed->Pre-initialized eplus{1.16.5b} Enchanting Plus Unloaded->Constructed->Pre-initialized EnderIO{0.10.0} Ender IO Unloaded->Constructed->Pre-initialized eng_toolbox{1.1.7.3} Engineer's Toolbox Unloaded->Constructed->Pre-initialized EE3{0.1.0} Equivalent Exchange 3 Unloaded->Constructed->Pre-initialized Equivalency{1.6.0} Equivalency Unloaded->Constructed->Pre-initialized zolandre_extraDoors{1.4} [Extra Doors](Extra Doors by Zolandre[Forge][v1.4].zip) Unloaded->Constructed->Pre-initialized ExtraButtons{1.6.4.1} ExtraButtons Unloaded->Constructed->Pre-initialized factorization{0.8.32} Factorization Unloaded->Constructed->Pre-initialized LogisticsPipes|Main{0.7.4.dev.106} Logistics Pipes Unloaded->Constructed->Pre-initialized extracells{1.6.7d} ExtraCells Unloaded->Constructed->Pre-initialized factorization.misc{0.8.32} Factorization Miscellaneous Nonsense Unloaded->Constructed->Pre-initialized factorization.notify{0.8.32} Factorization Notification System Unloaded->Constructed->Pre-initialized factorization.dimensionalSlice{0.8.32} Factorization Dimensional Slices Unloaded->Constructed->Pre-initialized FinderCompass{1.6.4X} Finder Compass Unloaded->Constructed->Pre-initialized fodc{1.4.2} Ore Dictionary Converter Unloaded->Constructed->Pre-initialized FoodPlus{2.7-PRE} [§bFood Plus](Food Plus MOD 2.7-PRE.zip) Unloaded->Constructed->Pre-initialized ForestryExtras{0.6.4} [Forestry Extras](ForestryExtras v0.6.4.zip) Unloaded->Constructed->Pre-initialized Railcraft{8.3.2.0} Railcraft Unloaded->Constructed->Pre-initialized gregtech_addon{MC162} GregTech-Addon Unloaded->Constructed->Pre-initialized Redstone Arsenal{1.0.0.0} Redstone Arsenal Unloaded->Constructed->Pre-initialized foundry{0.6.2.1} Foundry Unloaded->Constructed->Pre-initialized gascraft{2.0.4.3} GasCraft Unloaded->Constructed->Pre-initialized gemsplus{1.4.1} Gems+ Unloaded->Constructed->Pre-initialized gendustry{1.0.0.37} GenDustry Unloaded->Constructed->Pre-initialized GregsLighting{1.9.1} Greg's Lighting Unloaded->Constructed->Pre-initialized GuffCore{1.0.0} Guff's Core Unloaded->Constructed->Pre-initialized HeldCore{01.03.04.00} HeldCore Unloaded->Constructed->Pre-initialized HopperDuctMod{1.2.2} Hopper Ducts Unloaded->Constructed->Pre-initialized IC2NuclearControl{1.6.2e} Nuclear Control Unloaded->Constructed->Pre-initialized ic2stuff{@VERSION@.@BUILD_NUMBER@} IC2Stuff Unloaded->Constructed->Pre-initialized ImmibisPeripherals{57.0.1} Immibis's Peripherals Unloaded->Constructed->Pre-initialized InfernalMobs{1.4.4} Infernal Mobs Unloaded->Constructed->Pre-initialized infinitelava{V0.1 - 1.6.2} [Infinite Lava](Infinite Lava V0.2 - 1.6.4.jar) Unloaded->Constructed->Pre-initialized InfiniTubes{57.0.5} InfiniTubes Unloaded->Constructed->Pre-initialized INpureTools{1.1.27} INpureTools Unloaded->Constructed->Pre-initialized INpureTools_CCTurtle{1.1.9} INpureTools_CCTurtle Unloaded->Constructed->Pre-initialized TaigoreInventorySaver{3.3} [Inventory Saver](InventorySaver-_v3.3.zip) Unloaded->Constructed->Pre-initialized inventorytweaks{1.56} Inventory Tweaks Unloaded->Constructed->Pre-initialized IronChest{5.4.1.702} Iron Chest Unloaded->Constructed->Pre-initialized KeithyUtils{1.2} Keithy Utils Unloaded->Constructed->Pre-initialized LiquidXP{57.1.1} Liquid XP Unloaded->Constructed->Pre-initialized magicalcrops{3.2.0} Magical Crops Unloaded->Constructed->Pre-initialized standardcrops{1.0.0} Magical Crops - Standard Crops & Food Unloaded->Constructed->Pre-initialized Mariculture{1.2.0h} Mariculture Unloaded->Constructed->Errored mca{3.6.0b} [Minecraft Comes Alive](MCA-3.6.0b MC-1.6.4.zip) Unloaded->Constructed->Pre-initialized Metallurgy3Core{3.2.3} Metallurgy 3 Core Unloaded->Constructed->Pre-initialized Metallurgy3Base{3.2.3} Metallurgy 3 Base Unloaded->Constructed->Pre-initialized Metallurgy3Machines{3.2.3} Metallurgy 3 Machines Unloaded->Constructed->Pre-initialized Metallurgy3Vanilla{3.2.3} Metallurgy 3 Vanilla Unloaded->Constructed->Pre-initialized millenaire{5.1.11} Millénaire Unloaded->Constructed->Pre-initialized minechem{@VERSION@} MineChem Unloaded->Constructed->Pre-initialized examplemod{1.0} examplemod Unloaded->Constructed->Pre-initialized MFR Compat Forestry Trees{1.0} MFR Compat Forestry Trees Unloaded->Constructed->Pre-initialized MFR Compat Extra Trees{1.0} MFR Compat Extra Trees Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatAppliedEnergistics{1.6.2R2.7.5} MFR Compat: Applied Energistics Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatAtum{1.6.2R2.7.5} MFR Compat: Atum Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatBackTools{1.6.2R2.7.5} MFR Compat: BackTools Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatBuildCraft{1.6.2R2.7.5} MFR Compat: BuildCraft Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatChococraft{1.6.2R2.7.5} MFR Compat: Chococraft Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatExtraBiomes{1.6.2R2.7.5} MFR Compat: ExtraBiomes Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatForestry{1.6.2R2.7.5} MFR Compat: Forestry Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatForgeMicroblock{1.6.2R2.7.5} MFR Compat: ForgeMicroblock Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatIC2{1.6.2R2.7.5} MFR Compat: IC2 Unloaded->Constructed->Pre-initialized Mystcraft{0.10.12.01} Mystcraft Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatMystcraft{1.6.2R2.7.5} MFR Compat: Mystcraft Unloaded->Constructed->Pre-initialized pamharvestcraft{1.0} [Pam's HarvestCraft Base](Pam's HarvestCraft 1.6.4 v1.1.4.zip) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatPams{1.6.2R2.7.5} MFR Compat: Pam's Mods Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatProjRed{1.6.2R2.7.5} MFR Compat ProjectRed Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatRailcraft{1.6.2R2.7.5} MFR Compat: Railcraft Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatRP2{1.6.2R2.7.5} MFR Compat: RP2 Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatSufficientBiomes{1.6.2R2.7.5} MFR Compat: Sufficient Biomes Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatThaumcraft{1.6.2R2.7.5} MFR Compat: Thaumcraft Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatThermalExpansion{1.6.2R2.7.5} MFR Compat: Thermal Expansion Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatTwilightForest{1.6.2R2.7.5} MFR Compat: TwilightForest Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatVanilla{1.6.2R2.7.5} MFR Compat: Vanilla Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatXyCraft{1.6.2R2.7.5} MFR Compat: XyCraft Unloaded->Constructed->Pre-initialized mod_cjb_chat{6.5.1} mod_cjb_chat Unloaded->Constructed->Pre-initialized mod_cjb_itemspawner{6.5.1} mod_cjb_itemspawner Unloaded->Constructed->Pre-initialized mod_cjb_measure{6.5.1} mod_cjb_measure Unloaded->Constructed->Pre-initialized mod_cjb_moreinfo{6.5.1} mod_cjb_moreinfo Unloaded->Constructed->Pre-initialized mod_cjb_teleport{6.5.1} mod_cjb_teleport Unloaded->Constructed->Pre-initialized OresDropMores2{0.11.1} OresDropMores2 Unloaded->Constructed->Pre-initialized PML2{1.6.4.1} Portable Mining Laser Unloaded->Constructed->Pre-initialized MoreNature{0.5.6} [More Nature](More Nature.zip) Unloaded->Constructed->Pre-initialized More Pistons{1.4.1 [Build Smeagol]} [More Pistons](More Pistons - 1.6.4 - 1.4.1 build Smeagol.zip) Unloaded->Constructed->Pre-initialized MoreSwordsMod{2.5.5} [More Swords Mod](More Swords Mod 2.5.5. For 1.6.2.jar) Unloaded->Constructed->Pre-initialized MoreEnchants{1.0} MoreEnchants Unloaded->Constructed->Pre-initialized Natura{2.1.14} Natura Unloaded->Constructed->Pre-initialized NEIAddons{1.10.2.59} NEI Addons Unloaded->Constructed->Pre-initialized NEIAddons|AE{1.10.2.59} NEI Addons: Applied Energistics Unloaded->Constructed->Pre-initialized NEIAddons|MiscPeripherals{1.10.2.59} NEI Addons: Misc Peripherals Unloaded->Constructed->Pre-initialized NEIAddons|ExtraBees{1.10.2.59} NEI Addons: Extra Bees Unloaded->Constructed->Pre-initialized NEIAddons|Forestry{1.10.2.59} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized NEIAddons|CraftingTables{1.10.2.59} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized NEIPlugins{1.1.0.6} NEI Plugins Unloaded->Constructed->Pre-initialized mod_NewDungeons{1.6.2} NewDungeons Unloaded->Constructed->Pre-initialized numina{0.1.0-45} Numina Unloaded->Constructed->Pre-initialized OpenMods{0.1} OpenMods Unloaded->Constructed->Pre-initialized OpenBlocks{1.2.4} OpenBlocks Unloaded->Constructed->Pre-initialized OCS{1.6.4.1} OpenCCSensors Unloaded->Constructed->Pre-initialized ClaySpawn{1.5} [Pam's Clay Spawn](Pam's Clay Spawn 1.6.4.zip) Unloaded->Constructed->Pre-initialized pamdesertcraft{1.0} [Pam's DesertCraft](Pam's DesertCraft 1.6.4 v1.01.zip) Unloaded->Constructed->Pre-initialized pamextendedglass{1.0} [Pam's Extended Glass](Pam's Extended Glass 1.6.4.zip) Unloaded->Constructed->Pre-initialized GetAllTheSeeds{1.6} [Pam's Get all the Seeds!](Pam's Get all the Seeds 1.6.4.zip) Unloaded->Constructed->Pre-initialized MushroomSpawn{1.3} [Pam's Huge Mushroom Spawn](Pam's Huge Mushroom Spawn 1.6.4.zip) Unloaded->Constructed->Pre-initialized MelonSpawn{1.5} [Pam's Melon Spawn](Pam's Melon Spawn 1.6.4.zip) Unloaded->Constructed->Pre-initialized pammobdropcrops{1.0} [Pam's Mob Drop Crops](Pam's Mob Drop Crops 1.6.4 v1.02.zip) Unloaded->Constructed->Pre-initialized SimpleRecipes{1.9} [Pam's Simple Recipes](Pam's Simple Recipes 1.6.4.zip) Unloaded->Constructed->Pre-initialized pamweeeflowers{1.1} [Pam's Weee! Flowers](Pam's Weee Flowers 1.6.4 v1.04.zip) Unloaded->Constructed->Pre-initialized PluginsForForestry{3.2.19} PluginsForForestry Unloaded->Constructed->Pre-initialized PlunderRummage{0.5.0} Plunder Rummage Unloaded->Constructed->Pre-initialized Aroma1997sPortableRecharger{1.0.0.4} Aroma1997s Portable Recharger Unloaded->Constructed->Pre-initialized PowerBoxes{1.1.2} Power Boxes Unloaded->Constructed->Pre-initialized PowerConverters{1.6.4-2.4.0.6} Power Converters Unloaded->Constructed->Pre-initialized QuantumCraft{0.5.2-12-ge4db211} QuantumCraft Unloaded->Constructed->Pre-initialized QuarryPlus{1.0.1} QuarryPlus Unloaded->Constructed->Pre-initialized rcdusts{0.0.6b} Rock Crusher Metal Dusts Add-On Unloaded->Constructed->Pre-initialized RedLogic{57.2.9} RedLogic Unloaded->Constructed->Pre-initialized RedstonePasteMod{1.5.1} Redstone Paste Unloaded->Constructed->Pre-initialized Roguelike{1.2.9} Roguelike Dungeons Unloaded->Constructed->Pre-initialized RopesPlus{1.5.3} Ropes+ Unloaded->Constructed->Pre-initialized SGCraft{0.1.0build82} Delta-SGCraft-Reloaded Unloaded->Constructed->Pre-initialized SimpleRecycling{57.1.0} Simple Recycling Unloaded->Constructed->Pre-initialized Somnia{1.0.1} Somnia Unloaded->Constructed->Pre-initialized StargateTech2{0.4.1-Alpha} StargateTech 2 Unloaded->Constructed->Pre-initialized StevesCarts{2.0.0.b10} Steve's Carts 2 Unloaded->Constructed->Pre-initialized StevesFactoryManager{A78} Steve's Factory Manager Unloaded->Constructed->Pre-initialized TelePipes{1.0.0} Teleport Pipes Unloaded->Constructed->Pre-initialized TF2Dispenser{1.6.4} TF2 Dispenser Unloaded->Constructed->Pre-initialized TF2Sentry{1.6.4} TF2 Sentry Unloaded->Constructed->Pre-initialized TF2Teleporter{1.6.4} TF2 Teleporter Unloaded->Constructed->Pre-initialized SubWorlds{0.0} SubWorlds Unloaded->Constructed->Pre-initialized TinyCarts{alpha5} TinyCarts Unloaded->Constructed->Pre-initialized TMechworks{DEV.21b1027} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized TC{4.1.4_024} Traincraft Unloaded->Constructed->Pre-initialized TransducersIC2{1.1.0} Transducers Unloaded->Constructed->Pre-initialized Translocator{1.1.0.13} [Translocator](Translocator 1.1.0.13.jar) Unloaded->Constructed->Pre-initialized Tubestuff{57.1.3} Tubestuff Unloaded->Constructed->Pre-initialized ultimatefist{V0.1 - 1.6.2} [Ultimate Fist](UltimateFist V0.1 - 1.6.2.zip) Unloaded->Constructed->Pre-initialized onerics_mnc{1.8.6} The Ultimate Nether Mod Unloaded->Constructed->Pre-initialized AS_UpdateCheck{1.1.1} AtomicStryker Update Check Mod Unloaded->Constructed->Pre-initialized weaponmod{1.6.2 v1.13.6} Balkon's WeaponMod Unloaded->Constructed->Pre-initialized workbenchupgrades{V0.1 - 1.6.2} [Workbench Upgrades](Workbench Upgrades V0.1 - 1.6.2.zip) Unloaded->Constructed->Pre-initialized WR-CBE|Core{1.4.0.6} [WR-CBE Core](WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Errored WR-CBE|Addons{1.4.0.6} [WR-CBE Addons](WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Errored WR-CBE|Logic{1.4.0.6} [WR-CBE Logic](WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Errored McMultipart{1.0.0.245} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized BasicComponents{1.0.0} Basic Components Unloaded->Constructed->Pre-initialized CustomOreGenRevived{1.0.19} Custom Ore Generation: First Revival Unloaded->Constructed->Pre-initialized mod_CustomOreGen{1.0.19} mod_CustomOreGen Unloaded->Constructed->Pre-initialized NEI-Mystcraft-Plugin{01.05.01.00} NEI Mystcraft Plugin Unloaded->Constructed->Pre-initialized ForgeMicroblock{1.0.0.245} Forge Microblocks Unloaded->Constructed->Errored infinitelava_dummy{V0.1 - 1.6.4} Infinite Lava Unloaded->Disabled TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: gregtech_addon, optifine Launched Version: 1.6.4-Forge9.11.1.965-walkerjonny LWJGL: 2.9.0 OpenGL: ATI Radeon HD 4800 Series GL version 3.3.11672 Compatibility Profile Context, ATI Technologies Inc. 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 [/spoiler]

Can you help me out with that error, please? How can I fix it as a Forge Multipart user?

jeffreykog commented 10 years ago

158 #159