Advertisement
Guest User

Untitled

a guest
Nov 19th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.18 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Daisy, daisy...
  3.  
  4. Time: 11/19/13 5:50 AM
  5. Description: Initializing game
  6.  
  7. java.lang.IllegalArgumentException: Duplicate id: tile.furnace
  8. at net.minecraft.tileentity.TileEntity.func_70306_a(TileEntity.java:56)
  9. at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:265)
  10. at resonantinduction.ResonantInduction.preInit(ResonantInduction.java:217)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  14. at java.lang.reflect.Method.invoke(Unknown Source)
  15. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  16. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  18. at java.lang.reflect.Method.invoke(Unknown Source)
  19. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  20. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  21. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  22. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  23. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  24. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  25. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  29. at java.lang.reflect.Method.invoke(Unknown Source)
  30. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  31. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  32. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  33. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  34. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  35. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  36. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  37. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  38. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  39. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  40. at net.minecraft.client.main.Main.main(SourceFile:101)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  44. at java.lang.reflect.Method.invoke(Unknown Source)
  45. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  46. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  47.  
  48.  
  49. A detailed walkthrough of the error, its code path and all known details is as follows:
  50. ---------------------------------------------------------------------------------------
  51.  
  52. -- Head --
  53. Stacktrace:
  54. at net.minecraft.tileentity.TileEntity.func_70306_a(TileEntity.java:56)
  55. at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:265)
  56. at resonantinduction.ResonantInduction.preInit(ResonantInduction.java:217)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  60. at java.lang.reflect.Method.invoke(Unknown Source)
  61. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  62. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  63. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  64. at java.lang.reflect.Method.invoke(Unknown Source)
  65. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  66. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  67. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  68. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  69. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  70. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  71. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  73. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  74. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  75. at java.lang.reflect.Method.invoke(Unknown Source)
  76. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  77. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  78. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  79. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  80. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  81. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  82. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  83. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  84. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  85.  
  86. -- Initialization --
  87. Details:
  88. Stacktrace:
  89. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  90. at net.minecraft.client.main.Main.main(SourceFile:101)
  91. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  92. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  93. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  94. at java.lang.reflect.Method.invoke(Unknown Source)
  95. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  96. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  97.  
  98. -- System Details --
  99. Details:
  100. Minecraft Version: 1.6.4
  101. Operating System: Windows 7 (amd64) version 6.1
  102. Java Version: 1.7.0_45, Oracle Corporation
  103. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  104. Memory: 3015097184 bytes (2875 MB) / 4187619328 bytes (3993 MB) up to 4187619328 bytes (3993 MB)
  105. JVM Flags: 17 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx4096m -Xmn1024m -XX:TargetSurvivorRatio=80 -XX:MaxTenuringThreshold=31 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=40 -XX:GCPauseIntervalMillis=150 -XX:+AggressiveOpts -XX:PermSize=1024m -XX:+TieredCompilation -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:CompileThreshold=1000
  106. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  107. Suspicious classes: FML and Forge are installed
  108. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  109. FML: MCP v8.11 FML v6.4.45.953 Minecraft Forge 9.11.1.953 Optifine OptiFine_1.6.4_HD_U_C6 216 mods loaded, 216 mods active
  110. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  111. FML{6.4.45.953} [Forge Mod Loader] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized
  112. Forge{9.11.1.953} [Minecraft Forge] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized
  113. AppliedEnergistics-Core{rv14.finale} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  114. CodeChickenCore{0.9.0.6} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  115. ImmibisMicroblocks{57.2.3} [Immibis's Microblocks] (immibis-microblocks-57.2.3.jar) Unloaded->Constructed->Pre-initialized
  116. InfiniBows{1.2.0 build 14} [Infinity Bow Fix] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  117. Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  118. MobiusCore{1.0.1} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  119. NotEnoughItems{1.6.1.5} [Not Enough Items] (NotEnoughItems 1.6.1.5.jar) Unloaded->Constructed->Pre-initialized
  120. PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized
  121. switches|pistontweak{1.3.0 build 25} [Switches|PistonTweak] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  122. TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  123. DamageIndicatorsMod{2.9.1.4} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.1.4.zip) Unloaded->Constructed->Pre-initialized
  124. WikiLink{1.6.4-3.00.05 (Release)} [WikiLink] (1.6.4-WikiLink_Ver3.00.05r_Forge9.11.1.916.zip) Unloaded->Constructed->Pre-initialized
  125. bspkrsCore{v5.0(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.0.zip) Unloaded->Constructed->Pre-initialized
  126. ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] ([1.6.4]ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Pre-initialized
  127. mod_bspkrsCore{v5.0(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.0.zip) Unloaded->Constructed->Pre-initialized
  128. DirectionHUD{v1.16(1.6.4)} [DirectionHUD] ([1.6.4]DirectionHUDv1.16.zip) Unloaded->Constructed->Pre-initialized
  129. IronPP{3.4.0} [Iron Pressure Plate mod] ([1.6.4]IronPressurePlate[3.4.0.21].zip) Unloaded->Constructed->Pre-initialized
  130. mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized
  131. StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] ([1.6.4]StatusEffectHUDv1.19.zip) Unloaded->Constructed->Pre-initialized
  132. TreeCapitator{Forge 1.6.4.r06} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r06.Universal.jar) Unloaded->Constructed->Pre-initialized
  133. cfm{3.2} [§4MrCrayfish's Furniture Mod] ([Forge]FurnitureModv3.2(1.6.4).zip) Unloaded->Constructed->Pre-initialized
  134. ccm{1.0} [MrCrayfish's Construction Mod] ([Forge]MrCrayfishConstructionModv1.0 (1.6.4).zip) Unloaded->Constructed->Pre-initialized
  135. BuildCraft|Core{4.1.2} [BuildCraft] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
  136. BuildCraft|Factory{4.1.2} [BC Factory] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
  137. BuildCraft|Transport{4.1.2} [BC Transport] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
  138. BuildCraft|Silicon{4.1.2} [BC Silicon] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
  139. APUnofficial{2.5.0} [Additional Pipes] (AdditionalPipes2.5.0-BC4.1.2.jar) Unloaded->Constructed->Pre-initialized
  140. CoFHCore{2.0.0.b2} [CoFH Core] (CoFHCore-2.0.0.b2.jar) Unloaded->Constructed->Pre-initialized
  141. ThermalExpansion{3.0.0.b2} [Thermal Expansion] (ThermalExpansion-3.0.0.b2.jar) Unloaded->Constructed->Pre-initialized
  142. IC2{2.0.305-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.305-experimental.jar) Unloaded->Constructed->Pre-initialized
  143. ImmibisCore{57.1.4} [Immibis Core] (immibis-core-57.1.4.jar) Unloaded->Constructed->Pre-initialized
  144. AdvancedMachines{57.0.0} [Advanced Machines] (advanced-machines-57.0.0.jar) Unloaded->Constructed->Pre-initialized
  145. arsmagica2{1.0.2b} [Ars Magica 2] (AM2_1.0.2b.zip) Unloaded->Constructed->Pre-initialized
  146. AppliedEnergistics{rv14.finale} [Applied Energistics] (appeng-rv14-finale-mc16x.jar) Unloaded->Constructed->Pre-initialized
  147. AtomicScience{1.0.0} [Atomic Science] (Atomic_Science_v1.0.0.149.jar) Unloaded->Constructed->Pre-initialized
  148. barrels{3.3} [The Barrels Mod] (Barrels 3.3-1.6.4.jar) Unloaded->Constructed->Pre-initialized
  149. BiblioCraft{1.5.2} [BiblioCraft] (BiblioCraft[v1.5.2].zip) Unloaded->Constructed->Pre-initialized
  150. Natura{2.1.12} [Natura] (Natura_1.6.4_2.1.12.jar) Unloaded->Constructed->Pre-initialized
  151. BiomesOPlenty{1.1.3} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.1.3.281.jar) Unloaded->Constructed->Pre-initialized
  152. BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded->Constructed->Pre-initialized
  153. ExtrabiomesXL{3.14.2} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.6.4-3.14.2.jar) Unloaded->Constructed->Pre-initialized
  154. BuildCraft|Builders{4.1.2} [BC Builders] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
  155. BuildCraft|Energy{4.1.2} [BC Energy] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
  156. MineFactoryReloaded{1.6.2R2.7.2} [MineFactory Reloaded] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  157. MineFactoryReloaded|CompatForestryPre{1.6.2R2.7.2} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  158. Forestry{2.3.0.7} [Forestry for Minecraft] (forestry-A-2.3.0.7.jar) Unloaded->Constructed->Pre-initialized
  159. BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.3].zip) Unloaded->Constructed->Pre-initialized
  160. BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip) Unloaded->Constructed->Pre-initialized
  161. Billund{1.01} [BILLUND] (BILLUND1.01.zip) Unloaded->Constructed->Pre-initialized
  162. BinnieCore{1.8-dev2} [Binnie Core] (binnie-mods-1.8-dev2.jar) Unloaded->Constructed->Pre-initialized
  163. ExtraBees{1.8-dev2} [Extra Bees] (binnie-mods-1.8-dev2.jar) Unloaded->Constructed->Pre-initialized
  164. ExtraTrees{1.8-dev2} [Extra Trees] (binnie-mods-1.8-dev2.jar) Unloaded->Constructed->Pre-initialized
  165. AWWayofTime{v0.6.3} [Blood Magic: Alchemical Wizardry] (Blood Magic v0.6.3a.zip) Unloaded->Constructed->Pre-initialized
  166. Additional-Buildcraft-Objects{1.0.6.182} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.0.6.182.jar) Unloaded->Constructed->Pre-initialized
  167. BWG4{1.1.9} [Better World Generation 4] (BWG4_V119.zip) Unloaded->Constructed->Pre-initialized
  168. CarpentersBlocks{v1.9.5} [Carpenter's Blocks] (Carpenter's Blocks v1.9.5 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized
  169. ChargePads{3.0.0} [Charge Pads] (chargepads-1.6.2-universal-3.0.0.94-experimental.jar) Unloaded->Constructed->Pre-initialized
  170. ChickenChunks{1.3.3.3} [ChickenChunks] (ChickenChunks 1.3.3.3.jar) Unloaded->Constructed->Pre-initialized
  171. chococraft{3.0.3} [Torojima's ChocoCraft] (Chococraft_3.0.3.zip) Unloaded->Constructed->Pre-initialized
  172. CoFHLoot{2.0.0.b2} [CoFH Loot] (CoFHCore-2.0.0.b2.jar) Unloaded->Constructed->Pre-initialized
  173. CoFHMasquerade{2.0.0.b2} [CoFH Masquerade] (CoFHCore-2.0.0.b2.jar) Unloaded->Constructed->Pre-initialized
  174. CoFHSocial{2.0.0.b2} [CoFH Social] (CoFHCore-2.0.0.b2.jar) Unloaded->Constructed->Pre-initialized
  175. CoFHWorld{2.0.0.b2} [CoFH World] (CoFHCore-2.0.0.b2.jar) Unloaded->Constructed->Pre-initialized
  176. CompactSolars{4.4.19.220} [Compact Solar Arrays] (compactsolars-universal-1.6.4-4.4.19.220.zip) Unloaded->Constructed->Pre-initialized
  177. ComputerCraft{1.57} [ComputerCraft] (ComputerCraft1.57.zip) Unloaded->Constructed->Pre-initialized
  178. CCTurtle{1.57} [ComputerCraft Turtles] (ComputerCraft1.57.zip) Unloaded->Constructed->Pre-initialized
  179. SKC-Core{1.0.1.0} [SKC Core] (SKC Core 1.0.1.0 - MC 1.6.4 - Forge (9.11.0.880).jar) Unloaded->Constructed->Pre-initialized
  180. SKC-CraftableHorseArmor{1.0.3.0} [Craftable Horse Armor] (CraftableHorseArmor 1.0.3.0 - MC 1.6.4 - Forge (9.10.0.880).jar) Unloaded->Constructed->Pre-initialized
  181. CustomSpawner{2.3.1} [DrZhark's CustomSpawner] (CustomMobSpawner 2.3.1.zip) Unloaded->Constructed->Pre-initialized
  182. DarkCore{0.2.0.119} [Darks CoreMachine] (Dark-CoreMachine_v0.2.0.119.jar) Unloaded->Constructed->Pre-initialized
  183. AssemblyLine{0.2.0.119} [Assembly Line] (Dark-AssemblyLine_v0.2.0.119.jar) Unloaded->Constructed->Pre-initialized
  184. FarmTech{0.2.0.119} [Farm Tech] (Dark-FarmTech_v0.2.0.119.jar) Unloaded->Constructed->Pre-initialized
  185. FluidMech{0.2.0.119} [Fluid_Mechanics] (Dark-FluidMechanics_v0.2.0.119.jar) Unloaded->Constructed->Pre-initialized
  186. GreaterSecurity{0.2.0.119} [Greater Security] (Dark-GreaterSecurity_v0.2.0.119.jar) Unloaded->Constructed->Pre-initialized
  187. EnderStorage{1.4.3.5} [EnderStorage] (EnderStorage 1.4.3.5.jar) Unloaded->Constructed->Pre-initialized
  188. factorization{0.8.12} [Factorization] (Factorization-0.8.12.jar) Unloaded->Constructed->Pre-initialized
  189. factorization.misc{0.8.12} [Factorization Miscellaneous Nonsense] (Factorization-0.8.12.jar) Unloaded->Constructed->Pre-initialized
  190. ICBM|Contraption{1.3.4} [ICBM|Contraption] (ICBM_Contraption_v1.3.4.269.jar) Unloaded->Constructed->Pre-initialized
  191. ICBM|Sentry{1.3.4} [ICBM|Sentry] (ICBM_Sentry_v1.3.4.269.jar) Unloaded->Constructed->Pre-initialized
  192. ICBM|Explosion{1.3.4} [ICBM|Explosion] (ICBM_Explosion_v1.3.4.269.jar) Unloaded->Constructed->Pre-initialized
  193. Mekanism{5.6.0} [Mekanism] (Mekanism-v5.6.0.417.jar) Unloaded->Constructed->Pre-initialized
  194. MekanismGenerators{5.6.0} [MekanismGenerators] (MekanismGenerators-v5.6.0.417.jar) Unloaded->Constructed->Pre-initialized
  195. MekanismTools{5.6.0} [MekanismTools] (MekanismTools-v5.6.0.417.jar) Unloaded->Constructed->Pre-initialized
  196. MFFS{3.4.0} [Modular Force Field System] (MFFS_v3.4.0.236.jar) Unloaded->Constructed->Pre-initialized
  197. Thaumcraft{4.0.4c} [Thaumcraft] (Thaumcraft4.0.4c.zip) Unloaded->Constructed->Pre-initialized
  198. Railcraft{8.2.0.0} [Railcraft] (Railcraft_1.6.2-8.2.0.0.jar) Unloaded->Constructed->Pre-initialized
  199. Waila{1.4.0_dev} [Waila] (Waila_131118a.zip) Unloaded->Constructed->Pre-initialized
  200. ForgeMultipart{1.0.0.207} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.207.jar) Unloaded->Constructed->Pre-initialized
  201. TConstruct{1.6.X_1.5.1d} [Tinkers' Construct] (TConstruct_1.6.4_1.5.1d6.jar) Unloaded->Constructed->Pre-initialized
  202. ThaumicTinkerer{2.0} [Thaumic Tinkerer] (ThaumicTinkerer 2.0-26.jar) Unloaded->Constructed->Pre-initialized
  203. TwilightForest{1.20.2} [The Twilight Forest] (twilightforest-1.20.2.jar) Unloaded->Constructed->Pre-initialized
  204. gregtech_addon{MC162} [GregTech-Addon] (gregtechmod.zip) Unloaded->Constructed->Pre-initialized
  205. DartCraft{Beta 0.2.12} [DartCraft] (DartCraft Beta 0.2.12.jar) Unloaded->Constructed->Pre-initialized
  206. DragonAPI{release} [DragonAPI] (DragonAPI 1.6 v4b.zip) Unloaded->Constructed->Pre-initialized
  207. MoCreatures{6.0.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.0.1.zip) Unloaded->Constructed->Pre-initialized
  208. EDX{@MAJOR@.@MINOR@.@REVIS@.@REL@-b@BUILD@} [EDX] (Electrodynamics-Alpha-0.1.5.4.zip) Unloaded->Constructed->Pre-initialized
  209. EnergyManipulator{1.1.8} [Energy Manipulator] (EM1.6.4 1.1.8.zip) Unloaded->Constructed->Pre-initialized
  210. emashercore{1.2.1.7} [Emasher Resource] (EmasherResource-1.2.1.7.zip) Unloaded->Constructed->Pre-initialized
  211. eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized
  212. EnderIO{0.4.3} [Ender IO] (EnderIO-1.6.4-0.4.3.63.jar) Unloaded->Constructed->Pre-initialized
  213. eng_toolbox{1.1.6.4} [Engineer's Toolbox] (EngineersToolbox-1.1.6.4.zip) Unloaded->Constructed->Pre-initialized
  214. extracells{1.5.5e} [ExtraCells] (ExtraCells-1.5.5e.jar) Unloaded->Constructed->Pre-initialized
  215. ExtraUtilities{0.3.5} [Extra Utilities] (extrautils - 0.3.5.zip) Unloaded->Constructed->Pre-initialized
  216. factorization.notify{0.8.12} [Factorization Notification System] (Factorization-0.8.12.jar) Unloaded->Constructed->Pre-initialized
  217. factorization.dimensionalSlice{0.8.12} [Factorization Dimensional Slices] (Factorization-0.8.12.jar) Unloaded->Constructed->Pre-initialized
  218. flatsigns{1.4.0} [Flat Signs] (flatsigns-1.6.2-universal-1.4.0.15.jar) Unloaded->Constructed->Pre-initialized
  219. NBTEdit{1.6.4.0} [In-game NBTEdit] (Forge_NBTEditv1.6.4.0.zip) Unloaded->Constructed->Pre-initialized
  220. GalacticraftCore{2.0.6} [Galacticraft Core] (Galacticraft-1.6.4-2.0.6.895.jar) Unloaded->Constructed->Pre-initialized
  221. GalacticraftMars{2.0.6} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.6.895.jar) Unloaded->Constructed->Pre-initialized
  222. gascraft{2.0.3.1} [GasCraft] (GasCraft-2.0.3.1.zip) Unloaded->Constructed->Pre-initialized
  223. iChunUtil{2.3.0} [iChunUtil] (iChunUtil2.3.0.zip) Unloaded->Constructed->Pre-initialized
  224. GraviGun{2.0.0} [GraviGun] (GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized
  225. Hats{2.0.2} [Hats] (Hats2.0.2.zip) Unloaded->Constructed->Pre-initialized
  226. HeldCore{01.03.03.00} [HeldCore] (HeldCore-1.6.4-01.03.03.00.zip) Unloaded->Constructed->Pre-initialized
  227. IC2NuclearControl{1.6.2c} [Nuclear Control] (IC2NuclearControl-1.6.2c-ic2-experimental.zip) Unloaded->Constructed->Pre-initialized
  228. ImmibisPeripherals{57.0.0} [Immibis's Peripherals] (immibis-peripherals-57.0.0.jar) Unloaded->Constructed->Pre-initialized
  229. inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
  230. IronChest{5.4.1.645} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.645.zip) Unloaded->Constructed->Pre-initialized
  231. KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized
  232. lloverlay{0.23} [Light Level Overlay] (lloverlay-v0.23-1.6.4-9.11.0.886-forge.zip) Unloaded->Constructed->Pre-initialized
  233. LogisticsPipes|Main{0.7.4.dev.75} [Logistics Pipes] (LogisticsPipes-MC1.6.2-0.7.4.dev.75.jar) Unloaded->Constructed->Pre-initialized
  234. MagicBees{2.1.7} [Magic Bees] (magicbees-2.1.7.jar) Unloaded->Constructed->Pre-initialized
  235. MekanismInduction{5.6.0} [MekanismInduction] (MekanismInduction-v5.6.0.417.jar) Unloaded->Constructed->Pre-initialized
  236. Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (Metallurgy-1.6.4-3.3.1.jar) Unloaded->Constructed->Pre-initialized
  237. Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (Metallurgy-1.6.4-3.3.1.jar) Unloaded->Constructed->Pre-initialized
  238. Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (Metallurgy-1.6.4-3.3.1.jar) Unloaded->Constructed->Pre-initialized
  239. Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (Metallurgy-1.6.4-3.3.1.jar) Unloaded->Constructed->Pre-initialized
  240. ModularForceFieldSystem{2.5.0} [Modular ForceField System] (MFFS-2.5.0.zip) Unloaded->Constructed->Pre-initialized
  241. minechem{@VERSION@} [MineChem] (Minechem4-10.jar) Unloaded->Constructed->Pre-initialized
  242. MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  243. MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  244. MineFactoryReloaded|CompatAppliedEnergistics{1.6.2R2.7.2} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  245. MineFactoryReloaded|CompatAtum{1.6.2R2.7.2} [MFR Compat: Atum] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  246. MineFactoryReloaded|CompatBackTools{1.6.2R2.7.2} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  247. MineFactoryReloaded|CompatBuildCraft{1.6.2R2.7.2} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  248. MineFactoryReloaded|CompatChococraft{1.6.2R2.7.2} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  249. MineFactoryReloaded|CompatExtraBiomes{1.6.2R2.7.2} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  250. MineFactoryReloaded|CompatForestry{1.6.2R2.7.2} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  251. MineFactoryReloaded|CompatIC2{1.6.2R2.7.2} [MFR Compat: IC2] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  252. MineFactoryReloaded|CompatMagicalCrops{1.6.2R2.7.2} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  253. Mystcraft{0.10.11.00} [Mystcraft] (mystcraft-uni-1.6.4-0.10.11.00.zip) Unloaded->Constructed->Pre-initialized
  254. MineFactoryReloaded|CompatMystcraft{1.6.2R2.7.2} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  255. MineFactoryReloaded|CompatPams{1.6.2R2.7.2} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  256. MineFactoryReloaded|CompatRailcraft{1.6.2R2.7.2} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  257. MineFactoryReloaded|CompatRP2{1.6.2R2.7.2} [MFR Compat: RP2] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  258. MineFactoryReloaded|CompatSufficientBiomes{1.6.2R2.7.2} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  259. MineFactoryReloaded|CompatThaumcraft{1.6.2R2.7.2} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  260. MineFactoryReloaded|CompatThermalExpansion{1.6.2R2.7.2} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  261. MineFactoryReloaded|CompatTwilightForest{1.6.2R2.7.2} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  262. MineFactoryReloaded|CompatVanilla{1.6.2R2.7.2} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  263. MineFactoryReloaded|CompatXyCraft{1.6.2R2.7.2} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.2-143.jar) Unloaded->Constructed->Pre-initialized
  264. MiscPeripherals{3.3} [MiscPeripherals] (miscperipherals-3.4b2.zip) Unloaded->Constructed->Pre-initialized
  265. AdvancedSolarPanel{3.3.10} [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_3_10.1_IC_EXP_1.6.4.zip) Unloaded->Constructed->Pre-initialized
  266. GraviSuite{1.9.8} [Gravitation Suite] (mod_zGraviSuite_1_9_8_MC_1_6_4_IC_EXP.zip) Unloaded->Constructed->Pre-initialized
  267. numina{0.0.1-32} [Numina] (Numina-1.6.2-0.0.1-32.jar) Unloaded->Constructed->Pre-initialized
  268. powersuits{0.8.0-44} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.2-0.8.0-44.jar) Unloaded->Constructed->Pre-initialized
  269. Morph{0.3.0} [Morph] (Morph-Beta-0.3.0.zip) Unloaded->Constructed->Pre-initialized
  270. MTech{0.0.5b} [MTech] (MTech_V0.0.5b.zip) Unloaded->Constructed->Pre-initialized
  271. Natura|ForgeMuliPart{0.1} [Natura Compat: FMP] (Natura_1.6.4_2.1.12.jar) Unloaded->Constructed->Pre-initialized
  272. Natura|CompatMineFactoryReloaded{0.1} [Natura Compat: MFR] (Natura_1.6.4_2.1.12.jar) Unloaded->Constructed->Pre-initialized
  273. Natura|NotEnoughItems{0.1} [Natura Compat: NEI] (Natura_1.6.4_2.1.12.jar) Unloaded->Constructed->Pre-initialized
  274. NEIAddons{1.9.3.r47} [NEI Addons] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized
  275. NEIAddons|AE{1.9.3.r47} [NEI Addons: Applied Energistics] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized
  276. NEIAddons|CraftingTables{1.9.3.r47} [NEI Addons: Crafting Tables] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized
  277. NEIAddons|ExtraBees{1.9.3.r47} [NEI Addons: Extra Bees] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized
  278. NEIAddons|Forestry{1.9.3.r47} [NEI Addons: Forestry] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized
  279. NEIAddons|MiscPeripherals{1.9.3.r47} [NEI Addons: Misc Peripherals] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized
  280. NEIPlugins{1.1.0.4} [NEI Plugins] (NEIPlugins-1.1.0.4.jar) Unloaded->Constructed->Pre-initialized
  281. nxMinetilities{0.2.8} [nxMinetilities] (nxMinetilities-0.2.8.jar) Unloaded->Constructed->Pre-initialized
  282. ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized
  283. OpenPeripheral{0.2.1} [OpenPeripheral] (OpenPeripheral-0.2.1-forge9.11.0.898-snapshot-89.jar) Unloaded->Constructed->Pre-initialized
  284. OpenBlocks{1.2.0} [OpenBlocks] (OpenBlocks-1.2.0-forge9.11.0.883-snapshot-491.jar) Unloaded->Constructed->Pre-initialized
  285. MapWriter{2.0.1} [MapWriter] (Opis_1.0.3b_alpha.zip) Unloaded->Constructed->Pre-initialized
  286. Opis{1.0.3_alpha} [Opis] (Opis_1.0.3b_alpha.zip) Unloaded->Constructed->Pre-initialized
  287. PortalGun{2.0.1} [PortalGun] (PortalGun2.0.1.zip) Unloaded->Constructed->Pre-initialized
  288. PowerConverters{1.6.4R2.3.2B1} [Power Converters] (PowerConverters-1.6.4-21.zip) Unloaded->Constructed->Pre-initialized
  289. bau5_ProjectBench{1.8.0} [Project Bench] (ProjectBench-1.6.2-v1.8.0.jar) Unloaded->Constructed->Pre-initialized
  290. ProjRed|Core{4.0.5.12} [Project: Red-Core] (ProjectRedBase-1.6.4-4.0.5.12.jar) Unloaded->Constructed->Pre-initialized
  291. ProjRed|Compatability{4.0.5.12} [ProjectRed-Compatability] (ProjectRedCompat-1.6.4-4.0.5.12.jar) Unloaded->Constructed->Pre-initialized
  292. ProjRed|Integration{4.0.5.12} [ProjectRed-Integration] (ProjectRedIntegration-1.6.4-4.0.5.12.jar) Unloaded->Constructed->Pre-initialized
  293. ProjRed|Transmission{4.0.5.12} [ProjectRed-Transmission] (ProjectRedIntegration-1.6.4-4.0.5.12.jar) Unloaded->Constructed->Pre-initialized
  294. ProjRed|Exploration{4.0.5.12} [ProjectRed-Exploration] (ProjectRedWorld-1.6.4-4.0.5.12.jar) Unloaded->Constructed->Pre-initialized
  295. ProjRed|Illumination{4.0.5.12} [ProjectRed-Illumination] (ProjectRedWorld-1.6.4-4.0.5.12.jar) Unloaded->Constructed->Pre-initialized
  296. ProjectZulu|Core{1.1.6.3} [Project Zulu Core] (ProjectZuluCompletev1.1.6.3.zip) Unloaded->Constructed->Pre-initialized
  297. ProjectZulu|Block{1.1.6.3} [Project Zulu Block and Items] (ProjectZuluCompletev1.1.6.3.zip) Unloaded->Constructed->Pre-initialized
  298. ProjectZulu|Dungeon{1.1.6.3} [Project Zulu Dungeon] (ProjectZuluCompletev1.1.6.3.zip) Unloaded->Constructed->Pre-initialized
  299. ProjectZulu|Mob{1.1.6.3} [Project Zulu Mobs] (ProjectZuluCompletev1.1.6.3.zip) Unloaded->Constructed->Pre-initialized
  300. ProjectZulu|World{1.1.6.3} [Project Zulu World] (ProjectZuluCompletev1.1.6.3.zip) Unloaded->Constructed->Pre-initialized
  301. RedLogic{57.2.1} [RedLogic] (redlogic-57.2.1.jar) Unloaded->Constructed->Pre-initialized
  302. JAKJ_RedstoneInMotion{2.3.0.0} [Redstone In Motion] (RedstoneInMotion_2.3.0.0_mc1.6.zip) Unloaded->Constructed->Pre-initialized
  303. resonantinduction{0.2.2} [Resonant Induction] (Resonant_Induction_v0.2.2.208.jar) Unloaded->Constructed->Errored
  304. RotaryCraft{Gamma} [RotaryCraft] (RotaryCraft 1.6 v4b.zip) Unloaded->Constructed->Pre-initialized
  305. awger_SmallBoat{0.10.6} [SmallBoat] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized
  306. awger_Punt{0.10.6} [Punt] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized
  307. awger_Whitehall{0.10.6} [Whitehall] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized
  308. awger_Hoy{0.10.6} [Hoy] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized
  309. StevesCarts{2.0.0.a134} [Steve's Carts 2] (StevesCarts2.0.0.a134.zip) Unloaded->Constructed->Pre-initialized
  310. switches{1.3.0} [Switches] (switches-1.6.4-universal-coremod-1.3.0.25.jar) Unloaded->Constructed->Pre-initialized
  311. TelePipes{1.0.0} [Teleport Pipes] (TeleportPipes-Pre1c.zip) Unloaded->Constructed->Pre-initialized
  312. Translocator{1.1.0.13} [Translocator] (Translocator 1.1.0.13.jar) Unloaded->Constructed->Pre-initialized
  313. TrussMod{beta} [Truss Mod] (TrussMod-beta-1.6.4-30.jar) Unloaded->Constructed->Pre-initialized
  314. tukmc_Vz{Version [3.2.5] for 1.6.4} [TukMC] (TukMC[3.2.5].zip) Unloaded->Constructed->Pre-initialized
  315. chunkbase_villageinfo{2.0-b3} [Village Info] (VillageInfo_Forge_1.6.4_2.0-b3.zip) Unloaded->Constructed->Pre-initialized
  316. WR-CBE|Core{1.4.0.6} [WR-CBE Core] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized
  317. WR-CBE|Addons{1.4.0.6} [WR-CBE Addons] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized
  318. WR-CBE|Logic{1.4.0.6} [WR-CBE Logic] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized
  319. xact{0.4.2c} [XACT Mod] (XACT v0.4.2c.jar) Unloaded->Constructed->Pre-initialized
  320. yagokicore{1.0a} [YagokiCore] (YagokiCore_V1.0.zip) Unloaded->Constructed->Pre-initialized
  321. mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4.zip) Unloaded->Constructed->Pre-initialized
  322. McMultipart{1.0.0.207} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.207.jar) Unloaded->Constructed->Pre-initialized
  323. BasicComponents{1.0.0} [Basic Components] (Basic_Components_v1.0.0.19.jar) Unloaded->Constructed->Pre-initialized
  324. NEI-Mystcraft-Plugin{01.05.00.00} [NEI Mystcraft Plugin] (MystNEI-Plugin-1.6.4-01.05.00.00.zip) Unloaded->Constructed->Pre-initialized
  325. ForgeMicroblock{1.0.0.207} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.207.jar) Unloaded->Constructed->Pre-initialized
  326. TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: gregtech_addon, optifine
  327. Launched Version: 1.6.4-Forge9.11.1.953
  328. LWJGL: 2.9.0
  329. OpenGL: GeForce GTX 670/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
  330. Is Modded: Definitely; Client brand changed to 'fml,forge'
  331. Type: Client (map_client.txt)
  332. Resource Pack: BDcraft Sounds Pack.zip
  333. Current Language: English (US)
  334. Profiler Position: N/A (disabled)
  335. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement