Guest User

Untitled

a guest
Sep 3rd, 2017
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.19 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. HammerCoreCore (HammerCore-1.12-1.9.4.0.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // This doesn't make any sense!
  8.  
  9. Time: 9/3/17 7:28 AM
  10. Description: Ticking block entity
  11.  
  12. java.lang.NullPointerException: Ticking block entity
  13. at net.minecraftforge.items.wrapper.InvWrapper.extractItem(InvWrapper.java:166)
  14. at net.minecraftforge.items.VanillaInventoryCodeHooks.extractHook(VanillaInventoryCodeHooks.java:57)
  15. at net.minecraft.tileentity.TileEntityHopper.func_145891_a(TileEntityHopper.java:301)
  16. at net.minecraft.tileentity.TileEntityHopper.func_145887_i(TileEntityHopper.java:142)
  17. at net.minecraft.tileentity.TileEntityHopper.func_73660_a(TileEntityHopper.java:122)
  18. at net.minecraft.world.World.func_72939_s(World.java:1807)
  19. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:614)
  20. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:761)
  21. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:665)
  22. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:239)
  23. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:523)
  24. at java.lang.Thread.run(Thread.java:745)
  25.  
  26.  
  27. A detailed walkthrough of the error, its code path and all known details is as follows:
  28. ---------------------------------------------------------------------------------------
  29.  
  30. -- Head --
  31. Thread: Server thread
  32. Stacktrace:
  33. at net.minecraftforge.items.wrapper.InvWrapper.extractItem(InvWrapper.java:166)
  34. at net.minecraftforge.items.VanillaInventoryCodeHooks.extractHook(VanillaInventoryCodeHooks.java:57)
  35. at net.minecraft.tileentity.TileEntityHopper.func_145891_a(TileEntityHopper.java:301)
  36. at net.minecraft.tileentity.TileEntityHopper.func_145887_i(TileEntityHopper.java:142)
  37. at net.minecraft.tileentity.TileEntityHopper.func_73660_a(TileEntityHopper.java:122)
  38.  
  39. -- Block entity being ticked --
  40. Details:
  41. Name: minecraft:hopper // net.minecraft.tileentity.TileEntityHopper
  42. Block type: ID #154 (tile.hopper // net.minecraft.block.BlockHopper)
  43. Block data value: 2 / 0x2 / 0b0010
  44. Block location: World: (-14,58,186), Chunk: (at 2,3,10 in -1,11; contains blocks -16,0,176 to -1,255,191), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  45. Actual block type: ID #154 (tile.hopper // net.minecraft.block.BlockHopper)
  46. Actual block data value: 2 / 0x2 / 0b0010
  47. Stacktrace:
  48. at net.minecraft.world.World.func_72939_s(World.java:1807)
  49. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:614)
  50.  
  51. -- Affected level --
  52. Details:
  53. Level name: DwarfFactory
  54. All players: 0 total; []
  55. Chunk stats: ServerChunkCache: 625 Drop: 0
  56. Level seed: 1246083347127634673
  57. Level generator: ID 07 - void, ver 0. Features enabled: true
  58. Level generator options: yunomakegoodmap:tree
  59. Level spawn location: World: (-16,64,180), Chunk: (at 0,4,4 in -1,11; contains blocks -16,0,176 to -1,255,191), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  60. Level time: 263617 game time, 323056 day time
  61. Level dimension: 0
  62. Level storage version: 0x04ABD - Anvil
  63. Level weather: Rain time: 156303 (now: false), thunder time: 113355 (now: false)
  64. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  65. Stacktrace:
  66. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:761)
  67. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:665)
  68. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:239)
  69. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:523)
  70. at java.lang.Thread.run(Thread.java:745)
  71.  
  72. -- System Details --
  73. Details:
  74. Minecraft Version: 1.12
  75. Operating System: Windows 7 (amd64) version 6.1
  76. Java Version: 1.8.0_25, Oracle Corporation
  77. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  78. Memory: 306147960 bytes (291 MB) / 970326016 bytes (925 MB) up to 4281597952 bytes (4083 MB)
  79. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  80. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  81. FML: MCP 9.40 Powered by Forge 14.21.1.2443 Optifine OptiFine_1.12_HD_U_C5 38 mods loaded, 38 mods active
  82. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  83. UCHIJAAAA minecraft{1.12} [Minecraft] (minecraft.jar)
  84. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  85. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.12-14.21.1.2443.jar)
  86. UCHIJAAAA forge{14.21.1.2443} [Minecraft Forge] (forge-1.12-14.21.1.2443.jar)
  87. UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.12.jar)
  88. UCHIJAAAA actuallyadditions{1.12.1-r119} [Actually Additions] (ActuallyAdditions-1.12.1-r119.jar)
  89. UCHIJAAAA bookshelf{2.1.429} [Bookshelf] (Bookshelf-1.12.1-2.1.429.jar)
  90. UCHIJAAAA ceramics{1.12-1.3.2} [Ceramics] (Ceramics-1.12-1.3.2.jar)
  91. UCHIJAAAA codechickenlib{3.1.2.297} [CodeChicken Lib] (CodeChickenLib-1.12-3.1.2.297-universal (2).jar)
  92. UCHIJAAAA chickenchunks{2.4.0.70} [ChickenChunks] (ChickenChunks-1.12-2.4.0.70-universal.jar)
  93. UCHIJAAAA redstoneflux{2.0.1} [Redstone Flux] (RedstoneFlux-1.12-2.0.1.2-universal.jar)
  94. UCHIJAAAA cofhcore{4.3.5} [CoFH Core] (CoFHCore-1.12-4.3.5.13-universal.jar)
  95. UCHIJAAAA cofhworld{1.0.1} [CoFH World] (CoFHWorld-1.12-1.0.1.8-universal.jar)
  96. UCHIJAAAA waila{1.8.20} [Waila] (Hwyla-1.8.20-B35_1.12.jar)
  97. UCHIJAAAA jei{4.7.5.85} [Just Enough Items] (jei_1.12-4.7.5.85.jar)
  98. UCHIJAAAA darkutils{1.7.169} [Dark Utilities] (DarkUtils-1.12.1-1.7.169.jar)
  99. UCHIJAAAA exnihilocreatio{1.12-0.1.3} [Ex Nihilo Creatio] (exnihilocreatio-1.12-0.1.3.jar)
  100. UCHIJAAAA excompressum{3.0.4} [Ex Compressum] (ExCompressum_1.12.1-3.0.4.jar)
  101. UCHIJAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.12-1.6.jar)
  102. UCHIJAAAA nei{${mod_version}} [Not Enough Items] (NotEnoughItems-1.12-2.4.0.231-universal.jar)
  103. UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-4.0.5.jar)
  104. UCHIJAAAA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-4.0.3.jar)
  105. UCHIJAAAA grue{1.3.5} [Grue] (Grue-1.12-1.3.5.jar)
  106. UCHIJAAAA hammercore{1.9.4.0} [Hammer Core] (HammerCore-1.12-1.9.4.0.jar)
  107. UCHIJAAAA ironchest{1.12-7.0.31.818} [Iron Chest] (ironchest-1.12-7.0.31.818.jar)
  108. UCHIJAAAA journeymap{1.12-5.4.9} [JourneyMap] (journeymap-1.12-5.4.9.jar)
  109. UCHIJAAAA neat{1.4-15} [Neat] (Neat 1.4-15.jar)
  110. UCHIJAAAA oreexcavation{1.4.104} [OreExcavation] (OreExcavation-1.4.104.jar)
  111. UCHIJAAAA thermalfoundation{2.3.5} [Thermal Foundation] (ThermalFoundation-1.12-2.3.5.14-universal.jar)
  112. UCHIJAAAA thermalexpansion{5.3.5} [Thermal Expansion] (ThermalExpansion-1.12-5.3.5.19-universal.jar)
  113. UCHIJAAAA redstonearsenal{2.3.5} [Redstone Arsenal] (RedstoneArsenal-1.12-2.3.5.13-universal.jar)
  114. UCHIJAAAA beneath{1.2.0} [The Beneath] (The Beneath-1.12-1.2.0.jar)
  115. UCHIJAAAA thermaldynamics{2.3.5} [Thermal Dynamics] (ThermalDynamics-1.12-2.3.5.12-universal.jar)
  116. UCHIJAAAA tp{1.12} [Tiny Progressions] (tinyprogressions-1.12-3.2.6.jar)
  117. UCHIJAAAA ts2k16{1.2.5} [Twerk-Sim 2K16] (TS2K16-1.2.5.jar)
  118. UCHIJAAAA wawla{2.5.240} [What Are We Looking At] (Wawla-1.12.1-2.5.240.jar)
  119. UCHIJAAAA worldedit{6.1.4} [WorldEdit] (worldedit-forge-mc1.10.2-6.1.4-dist.jar)
  120. UCHIJAAAA yunomakegoodmap{1.12-6.3.0.28} [YUNoMakeGoodMap] (YUNoMakeGoodMap-1.12-6.3.0.28.jar)
  121. Loaded coremods (and transformers):
  122. HammerCoreCore (HammerCore-1.12-1.9.4.0.jar)
  123. com.pengu.hammercore.asm.HammerCoreTransformer
  124. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  125. Profiler Position: N/A (disabled)
  126. Player Count: 0 / 8; []
  127. Type: Integrated Server (map_client.txt)
  128. Is Modded: Definitely; Client brand changed to 'fml,forge'
  129. OptiFine Version: OptiFine_1.12_HD_U_C5
  130. Render Distance Chunks: 13
  131. Mipmaps: 4
  132. Anisotropic Filtering: 1
  133. Antialiasing: 0
  134. Multitexture: false
  135. Shaders: null
  136. OpenGlVersion: 4.5.14008 Compatibility Profile Context 21.19.137.1
  137. OpenGlRenderer: AMD Radeon R7 200 Series
  138. OpenGlVendor: ATI Technologies Inc.
  139. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment