Advertisement
Guest User

Untitled

a guest
Aug 6th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.17 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You're mean.
  3.  
  4. Time: 2016-08-06 10:43
  5. Description: Colliding entity with block
  6.  
  7. java.lang.NullPointerException: Colliding entity with block
  8. at mod.blocks.BlockEnderium.onEntityCollidedWithBlock(BlockEnderium.java:32)
  9. at net.minecraft.entity.Entity.doBlockCollisions(Entity.java:1043)
  10. at net.minecraft.entity.Entity.moveEntity(Entity.java:961)
  11. at net.minecraft.entity.EntityLivingBase.moveEntityWithHeading(EntityLivingBase.java:2070)
  12. at net.minecraft.entity.player.EntityPlayer.moveEntityWithHeading(EntityPlayer.java:1945)
  13. at net.minecraft.entity.EntityLivingBase.onLivingUpdate(EntityLivingBase.java:2426)
  14. at net.minecraft.entity.player.EntityPlayer.onLivingUpdate(EntityPlayer.java:561)
  15. at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2218)
  16. at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:259)
  17. at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:341)
  18. at net.minecraft.network.NetHandlerPlayServer.update(NetHandlerPlayServer.java:174)
  19. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:216)
  20. at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:308)
  21. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:195)
  22. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:806)
  23. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:687)
  24. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156)
  25. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:536)
  26. at java.lang.Thread.run(Unknown Source)
  27.  
  28.  
  29. A detailed walkthrough of the error, its code path and all known details is as follows:
  30. ---------------------------------------------------------------------------------------
  31.  
  32. -- Head --
  33. Thread: Server thread
  34. Stacktrace:
  35. at mod.blocks.BlockEnderium.onEntityCollidedWithBlock(BlockEnderium.java:32)
  36.  
  37. -- Block being collided with --
  38. Details:
  39. Block: mm:enderium[level=1]
  40. Block location: World: (-1043,62,23), Chunk: (at 13,3,7 in -66,1; contains blocks -1056,0,16 to -1041,255,31), Region: (-3,0; contains chunks -96,0 to -65,31, blocks -1536,0,0 to -1025,255,511)
  41. Stacktrace:
  42. at net.minecraft.entity.Entity.doBlockCollisions(Entity.java:1043)
  43.  
  44. -- Entity being checked for collision --
  45. Details:
  46. Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
  47. Entity ID: 287
  48. Entity Name: Player782
  49. Entity's Exact location: -1042,06, 62,00, 22,72
  50. Entity's Block location: World: (-1043,62,22), Chunk: (at 13,3,6 in -66,1; contains blocks -1056,0,16 to -1041,255,31), Region: (-3,0; contains chunks -96,0 to -65,31, blocks -1536,0,0 to -1025,255,511)
  51. Entity's Momentum: 0,00, 0,00, 0,07
  52. Entity's Passengers: []
  53. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  54. Stacktrace:
  55. at net.minecraft.entity.Entity.moveEntity(Entity.java:961)
  56. at net.minecraft.entity.EntityLivingBase.moveEntityWithHeading(EntityLivingBase.java:2070)
  57. at net.minecraft.entity.player.EntityPlayer.moveEntityWithHeading(EntityPlayer.java:1945)
  58. at net.minecraft.entity.EntityLivingBase.onLivingUpdate(EntityLivingBase.java:2426)
  59. at net.minecraft.entity.player.EntityPlayer.onLivingUpdate(EntityPlayer.java:561)
  60. at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2218)
  61. at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:259)
  62.  
  63. -- Player being ticked --
  64. Details:
  65. Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
  66. Entity ID: 287
  67. Entity Name: Player782
  68. Entity's Exact location: -1042,06, 62,00, 22,72
  69. Entity's Block location: World: (-1043,62,22), Chunk: (at 13,3,6 in -66,1; contains blocks -1056,0,16 to -1041,255,31), Region: (-3,0; contains chunks -96,0 to -65,31, blocks -1536,0,0 to -1025,255,511)
  70. Entity's Momentum: 0,00, 0,00, 0,07
  71. Entity's Passengers: []
  72. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  73. Stacktrace:
  74. at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:341)
  75. at net.minecraft.network.NetHandlerPlayServer.update(NetHandlerPlayServer.java:174)
  76. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:216)
  77. at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:308)
  78.  
  79. -- Ticking connection --
  80. Details:
  81. Connection: net.minecraft.network.NetworkManager@41f66108
  82. Stacktrace:
  83. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:195)
  84. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:806)
  85. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:687)
  86. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156)
  87. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:536)
  88. at java.lang.Thread.run(Unknown Source)
  89.  
  90. -- System Details --
  91. Details:
  92. Minecraft Version: 1.10.2
  93. Operating System: Windows 10 (amd64) version 10.0
  94. Java Version: 1.8.0_101, Oracle Corporation
  95. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  96. Memory: 335954288 bytes (320 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  97. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  98. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  99. FML: MCP 9.32 Powered by Forge 12.18.1.2046 4 mods loaded, 4 mods active
  100. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  101. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  102. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.10.2-12.18.1.2046.jar)
  103. UCHIJAAAA Forge{12.18.1.2046} [Minecraft Forge] (forgeSrc-1.10.2-12.18.1.2046.jar)
  104. UCHIJAAAA mm{1.10.2} [MCrafterzz mod] (bin)
  105. Loaded coremods (and transformers):
  106. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  107. Profiler Position: N/A (disabled)
  108. Player Count: 1 / 8; [EntityPlayerMP['Player782'/287, l='Copy of New World', x=-1042,06, y=62,00, z=22,72]]
  109. Type: Integrated Server (map_client.txt)
  110. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement