JZTech101

Untitled

Mar 23rd, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.79 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // There are four lights!
  3.  
  4. Time: 3/23/14 12:29 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException
  8. at net.minecraft.item.ItemStack.<init>(ItemStack.java:67)
  9. at net.minecraft.item.ItemStack.<init>(ItemStack.java:62)
  10. at com.dynious.refinedrelocation.mods.JabbaHelper.addBarrelRecipes(JabbaHelper.java:29)
  11. at com.dynious.refinedrelocation.block.ModBlocks.init(ModBlocks.java:69)
  12. at com.dynious.refinedrelocation.RefinedRelocation.preInit(RefinedRelocation.java:37)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  15. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  16. at java.lang.reflect.Method.invoke(Method.java:606)
  17. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  18. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20. at java.lang.reflect.Method.invoke(Method.java:606)
  21. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  22. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  23. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  24. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  25. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  26. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  27. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  31. at java.lang.reflect.Method.invoke(Method.java:606)
  32. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  33. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  34. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  35. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  36. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  37. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  38. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  39. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  40. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  41. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  42. at net.minecraft.client.main.Main.main(SourceFile:101)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  46. at java.lang.reflect.Method.invoke(Method.java:606)
  47. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  48. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  49.  
  50.  
  51. A detailed walkthrough of the error, its code path and all known details is as follows:
  52. ---------------------------------------------------------------------------------------
  53.  
  54. -- Head --
  55. Stacktrace:
  56. at net.minecraft.item.ItemStack.<init>(ItemStack.java:67)
  57. at net.minecraft.item.ItemStack.<init>(ItemStack.java:62)
  58. at com.dynious.refinedrelocation.mods.JabbaHelper.addBarrelRecipes(JabbaHelper.java:29)
  59. at com.dynious.refinedrelocation.block.ModBlocks.init(ModBlocks.java:69)
  60. at com.dynious.refinedrelocation.RefinedRelocation.preInit(RefinedRelocation.java:37)
  61. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  62. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  63. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  64. at java.lang.reflect.Method.invoke(Method.java:606)
  65. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  66. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  68. at java.lang.reflect.Method.invoke(Method.java:606)
  69. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  70. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  71. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  72. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  73. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  74. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  75. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  77. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  78. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  79. at java.lang.reflect.Method.invoke(Method.java:606)
  80. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  81. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  82. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  83. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  84. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  85. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  86. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  87. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  88. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  89.  
  90. -- Initialization --
  91. Details:
  92. Stacktrace:
  93. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  94. at net.minecraft.client.main.Main.main(SourceFile:101)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  96. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  97. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  98. at java.lang.reflect.Method.invoke(Method.java:606)
  99. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  100. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  101.  
  102. -- System Details --
  103. Details:
  104. Minecraft Version: 1.6.4
  105. Operating System: Linux (amd64) version 3.11-2-amd64
  106. Java Version: 1.7.0_51, Oracle Corporation
  107. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  108. Memory: 273629912 bytes (260 MB) / 920125440 bytes (877 MB) up to 1908932608 bytes (1820 MB)
  109. JVM Flags: 2 total; -Xmx2048m -XX:MaxPermSize=256m
  110. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  111. Suspicious classes: FML and Forge are installed
  112. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  113. FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 212 mods loaded, 212 mods active
  114. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  115. FML{6.4.49.965} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized
  116. Forge{9.11.1.965} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized
  117. CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  118. Evoc{1.0.0} [Evoc] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  119. PCLCoreModASM{1.0} [PCLCoreModASM] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  120. Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  121. NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized
  122. OpenModsCore{0.4} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  123. PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-20.jar) Unloaded->Constructed->Pre-initialized
  124. TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  125. AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  126. denLib{3.2.6} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  127. CoFHCore{2.0.0.2} [CoFH Core] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
  128. NetherOres{1.6.2R2.2.2} [Nether Ores] (NetherOres-2.2.2-55.jar) Unloaded->Constructed->Pre-initialized
  129. BuildCraft|Core{@VERSION@} [BuildCraft] (Buildcraft.zip) Unloaded->Constructed->Pre-initialized
  130. UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.74-core.jar) Unloaded->Constructed->Pre-initialized
  131. OpenComputers|Core{1.0.0} [OpenComputers (Core)] (OpenComputers-MC1.6.4-1.2.3.287-universal.jar) Unloaded->Constructed->Pre-initialized
  132. CalclaviaCore{1.2.0} [Calclavia] (Calclavia-Core-Development-1.2.0.68-main.jar) Unloaded->Constructed->Pre-initialized
  133. ForgeMultipart{1.0.0.244} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed->Pre-initialized
  134. ResonantInduction|Core{0.3.1} [Resonant Induction] (Resonant-Induction-Development-0.3.1.82-core.jar) Unloaded->Constructed->Pre-initialized
  135. ResonantInduction|Archaic{0.3.1} [Resonant Induction Archaic] (Resonant-Induction-Development-0.3.1.82-archaic.jar) Unloaded->Constructed->Pre-initialized
  136. ResonantInduction|Mechanical{0.3.1} [Resonant Induction Mechanical] (Resonant-Induction-Development-0.3.1.82-mechanical.jar) Unloaded->Constructed->Pre-initialized
  137. ResonantInduction|Electrical{0.3.1} [Resonant Induction Electrical] (Resonant-Induction-Development-0.3.1.82-electrical.jar) Unloaded->Constructed->Pre-initialized
  138. ThermalExpansion{3.0.0.2} [Thermal Expansion] (ThermalExpansion-3.0.0.2.jar) Unloaded->Constructed->Pre-initialized
  139. IC2{2.0.397-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.397-experimental.jar) Unloaded->Constructed->Pre-initialized
  140. ImmibisCore{57.2.0} [Immibis Core] (immibis-core-57.2.0.jar) Unloaded->Constructed->Pre-initialized
  141. AdvancedMachines{57.3.3} [Advanced Machines] (advanced-machines-57.3.3.jar) Unloaded->Constructed->Pre-initialized
  142. advancedgenetics{v1.4.1} [Advanced Genetics] (advancedGenetics_v1.4.1.jar) Unloaded->Constructed->Pre-initialized
  143. BuildCraft|Energy{@VERSION@} [BC Energy] (Buildcraft.zip) Unloaded->Constructed->Pre-initialized
  144. BuildCraft|Builders{@VERSION@} [BC Builders] (Buildcraft.zip) Unloaded->Constructed->Pre-initialized
  145. BuildCraft|Factory{@VERSION@} [BC Factory] (Buildcraft.zip) Unloaded->Constructed->Pre-initialized
  146. BuildCraft|Transport{@VERSION@} [BC Transport] (Buildcraft.zip) Unloaded->Constructed->Pre-initialized
  147. MineFactoryReloaded{1.6.4R2.7.6} [MineFactory Reloaded] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  148. MineFactoryReloaded|CompatForestryPre{1.6.4R2.7.6} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  149. Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded->Constructed->Pre-initialized
  150. Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized
  151. Waila{1.5.1} [Waila] (Waila_1.5.1a.zip) Unloaded->Constructed->Pre-initialized
  152. AdvancedThaumaturgy{0.0.25} [Advanced Thaumaturgy] (AdvancedThaumaturgy-1.6.4-0.0.25.jar) Unloaded->Constructed->Pre-initialized
  153. Agriculture{1.0.0} [Agriculture] (Agriculture-1.6.4-1.2.15.jar) Unloaded->Constructed->Pre-initialized
  154. arsmagica2{1.1.2b} [Ars Magica 2] (AM2_1.1.2b.zip) Unloaded->Constructed->Pre-initialized
  155. Mekanism{6.0.4} [Mekanism] (Mekanism-6.0.5b4.jar) Unloaded->Constructed->Pre-initialized
  156. TConstruct{1.6.X_1.5.4dev} [Tinkers' Construct] (TConstruct-1.6.4-DEV.b202e2b.jar) Unloaded->Constructed->Pre-initialized
  157. aobd{1.3.0} [Another One Bites The Dust] (AOBD v1.3.0.jar) Unloaded->Constructed->Pre-initialized
  158. AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed->Pre-initialized
  159. asielib{0.1.6} [AsieLib] (AsieLib-0.1.6.jar) Unloaded->Constructed->Pre-initialized
  160. AtomicScience{1.2.0} [Atomic Science] (Atomic-Science-1.2.0.80-core.jar) Unloaded->Constructed->Pre-initialized
  161. Autoutils{1.0.1} [Autoutils] (autoutils-1.6.4-1.0.1.jar) Unloaded->Constructed->Pre-initialized
  162. BuildCraft|Silicon{@VERSION@} [BC Silicon] (Buildcraft.zip) Unloaded->Constructed->Pre-initialized
  163. BCTools{1.4-a-17} [Buildcraft Tools] (bcTools-v1.4-a-17.jar) Unloaded->Constructed->Pre-initialized
  164. bdlib{1.2.0.38} [BD Lib] (bdlib-mc164-1.2.0.38.jar) Unloaded->Constructed->Pre-initialized
  165. betterstorage{0.8.0.43} [BetterStorage] (BetterStorage-1.6.4-0.8.0.45.jar) Unloaded->Constructed->Pre-initialized
  166. BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed->Pre-initialized
  167. BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.3].zip) Unloaded->Constructed->Pre-initialized
  168. Natura{2.1.14} [Natura] (Natura-1.6.4-111.abd2df0.jar) Unloaded->Constructed->Pre-initialized
  169. BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip) Unloaded->Constructed->Pre-initialized
  170. ComputerCraft{1.58} [ComputerCraft] (ComputerCraft1.58.zip) Unloaded->Constructed->Pre-initialized
  171. BigReactors{0.3.0A} [Big Reactors] (BigReactors-0.3.0A.jar) Unloaded->Constructed->Pre-initialized
  172. BinnieCore{1.8.0} [Binnie Core] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized
  173. ExtraBees{1.8.0} [Extra Bees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized
  174. ExtraTrees{1.8.0} [Extra Trees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized
  175. AWWayofTime{v1.0.0} [Blood Magic: Alchemical Wizardry] (Blood Magic v1.0.0.zip) Unloaded->Constructed->Pre-initialized
  176. Botania{ANT:VERSION-ANT:BUILD} [Botania] (Botania-b13.1.jar) Unloaded->Constructed->Pre-initialized
  177. Additional-Buildcraft-Objects{1.0.7.560} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.0.7.560.jar) Unloaded->Constructed->Pre-initialized
  178. CarpentersBlocks{2.0.8} [Carpenter's Blocks] (Carpenter's Blocks v2.0.8 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized
  179. chisel{1.5.0} [Chisel] (Chisel-1.6.4-1.6.0.2.zip) Unloaded->Constructed->Pre-initialized
  180. CoFHLoot{2.0.0.2} [CoFH Loot] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
  181. CoFHMasquerade{2.0.0.2} [CoFH Masquerade] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
  182. CoFHSocial{2.0.0.2} [CoFH Social] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
  183. CoFHWorld{2.0.0.2} [CoFH World] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
  184. CCTurtle{1.58} [ComputerCraft Turtles] (ComputerCraft1.58.zip) Unloaded->Constructed->Pre-initialized
  185. ProjRed|Core{4.3.3.28} [ProjectRed] (ProjectRedBase-1.6.4-4.3.3.28.jar) Unloaded->Constructed->Pre-initialized
  186. ProjRed|Transmission{4.3.3.28} [ProjectRed-Transmission] (ProjectRedIntegration-1.6.4-4.3.3.28.jar) Unloaded->Constructed->Pre-initialized
  187. OpenComputers{1.2.3.287} [OpenComputers] (OpenComputers-MC1.6.4-1.2.3.287-universal.jar) Unloaded->Constructed->Pre-initialized
  188. EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized
  189. Mystcraft{0.10.12.01} [Mystcraft] (mystcraft-uni-1.6.4-0.10.12.01.zip) Unloaded->Constructed->Pre-initialized
  190. OpenMods{0.4} [OpenMods] (OpenModsLib-0.4-snapshot-167.jar) Unloaded->Constructed->Pre-initialized
  191. Railcraft{8.4.0.0} [Railcraft] (Railcraft_1.6.4-8.4.0.0.jar) Unloaded->Constructed->Pre-initialized
  192. OpenPeripheralCore{0.3.3} [OpenPeripheralCore] (OpenPeripheralCore-0.2.3.3-snapshot-94.jar) Unloaded->Constructed->Pre-initialized
  193. computronics{0.2.3} [Computronics] (Computronics-0.2.3.jar) Unloaded->Constructed->Pre-initialized
  194. dartpatch{2.3} [DartPatch] (dartpatch-2.3.jar) Unloaded->Constructed->Pre-initialized
  195. emashercore{1.2.3.4} [Emasher Resource] (EmasherResource-1.2.3.4.zip) Unloaded->Constructed->Pre-initialized
  196. emasherdefense{1.2.1.1} [Defense] (Defense-1.2.1.1.zip) Unloaded->Constructed->Pre-initialized
  197. DenPipes-Forestry{1.1.8} [DenPipes-Forestry] (DenPipes_Forestry-1.6.4-1.1.8.jar) Unloaded->Constructed->Pre-initialized
  198. DenPipes-Emerald{1.1.6} [DenPipes-Emerald] (DenPipes_Emerald-1.6.4-1.1.6.jar) Unloaded->Constructed->Pre-initialized
  199. xreliquary{1.1.2} [Xeno's Reliquary] (Reliquary-1.1.2b.jar) Unloaded->Constructed->Pre-initialized
  200. DenPipes{2.1.18} [DenPipes] (DenPipes-1.6.4-2.1.18.jar) Unloaded->Constructed->Pre-initialized
  201. DimensionalAnchors{57.1.95} [Dimensional Anchors] (dimensional-anchor-57.1.95.jar) Unloaded->Constructed->Pre-initialized
  202. Tombenpotter's Electro-Magic Tools{1.0.8} [Electro-Magic Tools] (ElectroMagicTools-1.0.8.jar) Unloaded->Constructed->Pre-initialized
  203. eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized
  204. Enchiridion{1.0} [Enchiridion] (Enchiridion-1.6.4-1.0.jar) Unloaded->Constructed->Pre-initialized
  205. EnderIO{0.11.4} [Ender IO] (EnderIO-1.6.4-0.11.4.341.jar) Unloaded->Constructed->Pre-initialized
  206. eng_toolbox{1.1.8.3} [Engineer's Toolbox] (EngineersToolbox-1.1.8.3.zip) Unloaded->Constructed->Pre-initialized
  207. EnhancedPortals3{1.6.4-3.0.0b5e} [EnhancedPortals] (EnhancedPortals-1.6.4-3.0.0b5e.jar) Unloaded->Constructed->Pre-initialized
  208. EE3{0.1} [Equivalent Exchange 3] (EquivalentExchange3-1.6.4-0.1.130.jar) Unloaded->Constructed->Pre-initialized
  209. factorization{0.8.34} [Factorization] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized
  210. LogisticsPipes|Main{0.7.4.dev.118} [Logistics Pipes] (LogisticsPipes-MC1.6.4-0.7.4.dev.118.jar) Unloaded->Constructed->Pre-initialized
  211. extracells{1.6.8e} [ExtraCells] (ExtraCells-1.6.8e.jar) Unloaded->Constructed->Pre-initialized
  212. ExtraUtilities{1.0.3c} [Extra Utilities] (extrautils-1.0.3c.zip) Unloaded->Constructed->Pre-initialized
  213. factorization.misc{0.8.34} [Factorization Miscellaneous Nonsense] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized
  214. factorization.notify{0.8.34} [Factorization Notification System] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized
  215. factorization.dimensionalSlice{0.8.34} [Factorization Dimensional Slices] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized
  216. iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized
  217. GraviGun{2.0.0} [GraviGun] (files^GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized
  218. ThaumicTinkerer{alpha-2.3-186} [Thaumic Tinkerer] (ThaumicTinkerer-alpha-2.3-186.jar) Unloaded->Constructed->Pre-initialized
  219. ThaumicExploration{0.5.1} [Thaumic Exploration] (Thaumic Exploration 0.5.2.jar) Unloaded->Constructed->Pre-initialized
  220. ForbiddenMagic{0.32} [Forbidden Magic] (ForbiddenMagic pr0.32.jar) Unloaded->Constructed->Pre-initialized
  221. ThaumcraftExtras{1.1.2} [Thaumcraft Extras] (ThaumcraftExtras-1.6.4-1.1.2.jar) Unloaded->Constructed->Pre-initialized
  222. ForestryExtras{2.1.1} [Forestry Extras] (ForestryExtras-2.1.1.jar) Unloaded->Constructed->Pre-initialized
  223. NBTEdit{1.6.4.0} [In-game NBTEdit] (Forge_NBTEditv1.6.4.0.zip) Unloaded->Constructed->Pre-initialized
  224. ForgeEssentialsClient{1.3pre1} [Forge Essentials Client Addon] (forgeessentials-client-1.3pre2.jar) Unloaded->Constructed->Pre-initialized
  225. gregtech_addon{MC162} [GregTech-Addon] (gregtechmod 4.07o.zip) Unloaded->Constructed->Pre-initialized
  226. frogcraft{${version}} [FrogCraft] (FrogCraft-1.2.jar) Unloaded->Constructed->Pre-initialized
  227. ICBM{1.4.1} [ICBM] (ICBM-Development-1.4.1.61.jar) Unloaded->Constructed->Pre-initialized
  228. ICBM|Sentry{1.4.1} [ICBM Sentry] (ICBM-Development-1.4.1.61.jar) Unloaded->Constructed->Pre-initialized
  229. ICBM|Explosion{1.4.1} [ICBM Explosion] (ICBM-Development-1.4.1.61.jar) Unloaded->Constructed->Pre-initialized
  230. GalacticraftCore{2.0.11} [Galacticraft Core] (Galacticraft-1.6.4-2.0.11.984.jar) Unloaded->Constructed->Pre-initialized
  231. GalacticraftMars{2.0.11} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.11.984.jar) Unloaded->Constructed->Pre-initialized
  232. TwilightForest{1.20.5} [The Twilight Forest] (twilightforest-1.6.4-1.20.5.jar) Unloaded->Constructed->Pre-initialized
  233. ganysend{1.6.0} [Gany's End] (Ganys End v1.6.0.jar) Unloaded->Constructed->Pre-initialized
  234. ganysnether{1.5.7} [Gany's Nether] (Ganys Nether v1.5.7.jar) Unloaded->Constructed->Pre-initialized
  235. ganyssurface{1.6.0} [Gany's Surface] (Ganys Surface v1.6.0.jar) Unloaded->Constructed->Pre-initialized
  236. gascraft{2.0.4.3} [GasCraft] (GasCraft-2.0.4.3.zip) Unloaded->Constructed->Pre-initialized
  237. gendustry{1.1.0.58} [GenDustry] (gendustry-mc164-1.1.0.58.jar) Unloaded->Constructed->Pre-initialized
  238. Hats{2.1.4} [Hats] (Hats2.1.4.zip) Unloaded->Constructed->Pre-initialized
  239. IC2NuclearControl{1.6.2e} [Nuclear Control] (IC2NuclearControl-1.6.2e-ic2-experimental.zip) Unloaded->Constructed->Pre-initialized
  240. ImmibisPeripherals{57.0.1} [Immibis's Peripherals (UNOFFICIAL PORT)] (immibis-peripherals-57.0.1a-oc.jar) Unloaded->Constructed->Pre-initialized
  241. IronChest{5.4.1.702} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.702.zip) Unloaded->Constructed->Pre-initialized
  242. JABBA{1.1.0c} [JABBA] (Jabba-1.1.2b.jar) Unloaded->Constructed->Pre-initialized
  243. LanteaCraft{RC1-22} [LanteaCraft] (LanteaCraft-RC1-22.jar) Unloaded->Constructed->Pre-initialized
  244. LiquidXP{57.1.2} [Liquid XP] (liquid-xp-57.1.2.jar) Unloaded->Constructed->Pre-initialized
  245. magicalcrops{3.2.1} [Magical Crops] (magical_crops_1.6.4_3.2.0_BETA_15a.zip) Unloaded->Constructed->Pre-initialized
  246. standardcrops{1.1.0} [Magical Crops - Crops & Food] (magical_crops_1.6.4_3.2.0_BETA_15a.zip) Unloaded->Constructed->Pre-initialized
  247. Mariculture{1.2.1} [Mariculture] (Mariculture-1.6.4-1.2.1.jar) Unloaded->Constructed->Pre-initialized
  248. MekanismTools{6.0.4} [MekanismTools] (Mekanism-6.0.5b4.jar) Unloaded->Constructed->Pre-initialized
  249. MekanismGenerators{6.0.4} [MekanismGenerators] (Mekanism-6.0.5b4.jar) Unloaded->Constructed->Pre-initialized
  250. minechem{5.0.3} [MineChem] (Minechem-5.0.4.jar) Unloaded->Constructed->Pre-initialized
  251. minechem-particlephysics{5.0.3} [Minechem-Particle Physics] (Minechem-5.0.4.jar) Unloaded->Constructed->Pre-initialized
  252. MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  253. MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  254. MineFactoryReloaded|CompatAppliedEnergistics{1.6.4R2.7.6} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  255. MineFactoryReloaded|CompatAtum{1.6.4R2.7.6} [MFR Compat: Atum] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  256. MineFactoryReloaded|CompatBackTools{1.6.4R2.7.6} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  257. MineFactoryReloaded|CompatBuildCraft{1.6.4R2.7.6} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  258. MineFactoryReloaded|CompatChococraft{1.6.4R2.7.6} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  259. MineFactoryReloaded|CompatExtraBiomes{1.6.4R2.7.6} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  260. MineFactoryReloaded|CompatForestry{1.6.4R2.7.6} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  261. MineFactoryReloaded|CompatForgeMicroblock{1.6.4R2.7.6} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  262. MineFactoryReloaded|CompatIC2{1.6.4R2.7.6} [MFR Compat: IC2] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  263. MineFactoryReloaded|CompatMystcraft{1.6.4R2.7.6} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  264. MineFactoryReloaded|CompatPams{1.6.4R2.7.6} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  265. ProjRed|Exploration{4.3.3.28} [ProjectRed-Exploration] (ProjectRedWorld-1.6.4-4.3.3.28.jar) Unloaded->Constructed->Pre-initialized
  266. MineFactoryReloaded|CompatProjRed{1.6.4R2.7.6} [MFR Compat ProjectRed] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  267. MineFactoryReloaded|CompatRailcraft{1.6.4R2.7.6} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  268. MineFactoryReloaded|CompatRP2{1.6.4R2.7.6} [MFR Compat: RP2] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  269. MineFactoryReloaded|CompatSufficientBiomes{1.6.4R2.7.6} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  270. MineFactoryReloaded|CompatThaumcraft{1.6.4R2.7.6} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  271. MineFactoryReloaded|CompatThermalExpansion{1.6.4R2.7.6} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  272. MineFactoryReloaded|CompatTwilightForest{1.6.4R2.7.6} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  273. MineFactoryReloaded|CompatVanilla{1.6.4R2.7.6} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  274. MineFactoryReloaded|CompatXyCraft{1.6.4R2.7.6} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.6-449.jar) Unloaded->Constructed->Pre-initialized
  275. MiniumTransmutator{1.0} [MiniumTransmutator] (MiniumTransmutatorThingy.jar) Unloaded->Constructed->Pre-initialized
  276. AdvancedSolarPanel{3.4.7} [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_4_7_IC_EXP.zip) Unloaded->Constructed->Pre-initialized
  277. GraviSuite{1.9.9a} [Gravitation Suite] (mod_zGraviSuite_1_9_9a_MC_1_6_4_IC_EXP.zip) Unloaded->Constructed->Pre-initialized
  278. MFFS{3.6.2} [Modular Force Field System] (Modular-Force-Field-System-3.6.2.59-core.jar) Unloaded->Constructed->Pre-initialized
  279. numina{0.1.2-59} [Numina] (Numina-1.6.2-0.1.2-59.jar) Unloaded->Constructed->Pre-initialized
  280. powersuits{0.10.0-102} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.4-0.10.0-102.jar) Unloaded->Constructed->Pre-initialized
  281. Morph{0.7.1} [Morph] (Morph-Beta-0.7.1.zip) Unloaded->Constructed->Pre-initialized
  282. NEIAddons{1.10.4.64} [NEI Addons] (neiaddons-mc164-1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
  283. NEIAddons|AE{1.10.4.64} [NEI Addons: Applied Energistics] (neiaddons-mc164-1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
  284. NEIAddons|MiscPeripherals{1.10.4.64} [NEI Addons: Misc Peripherals] (neiaddons-mc164-1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
  285. NEIAddons|ExtraBees{1.10.4.64} [NEI Addons: Extra Bees] (neiaddons-mc164-1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
  286. NEIAddons|Forestry{1.10.4.64} [NEI Addons: Forestry] (neiaddons-mc164-1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
  287. NEIAddons|CraftingTables{1.10.4.64} [NEI Addons: Crafting Tables] (neiaddons-mc164-1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
  288. NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized
  289. notenoughkeys{0.0.4} [Not Enough Keys] (NotEnoughKeys-1.6.4-0.0.4.jar) Unloaded->Constructed->Pre-initialized
  290. ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized
  291. OpenPeripheral{0.1.3} [OpenPeripheralAddons] (OpenPeripheralAddons-0.2.1.3-snapshot-77.jar) Unloaded->Constructed->Pre-initialized
  292. OpenBlocks{1.2.7} [OpenBlocks] (OpenBlocks-1.2.7-snapshot-328.jar) Unloaded->Constructed->Pre-initialized
  293. OpenComponents{0.1.0.29} [OpenComponents] (OpenComponents-MC1.6.4-0.1.0.30-universal.jar) Unloaded->Constructed->Pre-initialized
  294. PluginsforForestry{3.2.30} [PluginsforForestry] (PluginsforForestry-1.6.4-3.2.30.jar) Unloaded->Constructed->Pre-initialized
  295. PortalGun{2.0.2} [PortalGun] (PortalGun2.0.2.zip) Unloaded->Constructed->Pre-initialized
  296. powersuitaddons{@VERSION@} [Andrew's Modular Powersuits Addons] (powersuitaddons-1.6.4-884.jar) Unloaded->Constructed->Pre-initialized
  297. ProjRed|Transportation{4.3.3.28} [ProjectRed-Transportation] (ProjectRedMechanical-BETA-1.6.4-4.3.3.28.jar) Unloaded->Constructed->Pre-initialized
  298. ProjRed|Compatibility{4.3.3.28} [ProjectRed-Compatibility] (ProjectRedCompat-1.6.4-4.3.3.28.jar) Unloaded->Constructed->Pre-initialized
  299. ProjRed|Integration{4.3.3.28} [ProjectRed-Integration] (ProjectRedIntegration-1.6.4-4.3.3.28.jar) Unloaded->Constructed->Pre-initialized
  300. ProjRed|Illumination{4.3.3.28} [ProjectRed-Illumination] (ProjectRedLighting-1.6.4-4.3.3.28.jar) Unloaded->Constructed->Pre-initialized
  301. ProjRed|Expansion{4.3.3.28} [ProjectRed-Expansion] (ProjectRedMechanical-BETA-1.6.4-4.3.3.28.jar) Unloaded->Constructed->Pre-initialized
  302. QuarryPlus{1.0.0} [QuarryPlus] (QuarryPlus-1.6.4-1.0.3.jar) Unloaded->Constructed->Pre-initialized
  303. RandomThings{1.9} [Random Things] (Random Things v. 1.9 [MC 1.6.4].jar) Unloaded->Constructed->Pre-initialized
  304. rcdusts{0.0.6d} [Rock Crusher Metal Dusts Add-On] (rcDusts-0.0.6d.zip) Unloaded->Constructed->Pre-initialized
  305. Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized
  306. JAKJ_RedstoneInMotion{2.3.0.0} [Redstone In Motion] (RedstoneInMotion_2.3.0.0_mc1.6.zip) Unloaded->Constructed->Pre-initialized
  307. RefinedRelocation{0.1} [Refined Relocation] (RefinedRelocation-1.6.4-1.0b2.jar) Unloaded->Constructed->Errored
  308. remoteIO{@MAJOR@.@MINOR@.@REVIS@.@BUILD@} [Remote IO] (RemoteIO-universal-1.6.4-1.11.jar) Unloaded->Constructed->Pre-initialized
  309. secretroomsmod{4.6.2} [The SecretRoomsMod] (SecretRoomsMod-universal-1.6.4-4.6.2.324.jar) Unloaded->Constructed->Pre-initialized
  310. SS2{2 (build 2)} [Soul Shards 2] (SoulShards-2.0.15-universal-srg.jar) Unloaded->Constructed->Pre-initialized
  311. StevesCarts{2.0.0.b10} [Steve's Carts 2] (StevesCarts2.0.0.b10.zip) Unloaded->Constructed->Pre-initialized
  312. StevesFactoryManager{A83} [Steve's Factory Manager] (StevesFactoryManagerA83.zip) Unloaded->Constructed->Pre-initialized
  313. Sync{2.1.1} [Sync] (Sync2.1.1.zip) Unloaded->Constructed->Pre-initialized
  314. technom{0.0.1} [Technomancy] (Technomancy0.3.1a.zip) Unloaded->Constructed->Pre-initialized
  315. th{1.1-02} [Thaumic History] (Thaumic History-1.1-02.jar) Unloaded->Constructed->Pre-initialized
  316. TMechworks{19.d4b8fa0} [Tinkers' Mechworks] (TMechworks-1.6.4-19.d4b8fa0.jar) Unloaded->Constructed->Pre-initialized
  317. totemic{0.3.0a} [Totemic] (Totemic-0.3.0a.jar) Unloaded->Constructed->Pre-initialized
  318. Tubestuff{57.1.3} [Tubestuff] (tubestuff-57.1.3.jar) Unloaded->Constructed->Pre-initialized
  319. witchery{0.16.3} [Witchery] (Witchery_0-16-3_164.2.zip) Unloaded->Constructed->Pre-initialized
  320. WR-CBE|Core{1.4.0.7} [WR-CBE Core] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized
  321. WR-CBE|Addons{1.4.0.7} [WR-CBE Addons] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized
  322. WR-CBE|Logic{1.4.0.7} [WR-CBE Logic] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized
  323. McMultipart{1.0.0.244} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed->Pre-initialized
  324. EE3Addons{1.0} [EE3 Addons] (EE3Addons-1.6.4-1.0.jar) Unloaded->Constructed->Pre-initialized
  325. ForgeMicroblock{1.0.0.244} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed->Pre-initialized
  326. TConstruct Environment: Environment is NOT clean! THIS CRASH MUST NOT BE REPORTED TO A MOD AUTHOR; however, please report it to your modpack creator(s).
  327. Unsupported mods: gregtech_addon
  328. Launched Version: 1.6.4-Forge9.11.1.965
  329. LWJGL: 2.9.0
  330. OpenGL: Mesa DRI Mobile Intel® GM45 Express Chipset GL version 2.1 Mesa 9.2.2, Intel Open Source Technology Center
  331. Is Modded: Definitely; Client brand changed to 'fml,forge'
  332. Type: Client (map_client.txt)
  333. Resource Pack: Default
  334. Current Language: English (US)
  335. Profiler Position: N/A (disabled)
  336. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment