Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't do that.
  3.  
  4. Time: 7/23/16 10:47 PM
  5. Description: Ticking player
  6.  
  7. java.lang.NullPointerException: Ticking player
  8. at net.minecraft.inventory.Slot.getStack(Slot.java:62)
  9. at net.minecraft.inventory.Container.detectAndSendChanges(Container.java:74)
  10. at net.minecraft.entity.player.EntityPlayerMP.onUpdate(EntityPlayerMP.java:254)
  11. at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1951)
  12. at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:837)
  13. at net.minecraft.world.World.updateEntity(World.java:1920)
  14. at net.minecraft.world.WorldServer.tickPlayers(WorldServer.java:647)
  15. at net.minecraft.world.World.updateEntities(World.java:1719)
  16. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:618)
  17. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:707)
  18. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:611)
  19. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:148)
  20. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
  21. at java.lang.Thread.run(Thread.java:745)
  22.  
  23.  
  24. A detailed walkthrough of the error, its code path and all known details is as follows:
  25. ---------------------------------------------------------------------------------------
  26.  
  27. -- Head --
  28. Thread: Server thread
  29. Stacktrace:
  30. at net.minecraft.inventory.Slot.getStack(Slot.java:62)
  31. at net.minecraft.inventory.Container.detectAndSendChanges(Container.java:74)
  32. at net.minecraft.entity.player.EntityPlayerMP.onUpdate(EntityPlayerMP.java:254)
  33. at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1951)
  34. at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:837)
  35. at net.minecraft.world.World.updateEntity(World.java:1920)
  36.  
  37. -- Player being ticked --
  38. Details:
  39. Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
  40. Entity ID: 331
  41. Entity Name: Player54
  42. Entity's Exact location: 95.95, 65.00, 235.60
  43. Entity's Block location: World: (95,65,235), Chunk: (at 15,4,11 in 5,14; contains blocks 80,0,224 to 95,255,239), 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 Passengers: []
  46. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  47. Stacktrace:
  48. at net.minecraft.world.WorldServer.tickPlayers(WorldServer.java:647)
  49. at net.minecraft.world.World.updateEntities(World.java:1719)
  50. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:618)
  51.  
  52. -- Affected level --
  53. Details:
  54. Level name: New World
  55. All players: 1 total; [EntityPlayerMP['Player54'/331, l='New World', x=95.95, y=65.00, z=235.60]]
  56. Chunk stats: ServerChunkCache: 272 Drop: 0
  57. Level seed: -1443924521262263196
  58. Level generator: ID 00 - default, ver 1. Features enabled: true
  59. Level generator options:
  60. Level spawn location: World: (92,64,248), Chunk: (at 12,4,8 in 5,15; contains blocks 80,0,240 to 95,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  61. Level time: 7963 game time, 7963 day time
  62. Level dimension: 0
  63. Level storage version: 0x04ABD - Anvil
  64. Level weather: Rain time: 105888 (now: false), thunder time: 18747 (now: false)
  65. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  66. Stacktrace:
  67. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:707)
  68. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:611)
  69. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:148)
  70. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
  71. at java.lang.Thread.run(Thread.java:745)
  72.  
  73. -- System Details --
  74. Details:
  75. Minecraft Version: 1.9.4
  76. Operating System: Windows 10 (amd64) version 10.0
  77. Java Version: 1.8.0_65, Oracle Corporation
  78. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  79. Memory: 454883800 bytes (433 MB) / 825229312 bytes (787 MB) up to 1334837248 bytes (1273 MB)
  80. JVM Flags: 0 total;
  81. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  82. FML: MCP 9.28 Powered by Forge 12.17.0.1976 4 mods loaded, 4 mods active
  83. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  84. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  85. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeBin-1.9.4-12.17.0.1976.jar)
  86. UCHIJAAAA Forge{12.17.0.1976} [Minecraft Forge] (forgeBin-1.9.4-12.17.0.1976.jar)
  87. UCHIJAAAA TestEnvironmentMod{1.0} [TestEnvironmentMod] (modid-1.0.jar)
  88. Loaded coremods (and transformers):
  89. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  90. Profiler Position: N/A (disabled)
  91. Player Count: 1 / 8; [EntityPlayerMP['Player54'/331, l='New World', x=95.95, y=65.00, z=235.60]]
  92. Type: Integrated Server (map_client.txt)
  93. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement