Guest User

My Epic TileEntity CrashLog

a guest
Aug 19th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 13.81 KB | None | 0 0
  1. [21:25:47] [Server thread/FATAL] [FML]: Exception caught executing FutureTask: java.util.concurrent.ExecutionException: java.lang.NullPointerException
  2. java.util.concurrent.ExecutionException: java.lang.NullPointerException
  3.     at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_51]
  4.     at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_51]
  5.     at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:715) [FMLCommonHandler.class:?]
  6.     at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:727) [MinecraftServer.class:?]
  7.     at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:669) [MinecraftServer.class:?]
  8.     at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:171) [IntegratedServer.class:?]
  9.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:540) [MinecraftServer.class:?]
  10.     at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
  11. Caused by: java.lang.NullPointerException
  12.     at com.xenocorpse.wulfenite.inventory.ContainerGrinder.detectAndSendChanges(ContainerGrinder.java:61) ~[ContainerGrinder.class:?]
  13.     at net.minecraft.inventory.Container.addCraftingToCrafters(Container.java:62) ~[Container.class:?]
  14.     at com.xenocorpse.wulfenite.inventory.ContainerGrinder.addCraftingToCrafters(ContainerGrinder.java:50) ~[ContainerGrinder.class:?]
  15.     at net.minecraft.entity.player.EntityPlayerMP.displayGui(EntityPlayerMP.java:770) ~[EntityPlayerMP.class:?]
  16.     at com.xenocorpse.wulfenite.blocks.BlockGrinder.onBlockActivated(BlockGrinder.java:69) ~[BlockGrinder.class:?]
  17.     at net.minecraft.server.management.ItemInWorldManager.activateBlockOrUseItem(ItemInWorldManager.java:476) ~[ItemInWorldManager.class:?]
  18.     at net.minecraft.network.NetHandlerPlayServer.processPlayerBlockPlacement(NetHandlerPlayServer.java:624) ~[NetHandlerPlayServer.class:?]
  19.     at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:67) ~[C08PacketPlayerBlockPlacement.class:?]
  20.     at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:114) ~[C08PacketPlayerBlockPlacement.class:?]
  21.     at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:24) ~[PacketThreadUtil$1.class:?]
  22.     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_51]
  23.     at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_51]
  24.     at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:714) ~[FMLCommonHandler.class:?]
  25.     ... 5 more
  26. [21:25:47] [Server thread/FATAL] [FML]: Exception caught executing FutureTask: java.util.concurrent.ExecutionException: net.minecraft.util.ReportedException: Ticking player
  27. java.util.concurrent.ExecutionException: net.minecraft.util.ReportedException: Ticking player
  28.     at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_51]
  29.     at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_51]
  30.     at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:715) [FMLCommonHandler.class:?]
  31.     at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:727) [MinecraftServer.class:?]
  32.     at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:669) [MinecraftServer.class:?]
  33.     at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:171) [IntegratedServer.class:?]
  34.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:540) [MinecraftServer.class:?]
  35.     at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
  36. Caused by: net.minecraft.util.ReportedException: Ticking player
  37.     at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:428) ~[EntityPlayerMP.class:?]
  38.     at net.minecraft.network.NetHandlerPlayServer.processPlayer(NetHandlerPlayServer.java:347) ~[NetHandlerPlayServer.class:?]
  39.     at net.minecraft.network.play.client.C03PacketPlayer.processPacket(C03PacketPlayer.java:36) ~[C03PacketPlayer.class:?]
  40.     at net.minecraft.network.play.client.C03PacketPlayer.processPacket(C03PacketPlayer.java:105) ~[C03PacketPlayer.class:?]
  41.     at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:24) ~[PacketThreadUtil$1.class:?]
  42.     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_51]
  43.     at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_51]
  44.     at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:714) ~[FMLCommonHandler.class:?]
  45.     ... 5 more
  46. Caused by: java.lang.NullPointerException
  47.     at com.xenocorpse.wulfenite.inventory.ContainerGrinder.canInteractWith(ContainerGrinder.java:96) ~[ContainerGrinder.class:?]
  48.     at net.minecraftforge.event.entity.player.PlayerOpenContainerEvent.<init>(PlayerOpenContainerEvent.java:27) ~[PlayerOpenContainerEvent.class:?]
  49.     at net.minecraftforge.common.ForgeHooks.canInteractWith(ForgeHooks.java:495) ~[ForgeHooks.class:?]
  50.     at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:336) ~[EntityPlayer.class:?]
  51.     at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:374) ~[EntityPlayerMP.class:?]
  52.     at net.minecraft.network.NetHandlerPlayServer.processPlayer(NetHandlerPlayServer.java:347) ~[NetHandlerPlayServer.class:?]
  53.     at net.minecraft.network.play.client.C03PacketPlayer.processPacket(C03PacketPlayer.java:36) ~[C03PacketPlayer.class:?]
  54.     at net.minecraft.network.play.client.C03PacketPlayer.processPacket(C03PacketPlayer.java:105) ~[C03PacketPlayer.class:?]
  55.     at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:24) ~[PacketThreadUtil$1.class:?]
  56.     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_51]
  57.     at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_51]
  58.     at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:714) ~[FMLCommonHandler.class:?]
  59.     ... 5 more
  60. [21:25:47] [Server thread/ERROR]: Encountered an unexpected exception
  61. net.minecraft.util.ReportedException: Ticking entity
  62.     at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:781) ~[MinecraftServer.class:?]
  63.     at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:669) ~[MinecraftServer.class:?]
  64.     at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:171) ~[IntegratedServer.class:?]
  65.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:540) [MinecraftServer.class:?]
  66.     at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
  67. Caused by: java.lang.NullPointerException
  68.     at com.xenocorpse.wulfenite.inventory.ContainerGrinder.detectAndSendChanges(ContainerGrinder.java:61) ~[ContainerGrinder.class:?]
  69.     at net.minecraft.entity.player.EntityPlayerMP.onUpdate(EntityPlayerMP.java:263) ~[EntityPlayerMP.class:?]
  70.     at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2031) ~[World.class:?]
  71.     at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:758) ~[WorldServer.class:?]
  72.     at net.minecraft.world.World.updateEntity(World.java:1997) ~[World.class:?]
  73.     at net.minecraft.world.World.updateEntities(World.java:1823) ~[World.class:?]
  74.     at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:587) ~[WorldServer.class:?]
  75.     at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:775) ~[MinecraftServer.class:?]
  76.     ... 4 more
  77. [21:25:47] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Zack\Desktop\Modding\ForgeUpdate\eclipse\.\crash-reports\crash-2015-08-19_21.25.47-server.txt
  78. [21:25:47] [Server thread/INFO]: Stopping server
  79. [21:25:47] [Server thread/INFO]: Saving players
  80. [21:25:47] [Server thread/INFO]: Saving worlds
  81. [21:25:47] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  82. [21:25:48] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:663]: ---- Minecraft Crash Report ----
  83. // Hi. I'm Minecraft, and I'm a crashaholic.
  84.  
  85. Time: 8/19/15 9:25 PM
  86. Description: Ticking entity
  87.  
  88. java.lang.NullPointerException: Ticking entity
  89.     at com.xenocorpse.wulfenite.inventory.ContainerGrinder.detectAndSendChanges(ContainerGrinder.java:61)
  90.     at net.minecraft.entity.player.EntityPlayerMP.onUpdate(EntityPlayerMP.java:263)
  91.     at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2031)
  92.     at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:758)
  93.     at net.minecraft.world.World.updateEntity(World.java:1997)
  94.     at net.minecraft.world.World.updateEntities(World.java:1823)
  95.     at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:587)
  96.     at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:775)
  97.     at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:669)
  98.     at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:171)
  99.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:540)
  100.     at java.lang.Thread.run(Unknown Source)
  101.  
  102.  
  103. A detailed walkthrough of the error, its code path and all known details is as follows:
  104. ---------------------------------------------------------------------------------------
  105.  
  106. -- Head --
  107. Stacktrace:
  108.     at com.xenocorpse.wulfenite.inventory.ContainerGrinder.detectAndSendChanges(ContainerGrinder.java:61)
  109.     at net.minecraft.entity.player.EntityPlayerMP.onUpdate(EntityPlayerMP.java:263)
  110.     at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2031)
  111.     at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:758)
  112.     at net.minecraft.world.World.updateEntity(World.java:1997)
  113.  
  114. -- Entity being ticked --
  115. Details:
  116.     Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
  117.     Entity ID: 271
  118.     Entity Name: Player886
  119.     Entity's Exact location: -309.74, 64.00, 338.68
  120.     Entity's Block location: -310.00,64.00,338.00 - World: (-310,64,338), Chunk: (at 10,4,2 in -20,21; contains blocks -320,0,336 to -305,255,351), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  121.     Entity's Momentum: 0.00, -0.08, 0.00
  122.     Entity's Rider: ~~ERROR~~ NullPointerException: null
  123.     Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  124. Stacktrace:
  125.     at net.minecraft.world.World.updateEntities(World.java:1823)
  126.     at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:587)
  127.  
  128. -- Affected level --
  129. Details:
  130.     Level name: New World
  131.     All players: 1 total; [EntityPlayerMP['Player886'/271, l='New World', x=-309.74, y=64.00, z=338.68]]
  132.     Chunk stats: ServerChunkCache: 1161 Drop: 0
  133.     Level seed: -9188270650892681908
  134.     Level generator: ID 00 - default, ver 1. Features enabled: true
  135.     Level generator options:
  136.     Level spawn location: -232.00,64.00,256.00 - World: (-232,64,256), Chunk: (at 8,4,0 in -15,16; contains blocks -240,0,256 to -225,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  137.     Level time: 34946 game time, 34946 day time
  138.     Level dimension: 0
  139.     Level storage version: 0x04ABD - Anvil
  140.     Level weather: Rain time: 135087 (now: false), thunder time: 77378 (now: false)
  141.     Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  142. Stacktrace:
  143.     at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:775)
  144.     at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:669)
  145.     at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:171)
  146.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:540)
  147.     at java.lang.Thread.run(Unknown Source)
  148.  
  149. -- System Details --
  150. Details:
  151.     Minecraft Version: 1.8
  152.     Operating System: Windows 10 (amd64) version 6.4
  153.     Java Version: 1.8.0_51, Oracle Corporation
  154.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  155.     Memory: 706929360 bytes (674 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
  156.     JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  157.     IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  158.     FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1487 4 mods loaded, 4 mods active
  159.     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  160.     UCHIJAAAA   mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  161.     UCHIJAAAA   FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8-11.14.3.1487.jar)
  162.     UCHIJAAAA   Forge{11.14.3.1487} [Minecraft Forge] (forgeSrc-1.8-11.14.3.1487.jar)
  163.     UCHIJAAAA   wulfenite{0.2} [Wulfenite Mod] (bin)
  164.     Loaded coremods (and transformers):
  165.     GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  166.     Profiler Position: N/A (disabled)
  167.     Player Count: 1 / 8; [EntityPlayerMP['Player886'/271, l='New World', x=-309.74, y=64.00, z=338.68]]
  168.     Type: Integrated Server (map_client.txt)
  169.     Is Modded: Definitely; Client brand changed to 'fml,forge'
  170. [21:25:48] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:663]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2015-08-19_21.25.47-server.txt
  171. [21:25:48] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
  172. [21:25:48] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  173. [21:25:48] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  174. [21:25:48] [Server thread/INFO] [FML]: Unloading dimension 0
  175. [21:25:48] [Server thread/INFO] [FML]: Unloading dimension -1
  176. [21:25:48] [Server thread/INFO] [FML]: Unloading dimension 1
  177. [21:25:48] [Server thread/INFO] [FML]: Applying holder lookups
  178. [21:25:48] [Server thread/INFO] [FML]: Holder lookups applied
  179. [21:25:48] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
  180. [21:25:48] [Client thread/INFO] [FML]: Server terminated.
  181. AL lib: (EE) alc_cleanup: 1 device not closed
  182. Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true
  183. Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Advertisement
Add Comment
Please, Sign In to add comment