Guest User

Untitled

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