Advertisement
Camellias_

Untitled

May 3rd, 2018
1,014
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.78 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hi. I'm Minecraft, and I'm a crashaholic.
  3.  
  4. Time: 5/3/18 4:39 PM
  5. Description: Ticking player
  6.  
  7. java.lang.NullPointerException: Ticking player
  8. at com.camellias.voidictrans.util.handlers.RegistryHandler.PlayerHurtEvent(RegistryHandler.java:70)
  9. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_5_RegistryHandler_PlayerHurtEvent_LivingHurtEvent.invoke(.dynamic)
  10. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  11. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
  12. at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:574)
  13. at net.minecraft.entity.player.EntityPlayer.damageEntity(EntityPlayer.java:1217)
  14. at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:1030)
  15. at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1127)
  16. at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:692)
  17. at net.minecraft.entity.EntityLivingBase.outOfWorld(EntityLivingBase.java:1748)
  18. at net.minecraft.entity.Entity.onEntityUpdate(Entity.java:582)
  19. at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:277)
  20. at net.minecraft.entity.Entity.onUpdate(Entity.java:465)
  21. at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2313)
  22. at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:272)
  23. at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:423)
  24. at net.minecraft.network.NetHandlerPlayServer.update(NetHandlerPlayServer.java:185)
  25. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:212)
  26. at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:307)
  27. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:197)
  28. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:863)
  29. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:741)
  30. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192)
  31. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:590)
  32. at java.lang.Thread.run(Unknown Source)
  33.  
  34.  
  35. A detailed walkthrough of the error, its code path and all known details is as follows:
  36. ---------------------------------------------------------------------------------------
  37.  
  38. -- Head --
  39. Thread: Server thread
  40. Stacktrace:
  41. at com.camellias.voidictrans.util.handlers.RegistryHandler.PlayerHurtEvent(RegistryHandler.java:70)
  42. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_5_RegistryHandler_PlayerHurtEvent_LivingHurtEvent.invoke(.dynamic)
  43. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  44. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
  45. at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:574)
  46. at net.minecraft.entity.player.EntityPlayer.damageEntity(EntityPlayer.java:1217)
  47. at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:1030)
  48. at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1127)
  49. at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:692)
  50. at net.minecraft.entity.EntityLivingBase.outOfWorld(EntityLivingBase.java:1748)
  51. at net.minecraft.entity.Entity.onEntityUpdate(Entity.java:582)
  52. at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:277)
  53. at net.minecraft.entity.Entity.onUpdate(Entity.java:465)
  54. at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2313)
  55. at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:272)
  56.  
  57. -- Player being ticked --
  58. Details:
  59. Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
  60. Entity ID: 2166
  61. Entity Name: Player291
  62. Entity's Exact location: 0.50, -64.84, 0.50
  63. Entity's Block location: World: (0,-65,0), Chunk: (at 0,-5,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  64. Entity's Momentum: 0.00, -1.46, 0.00
  65. Entity's Passengers: []
  66. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  67. Stacktrace:
  68. at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:423)
  69. at net.minecraft.network.NetHandlerPlayServer.update(NetHandlerPlayServer.java:185)
  70. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:212)
  71. at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:307)
  72.  
  73. -- Ticking connection --
  74. Details:
  75. Connection: net.minecraft.network.NetworkManager@4ba203fd
  76. Stacktrace:
  77. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:197)
  78. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:863)
  79. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:741)
  80. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192)
  81. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:590)
  82. at java.lang.Thread.run(Unknown Source)
  83.  
  84. -- System Details --
  85. Details:
  86. Minecraft Version: 1.12.2
  87. Operating System: Windows 10 (amd64) version 10.0
  88. Java Version: 1.8.0_152, Oracle Corporation
  89. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  90. Memory: 530288096 bytes (505 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  91. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  92. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  93. FML: MCP 9.42 Powered by Forge 14.23.1.2607 5 mods loaded, 5 mods active
  94. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  95.  
  96. | State | ID | Version | Source | Signature |
  97. |:--------- |:----------- |:------------ |:-------------------------------- |:--------- |
  98. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  99. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  100. | UCHIJAAAA | FML | 8.0.99.99 | forgeSrc-1.12.2-14.23.1.2607.jar | None |
  101. | UCHIJAAAA | forge | 14.23.1.2607 | forgeSrc-1.12.2-14.23.1.2607.jar | None |
  102. | UCHIJAAAA | voidictrans | 0.1 | bin | None |
  103.  
  104. Loaded coremods (and transformers):
  105. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  106. Profiler Position: N/A (disabled)
  107. Player Count: 1 / 8; [EntityPlayerMP['Player291'/2166, l='New World', x=0.50, y=-64.84, z=0.50]]
  108. Type: Integrated Server (map_client.txt)
  109. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement