Advertisement
ajthemacboy

Untitled

May 9th, 2015
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Ooh. Shiny.
  3.  
  4. Time: 5/9/15 10:16 AM
  5. Description: Ticking entity
  6.  
  7. java.lang.ArrayIndexOutOfBoundsException: 0
  8. at com.flansmod.common.driveables.EntitySeat.pressKey(EntitySeat.java:434)
  9. at com.flansmod.common.driveables.EntitySeat.func_70071_h_(EntitySeat.java:165)
  10. at net.minecraft.world.World.func_72866_a(World.java:2647)
  11. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:838)
  12. at net.minecraft.world.World.func_72870_g(World.java:2600)
  13. at net.minecraft.world.World.func_72939_s(World.java:2412)
  14. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:669)
  15. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:943)
  16. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
  17. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
  18. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
  19. at java.lang.Thread.run(Thread.java:745)
  20.  
  21.  
  22. A detailed walkthrough of the error, its code path and all known details is as follows:
  23. ---------------------------------------------------------------------------------------
  24.  
  25. -- Head --
  26. Stacktrace:
  27. at com.flansmod.common.driveables.EntitySeat.pressKey(EntitySeat.java:434)
  28. at com.flansmod.common.driveables.EntitySeat.func_70071_h_(EntitySeat.java:165)
  29. at net.minecraft.world.World.func_72866_a(World.java:2647)
  30. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:838)
  31. at net.minecraft.world.World.func_72870_g(World.java:2600)
  32.  
  33. -- Entity being ticked --
  34. Details:
  35. Entity Type: Seat (com.flansmod.common.driveables.EntitySeat)
  36. Entity ID: 24123
  37. Entity Name: entity.Seat.name
  38. Entity's Exact location: -185.28, 63.40, 334.55
  39. Entity's Block location: World: (-186,63,334), Chunk: (at 6,3,14 in -12,20; contains blocks -192,0,320 to -177,255,335), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  40. Entity's Momentum: 0.00, 0.00, 0.00
  41. Stacktrace:
  42. at net.minecraft.world.World.func_72939_s(World.java:2412)
  43. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:669)
  44.  
  45. -- Affected level --
  46. Details:
  47. Level name: world
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement