Advertisement
Guest User

Untitled

a guest
Nov 19th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I just don't know what went wrong :(
  3.  
  4. Time: 19/11/14 21:58
  5. Description: Ticking entity
  6.  
  7. java.lang.NullPointerException: Ticking entity
  8. at acs.tabbychat.util.ChatComponentUtils.split(ChatComponentUtils.java:64)
  9. at acs.tabbychat.core.GuiNewChatTC.func_146237_a(GuiNewChatTC.java:369)
  10. at acs.tabbychat.core.GuiNewChatTC.func_146234_a(GuiNewChatTC.java:558)
  11. at acs.tabbychat.core.GuiNewChatTC.func_146227_a(GuiNewChatTC.java:553)
  12. at net.minecraft.client.entity.EntityPlayerSP.func_145747_a(EntityPlayerSP.java:592)
  13. at DamageIndicatorsMod.core.DIEventBus.livingEvent(DIEventBus.java:189)
  14. at cpw.mods.fml.common.eventhandler.ASMEventHandler_761_DIEventBus_livingEvent_LivingUpdateEvent.invoke(.dynamic)
  15. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  16. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  17. at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:280)
  18. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1558)
  19. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
  20. at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
  21. at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70071_h_(GCEntityClientPlayerMP.java:59)
  22. at net.minecraft.world.World.func_72866_a(World.java:2070)
  23. at net.minecraft.world.World.func_72870_g(World.java:2034)
  24. at net.minecraft.world.World.func_72939_s(World.java:1887)
  25. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1995)
  26. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
  27. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
  28. at net.minecraft.client.main.Main.main(SourceFile:148)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  32. at java.lang.reflect.Method.invoke(Unknown Source)
  33. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  34. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  35.  
  36.  
  37. A detailed walkthrough of the error, its code path and all known details is as follows:
  38. ---------------------------------------------------------------------------------------
  39.  
  40. -- Head --
  41. Stacktrace:
  42. at acs.tabbychat.util.ChatComponentUtils.split(ChatComponentUtils.java:64)
  43. at acs.tabbychat.core.GuiNewChatTC.func_146237_a(GuiNewChatTC.java:369)
  44. at acs.tabbychat.core.GuiNewChatTC.func_146234_a(GuiNewChatTC.java:558)
  45. at acs.tabbychat.core.GuiNewChatTC.func_146227_a(GuiNewChatTC.java:553)
  46. at net.minecraft.client.entity.EntityPlayerSP.func_145747_a(EntityPlayerSP.java:592)
  47. at DamageIndicatorsMod.core.DIEventBus.livingEvent(DIEventBus.java:189)
  48. at cpw.mods.fml.common.eventhandler.ASMEventHandler_761_DIEventBus_livingEvent_LivingUpdateEvent.invoke(.dynamic)
  49. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  50. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  51. at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:280)
  52. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1558)
  53. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
  54. at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
  55. at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70071_h_(GCEntityClientPlayerMP.java:59)
  56. at net.minecraft.world.World.func_72866_a(World.java:2070)
  57. at net.minecraft.world.World.func_72870_g(World.java:2034)
  58.  
  59. -- Entity being ticked --
  60. Details:
  61. Entity Type: null (micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP)
  62. Entity ID: 108768
  63. Entity Name: iTzKrAaZy
  64. Entity's Exact location: -16.50, 134.62, -25.50
  65. Entity's Block location: World: (-17,134,-26), Chunk: (at 15,8,6 in -2,-2; contains blocks -32,0,-32 to -17,255,-17), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  66. Entity's Momentum: 0.00, 0.00, 0.00
  67. Stacktrace:
  68. at net.minecraft.world.World.func_72939_s(World.java:1887)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement