Advertisement
Guest User

Untitled

a guest
Aug 17th, 2014
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.39 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Sorry :(
  3.  
  4. Time: 8/17/14 6:37 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException
  8. at mcheli.wrapper.W_McClient.addSound(W_McClient.java:20)
  9. at mcheli.MCH_ClientProxy.registerSounds(MCH_ClientProxy.java:278)
  10. at mcheli.MCH_MOD.PreInit(MCH_MOD.java:148)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  14. at java.lang.reflect.Method.invoke(Method.java:597)
  15. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  16. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  18. at java.lang.reflect.Method.invoke(Method.java:597)
  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 sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  27. at java.lang.reflect.Method.invoke(Method.java:597)
  28. at MinecraftLoader.MinecraftDummyContainer.callMethod(MinecraftDummyContainer.java:118)
  29. at MinecraftLoader.MinecraftDummyContainer.onModEvent(MinecraftDummyContainer.java:110)
  30. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  34. at java.lang.reflect.Method.invoke(Method.java:597)
  35. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  36. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  37. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  38. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  39. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  40. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  41. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  42. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  43. at MinecraftLoader.ClientHelper.startGame(ClientHelper.java:208)
  44. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java)
  45. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  46. at net.minecraft.client.main.Main.main(SourceFile:101)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  49. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  50. at java.lang.reflect.Method.invoke(Method.java:597)
  51. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  52. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  53.  
  54.  
  55. A detailed walkthrough of the error, its code path and all known details is as follows:
  56. ---------------------------------------------------------------------------------------
  57.  
  58. -- Head --
  59. Stacktrace:
  60. at mcheli.wrapper.W_McClient.addSound(W_McClient.java:20)
  61. at mcheli.MCH_ClientProxy.registerSounds(MCH_ClientProxy.java:278)
  62. at mcheli.MCH_MOD.PreInit(MCH_MOD.java:148)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  66. at java.lang.reflect.Method.invoke(Method.java:597)
  67. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  68. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  70. at java.lang.reflect.Method.invoke(Method.java:597)
  71. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  72. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  73. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  74. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  75. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  76. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  77. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  78. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  79. at java.lang.reflect.Method.invoke(Method.java:597)
  80. at MinecraftLoader.MinecraftDummyContainer.callMethod(MinecraftDummyContainer.java:118)
  81. at MinecraftLoader.MinecraftDummyContainer.onModEvent(MinecraftDummyContainer.java:110)
  82. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java)
  83. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  84. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  85. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  86. at java.lang.reflect.Method.invoke(Method.java:597)
  87. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  88. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  89. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  90. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  91. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  92. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  93. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  94. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  95. at MinecraftLoader.ClientHelper.startGame(ClientHelper.java:208)
  96. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java)
  97.  
  98. -- Initialization --
  99. Details:
  100. Stacktrace:
  101. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  102. at net.minecraft.client.main.Main.main(SourceFile:101)
  103. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  104. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  105. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  106. at java.lang.reflect.Method.invoke(Method.java:597)
  107. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  108. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  109.  
  110. -- System Details --
  111. Details:
  112. Minecraft Version: 1.6.4
  113. Operating System: Mac OS X (x86_64) version 10.8.5
  114. Java Version: 1.6.0_65, Apple Inc.
  115. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
  116. Memory: 256605584 bytes (244 MB) / 678137856 bytes (646 MB) up to 3212509184 bytes (3063 MB)
  117. Mod Pack: Unknown / None
  118. LiteLoader Mods: 4 loaded mod(s)
  119. - VoxelPacket version 2.0.4
  120. - TabbyChat version 1.9.02
  121. - HD Skins and Capes version 3.0.4
  122. - VoxelLib version 2.1.0
  123. JVM Flags: 2 total; -Xmx3072m -XX:MaxPermSize=256m
  124. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  125. Suspicious classes: FML and Forge are installed
  126. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  127. FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_D1 236 mods loaded, 236 mods active
  128. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  129. FML{6.4.49.965} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized
  130. Forge{9.11.1.965} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized
  131. BetterSprinting{v11} [Better Sprinting (core)] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  132. CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  133. InfiniBows{1.2.0 build 14} [Infinity Bow Fix] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  134. Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  135. minecraftloader{0.1} [MinecraftLoader] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  136. NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9 5.59.07 PM.jar) Unloaded->Constructed->Pre-initialized
  137. PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized
  138. TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  139. AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  140. denLib{3.2.6} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  141. ImmibisMicroblocks{57.6.2} [Immibis's Microblocks] (immibis-microblocks-57.6.2.jar) Unloaded->Constructed->Pre-initialized
  142. switches|pistontweak{1.3.0 build 25} [Switches|PistonTweak] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  143. OpenModsCore{@VERSION@} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  144. DenEvents{1.0} [DenEvents] (DenEvents.jar) Unloaded->Constructed->Pre-initialized
  145. mod_MouseTweaks{2.3.4 (for Minecraft 1.6.4)} [Mouse Tweaks] ([1.6.4] Mouse Tweaks 2.3.4.zip) Unloaded->Constructed->Pre-initialized
  146. bspkrsCore{v5.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.3.zip) Unloaded->Constructed->Pre-initialized
  147. mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized
  148. TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed->Pre-initialized
  149. CoFHCore{2.0.0.5} [CoFH Core] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  150. NetherOres{1.6.2R2.2.2} [Nether Ores] (NetherOres-2.2.2-55.jar) Unloaded->Constructed->Pre-initialized
  151. BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  152. UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.114-core.jar) Unloaded->Constructed->Pre-initialized
  153. ForgeMultipart{1.0.0.244} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed->Pre-initialized
  154. ThermalExpansion{3.0.0.5} [Thermal Expansion] (ThermalExpansion-3.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  155. IC2{2.0.397-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.397-experimental.jar) Unloaded->Constructed->Pre-initialized
  156. ImmibisCore{57.1.93} [Immibis Core] (immibis-core-57.1.93.jar) Unloaded->Constructed->Pre-initialized
  157. AdvancedMachines{57.3.1} [Advanced Machines] (advanced-machines-57.3.1.jar) Unloaded->Constructed->Pre-initialized
  158. Agriculture{1.0.0} [Agriculture] (Agriculture-1.6.4-1.2.13.jar) Unloaded->Constructed->Pre-initialized
  159. arsmagica2{1.1.2} [Ars Magica 2] (AM2_1.1.2.zip) Unloaded->Constructed->Pre-initialized
  160. AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI.zip) Unloaded->Constructed->Pre-initialized
  161. AppliedEnergistics{rv14.finale3} [Applied Energistics] (applied-energistics-rv14-finale3.jar) Unloaded->Constructed->Pre-initialized
  162. ArchimedesShipsMod{1.6.4 v1.4.5} [Archimedes' Ships] (Archimedes' Ships.zip) Unloaded->Constructed->Pre-initialized
  163. CalclaviaCore{@MAJOR@.@MINOR@.@REVIS@} [Calclavia] (Calclavia Core-1.1.1.93.jar) Unloaded->Constructed->Pre-initialized
  164. AtomicScience{1.1.0} [Atomic Science] (Atomic-Science-1.1.0.19.jar) Unloaded->Constructed->Pre-initialized
  165. Autoutils{1.0.1} [Autoutils] (autoutils-1.6.4-1.0.1.jar) Unloaded->Constructed->Pre-initialized
  166. Backpack{1.27.34} [Backpack] (Backpack.zip) Unloaded->Constructed->Pre-initialized
  167. FLabsBF{4.0} [BetterFurnaces] (BetterFurnaces.zip) Unloaded->Constructed->Pre-initialized
  168. BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft.zip) Unloaded->Constructed->Pre-initialized
  169. Natura{2.1.14} [Natura] (natura-2.1.14.jar) Unloaded->Constructed->Pre-initialized
  170. BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.434.zip) Unloaded->Constructed->Pre-initialized
  171. BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods Biomes O'Plenty Edition.zip) Unloaded->Constructed->Pre-initialized
  172. BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods Natura Edition.zip) Unloaded->Constructed->Pre-initialized
  173. BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  174. BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  175. BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  176. BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  177. MineFactoryReloaded{1.6.4R2.7.9} [MineFactory Reloaded] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  178. MineFactoryReloaded|CompatForestryPre{1.6.4R2.7.9} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  179. Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded->Constructed->Pre-initialized
  180. BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.3].zip) Unloaded->Constructed->Pre-initialized
  181. Billund{1.01} [BILLUND] (BILLUND1.01.zip) Unloaded->Constructed->Pre-initialized
  182. BinnieCore{1.8.0} [Binnie Core] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized
  183. ExtraBees{1.8.0} [Extra Bees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized
  184. ExtraTrees{1.8.0} [Extra Trees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized
  185. AWWayofTime{v1.0.1} [Blood Magic: Alchemical Wizardry] (Blood Magic Alchemical Wizardry.zip) Unloaded->Constructed->Pre-initialized
  186. BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  187. Additional-Buildcraft-Objects{1.0.6.182} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.0.6.182.jar) Unloaded->Constructed->Pre-initialized
  188. CarpentersBlocks{2.0.8} [Carpenter's Blocks] (Carpenter's Blocks.zip) Unloaded->Constructed->Pre-initialized
  189. carsanddrives{1.0.4} [Cars and Drives] (Cars and Drives.zip) Unloaded->Constructed->Pre-initialized
  190. ChargePads{3.0.0} [Charge Pads] (chargepads-1.6.2-universal-3.0.0.94-experimental.jar) Unloaded->Constructed->Pre-initialized
  191. mod_ChatBubbles{3.1.4.4.0} [MamiyaOtaru's Chat Bubbles] (ChatBubbles1.6.4.zip) Unloaded->Constructed->Pre-initialized
  192. ChickenBones{1.0} [The Chicken Bones Mod: You can pick up chicks!] (ChickenBones.zip) Unloaded->Constructed->Pre-initialized
  193. ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks 1.3.3.4.jar) Unloaded->Constructed->Pre-initialized
  194. Chisel{1.5.0} [Chisel] (chisel-1.6.4-1.5.0fix.jar) Unloaded->Constructed->Pre-initialized
  195. CoFHLoot{2.0.0.5} [CoFH Loot] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  196. CoFHMasquerade{2.0.0.5} [CoFH Masquerade] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  197. CoFHSocial{2.0.0.5} [CoFH Social] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  198. CoFHWorld{2.0.0.5} [CoFH World] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  199. CompactSolars{4.4.20.305} [Compact Solar Arrays] (compactsolars-universal-1.6.4-4.4.20.305.zip) Unloaded->Constructed->Pre-initialized
  200. ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed->Pre-initialized
  201. ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
  202. CoroAI{v1.0} [CoroAI] (CoroUtil for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
  203. craftingpillars{1.4.5} [Crafting Pillars Mod] (Crafting Pillars Mod.zip) Unloaded->Constructed->Pre-initialized
  204. RDMenuServer{2.0.0.2} [RDMenuServer] (CustomMenu.zip) Unloaded->Constructed->Pre-initialized
  205. DamageIndicatorsMod{2.9.2.3} [Damage Indicators] (Damage Indicators.zip) Unloaded->Constructed->Pre-initialized
  206. DeathCounter{2.0.0} [DeathCounter] (DeathCounter2.0.0.zip) Unloaded->Constructed->Pre-initialized
  207. DenPipes-Forestry{1.1.8} [DenPipes-Forestry] (DenPipes-Forestry-1.6.4-1.1.8.jar) Unloaded->Constructed->Pre-initialized
  208. DenPipes-Emerald{1.1.6} [DenPipes-Emerald] (DenPipes-Emerald-1.6.4-1.1.6.jar) Unloaded->Constructed->Pre-initialized
  209. xreliquary{1.6.4-1.1.1} [Reliquary] (Reliquary-1.6.4-1.1.1.jar) Unloaded->Constructed->Pre-initialized
  210. DenPipes{2.1.18} [DenPipes] (DenPipes-1.6.4-2.1.18.jar) Unloaded->Constructed->Pre-initialized
  211. Doca{1.6.2_2.2.4} [DogCatPlus] (DogCatPlus.zip) Unloaded->Constructed->Pre-initialized
  212. DragonMounts{r36} [Dragon Mounts] (dragonmount_r36_mc1.6.x.zip) Unloaded->Constructed->Pre-initialized
  213. SlimevoidLib{2.1.0.0} [Slimevoid Library] (Slimevoid Library.zip) Unloaded->Constructed->Pre-initialized
  214. DynamicTransport{0.1.0.2} [Dynamic Transport] (Dynamic Transport.zip) Unloaded->Constructed->Pre-initialized
  215. eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized
  216. EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized
  217. EE3{0.1} [Equivalent Exchange 3] (EquivalentExchange3-1.6.4-0.1.142.jar) Unloaded->Constructed->Pre-initialized
  218. LomLib{1.2.0} [LomLib] (LomLib-universal-1.2.0.jar) Unloaded->Constructed->Pre-initialized
  219. Equivalency{1.6.4} [Equivalency] (Equivalency-universal-1.6.4.jar) Unloaded->Constructed->Pre-initialized
  220. Erebus{v0.1.0} [Erebus] (Erebus.zip) Unloaded->Constructed->Pre-initialized
  221. ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
  222. factorization{0.8.34} [Factorization] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized
  223. Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized
  224. LogisticsPipes|Main{0.7.4.dev.102} [Logistics Pipes] (LogisticsPipes-MC1.6.4-0.7.4.dev.102.jar) Unloaded->Constructed->Pre-initialized
  225. Waila{1.5.2a} [Waila] (Waila_1.5.2a.zip) Unloaded->Constructed->Pre-initialized
  226. extracells{1.6.8f} [ExtraCells] (ExtraCells-1.6.8f.jar) Unloaded->Constructed->Pre-initialized
  227. ExtraUtilities{1.0.3c} [Extra Utilities] (extrautils-1.0.3c.zip) Unloaded->Constructed->Pre-initialized
  228. factorization.misc{0.8.34} [Factorization Miscellaneous Nonsense] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized
  229. factorization.notify{0.8.34} [Factorization Notification System] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized
  230. factorization.dimensionalSlice{0.8.34} [Factorization Dimensional Slices] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized
  231. FlansMod{4.1.1} [Flans Mod] (FlansMod-4.1.1.jar) Unloaded->Constructed->Pre-initialized
  232. flatsigns{1.4.0} [Flat Signs] (flatsigns-1.6.2-universal-1.4.0.15.jar) Unloaded->Constructed->Pre-initialized
  233. ICBM{1.4.1} [ICBM] (ICBM-1.4.1.115.jar) Unloaded->Constructed->Pre-initialized
  234. ICBM|Sentry{1.4.1} [ICBM|Sentry] (ICBM-1.4.1.115.jar) Unloaded->Constructed->Pre-initialized
  235. ICBM|Explosion{1.4.1} [ICBM|Explosion] (ICBM-1.4.1.115.jar) Unloaded->Constructed->Pre-initialized
  236. GalacticraftCore{2.0.14} [Galacticraft Core] (Galacticraft-1.6.4-2.0.14.1084.jar) Unloaded->Constructed->Pre-initialized
  237. GalacticraftMars{2.0.14} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.14.1084.jar) Unloaded->Constructed->Pre-initialized
  238. GateCopy{3.1.4} [GateCopy] (GateCopy-1.6.4-3.1.4.jar) Unloaded->Constructed->Pre-initialized
  239. iChunUtil{2.4.0} [iChunUtil] (iChunUtil.zip) Unloaded->Constructed->Pre-initialized
  240. GraviGun{2.0.0} [GraviGun] (gravity-gun-2.0.0.zip) Unloaded->Constructed->Pre-initialized
  241. Railcraft{8.4.0.0} [Railcraft] (Railcraft_1.6.4-8.4.0.0.jar) Unloaded->Constructed->Pre-initialized
  242. gregtech_addon{MC162} [GregTech-Addon] (gregtechmod.zip) Unloaded->Constructed->Pre-initialized->Pre-initialized
  243. Hats{2.1.8} [Hats] (Hats2.1.8.zip) Unloaded->Constructed
  244. HatStand{2.1.0} [HatStand] (HatStand2.1.0.zip) Unloaded->Constructed->Pre-initialized
  245. IC2NuclearControl{1.6.2e} [Nuclear Control] (IC2NuclearControl-1.6.2e-ic2-experimental.zip) Unloaded->Constructed->Pre-initialized
  246. InfernalMobs{1.4.4} [Infernal Mobs] (InfernalMobs_1.6.4.zip) Unloaded->Constructed->Pre-initialized
  247. inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
  248. IronChest{5.4.1.702} [Iron Chest] (Iron Chest.zip) Unloaded->Constructed->Pre-initialized
  249. JABBA{1.1.2b} [JABBA] (JABBA.zip) Unloaded->Constructed->Pre-initialized
  250. LittleBlocks{2.2.3.1} [Little Blocks] (Little Blocks.zip) Unloaded->Constructed->Pre-initialized
  251. lucky{4.2.1} [Lucky Block] (Lucky Block.zip) Unloaded->Constructed->Pre-initialized
  252. LLadders{0.2.1} [Luppii's Ladders] (Luppii's Ladders.zip) Unloaded->Constructed->Pre-initialized
  253. TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized
  254. ThaumicTinkererKami{1.0} [Thaumic Tinkerer KAMI] (ThaumicTinkererKAMI_j6.jar) Unloaded->Constructed->Pre-initialized
  255. battlegear2{1.0.5.3} [Mine & Blade Battlegear 2 - Bullseye] (Mine & Blade Battlegear 2 - Bullseye.zip) Unloaded->Constructed->Pre-initialized
  256. ThaumicTinkerer{2.3-140} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-140.jar) Unloaded->Constructed->Pre-initialized
  257. MagicBees{2.1.12} [Magic Bees] (magicbees-2.1.12.jar) Unloaded->Constructed->Pre-initialized
  258. MapWriter{2.0} [MapWriter] (mapwriter.zip) Unloaded->Constructed->Pre-initialized
  259. mcheli{0.7.4} [MC Helicopter] (MC Helicopter.zip) Unloaded->Constructed->Errored
  260. MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  261. MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  262. MineFactoryReloaded|CompatAppliedEnergistics{1.6.4R2.7.9} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  263. MineFactoryReloaded|CompatAtum{1.6.4R2.7.9} [MFR Compat: Atum] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  264. MineFactoryReloaded|CompatBackTools{1.6.4R2.7.9} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  265. MineFactoryReloaded|CompatBuildCraft{1.6.4R2.7.9} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  266. MineFactoryReloaded|CompatChococraft{1.6.4R2.7.9} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  267. MineFactoryReloaded|CompatExtraBiomes{1.6.4R2.7.9} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  268. MineFactoryReloaded|CompatForestry{1.6.4R2.7.9} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  269. MineFactoryReloaded|CompatForgeMicroblock{1.6.4R2.7.9} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  270. MineFactoryReloaded|CompatIC2{1.6.4R2.7.9} [MFR Compat: IC2] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  271. Mystcraft{0.10.12.01} [Mystcraft] (mystcraft-uni-1.6.4-0.10.12.01.zip) Unloaded->Constructed->Pre-initialized
  272. MineFactoryReloaded|CompatMystcraft{1.6.4R2.7.9} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  273. MineFactoryReloaded|CompatPams{1.6.4R2.7.9} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  274. ProjRed|Core{4.3.5.30} [ProjectRed] (ProjectRedBase-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
  275. ProjRed|Exploration{4.3.5.30} [ProjectRed-Exploration] (ProjectRedWorld-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
  276. MineFactoryReloaded|CompatProjRed{1.6.4R2.7.9} [MFR Compat ProjectRed] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  277. MineFactoryReloaded|CompatRailcraft{1.6.4R2.7.9} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  278. MineFactoryReloaded|CompatRP2{1.6.4R2.7.9} [MFR Compat: RP2] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  279. MineFactoryReloaded|CompatSufficientBiomes{1.6.4R2.7.9} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  280. MineFactoryReloaded|CompatThaumcraft{1.6.4R2.7.9} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  281. MineFactoryReloaded|CompatThermalExpansion{1.6.4R2.7.9} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  282. TwilightForest{1.20.2} [The Twilight Forest] (twilightforest-1.20.2.jar) Unloaded->Constructed->Pre-initialized
  283. MineFactoryReloaded|CompatTwilightForest{1.6.4R2.7.9} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  284. MineFactoryReloaded|CompatVanilla{1.6.4R2.7.9} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  285. MineFactoryReloaded|CompatXyCraft{1.6.4R2.7.9} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  286. AS_Minions{1.7.9b} [Minions] (Minions.zip) Unloaded->Constructed->Pre-initialized
  287. GraviSuite{1.9.9a} [Gravitation Suite] (mod_zGraviSuite_1_9_9a_MC_1_6_4_IC_EXP.zip) Unloaded->Constructed->Pre-initialized
  288. BuildMod{v1.0} [Build Mod] (ModBuild for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
  289. ResonantEngine{@MAJOR@.@MINOR@.@REVIS@} [ResonantEngine] (Resonant-Engine-1.2.0.349-universal.jar) Unloaded->Constructed->Pre-initialized
  290. MFFS{3.6.3} [Modular Force Field System] (Modular-Force-Field-System-3.6.3.91-core.jar) Unloaded->Constructed->Pre-initialized
  291. numina{0.1.2-55} [Numina] (Numina-1.6.2-0.1.2-55.jar) Unloaded->Constructed->Pre-initialized
  292. powersuits{0.10.0-91} [MachineMuse's Modular Powersuits] (modular-powersuits-1.6.4-0.10.0-91.jar) Unloaded->Constructed->Pre-initialized
  293. nohero_morehealth{5.2} [More Health Forge] (More Health Enhanced 5.2 Universal.zip) Unloaded->Constructed->Pre-initialized
  294. More Pistons{1.4.1 [Build Smeagol]} [More Pistons] (More Pistons - 1.6.4 - 1.4.1 build Smeagol.zip) Unloaded->Constructed->Pre-initialized
  295. Morph{0.7.0} [Morph] (Morph.zip) Unloaded->Constructed->Pre-initialized
  296. cfm{3.2.9.2} [§6MrCrayfish's Furniture Mod] (MrCrayfish's Furniture Mod.zip) Unloaded->Constructed->Pre-initialized
  297. MutantCreatures{1.4.4} [Mutant Creatures] (Mutant Creatures.zip) Unloaded->Constructed->Pre-initialized
  298. NEIPlugins{1.1.0.6} [NEI Plugins] (nei-plugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized
  299. NEIAddons{1.10.4.64} [NEI Addons] (neiaddons-mc164-1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
  300. NEIAddons|AE{1.10.4.64} [NEI Addons: Applied Energistics] (neiaddons-mc164-1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
  301. NEIAddons|MiscPeripherals{1.10.4.64} [NEI Addons: Misc Peripherals] (neiaddons-mc164-1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
  302. NEIAddons|ExtraBees{1.10.4.64} [NEI Addons: Extra Bees] (neiaddons-mc164-1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
  303. NEIAddons|Forestry{1.10.4.64} [NEI Addons: Forestry] (neiaddons-mc164-1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
  304. NEIAddons|CraftingTables{1.10.4.64} [NEI Addons: Crafting Tables] (neiaddons-mc164-1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
  305. NotEnoughCodecs{0.1} [NotEnoughCodecs] (NotEnoughCodecs-0.1.jar) Unloaded->Constructed->Pre-initialized
  306. notenoughkeys{0.0.4} [Not Enough Keys] (NotEnoughKeys-1.6.4-0.0.4.zip) Unloaded->Constructed->Pre-initialized
  307. ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized
  308. OpenMods{0.5} [OpenMods] (OpenModsLib-0.5.jar) Unloaded->Constructed->Pre-initialized
  309. ProjRed|Transmission{4.3.5.30} [ProjectRed-Transmission] (ProjectRedIntegration-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
  310. OpenPeripheralCore{0.3.1} [OpenPeripheralCore] (OpenPeripheralCore-0.3.1.jar) Unloaded->Constructed->Pre-initialized
  311. OpenPeripheral{0.1.1} [OpenPeripheralAddons] (OpenPeripheralAddons-0.1.1.jar) Unloaded->Constructed->Pre-initialized
  312. OpenBlocks{1.2.8} [OpenBlocks] (OpenBlocks-1.2.8.jar) Unloaded->Constructed->Pre-initialized
  313. OB{1.1.1} [Orbital Bombardment] (OrbitalBombardment_1.1.1-1.6.4.zip) Unloaded->Constructed->Pre-initialized
  314. OreSpawn{164.18} [OreSpawn] (orespawn164v18.zip) Unloaded->Constructed->Pre-initialized
  315. PluginsforForestry{3.2.30} [PluginsforForestry] (PluginsforForestry-1.6.4-3.2.30.jar) Unloaded->Constructed->Pre-initialized
  316. PortalGun{2.0.2} [PortalGun] (PortalGun2.0.2.zip) Unloaded->Constructed->Pre-initialized
  317. powersuitaddons{@VERSION@} [Andrew's Modular Powersuits Addons] (powersuitaddons-1.6.4-884.jar) Unloaded->Constructed->Pre-initialized
  318. ProjRed|Transportation{4.3.5.30} [ProjectRed-Transportation] (ProjectRedMechanical-BETA-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
  319. ProjRed|Compatibility{4.3.5.30} [ProjectRed-Compatibility] (ProjectRedCompat-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
  320. ProjRed|Integration{4.3.5.30} [ProjectRed-Integration] (ProjectRedIntegration-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
  321. ProjRed|Illumination{4.3.5.30} [ProjectRed-Illumination] (ProjectRedLighting-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
  322. ProjRed|Expansion{4.3.5.30} [ProjectRed-Expansion] (ProjectRedMechanical-BETA-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
  323. QuantumCraft{1.02_mc164} [qCraft] (qCraft1.02_mc164.zip) Unloaded->Constructed->Pre-initialized
  324. QuarryPlus{1.0.0} [QuarryPlus] (QuarryPlus-1.6.4-1.0.3.jar) Unloaded->Constructed->Pre-initialized
  325. Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized
  326. RefinedRelocation{1.0.4e} [Refined Relocation] (Refined Relocation.zip) Unloaded->Constructed->Pre-initialized
  327. Roguelike{1.3.1} [Roguelike Dungeons] (Roguelike Dungeons.zip) Unloaded->Constructed->Pre-initialized
  328. AS_Ruins{11.0} [Ruins Spawning System] (Ruins Spawning System.zip) Unloaded->Constructed->Pre-initialized
  329. SaintsPack{0.5} [Saintspack] (Saintspack.zip) Unloaded->Constructed->Pre-initialized
  330. secretroomsmod{4.6.2} [The SecretRoomsMod] (SecretRoomsMod.zip) Unloaded->Constructed->Pre-initialized
  331. Shatter{2.0.2} [Shatter] (Shatter2.0.2.zip) Unloaded->Constructed->Pre-initialized
  332. SS2{2 (build 2)} [Soul Shards 2] (SoulShards-2.0.15-universal-srg.jar) Unloaded->Constructed->Pre-initialized
  333. SparklezBlock{1.0.0 Alpha} [Sparklez Block] (SparklezBlockBeta+MultiplayerSupport.zip) Unloaded->Constructed->Pre-initialized
  334. SpecialMobs{2.6} [Special Mobs] (SpecialMobs 2.6 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized
  335. SSR{Alpha 0.8c} [Soul Shards Reborn] (SSR_v0.8c.zip) Unloaded->Constructed->Pre-initialized
  336. modJ_StarMiner{0.9.6} [StarMiner] (StarMiner.zip) Unloaded->Constructed->Pre-initialized
  337. StevesCarts{2.0.0.b10} [Steve's Carts 2] (StevesCarts2.0.0.b10.zip) Unloaded->Constructed->Pre-initialized
  338. Streak{2.1.0} [Streak] (Streak2.1.0.zip) Unloaded->Constructed->Pre-initialized
  339. mod_Unlimited{2.3} [mod_Unlimited] (Superheroes Unlimited Mod.zip) Unloaded->Constructed->Pre-initialized
  340. switches{1.3.0} [Switches] (switches-1.6.4-universal-coremod-1.3.0.25.jar) Unloaded->Constructed->Pre-initialized
  341. Sync{2.2.2} [Sync] (Sync2.2.2.zip) Unloaded->Constructed->Pre-initialized
  342. telepads{1.6.4 v5} [Teleportation Pads] (TelePads 1.6.4 v5.zip) Unloaded->Constructed->Pre-initialized
  343. farlanders{1.1c} [The Farlanders] (The Farlanders.zip) Unloaded->Constructed->Pre-initialized
  344. TiCTooltips{1.1.6} [TiC Tooltips] (TiCTooltips-mc1.6.4-1.1.6.jar) Unloaded->Constructed->Pre-initialized
  345. TMechworks{19.d4b8fa0} [Tinkers' Mechworks] (TMechworks_mc1.6.4_0.1.4.2.jar) Unloaded->Constructed->Pre-initialized
  346. Torched{2.0.0} [Torched] (Torched2.0.0.zip) Unloaded->Constructed->Pre-initialized
  347. TorchLevers{1.3.2} [Torch Levers] (TorchLeversV1.3.2.jar) Unloaded->Constructed->Pre-initialized
  348. tradeboothmod{0.6.4.2} [Trade Booth Mod] (tradebooth.0.6.4.2.zip) Unloaded->Constructed->Pre-initialized
  349. TrailMix{2.0.0} [TrailMix] (TrailMix2.0.0.zip) Unloaded->Constructed->Pre-initialized
  350. Translocator{1.1.0.15} [Translocator] (Translocator 1.1.0.15.jar) Unloaded->Constructed->Pre-initialized
  351. tropicraftmod{v5.1.7 for MC 1.6.4} [Tropicraft] (Tropicraft v5.1.7 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized
  352. volleyballmod{v5.1.7 for MC 1.6.4} [Volleyball] (Tropicraft v5.1.7 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized
  353. VillageMods{1.2c} [Village Mods] (Village Density.zip) Unloaded->Constructed->Pre-initialized
  354. VillageBiomes{1.2c} [Village Biomes] (Village Density.zip) Unloaded->Constructed->Pre-initialized
  355. VillageDensity{1.2} [Village Density] (Village Density.zip) Unloaded->Constructed->Pre-initialized
  356. AIBlock{v1.0} [AIBlock] (Weather v1.591 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
  357. WeatherMod{1.591} [Weather and Tornadoes] (Weather v1.591 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
  358. WR-CBE|Core{1.4.0.7} [WR-CBE Core] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized
  359. WR-CBE|Addons{1.4.0.7} [WR-CBE Addons] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized
  360. WR-CBE|Logic{1.4.0.7} [WR-CBE Logic] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized
  361. mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4.zip) Unloaded->Constructed->Pre-initialized
  362. McMultipart{1.0.0.244} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed->Pre-initialized
  363. ForgeMicroblock{1.0.0.244} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed->Pre-initialized
  364. TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: gregtech_addon, optifine
  365. Launched Version: 1.6.4-Forge9.11.1.965
  366. LWJGL: 2.9.0
  367. OpenGL: AMD Radeon HD 6750M OpenGL Engine GL version 2.1 ATI-1.8.19, ATI Technologies Inc.
  368. Is Modded: Definitely; Client brand changed to 'fml,forge'
  369. Type: Client (map_client.txt)
  370. Resource Pack: Default
  371. Current Language: English (US)
  372. Profiler Position: N/A (disabled)
  373. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement