Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 KB | None | 0 0
  1. [19:56:02] [Server thread/ERROR]: Encountered an unexpected exception
  2. net.minecraft.util.ReportedException: Ticking entity
  3. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:846) ~[MinecraftServer.class:?]
  4. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:741) ~[MinecraftServer.class:?]
  5. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192) ~[IntegratedServer.class:?]
  6. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:590) [MinecraftServer.class:?]
  7. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
  8. Caused by: java.lang.NullPointerException
  9. at net.dries007.tfc.objects.entity.EntityFallingBlockTFC.onUpdate(EntityFallingBlockTFC.java:137) ~[EntityFallingBlockTFC.class:?]
  10. at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2180) ~[World.class:?]
  11. at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:870) ~[WorldServer.class:?]
  12. at net.minecraft.world.World.updateEntity(World.java:2139) ~[World.class:?]
  13. at net.minecraft.world.World.updateEntities(World.java:1940) ~[World.class:?]
  14. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:642) ~[WorldServer.class:?]
  15. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:840) ~[MinecraftServer.class:?]
  16. ... 4 more
  17. [19:56:02] [Server thread/ERROR]: This crash report has been saved to: C:\Users\AlexO\Documents\Code\Forge\projects\terrafirmacraft1_12\run\.\crash-reports\crash-2018-07-16_19.56.02-server.txt
  18. [19:56:02] [Server thread/INFO]: Stopping server
  19. [19:56:02] [Server thread/INFO]: Saving players
  20. [19:56:02] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:629]: ---- Minecraft Crash Report ----
  21. // You're mean.
  22.  
  23. Time: 7/16/18 7:56 PM
  24. Description: Ticking entity
  25.  
  26. java.lang.NullPointerException: Ticking entity
  27. at net.dries007.tfc.objects.entity.EntityFallingBlockTFC.onUpdate(EntityFallingBlockTFC.java:137)
  28. at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2180)
  29. at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:870)
  30. at net.minecraft.world.World.updateEntity(World.java:2139)
  31. at net.minecraft.world.World.updateEntities(World.java:1940)
  32. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:642)
  33. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:840)
  34. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:741)
  35. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192)
  36. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:590)
  37. at java.lang.Thread.run(Thread.java:748)
  38.  
  39.  
  40. A detailed walkthrough of the error, its code path and all known details is as follows:
  41. ---------------------------------------------------------------------------------------
  42.  
  43. -- Head --
  44. Thread: Client thread
  45. Stacktrace:
  46. at net.dries007.tfc.objects.entity.EntityFallingBlockTFC.onUpdate(EntityFallingBlockTFC.java:137)
  47. at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2180)
  48. at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:870)
  49. at net.minecraft.world.World.updateEntity(World.java:2139)
  50.  
  51. -- Entity being ticked --
  52. Details:
  53. Entity Type: tfc:falling_block (net.dries007.tfc.objects.entity.EntityFallingBlockTFC)
  54. Entity ID: 50
  55. Entity Name: entity.falling_block.name
  56. Entity's Exact location: -337.50, 146.00, 487.50
  57. Entity's Block location: World: (-338,146,487), Chunk: (at 14,9,7 in -22,30; contains blocks -352,0,480 to -337,255,495), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  58. Entity's Momentum: 0.00, 0.00, 0.00
  59. Entity's Passengers: []
  60. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  61. Origin: BlockPos{x=0, y=0, z=0}
  62. State: tfc:gravel/conglomerate
  63. FallTime: 7
  64. TileEntityData: ~~NULL~~
  65. Stacktrace:
  66. at net.minecraft.world.World.updateEntities(World.java:1940)
  67. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:642)
  68.  
  69. -- Affected level --
  70. Details:
  71. Level name: Test 087
  72. All players: 1 total; [EntityPlayerMP['Player203'/18, l='Test 087', x=-511.13, y=166.55, z=467.39]]
  73. Chunk stats: ServerChunkCache: 784 Drop: 0
  74. Level seed: 8511353797299706955
  75. Level generator: ID 06 - tfc_classic, ver 0. Features enabled: true
  76. Level generator options:
  77. Level spawn location: World: (-589,144,695), Chunk: (at 3,9,7 in -37,43; contains blocks -592,0,688 to -577,255,703), Region: (-2,1; contains chunks -64,32 to -33,63, blocks -1024,0,512 to -513,255,1023)
  78. Level time: 1180 game time, 1180 day time
  79. Level dimension: 0
  80. Level storage version: 0x04ABD - Anvil
  81. Level weather: Rain time: 156525 (now: false), thunder time: 28173 (now: false)
  82. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  83. Stacktrace:
  84. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:840)
  85. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:741)
  86. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192)
  87. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:590)
  88. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement