Advertisement
Guest User

Furnace error

a guest
Mar 23rd, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5.22 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad, have a hug! <3
  3.  
  4. Time: 3/23/15 5:49 PM
  5. Description: Ticking entity
  6.  
  7. java.lang.NullPointerException: Ticking entity
  8.     at net.minecraft.inventory.Slot.getStack(Slot.java:79)
  9.     at net.minecraft.inventory.Container.detectAndSendChanges(Container.java:97)
  10.     at com.Hmod.container.ContainerFurnace.detectAndSendChanges(ContainerFurnace.java:158)
  11.     at net.minecraft.entity.player.EntityPlayerMP.onUpdate(EntityPlayerMP.java:263)
  12.     at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2016)
  13.     at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:758)
  14.     at net.minecraft.world.World.updateEntity(World.java:1982)
  15.     at net.minecraft.world.World.updateEntities(World.java:1808)
  16.     at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:587)
  17.     at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:774)
  18.     at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:669)
  19.     at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:171)
  20.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:540)
  21.     at java.lang.Thread.run(Unknown Source)
  22.  
  23.  
  24. A detailed walkthrough of the error, its code path and all known details is as follows:
  25. ---------------------------------------------------------------------------------------
  26.  
  27. -- Head --
  28. Stacktrace:
  29.     at net.minecraft.inventory.Slot.getStack(Slot.java:79)
  30.     at net.minecraft.inventory.Container.detectAndSendChanges(Container.java:97)
  31.     at com.Hmod.container.ContainerFurnace.detectAndSendChanges(ContainerFurnace.java:158)
  32.     at net.minecraft.entity.player.EntityPlayerMP.onUpdate(EntityPlayerMP.java:263)
  33.     at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2016)
  34.     at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:758)
  35.     at net.minecraft.world.World.updateEntity(World.java:1982)
  36.  
  37. -- Entity being ticked --
  38. Details:
  39.     Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
  40.     Entity ID: 263
  41.     Entity Name: Player368
  42.     Entity's Exact location: 58.16, 70.00, 216.79
  43.     Entity's Block location: 58.00,70.00,216.00 - World: (58,70,216), Chunk: (at 10,4,8 in 3,13; contains blocks 48,0,208 to 63,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  44.     Entity's Momentum: 0.00, -0.08, 0.00
  45.     Entity's Rider: ~~ERROR~~ NullPointerException: null
  46.     Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  47. Stacktrace:
  48.     at net.minecraft.world.World.updateEntities(World.java:1808)
  49.     at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:587)
  50.  
  51. -- Affected level --
  52. Details:
  53.     Level name: New World
  54.     All players: 1 total; [EntityPlayerMP['Player368'/263, l='New World', x=58.16, y=70.00, z=216.79]]
  55.     Chunk stats: ServerChunkCache: 631 Drop: 0
  56.     Level seed: -6552177684709786455
  57.     Level generator: ID 00 - default, ver 1. Features enabled: true
  58.     Level generator options:
  59.     Level spawn location: 40.00,64.00,236.00 - World: (40,64,236), Chunk: (at 8,4,12 in 2,14; contains blocks 32,0,224 to 47,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  60.     Level time: 111186 game time, 1371 day time
  61.     Level dimension: 0
  62.     Level storage version: 0x04ABD - Anvil
  63.     Level weather: Rain time: 3102 (now: false), thunder time: 56965 (now: false)
  64.     Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  65. Stacktrace:
  66.     at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:774)
  67.     at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:669)
  68.     at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:171)
  69.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:540)
  70.     at java.lang.Thread.run(Unknown Source)
  71.  
  72. -- System Details --
  73. Details:
  74.     Minecraft Version: 1.8
  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: 745140064 bytes (710 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
  79.     JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  80.     IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  81.     FML: MCP v9.10 FML v8.0.37.1325 Minecraft Forge 11.14.1.1325 4 mods loaded, 4 mods active
  82.     mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  83.     FML{8.0.37.1325} [Forge Mod Loader] (forgeSrc-1.8-11.14.1.1325.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  84.     Forge{11.14.1.1325} [Minecraft Forge] (forgeSrc-1.8-11.14.1.1325.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  85.     hm{1.0} [Harystolho Mod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  86.     Loaded coremods (and transformers):
  87.     Profiler Position: N/A (disabled)
  88.     Player Count: 1 / 8; [EntityPlayerMP['Player368'/263, l='New World', x=58.16, y=70.00, z=216.79]]
  89.     Type: Integrated Server (map_client.txt)
  90.     Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement