Advertisement
Guest User

Untitled

a guest
May 30th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.23 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Who set us up the TNT?
  3.  
  4. Time: 30-05-15 20:36
  5. Description: Initializing game
  6.  
  7. java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\skimok\AppData\Roaming\.minecraft\config\multipart.cfg (Processen kan ikke få adgang til filen, da den bruges af en anden proces)
  8. at codechicken.lib.config.ConfigFile.saveConfig(ConfigFile.java:98)
  9. at codechicken.lib.config.ConfigTag.saveConfig(ConfigTag.java:29)
  10. at codechicken.lib.config.ConfigTag.useBraces(ConfigTag.java:195)
  11. at codechicken.microblock.handler.MicroblockProxy_serverImpl.createSaw(proxies.scala:54)
  12. at codechicken.microblock.handler.MicroblockProxy_serverImpl.preInit(proxies.scala:41)
  13. at codechicken.microblock.handler.MicroblockMod$.preInit(MicroblockMod.scala:20)
  14. at codechicken.microblock.handler.MicroblockMod.preInit(MicroblockMod.scala)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  18. at java.lang.reflect.Method.invoke(Method.java:483)
  19. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:530)
  20. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:483)
  23. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  24. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  25. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  26. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  27. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  28. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:215)
  29. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:193)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  33. at java.lang.reflect.Method.invoke(Method.java:483)
  34. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  35. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  36. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  37. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  38. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  39. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  40. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:518)
  41. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:253)
  42. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  43. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  44. at net.minecraft.client.main.Main.main(SourceFile:148)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  48. at java.lang.reflect.Method.invoke(Method.java:483)
  49. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  50. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  51. Caused by: java.io.FileNotFoundException: C:\Users\skimok\AppData\Roaming\.minecraft\config\multipart.cfg (Processen kan ikke få adgang til filen, da den bruges af en anden proces)
  52. at java.io.FileOutputStream.open(Native Method)
  53. at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
  54. at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
  55. at java.io.PrintWriter.<init>(PrintWriter.java:263)
  56. at codechicken.lib.config.ConfigFile.saveConfig(ConfigFile.java:96)
  57. ... 42 more
  58.  
  59.  
  60. A detailed walkthrough of the error, its code path and all known details is as follows:
  61. ---------------------------------------------------------------------------------------
  62.  
  63. -- Head --
  64. Stacktrace:
  65. at codechicken.lib.config.ConfigFile.saveConfig(ConfigFile.java:98)
  66. at codechicken.lib.config.ConfigTag.saveConfig(ConfigTag.java:29)
  67. at codechicken.lib.config.ConfigTag.useBraces(ConfigTag.java:195)
  68. at codechicken.microblock.handler.MicroblockProxy_serverImpl.createSaw(proxies.scala:54)
  69. at codechicken.microblock.handler.MicroblockProxy_serverImpl.preInit(proxies.scala:41)
  70. at codechicken.microblock.handler.MicroblockMod$.preInit(MicroblockMod.scala:20)
  71. at codechicken.microblock.handler.MicroblockMod.preInit(MicroblockMod.scala)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  73. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  74. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  75. at java.lang.reflect.Method.invoke(Method.java:483)
  76. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:530)
  77. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  78. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  79. at java.lang.reflect.Method.invoke(Method.java:483)
  80. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  81. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  82. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  83. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  84. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  85. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:215)
  86. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:193)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  88. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  89. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  90. at java.lang.reflect.Method.invoke(Method.java:483)
  91. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  92. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  93. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  94. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  95. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  96. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  97. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:518)
  98. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:253)
  99. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  100.  
  101. -- Initialization --
  102. Details:
  103. Stacktrace:
  104. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  105. at net.minecraft.client.main.Main.main(SourceFile:148)
  106. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  107. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  108. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  109. at java.lang.reflect.Method.invoke(Method.java:483)
  110. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  111. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  112.  
  113. -- System Details --
  114. Details:
  115. Minecraft Version: 1.7.10
  116. Operating System: Windows 7 (amd64) version 6.1
  117. Java Version: 1.8.0_25, Oracle Corporation
  118. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  119. Memory: 1258787816 bytes (1200 MB) / 2063597568 bytes (1968 MB) up to 2863661056 bytes (2731 MB)
  120. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -Xms1g -XX:MaxPermSize=250m
  121. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  122. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  123. FML: MCP v9.05 FML v7.10.118.1389 Minecraft Forge 10.13.3.1389 116 mods loaded, 116 mods active
  124. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  125. FML{7.10.118.1389} [Forge Mod Loader] (forge-1.7.10-10.13.3.1389-1710ls.jar) Unloaded->Constructed->Pre-initialized
  126. Forge{10.13.3.1389} [Minecraft Forge] (forge-1.7.10-10.13.3.1389-1710ls.jar) Unloaded->Constructed->Pre-initialized
  127. Aroma1997Core{1.0.2.13} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.13.jar) Unloaded->Constructed->Pre-initialized
  128. CodeChickenCore{1.0.5.37} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  129. MobiusCore{1.2.5} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  130. NotEnoughItems{1.0.4.95} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.95-universal.jar) Unloaded->Constructed->Pre-initialized
  131. OpenComputers|Core{1.0.0} [OpenComputers (Core)] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  132. ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  133. <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  134. Aroma1997CoreHelper{1.0.2.13} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.13.jar) Unloaded->Constructed->Pre-initialized
  135. Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar) Unloaded->Constructed->Pre-initialized
  136. CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar) Unloaded->Constructed->Pre-initialized
  137. asielib{0.4.0} [asielib] (AsieLib-1.7.10-0.4.0-unstable.jar) Unloaded->Constructed->Pre-initialized
  138. bdlib{1.7.1.71} [BD Lib] (bdlib-mc1710-1.7.1.71.jar) Unloaded->Constructed->Pre-initialized
  139. BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized
  140. Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized
  141. Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded->Constructed->Pre-initialized
  142. BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar) Unloaded->Constructed->Pre-initialized
  143. BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar) Unloaded->Constructed->Pre-initialized
  144. IC2{2.2.717-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.717-experimental.jar) Unloaded->Constructed->Pre-initialized
  145. BuildCraft|Core{6.4.14} [BuildCraft] (buildcraft-6.4.14.jar) Unloaded->Constructed->Pre-initialized
  146. Forestry{3.5.4.13} [Forestry for Minecraft] (forestry_1.7.10-3.5.4.13.jar) Unloaded->Constructed->Pre-initialized
  147. BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar) Unloaded->Constructed->Pre-initialized
  148. BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar) Unloaded->Constructed->Pre-initialized
  149. ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0-81.jar) Unloaded->Constructed->Pre-initialized
  150. ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar) Unloaded->Constructed->Pre-initialized
  151. BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar) Unloaded->Constructed->Pre-initialized
  152. BinnieCore{2.0-pre8} [Binnie Core] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized
  153. Botany{2.0-pre8} [Botany] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized
  154. ExtraBees{2.0-pre8} [Extra Bees] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized
  155. ExtraTrees{2.0-pre8} [Extra Trees] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized
  156. Genetics{2.0-pre8} [Genetics] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized
  157. AWWayofTime{v1.3.2} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.2-1.jar) Unloaded->Constructed->Pre-initialized
  158. BuildCraft|Transport{6.4.14} [BC Transport] (buildcraft-6.4.14.jar) Unloaded->Constructed->Pre-initialized
  159. BuildCraft|Silicon{6.4.14} [BC Silicon] (buildcraft-6.4.14.jar) Unloaded->Constructed->Pre-initialized
  160. BuildCraft|Builders{6.4.14} [BC Builders] (buildcraft-6.4.14.jar) Unloaded->Constructed->Pre-initialized
  161. BuildCraft|Energy{6.4.14} [BC Energy] (buildcraft-6.4.14.jar) Unloaded->Constructed->Pre-initialized
  162. BuildCraft|Factory{6.4.14} [BC Factory] (buildcraft-6.4.14.jar) Unloaded->Constructed->Pre-initialized
  163. BuildCraft|Compat{6.4.0} [BuildCraft Compat] (buildcraft-compat-6.4.2.jar) Unloaded->Constructed->Pre-initialized
  164. CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized
  165. Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) Unloaded->Constructed->Pre-initialized
  166. Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) Unloaded->Constructed->Pre-initialized
  167. Railcraft{9.6.1.0} [Railcraft] (Railcraft_1.7.10-9.6.1.0.jar) Unloaded->Constructed->Pre-initialized
  168. CartLivery{0.11.1} [Cart Livery] (CartLivery-1.7.10-0.11.1.jar) Unloaded->Constructed->Pre-initialized
  169. ForgeMultipart{1.1.2.331} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar) Unloaded->Constructed->Pre-initialized
  170. chisel{2.3.10.37} [Chisel 2] (Chisel2-2.3.10.37.jar) Unloaded->Constructed->Pre-initialized
  171. ComputerCraft{1.73} [ComputerCraft] (ComputerCraft1.73.jar) Unloaded->Constructed->Pre-initialized
  172. MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  173. Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) Unloaded->Constructed->Pre-initialized
  174. MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar) Unloaded->Constructed->Pre-initialized
  175. Mekanism{8.1.2} [Mekanism] (Mekanism-1.7.10-8.1.2.229.jar) Unloaded->Constructed->Pre-initialized
  176. EnderIO{1.7.10-2.3.0.375_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.375_beta.jar) Unloaded->Constructed->Pre-initialized
  177. MrTJPCoreMod{1.0.5.12} [MrTJPCore] (MrTJPCore-1.7.10-1.0.5.12-universal.jar) Unloaded->Constructed->Pre-initialized
  178. ProjRed|Core{4.5.16.77} [ProjectRed] (ProjectRed-1.7.10-4.5.16.77-Base.jar) Unloaded->Constructed->Pre-initialized
  179. ProjRed|Transmission{4.5.16.77} [ProjectRed-Transmission] (ProjectRed-1.7.10-4.5.16.77-Integration.jar) Unloaded->Constructed->Pre-initialized
  180. OpenComputers{1.5.9.21} [OpenComputers] (OpenComputers-MC1.7.10-1.5.9.21-universal.jar) Unloaded->Constructed->Pre-initialized
  181. computronics{1.5.0} [Computronics] (Computronics-1.7.10-1.5.0-unstable.jar) Unloaded->Constructed->Pre-initialized
  182. props{1.12} [Decocraft] (Decocraft-v1.12b_1.7.10.jar) Unloaded->Constructed->Pre-initialized
  183. extracarts{1.7.10-0.8.0} [Extra Carts] (ExtraCarts-1.7.10-0.8.0.jar) Unloaded->Constructed->Pre-initialized
  184. TConstruct{1.7.10-1.8.4.build939} [Tinkers' Construct] (TConstruct-1.7.10-1.8.4a.jar) Unloaded->Constructed->Pre-initialized
  185. Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar) Unloaded->Constructed->Pre-initialized
  186. harvestcraft{1.7.10g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10h.jar) Unloaded->Constructed->Pre-initialized
  187. ExtraTiC{1.4.4} [ExtraTiC] (ExtraTiC-1.7.10-1.4.4.jar) Unloaded->Constructed->Pre-initialized
  188. FastCraft{1.11} [FastCraft] (fastcraft-1.11_debug2.jar) Unloaded->Constructed->Pre-initialized
  189. IC2NuclearControl{2.2.1a-Yolo} [Nuclear Control 2] (IC2NuclearControl-2.2.1a-Yolo.jar) Unloaded->Constructed->Pre-initialized
  190. inventorytweaks{1.59-dev-156-af3bc68} [Inventory Tweaks] (InventoryTweaks-1.59-dev-156.jar) Unloaded->Constructed->Pre-initialized
  191. IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) Unloaded->Constructed->Pre-initialized
  192. JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar) Unloaded->Constructed->Pre-initialized
  193. LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar) Unloaded->Constructed->Pre-initialized
  194. MekanismGenerators{8.1.2} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.2.229.jar) Unloaded->Constructed->Pre-initialized
  195. MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  196. MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  197. MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  198. MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  199. MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  200. MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  201. MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  202. MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  203. MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  204. Mystcraft{0.11.5.00} [Mystcraft] (mystcraft-1.7.10-0.11.5.00.jar) Unloaded->Constructed->Pre-initialized
  205. MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  206. ProjRed|Exploration{4.5.16.77} [ProjectRed-Exploration] (ProjectRed-1.7.10-4.5.16.77-World.jar) Unloaded->Constructed->Pre-initialized
  207. MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  208. MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  209. MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  210. MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  211. MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  212. MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  213. MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  214. MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized
  215. Morpheus{1.7.10-1.6.4} [Morpheus] (Morpheus-1.7.10-1.6.4.jar) Unloaded->Constructed->Pre-initialized
  216. NEIAddons{1.12.5.17} [NEI Addons] (neiaddons-mc1710-1.12.5.17.jar) Unloaded->Constructed->Pre-initialized
  217. NEIAddons|Botany{1.12.5.17} [NEI Addons: Botany] (neiaddons-mc1710-1.12.5.17.jar) Unloaded->Constructed->Pre-initialized
  218. NEIAddons|Forestry{1.12.5.17} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.5.17.jar) Unloaded->Constructed->Pre-initialized
  219. NEIAddons|CraftingTables{1.12.5.17} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.5.17.jar) Unloaded->Constructed->Pre-initialized
  220. NEIAddons|ExNihilo{1.12.5.17} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.5.17.jar) Unloaded->Constructed->Pre-initialized
  221. neiintegration{1.0.9} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.9.jar) Unloaded->Constructed->Pre-initialized
  222. NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar) Unloaded->Constructed->Pre-initialized
  223. MapWriter{2.1.2} [MapWriter] (Opis-1.2.5_1.7.10.jar) Unloaded->Constructed->Pre-initialized
  224. Opis{1.2.5} [Opis] (Opis-1.2.5_1.7.10.jar) Unloaded->Constructed->Pre-initialized
  225. planetguyLib{1.5} [planetguyLib] (PlanetguyLib-1.5.jar) Unloaded->Constructed->Pre-initialized
  226. ProjRed|Compatibility{4.5.16.77} [ProjectRed-Compatibility] (ProjectRed-1.7.10-4.5.16.77-Compat.jar) Unloaded->Constructed->Pre-initialized
  227. ProjRed|Integration{4.5.16.77} [ProjectRed-Integration] (ProjectRed-1.7.10-4.5.16.77-Integration.jar) Unloaded->Constructed->Pre-initialized
  228. ProjRed|Illumination{4.5.16.77} [ProjectRed-Illumination] (ProjectRed-1.7.10-4.5.16.77-Lighting.jar) Unloaded->Constructed->Pre-initialized
  229. JAKJ_RedstoneInMotion{2.5.4} [Remain In Motion] (RemainInMotion-2.5.4.jar) Unloaded->Constructed->Pre-initialized
  230. RGMF{V.37} [RGMF] (rgmf-1.7.10-0.38.jar) Unloaded->Constructed->Pre-initialized
  231. RWG{Alpha 1.3.2} [Realistic World Gen Alpha] (RWG-alpha-1.3.2.jar) Unloaded->Constructed->Pre-initialized
  232. Schematica{1.7.5.117} [Schematica] (Schematica-1.7.10-1.7.5.117-universal.jar) Unloaded->Constructed->Pre-initialized
  233. ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar) Unloaded->Constructed->Pre-initialized
  234. TiCTooltips{1.2.3} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.3.jar) Unloaded->Constructed->Pre-initialized
  235. TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar) Unloaded->Constructed->Pre-initialized
  236. WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar) Unloaded->Constructed->Pre-initialized
  237. McMultipart{1.1.2.331} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar) Unloaded->Constructed->Pre-initialized
  238. aobd{2.5.0} [Another One Bites The Dust] (AOBD-2.5.0.jar) Unloaded->Constructed->Pre-initialized
  239. ForgeMicroblock{1.1.2.331} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar) Unloaded->Constructed->Errored
  240. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 352.86' Renderer: 'GeForce GTX 760/PCIe/SSE2'
  241. CoFHCore: -[1.7.10]3.0.2-262
  242. Mantle Environment: Environment healthy.
  243. ThermalFoundation: -[1.7.10]1.0.0-81
  244. ThermalExpansion: -[1.7.10]4.0.1-182
  245. MineFactoryReloaded: -[1.7.10]2.8.0-104
  246. TConstruct Environment: Environment healthy.
  247. NetherOres: -[1.7.10]2.3.0-12
  248. List of loaded APIs:
  249. * appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-164.jar
  250. * asielibAPI (1.1) from AsieLib-1.7.10-0.4.0-unstable.jar
  251. * asielibAPI|chat (1.0) from AsieLib-1.7.10-0.4.0-unstable.jar
  252. * asielibAPI|tile (1.0) from AsieLib-1.7.10-0.4.0-unstable.jar
  253. * asielibAPI|tool (1.1) from AsieLib-1.7.10-0.4.0-unstable.jar
  254. * Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
  255. * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar
  256. * BuildCraftAPI|blueprints (1.2) from buildcraft-6.4.14.jar
  257. * BuildCraftAPI|boards (1.0) from buildcraft-6.4.14.jar
  258. * BuildCraftAPI|core (1.0) from Railcraft_1.7.10-9.6.1.0.jar
  259. * BuildCraftAPI|events (1.0) from buildcraft-6.4.14.jar
  260. * BuildCraftAPI|facades (1.0) from buildcraft-6.4.14.jar
  261. * BuildCraftAPI|filler (3.0) from buildcraft-6.4.14.jar
  262. * BuildCraftAPI|fuels (2.0) from buildcraft-6.4.14.jar
  263. * BuildCraftAPI|gates (4.0) from buildcraft-6.4.14.jar
  264. * BuildCraftAPI|items (1.0) from buildcraft-6.4.14.jar
  265. * BuildCraftAPI|power (1.3) from buildcraft-6.4.14.jar
  266. * BuildCraftAPI|recipes (2.1) from buildcraft-6.4.14.jar
  267. * BuildCraftAPI|robots (1.0) from buildcraft-6.4.14.jar
  268. * BuildCraftAPI|statements (1.0) from Railcraft_1.7.10-9.6.1.0.jar
  269. * BuildCraftAPI|tiles (1.1) from buildcraft-6.4.14.jar
  270. * BuildCraftAPI|tools (1.0) from Railcraft_1.7.10-9.6.1.0.jar
  271. * BuildCraftAPI|transport (4.0) from buildcraft-6.4.14.jar
  272. * ChiselAPI (0.0.2) from Chisel2-2.3.10.37.jar
  273. * ChiselAPI|Carving (0.0.2) from Chisel2-2.3.10.37.jar
  274. * CoFHAPI (1.7.10R1.0.2) from forestry_1.7.10-3.5.4.13.jar
  275. * CoFHAPI|block (1.7.10R1.0.4) from CoFHLib-[1.7.10]1.0.1-151.jar
  276. * CoFHAPI|core (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
  277. * CoFHAPI|energy (1.7.10R1.0.4) from CoFHLib-[1.7.10]1.0.1-151.jar
  278. * CoFHAPI|fluid (1.7.10R1.0.5) from CoFHLib-[1.7.10]1.0.1-151.jar
  279. * CoFHAPI|inventory (1.7.10R1.0.4) from CoFHLib-[1.7.10]1.0.1-151.jar
  280. * CoFHAPI|item (1.7.10R1.0.4) from CoFHLib-[1.7.10]1.0.1-151.jar
  281. * CoFHAPI|modhelpers (1.7.10R1.0.4) from CoFHLib-[1.7.10]1.0.1-151.jar
  282. * CoFHAPI|tileentity (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
  283. * CoFHAPI|transport (1.7.10R1.0.1) from buildcraft-compat-6.4.2.jar
  284. * CoFHAPI|world (1.7.10R1.0.4) from CoFHLib-[1.7.10]1.0.1-151.jar
  285. * CoFHLib (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  286. * CoFHLib|audio (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  287. * CoFHLib|gui (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.1-151.jar
  288. * CoFHLib|gui|container (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.1-151.jar
  289. * CoFHLib|gui|element (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.1-151.jar
  290. * CoFHLib|gui|element|listbox (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  291. * CoFHLib|gui|slot (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.1-151.jar
  292. * CoFHLib|inventory (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  293. * CoFHLib|render (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.1-151.jar
  294. * CoFHLib|render|particle (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.1-151.jar
  295. * CoFHLib|util (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  296. * CoFHLib|util|helpers (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  297. * CoFHLib|util|position (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.1-151.jar
  298. * CoFHLib|world (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  299. * CoFHLib|world|feature (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.1-151.jar
  300. * ComputerCraft|API (1.73) from ComputerCraft1.73.jar
  301. * ComputerCraft|API|FileSystem (1.73) from ComputerCraft1.73.jar
  302. * ComputerCraft|API|Lua (1.73) from ComputerCraft1.73.jar
  303. * ComputerCraft|API|Media (1.73) from ComputerCraft1.73.jar
  304. * ComputerCraft|API|Peripheral (1.73) from ComputerCraft1.73.jar
  305. * ComputerCraft|API|Redstone (1.73) from ComputerCraft1.73.jar
  306. * ComputerCraft|API|Turtle (1.73) from ComputerCraft1.73.jar
  307. * computronicsAPI (1.2) from Computronics-1.7.10-1.5.0-unstable.jar
  308. * computronicsAPI|chat (1.2) from Computronics-1.7.10-1.5.0-unstable.jar
  309. * computronicsAPI|multiperipheral (1.1) from Computronics-1.7.10-1.5.0-unstable.jar
  310. * computronicsAPI|tape (1.0) from Computronics-1.7.10-1.5.0-unstable.jar
  311. * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.375_beta.jar
  312. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.375_beta.jar
  313. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.375_beta.jar
  314. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.375_beta.jar
  315. * ForestryAPI|apiculture (2.6.0) from forestry_1.7.10-3.5.4.13.jar
  316. * ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.5.4.13.jar
  317. * ForestryAPI|circuits (1.1.0) from forestry_1.7.10-3.5.4.13.jar
  318. * ForestryAPI|core (2.6.1) from forestry_1.7.10-3.5.4.13.jar
  319. * ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.5.4.13.jar
  320. * ForestryAPI|food (1.1.0) from forestry_1.7.10-3.5.4.13.jar
  321. * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.5.4.13.jar
  322. * ForestryAPI|genetics (2.7.0) from forestry_1.7.10-3.5.4.13.jar
  323. * ForestryAPI|hives (4.0.0) from forestry_1.7.10-3.5.4.13.jar
  324. * ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.5.4.13.jar
  325. * ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.5.4.13.jar
  326. * ForestryAPI|recipes (2.1.0) from forestry_1.7.10-3.5.4.13.jar
  327. * ForestryAPI|storage (2.3.0) from forestry_1.7.10-3.5.4.13.jar
  328. * ForestryAPI|world (1.1.0) from forestry_1.7.10-3.5.4.13.jar
  329. * IC2API (1.0) from Railcraft_1.7.10-9.6.1.0.jar
  330. * MekanismAPI|core (8.0.0) from EnderIO-1.7.10-2.3.0.375_beta.jar
  331. * MekanismAPI|energy (8.0.0) from EnderIO-1.7.10-2.3.0.375_beta.jar
  332. * MekanismAPI|gas (8.0.0) from EnderIO-1.7.10-2.3.0.375_beta.jar
  333. * MekanismAPI|infuse (8.0.0) from EnderIO-1.7.10-2.3.0.375_beta.jar
  334. * MekanismAPI|laser (8.0.0) from EnderIO-1.7.10-2.3.0.375_beta.jar
  335. * MekanismAPI|reactor (8.0.0) from EnderIO-1.7.10-2.3.0.375_beta.jar
  336. * MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.2.229.jar
  337. * MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.2.229.jar
  338. * MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.2.229.jar
  339. * MetallurgyAPI (2.0.1) from Metallurgy-1.7.10-4.0.8.97.jar
  340. * Mystcraft|API (0.1) from mystcraft-1.7.10-0.11.5.00.jar
  341. * NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.2.1a-Yolo.jar
  342. * OpenComputersAPI|Component (5.2.3) from OpenComputers-MC1.7.10-1.5.9.21-universal.jar
  343. * OpenComputersAPI|Core (5.2.3) from OpenComputers-MC1.7.10-1.5.9.21-universal.jar
  344. * OpenComputersAPI|Driver (5.2.3) from OpenComputers-MC1.7.10-1.5.9.21-universal.jar
  345. * OpenComputersAPI|Driver|Item (5.2.3) from OpenComputers-MC1.7.10-1.5.9.21-universal.jar
  346. * OpenComputersAPI|Event (5.2.3) from OpenComputers-MC1.7.10-1.5.9.21-universal.jar
  347. * OpenComputersAPI|FileSystem (5.2.3) from OpenComputers-MC1.7.10-1.5.9.21-universal.jar
  348. * OpenComputersAPI|Internal (5.2.3) from OpenComputers-MC1.7.10-1.5.9.21-universal.jar
  349. * OpenComputersAPI|Machine (5.2.3) from OpenComputers-MC1.7.10-1.5.9.21-universal.jar
  350. * OpenComputersAPI|Manual (5.2.3) from OpenComputers-MC1.7.10-1.5.9.21-universal.jar
  351. * OpenComputersAPI|Network (5.2.3) from OpenComputers-MC1.7.10-1.5.9.21-universal.jar
  352. * OpenComputersAPI|Prefab (5.2.3) from OpenComputers-MC1.7.10-1.5.9.21-universal.jar
  353. * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  354. * RailcraftAPI|carts (1.3.1) from Railcraft_1.7.10-9.6.1.0.jar
  355. * RailcraftAPI|core (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
  356. * RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  357. * RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.6.1.0.jar
  358. * RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  359. * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  360. * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.6.1.0.jar
  361. * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  362. * RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.6.1.0.jar
  363. * RailcraftAPI|signals (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
  364. * RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  365. * SchematicaAPI (1.1) from Schematica-1.7.10-1.7.5.117-universal.jar
  366. * SchematicaAPI|Events (1.0) from Schematica-1.7.10-1.7.5.117-universal.jar
  367. * Thaumcraft|API (4.2.0.0) from Pam's HarvestCraft 1.7.10h.jar
  368. * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
  369. Launched Version: 1.7.10-Forge10.13.3.1389-1710ls
  370. LWJGL: 2.9.1
  371. OpenGL: GeForce GTX 760/PCIe/SSE2 GL version 4.5.0 NVIDIA 352.86, NVIDIA Corporation
  372. GL Caps: Using GL 1.3 multitexturing.
  373. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  374. Anisotropic filtering is supported and maximum anisotropy is 16.
  375. Shaders are available because OpenGL 2.1 is supported.
  376.  
  377. Is Modded: Definitely; Client brand changed to 'fml,forge'
  378. Type: Client (map_client.txt)
  379. Resource Packs: [ibkicraft_core, ibkicraft_mods, ibkicraft_sounds]
  380. Current Language: English (US)
  381. Profiler Position: N/A (disabled)
  382. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  383. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement