Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2014
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.69 KB | None | 0 0
  1. Description: Initializing game
  2.  
  3. java.lang.NullPointerException
  4. at net.minecraft.item.ItemBlock.func_77658_a(ItemBlock.java:197)
  5. at factorization.common.Registry.registerItem(Registry.java:155)
  6. at factorization.common.Registry.registerItem(Registry.java:159)
  7. at factorization.common.Registry.makeBlocks(Registry.java:189)
  8. at factorization.shared.Core.load(Core.java:120)
  9. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  11. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  12. at java.lang.reflect.Method.invoke(Unknown Source)
  13. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  14. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  15. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  16. at java.lang.reflect.Method.invoke(Unknown Source)
  17. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  18. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  19. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  20. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  21. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  22. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  23. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  27. at java.lang.reflect.Method.invoke(Unknown Source)
  28. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  29. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  30. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  31. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  32. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  33. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  34. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  35. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  36. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  37. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  38. at net.minecraft.client.main.Main.main(SourceFile:101)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  42. at java.lang.reflect.Method.invoke(Unknown Source)
  43. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  44. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  45.  
  46.  
  47. A detailed walkthrough of the error, its code path and all known details is as follows:
  48. ---------------------------------------------------------------------------------------
  49.  
  50. -- Head --
  51. Stacktrace:
  52. at net.minecraft.item.ItemBlock.func_77658_a(ItemBlock.java:197)
  53. at factorization.common.Registry.registerItem(Registry.java:155)
  54. at factorization.common.Registry.registerItem(Registry.java:159)
  55. at factorization.common.Registry.makeBlocks(Registry.java:189)
  56. at factorization.shared.Core.load(Core.java:120)
  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.GeneratedMethodAccessor3.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 8 (amd64) version 6.2
  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: 1755963904 bytes (1674 MB) / 2156920832 bytes (2057 MB) up to 2386034688 bytes (2275 MB)
  105. JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2560M -Xms2048M -XX:PermSize=1024m -XX:MaxPermSize=1536m
  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.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_C8 144 mods loaded, 144 mods active
  110. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  111. FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
  112. Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
  113. AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  114. CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  115. denLib{3.2.3} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  116. koreanpatch{164b45} [Korean Patch] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  117. LomLib{1.0.8} [LomLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  118. NotEnoughItems{1.6.1.8} [Not Enough Items] (NotEnoughItems 1.6.1.8.jar) Unloaded->Constructed->Pre-initialized
  119. PlayerAPI{1.1} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  120. PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore.jar) Unloaded->Constructed->Pre-initialized
  121. TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  122. DenEvents{1.0} [DenEvents] (DenEvents.jar) Unloaded->Constructed->Pre-initialized
  123. arsmagica2{1.1.2} [Ars Magica 2] (AM2_1.1.2.zip) Unloaded->Constructed->Pre-initialized
  124. AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed->Pre-initialized
  125. ATG{0.9.3} [Alternate Terrain Generation] (ATG-1.6.4-0.9.3.jar) Unloaded->Constructed->Pre-initialized
  126. BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  127. UniversalElectricity{3.0.1} [Universal Electricity] (Universal-Electricity-3.0.1.29-core.jar) Unloaded->Constructed->Pre-initialized
  128. CalclaviaCore{@MAJOR@.@MINOR@.@REVIS@} [Calclavia] (Calclavia Core-1.1.1.82.jar) Unloaded->Constructed->Pre-initialized
  129. CoFHCore{2.0.0.2} [CoFH Core] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
  130. ForgeMultipart{1.0.0.228} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.228.jar) Unloaded->Constructed->Pre-initialized
  131. ThermalExpansion{3.0.0.2} [Thermal Expansion] (ThermalExpansion-3.0.0.2.jar) Unloaded->Constructed->Pre-initialized
  132. IC2{2.0.380-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.380-experimental.jar) Unloaded->Constructed->Pre-initialized
  133. AtomicScience{1.1.0} [Atomic Science] (Atomic-Science-1.1.0.19.jar) Unloaded->Constructed->Pre-initialized
  134. bdlib{1.0.1.16} [BD Lib] (bdlib-mc164-1.0.1.16.jar) Unloaded->Constructed->Pre-initialized
  135. BiblioCraft{1.5.4} [BiblioCraft] (BiblioCraft[v1.5.4].zip) Unloaded->Constructed->Pre-initialized
  136. Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized
  137. BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.434.jar) Unloaded->Constructed->Pre-initialized
  138. BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded->Constructed->Pre-initialized
  139. BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  140. BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  141. BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  142. BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  143. MineFactoryReloaded{1.6.2R2.7.4} [MineFactory Reloaded] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  144. MineFactoryReloaded|CompatForestryPre{1.6.2R2.7.4} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  145. Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded->Constructed->Pre-initialized
  146. BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.3].zip) Unloaded->Constructed->Pre-initialized
  147. BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip) Unloaded->Constructed->Pre-initialized
  148. BinnieCore{1.8.0} [Binnie Core] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized
  149. ExtraBees{1.8.0} [Extra Bees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized
  150. ExtraTrees{1.8.0} [Extra Trees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized
  151. bspkrsCore{v5.0(1.6.4)} [bspkrsCore] (bspkrsCore.zip) Unloaded->Constructed->Pre-initialized
  152. mod_bspkrsCore{v5.0(1.6.4)} [bspkrsCore] (bspkrsCore.zip) Unloaded->Constructed->Pre-initialized
  153. BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  154. Additional-Buildcraft-Objects{1.0.7.557} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.0.7.557.jar) Unloaded->Constructed->Pre-initialized
  155. ChickenChunks{1.3.3.3} [ChickenChunks] (ChickenChunks 1.3.3.3.jar) Unloaded->Constructed->Pre-initialized
  156. CoFHLoot{2.0.0.2} [CoFH Loot] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
  157. CoFHMasquerade{2.0.0.2} [CoFH Masquerade] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
  158. CoFHSocial{2.0.0.2} [CoFH Social] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
  159. CoFHWorld{2.0.0.2} [CoFH World] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
  160. ComputerCraft{1.58} [ComputerCraft] (ComputerCraft1.58.zip) Unloaded->Constructed->Pre-initialized
  161. CCTurtle{1.58} [ComputerCraft Turtles] (ComputerCraft1.58.zip) Unloaded->Constructed->Pre-initialized
  162. EnderStorage{1.4.3.5} [EnderStorage] (EnderStorage 1.4.3.5 (1).jar) Unloaded->Constructed->Pre-initialized
  163. factorization{0.8.29} [Factorization] (Factorization-0.8.29.jar) Unloaded->Constructed->Errored
  164. Railcraft{8.3.2.0} [Railcraft] (Railcraft_1.6.4-8.3.2.0.jar) Unloaded->Constructed->Pre-initialized
  165. gregtech_addon{MC162} [GregTech-Addon] (gregtechmod.zip) Unloaded->Constructed->Pre-initialized
  166. TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3 (1).jar) Unloaded->Constructed->Pre-initialized
  167. DartCraft{Beta 0.2.15} [DartCraft] (DartCraft Beta 0.2.15.jar) Unloaded->Constructed->Pre-initialized
  168. DragonAPI{release} [DragonAPI] (DragonAPI 1.6 v14.zip) Unloaded->Constructed->Pre-initialized
  169. emashercore{1.2.1.8} [Emasher Resource] (EmasherResource-1.2.1.8.zip) Unloaded->Constructed->Pre-initialized
  170. EnderForest{beta} [Ender Forest] (EnderForest 1.6 v14.zip) Unloaded->Constructed->Pre-initialized
  171. EnderIO{0.6.0} [Ender IO] (EnderIO-1.6.4-0.6.0.156.jar) Unloaded->Constructed->Pre-initialized
  172. eng_toolbox{1.1.6.6} [Engineer's Toolbox] (EngineersToolbox-1.1.6.6.zip) Unloaded->Constructed->Pre-initialized
  173. EE3{pre2a} [Equivalent Exchange 3] (EquivalentExchange3-1.6.4-pre2a.57.jar) Unloaded->Constructed->Pre-initialized
  174. Equivalency{1.5.6} [Equivalency] (Equivalency-universal-1.5.6.jar) Unloaded->Constructed->Pre-initialized
  175. extracells{1.6.2} [ExtraCells] (ExtraCells-1.6.2.jar) Unloaded->Constructed->Pre-initialized
  176. ExtraUtilities{1.0.1} [Extra Utilities] (extrautils-1.0.2.zip) Unloaded->Constructed->Pre-initialized
  177. factorization.misc{0.8.29} [Factorization Miscellaneous Nonsense] (Factorization-0.8.29.jar) Unloaded->Constructed->Errored
  178. factorization.notify{0.8.29} [Factorization Notification System] (Factorization-0.8.29.jar) Unloaded->Constructed->Errored
  179. factorization.dimensionalSlice{0.8.29} [Factorization Dimensional Slices] (Factorization-0.8.29.jar) Unloaded->Constructed->Errored
  180. gendustry{1.0.1.38} [GenDustry] (gendustry-mc164-1.0.1.38.jar) Unloaded->Constructed->Pre-initialized
  181. IC2NuclearControl{1.6.2e} [Nuclear Control] (IC2NuclearControl-1.6.2e-ic2-experimental.zip) Unloaded->Constructed->Pre-initialized
  182. ICBM{1.4.1} [ICBM] (ICBM-1.4.1.100.jar) Unloaded->Constructed->Pre-initialized
  183. ICBM|Sentry{1.4.1} [ICBM|Sentry] (ICBM-1.4.1.100.jar) Unloaded->Constructed->Pre-initialized
  184. ICBM|Explosion{1.4.1} [ICBM|Explosion] (ICBM-1.4.1.100.jar) Unloaded->Constructed->Pre-initialized
  185. inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
  186. IronChest{5.4.1.659} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.659.zip) Unloaded->Constructed->Pre-initialized
  187. Waila{1.4.4} [Waila] (Waila_1.4.4b.zip) Unloaded->Constructed->Pre-initialized
  188. JABBA{1.0.3} [JABBA] (JABBA_1.0.3 (1).zip) Unloaded->Constructed->Pre-initialized
  189. lucky{4.2.1} [Lucky Block] (LuckyBlock_v4.2.1_1.6.4.jar) Unloaded->Constructed->Pre-initialized
  190. TConstruct{1.6.X_1.5.2.1} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.2.6.jar) Unloaded->Constructed->Pre-initialized
  191. MagicBees{2.1.11} [Magic Bees] (magicbees-2.1.11.jar) Unloaded->Constructed->Pre-initialized
  192. minechem{@VERSION@} [MineChem] (Minechem-4.3.1-44.jar) Unloaded->Constructed->Pre-initialized
  193. examplemod{1.0} [examplemod] (Minechem-4.3.1-44.jar) Unloaded->Constructed->Pre-initialized
  194. MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  195. MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  196. MineFactoryReloaded|CompatAppliedEnergistics{1.6.2R2.7.4} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  197. MineFactoryReloaded|CompatAtum{1.6.2R2.7.4} [MFR Compat: Atum] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  198. MineFactoryReloaded|CompatBackTools{1.6.2R2.7.4} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  199. MineFactoryReloaded|CompatBuildCraft{1.6.2R2.7.4} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  200. MineFactoryReloaded|CompatChococraft{1.6.2R2.7.4} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  201. MineFactoryReloaded|CompatExtraBiomes{1.6.2R2.7.4} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  202. MineFactoryReloaded|CompatForestry{1.6.2R2.7.4} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  203. MineFactoryReloaded|CompatForgeMicroblock{1.6.2R2.7.4} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  204. MineFactoryReloaded|CompatIC2{1.6.2R2.7.4} [MFR Compat: IC2] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  205. MineFactoryReloaded|CompatMagicalCrops{1.6.2R2.7.4} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  206. MineFactoryReloaded|CompatMystcraft{1.6.2R2.7.4} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  207. MineFactoryReloaded|CompatPams{1.6.2R2.7.4} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  208. MineFactoryReloaded|CompatRailcraft{1.6.2R2.7.4} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  209. MineFactoryReloaded|CompatRP2{1.6.2R2.7.4} [MFR Compat: RP2] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  210. MineFactoryReloaded|CompatSufficientBiomes{1.6.2R2.7.4} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  211. MineFactoryReloaded|CompatThaumcraft{1.6.2R2.7.4} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  212. MineFactoryReloaded|CompatThermalExpansion{1.6.2R2.7.4} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  213. MineFactoryReloaded|CompatTwilightForest{1.6.2R2.7.4} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  214. MineFactoryReloaded|CompatVanilla{1.6.2R2.7.4} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  215. MineFactoryReloaded|CompatXyCraft{1.6.2R2.7.4} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized
  216. AdvancedSolarPanel{3.4.6} [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_4_6_IC_EXP.zip) Unloaded->Constructed->Pre-initialized
  217. MFFS{3.6.2} [Modular Force Field System] (Modular-Force-Field-System-3.6.2.9.jar) Unloaded->Constructed->Pre-initialized
  218. numina{0.1.0-45} [Numina] (Numina-1.6.2-0.1.0-45.jar) Unloaded->Constructed->Pre-initialized
  219. powersuits{0.9.0-76} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.2-0.9.0-76.jar) Unloaded->Constructed->Pre-initialized
  220. NEIAddons{1.9.3.r47} [NEI Addons] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized
  221. NEIAddons|AE{1.9.3.r47} [NEI Addons: Applied Energistics] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized
  222. NEIAddons|CraftingTables{1.9.3.r47} [NEI Addons: Crafting Tables] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized
  223. NEIAddons|ExtraBees{1.9.3.r47} [NEI Addons: Extra Bees] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized
  224. NEIAddons|Forestry{1.9.3.r47} [NEI Addons: Forestry] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized
  225. NEIAddons|MiscPeripherals{1.9.3.r47} [NEI Addons: Misc Peripherals] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized
  226. NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized
  227. ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized
  228. fodc{1.4.2} [Ore Dictionary Converter] (OreDictionary.zip) Unloaded->Constructed->Pre-initialized
  229. MelonSpawn{1.5} [Pam's Melon Spawn] (Pam's Melon Spawn 1.6.4.zip) Unloaded->Constructed->Pre-initialized
  230. PluginsforForestry{3.2.30} [PluginsforForestry] (PluginsforForestry-1.6.4-3.2.30.jar) Unloaded->Constructed->Pre-initialized
  231. PowerConverters{1.6.4R2.3.2B1} [Power Converters] (PowerConverters-1.6.4-39.zip) Unloaded->Constructed->Pre-initialized
  232. ProjRed|Core{4.2.2.19} [ProjectRed] (ProjectRedBase-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
  233. ProjRed|Compatibility{1.0} [ProjRed|Compatibility] (ProjectRedCompat-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
  234. ProjRed|Integration{1.0} [ProjRed|Integration] (ProjectRedIntegration-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
  235. ProjRed|Transmission{1.0} [ProjRed|Transmission] (ProjectRedIntegration-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
  236. ProjRed|Illumination{1.0} [ProjRed|Illumination] (ProjectRedLighting-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
  237. ProjRed|Expansion{1.0} [ProjRed|Expansion] (ProjectRedMechanical-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
  238. ProjRed|Transportation{1.0} [ProjRed|Transportation] (ProjectRedMechanical-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
  239. ProjRed|Exploration{1.0} [ProjRed|Exploration] (ProjectRedWorld-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
  240. Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized
  241. Scenter{2.4.1} [Scenter] (scenter-2.4.1.zip) Unloaded->Constructed->Pre-initialized
  242. TConstructAddon_Steel{1.0.1} [TConstruct Addon: +Steel] (TConstruct_SteelAddon_1.6.4_1.0.1.zip) Unloaded->Constructed->Pre-initialized
  243. ThebombzenAPI{2.2.0} [ThebombzenAPI] (ThebombzenAPI.jar) Unloaded->Constructed->Pre-initialized
  244. Translocator{1.1.0.13} [Translocator] (Translocator 1.1.0.13.jar) Unloaded->Constructed->Pre-initialized
  245. TreeCapitator{Forge 1.6.4.r06} [Treecapitator] (TreeCapitator.jar) Unloaded->Constructed->Pre-initialized
  246. UsefulFood{1.4.4} [UsefulFood] (UsefulFood-1.6.2_1.4.4.zip) Unloaded->Constructed->Pre-initialized
  247. iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized
  248. WR-CBE|Core{1.4.0.6} [WR-CBE Core] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized
  249. WR-CBE|Addons{1.4.0.6} [WR-CBE Addons] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized
  250. WR-CBE|Logic{1.4.0.6} [WR-CBE Logic] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized
  251. mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4.zip) Unloaded->Constructed->Pre-initialized
  252. McMultipart{1.0.0.228} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.228.jar) Unloaded->Constructed->Pre-initialized
  253. ForgeMicroblock{1.0.0.228} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.228.jar) Unloaded->Constructed->Pre-initialized
  254. TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: gregtech_addon, optifine
  255. Launched Version: 1.6.4-Forge9.11.1.965
  256. LWJGL: 2.9.0
  257. OpenGL: Intel(R) HD Graphics 3000 GL version 3.1.0 - Build 9.17.10.2932, Intel
  258. Is Modded: Definitely; Client brand changed to 'fml,forge'
  259. Type: Client (map_client.txt)
  260. Resource Pack: Faithful32-faithful32_1.6.4
  261. Current Language: English (US)
  262. Profiler Position: N/A (disabled)
  263. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement