Vagaprime

pistronics crash

May 11th, 2016
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.36 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 5/11/16 9:30 PM
  5. Description: Exception while updating neighbours
  6.  
  7. java.lang.NullPointerException: Exception while updating neighbours
  8. at net.minecraft.world.chunk.storage.ExtendedBlockStorage.func_150818_a(SourceFile:57)
  9. at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:595)
  10. at net.minecraft.world.World.func_147465_d(World.java:451)
  11. at net.minecraft.world.World.func_147449_b(World.java:600)
  12. at letiu.modbase.util.WorldUtil.setBlock(WorldUtil.java:125)
  13. at letiu.pistronics.blocks.BWrapper.onNeighborBlockChange(BWrapper.java:108)
  14. at letiu.modbase.blocks.BaseBlock.func_149695_a(BaseBlock.java:212)
  15. at net.minecraft.world.World.func_147460_e(World.java:697)
  16. at net.minecraft.world.World.func_147459_d(World.java:648)
  17. at net.minecraft.block.BlockTripWireHook.func_150134_a(BlockTripWireHook.java:289)
  18. at net.minecraft.block.BlockTripWireHook.func_150136_a(BlockTripWireHook.java:221)
  19. at net.minecraft.block.BlockTripWireHook.func_149674_a(BlockTripWireHook.java:252)
  20. at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:391)
  21. at WorldServerOF.func_147456_g(WorldServerOF.java:477)
  22. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:183)
  23. at WorldServerOF.func_72835_b(WorldServerOF.java:234)
  24. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
  25. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  26. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
  27. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  28. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  29.  
  30.  
  31. A detailed walkthrough of the error, its code path and all known details is as follows:
  32. ---------------------------------------------------------------------------------------
  33.  
  34. -- Head --
  35. Stacktrace:
  36. at net.minecraft.world.chunk.storage.ExtendedBlockStorage.func_150818_a(SourceFile:57)
  37. at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:595)
  38. at net.minecraft.world.World.func_147465_d(World.java:451)
  39. at net.minecraft.world.World.func_147449_b(World.java:600)
  40. at letiu.modbase.util.WorldUtil.setBlock(WorldUtil.java:125)
  41. at letiu.pistronics.blocks.BWrapper.onNeighborBlockChange(BWrapper.java:108)
  42. at letiu.modbase.blocks.BaseBlock.func_149695_a(BaseBlock.java:212)
  43.  
  44. -- Block being updated --
  45. Details:
  46. Source block type: ID #131 (tile.tripWireSource // net.minecraft.block.BlockTripWireHook)
  47. Block type: ID #190 (Wrapper // letiu.modbase.blocks.TileBlock)
  48. Block data value: 0 / 0x0 / 0b0000
  49. Block location: World: (-649,12,347), Chunk: (at 7,0,11 in -41,21; contains blocks -656,0,336 to -641,255,351), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,0,0 to -513,255,511)
  50. Stacktrace:
  51. at net.minecraft.world.World.func_147460_e(World.java:697)
  52. at net.minecraft.world.World.func_147459_d(World.java:648)
  53. at net.minecraft.block.BlockTripWireHook.func_150134_a(BlockTripWireHook.java:289)
  54. at net.minecraft.block.BlockTripWireHook.func_150136_a(BlockTripWireHook.java:221)
  55. at net.minecraft.block.BlockTripWireHook.func_149674_a(BlockTripWireHook.java:252)
  56. at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:391)
  57. at WorldServerOF.func_147456_g(WorldServerOF.java:477)
  58. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:183)
  59. at WorldServerOF.func_72835_b(WorldServerOF.java:234)
  60.  
  61. -- Affected level --
  62. Details:
  63. Level name: New World
  64. All players: 1 total; [EntityPlayerMP['vagaprime'/459, l='New World', x=-617.30, y=65.00, z=379.26]]
  65. Chunk stats: ServerChunkCache: 900 Drop: 0
  66. Level seed: 3597549992321441753
  67. Level generator: ID 04 - RTG, ver 0. Features enabled: true
  68. Level generator options:
  69. Level spawn location: World: (-304,66,128), Chunk: (at 0,4,0 in -19,8; contains blocks -304,0,128 to -289,255,143), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  70. Level time: 22438 game time, 8287 day time
  71. Level dimension: 0
  72. Level storage version: 0x04ABD - Anvil
  73. Level weather: Rain time: 127717 (now: false), thunder time: 76409 (now: false)
  74. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  75. Stacktrace:
  76. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
  77. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  78. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
  79. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  80. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  81.  
  82. -- System Details --
  83. Details:
  84. Minecraft Version: 1.7.10
  85. Operating System: Windows 7 (amd64) version 6.1
  86. Java Version: 1.8.0_77, Oracle Corporation
  87. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  88. Memory: 1822495448 bytes (1738 MB) / 3397386240 bytes (3240 MB) up to 3817865216 bytes (3641 MB)
  89. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx4096m
  90. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  91. IntCache: cache: 72, tcache: 6, allocated: 1, tallocated: 54
  92. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D4 181 mods loaded, 175 mods active
  93. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  94. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  95. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  96. UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  97. UCHIJAAAA AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
  98. UCHIJAAAA appliedenergistics2-core{rv2-stable-1} [AppliedEnergistics2 Core] (minecraft.jar)
  99. UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  100. UCHIJAAAA ivtoolkit{1.2.1} [IvToolkit] (minecraft.jar)
  101. UCHIJAAAA LambdaLib|Core{1.2.0} [LambdaLib|Core] (minecraft.jar)
  102. UCHIJAAAA LanteaCraft-Core{1.0} [LanteaCraft Core] (minecraft.jar)
  103. UCHIJAAAA MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
  104. UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  105. UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
  106. UCHIJAAAA OpenComputers|Core{1.5.22.46} [OpenComputers (Core)] (minecraft.jar)
  107. UCHIJAAAA PlayerAPI{1.4} [Player API] (minecraft.jar)
  108. UCHIJAAAA WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
  109. UCHIJAAAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
  110. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  111. UCHIJAAAA <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
  112. UCHIJAAAA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar)
  113. UCHIJAAAA Pistronics2{0.6.3} [Pistronics 2] (1.7.10-Pistronics2-v0.6.3.jar)
  114. UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
  115. UCHIJAAAA arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar)
  116. UCHIJAAAA LambdaLib{1.2.0} [LambdaLib] (LambdaLib-1.2.0.jar)
  117. UCHIJAAAA CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
  118. UCHIJAAAA academy-craft{1.0.0} [Academy Craft] (AcademyCraft-1.0.0.jar)
  119. UCHIJAAAA AgriCraft{1.7.10-1.4.6-hotfix} [AgriCraft] (AgriCraft-1.7.10-1.4.6-hotfix.jar)
  120. UCHIJAAAA AncientWarfare{2.4.114-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar)
  121. UCHIJAAAA BuildCraft|Core{7.1.14} [BuildCraft] (buildcraft-7.1.14.jar)
  122. UCHIJAAAA AncientWarfareAutomation{2.4.114-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar)
  123. UCHIJAAAA AncientWarfareNEIPlugin{2.4.114-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar)
  124. UCHIJAAAA AncientWarfareNpc{2.4.114-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar)
  125. UCHIJAAAA AncientWarfareStructure{2.4.114-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar)
  126. UCHIJAAAA AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar)
  127. UCHIJAAAA appliedenergistics2{rv2-stable-1} [Applied Energistics 2] (appliedenergistics2-rv2-stable-1.jar)
  128. UCHIJAAAA armourersWorkshop{1.7.10-0.38.1.98} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.38.1.98.jar)
  129. UCHIJAAAA plushieWrapper{0.0.0} [Plushie Wrapper] (Armourers-Workshop-1.7.10-0.38.1.98.jar)
  130. UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  131. UCHIJAAAA aura{unspecified} [Aura Cascade] (AuraCascade-557.jar)
  132. UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
  133. UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins188} [Mantle] (Mantle-1.7.10-0.3.2a.jar)
  134. UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
  135. UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
  136. UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-13.jar)
  137. UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  138. UCHIJAAAA Botania{r1.8-248} [Botania] (Botania r1.8-248.jar)
  139. UCHIJAAAA BuildCraft|Builders{7.1.14} [BC Builders] (buildcraft-7.1.14.jar)
  140. UCHIJAAAA BuildCraft|Transport{7.1.14} [BC Transport] (buildcraft-7.1.14.jar)
  141. UCHIJAAAA BuildCraft|Energy{7.1.14} [BC Energy] (buildcraft-7.1.14.jar)
  142. UCHIJAAAA BuildCraft|Silicon{7.1.14} [BC Silicon] (buildcraft-7.1.14.jar)
  143. UCHIJAAAA BuildCraft|Robotics{7.1.14} [BC Robotics] (buildcraft-7.1.14.jar)
  144. UCHIJAAAA BuildCraft|Factory{7.1.14} [BC Factory] (buildcraft-7.1.14.jar)
  145. UCHIJAAAA Forestry{4.2.12.60} [Forestry for Minecraft] (forestry_1.7.10-4.2.12.60.jar)
  146. UCHIJAAAA ThermalFoundation{1.7.10R1.2.3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.3-112.jar)
  147. UCHIJAAAA ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.2-240.jar)
  148. UCHIJAAAA BuildCraft|Compat{7.1.3} [BuildCraft Compat] (buildcraft-compat-7.1.3.jar)
  149. UCHIJAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
  150. UCHIJAAAA catwalks{2.0.4} [Catwalks Mod] (catwalks-2.0.4.jar)
  151. UCHIJAAAA catwalkmod{x.x.x} [Legacy Catwalk Compat] (catwalks-2.0.4.jar)
  152. UCHIJAAAA ChickenChunks{1.3.4.16} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.16-universal.jar)
  153. UCHIJAAAA Railcraft{9.12.0.0} [Railcraft] (Railcraft_1.7.10-9.12.0.0.jar)
  154. UCHIJAAAA TwilightForest{2.3.6} [The Twilight Forest] (twilightforest-1.7.10-2.3.6.jar)
  155. UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  156. UCHIJAAAA chisel{2.9.4.10} [Chisel] (Chisel-2.9.4.10.jar)
  157. UCHIJAAAA climatecontrol{0.4} [Climate Control] (ClimateControl-0.5.beta53.jar)
  158. UCHIJAAAA ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
  159. UCHIJAAAA cookiecore{1.4.0} [Cookie Core] (CookieCore-1.7.10-1.4.0-11.jar)
  160. UCHIJAAAA ImmersiveEngineering{0.7.6} [Immersive Engineering] (ImmersiveEngineering-0.7.6.jar)
  161. UCHIJAAAA craftarcanum{1.0.1} [Craft Arcanum] (CraftArcanum-1.0.1.jar)
  162. UCHIJAAAA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(21feb16).jar)
  163. UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.2_1.7.10.jar)
  164. UCHIJAAAA props{2.3.2} [Decocraft] (Decocraft-2.3.2_1.7.10.jar)
  165. UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
  166. UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  167. UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  168. UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  169. UCHIJAAAA MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)
  170. UCHIJAAAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
  171. UCHIJAAAA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
  172. UCHIJAAAA DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V13b.jar)
  173. UCHIJAAAA Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2.jar)
  174. UCHIJAAAA Enchiridion2{2.0.2} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2.jar)
  175. UCHIJAAAA endercore{1.7.10-0.2.0.34_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.34_beta.jar)
  176. UCHIJAAAA EnderIO{1.7.10-2.3.0.422_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.422_beta.jar)
  177. UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
  178. UCHIJAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
  179. UCHIJAAAA Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar)
  180. UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
  181. UCHIJAAAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
  182. UCHIJAAAA TSteelworks{1.7.10-1.1.2} [Tinkers' Steelworks] (TSteelworks-1.7.10-1.1.2-20.jar)
  183. UCHIJAAAA ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
  184. UCHIJAAAA farseek{1.0.11} [Farseek] (Farseek-1.0.11.jar)
  185. UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
  186. UCHIJAAAA fastleafdecay{1.3} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.3.jar)
  187. UCHIJAAAA ForbiddenMagic{1.7.10-0.572} [Forbidden Magic] (Forbidden Magic-1.7.10-0.572.jar)
  188. UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.441.jar)
  189. UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.441.jar)
  190. UCHIJAAAA GalaxySpace{1.0.8} [GalaxySpace] (GalaxySpace-1.0.8+STABLE.jar)
  191. UCHIJAAAA GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.7.10-1.2.7.jar)
  192. UCHIJAAAA HardcoreQuesting{4.4.4} [Hardcore Questing Mode] (HQM-The Journey-4.4.4.jar)
  193. UCHIJAAAA immersiveintegration{0.6.7} [Immersive Integration] (immersiveintegration-0.6.7.jar)
  194. UCHIJAAAA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
  195. UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  196. UCHIJAAAA ironbackpacks{1.7.10-1.2.10} [Iron Backpacks] (IronBackpacks-1.7.10-1.2.10.jar)
  197. UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
  198. UCHIJAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
  199. UCHIJAAAA journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
  200. UCHIJAAAA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  201. UCHIJAAAA OpenComputers{1.5.22.46} [OpenComputers] (OpenComputers-MC1.7.10-1.5.22.46-universal.jar)
  202. UCHIJAAAA LanteaCraft{1.0.0-70} [LanteaCraft] (LanteaCraft-1.7.10-70.jar)
  203. UCHIJAAAA LogisticsPipes{0.9.3.121} [Logistics Pipes] (logisticspipes-0.9.3.121.jar)
  204. UCHIJAAAA Magneticraft{0.6.0-final} [Magneticraft] (magneticraft-0.6.0-final.jar)
  205. UCHIJAAAA Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
  206. UCHIJAAAA MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
  207. UCHIJAAAA Mekanism{8.1.9} [Mekanism] (Mekanism-1.7.10-8.1.9.265.jar)
  208. UCHIJAAAA MekanismGenerators{8.1.9} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.9.265.jar)
  209. UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  210. UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  211. UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  212. UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  213. UCHIJAAAA ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
  214. UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  215. UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  216. UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  217. UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  218. UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  219. UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  220. UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  221. UCHIJAAAA modtweaker2{0.9.5} [Mod Tweaker 2] (ModTweaker2-0.9.5.jar)
  222. UCHIJAAAA NEIAddons{1.12.8.29} [NEI Addons] (neiaddons-1.12.8.29-mc1.7.10.jar)
  223. UCHIJAAAA NEIAddons|AppEng{1.12.8.29} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.8.29-mc1.7.10.jar)
  224. UCHIJAAAA NEIAddons|Botany{1.12.8.29} [NEI Addons: Botany] (neiaddons-1.12.8.29-mc1.7.10.jar)
  225. UCHIJAAAA NEIAddons|Forestry{1.12.8.29} [NEI Addons: Forestry] (neiaddons-1.12.8.29-mc1.7.10.jar)
  226. UCHIJAAAA NEIAddons|CraftingTables{1.12.8.29} [NEI Addons: Crafting Tables] (neiaddons-1.12.8.29-mc1.7.10.jar)
  227. UCHIJAAAA NEIAddons|ExNihilo{1.12.8.29} [NEI Addons: Ex Nihilo] (neiaddons-1.12.8.29-mc1.7.10.jar)
  228. UCHIJAAAA neiintegration{1.1.1} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.1.jar)
  229. UCHIJAAAA recipehandler{0.2} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.2(1.7.10).jar)
  230. UCHIJAAAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
  231. UCHIJAAAA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
  232. UCHIJAAAA SonarCore{1.1.0} [SonarCore] (SonarCore-1.7.10-1.1.0.jar)
  233. UCHIJAAAA PracticalLogistics{0.2.1} [Practical Logistics] (Practical-Logistics-1.7.10-0.2.1.jar)
  234. UCHIJAAAA ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
  235. UCHIJAAAA ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
  236. UCHIJAAAA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  237. UCHIJAAAA ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)
  238. UCHIJAAAA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
  239. UCHIJAAAA ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
  240. UCHIJAAAA reccomplex{0.9.7} [Recurrent Complex] (RecurrentComplex-0.9.7.jar)
  241. UCHIJAAAA rftools{4.22} [RFTools] (rftools-4.22.jar)
  242. UCHIJAAAA Roguelike{1.4.4} [Roguelike Dungeons] (roguelike-1.7.10-1.4.4.jar)
  243. UCHIJAAAA RotaryCraft{1.0} [RotaryCraft] (RotaryCraft 1.7.10 V13a.jar)
  244. UCHIJAAAA RTG{1.7.10-0.8.0-RC-2} [Realistic Terrain Generation] (RTG-1.7.10-0.8.0-RC-2.jar)
  245. UCHIJAAAA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
  246. UCHIJAAAA streams{0.2} [Streams] (Streams-0.2.jar)
  247. UCHIJAAAA tcinventoryscan{1.0.11} [TC Inventory Scanning] (tcinventoryscan-mc1.7.10-1.0.11.jar)
  248. UCHIJAAAA TU{1.0} [Thaumic Upholstry] (Thaumic_Upholstery-1.2_1.7.10.jar)
  249. UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-34.jar)
  250. UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
  251. UCHIJAAAA TiCTooltips{1.2.4} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.4.jar)
  252. UCHIJAAAA tinkersdefense{1.3a} [Tinkers' Defense] (tinkersdefense-1.3.4a.jar)
  253. UCHIJAAAA TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)
  254. UCHIJAAAA TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
  255. UCHIJAAAA WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
  256. UCHIJAAAA wailaplugins{MC1.7.10-0.2.0-23} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-23.jar)
  257. UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
  258. UCHIJAAAA WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
  259. UCHIJAAAA yampst{1.3.5} [YAMPST] (Yampst-MageTech gate-dev-1.-.jar)
  260. UCHIJAAAA Ztones{1.7.10} [Ztones] (Ztones-1.7.10-2.2.1.jar)
  261. UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  262. UCHIJAAAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar)
  263. UCHIJAAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar)
  264. UCHIJAAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-0.0.1.2-universal.jar)
  265. UCHIJAAAA FMPIntegration{1.0} [FMPIntegration] (fmpintegration-1.2.2-1.7.10.jar)
  266. UCHIJAAAA HungerOverhaul{1.7.10-1.0.0.jenkins75} [Hunger Overhaul] (HungerOverhaul-1.7.10-1.0.0.jar)
  267. UCHIJAAAA IguanaTweaksTConstruct{1.7.10-2.1.5.140} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.5.jar)
  268. UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  269. UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  270. UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  271. UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  272. UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  273. UD MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  274. UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  275. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  276. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  277. Class transformer null safety: all safe
  278. CoFHCore: -[1.7.10]3.1.2-325
  279. AE2 Version: stable rv2-stable-1 for Forge 10.13.2.1291
  280. Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
  281. ThermalFoundation: -[1.7.10]1.2.3-112
  282. ThermalExpansion: -[1.7.10]4.1.2-240
  283. MineFactoryReloaded: -[1.7.10]2.8.1-174
  284. TConstruct Environment: Environment healthy.
  285. ThermalDynamics: -[1.7.10]1.1.0-161
  286. Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
  287. EnderIO: Found the following problem(s) with your installation:
  288. * Optifine is installed. This is NOT supported.
  289. * The RF API that is being used (1.7.10R1.1.0 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.2 from forestry_1.7.10-4.2.12.60.jar).
  290. It is a supported version, but that difference may lead to problems.
  291. This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  292. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  293. Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
  294. Optifine
  295. These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
  296. Info: The following plugins have been disabled in the config: biomesoplenty
  297. AE2 Integration: IC2:OFF, RotaryCraft:ON, RC:ON, BC:OFF, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF
  298. Profiler Position: N/A (disabled)
  299. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  300. Player Count: 1 / 8; [EntityPlayerMP['vagaprime'/459, l='New World', x=-617.30, y=65.00, z=379.26]]
  301. Type: Integrated Server (map_client.txt)
  302. Is Modded: Definitely; Client brand changed to 'fml,forge'
  303. OptiFine Version: OptiFine_1.7.10_HD_U_D4
  304. Render Distance Chunks: 4
  305. Mipmaps: 4
  306. Anisotropic Filtering: 1
  307. Antialiasing: 0
  308. Multitexture: false
  309. OpenGlVersion: 3.3.11672 Compatibility Profile Context
  310. OpenGlRenderer: ATI Radeon 3100 Graphics
  311. OpenGlVendor: ATI Technologies Inc.
  312. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment