Advertisement
Guest User

Untitled

a guest
Dec 14th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.24 KB | None | 0 0
  1. 2013-12-14 17:52:46 [INFO] [STDERR] net.minecraft.util.ReportedException: Ticking entity
  2. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674)
  3. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
  4. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
  5. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
  6. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  7. 2013-12-14 17:52:46 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer
  8. 2013-12-14 17:52:46 [INFO] [STDERR] at com.advGenetics.Blocks.BlockDeathEnderchest.func_71857_b(BlockDeathEnderchest.java:47)
  9. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.pathfinding.PathFinder.func_82565_a(SourceFile:199)
  10. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.pathfinding.PathFinder.func_75855_a(SourceFile:180)
  11. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.pathfinding.PathFinder.func_75858_a(SourceFile:132)
  12. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.pathfinding.PathFinder.func_75860_b(SourceFile:120)
  13. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.pathfinding.PathFinder.func_75861_a(SourceFile:88)
  14. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.pathfinding.PathFinder.func_75857_a(SourceFile:59)
  15. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.pathfinding.PathFinder.func_75859_a(SourceFile:35)
  16. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.world.World.func_72844_a(World.java:3833)
  17. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.pathfinding.PathNavigate.func_75488_a(SourceFile:78)
  18. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.pathfinding.PathNavigate.func_75492_a(SourceFile:82)
  19. 2013-12-14 17:52:46 [INFO] [STDERR] at rivvest.Revamp.EntityAIWanderRevamp.func_75249_e(EntityAIWanderRevamp.java:187)
  20. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:91)
  21. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:613)
  22. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1993)
  23. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:441)
  24. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:24)
  25. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.entity.monster.EntityZombie.func_70636_d(EntityZombie.java:192)
  26. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1826)
  27. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:257)
  28. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:29)
  29. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.entity.monster.EntityZombie.func_70071_h_(EntityZombie.java:283)
  30. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.world.World.func_72866_a(World.java:2350)
  31. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719)
  32. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.world.World.func_72870_g(World.java:2311)
  33. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.world.World.func_72939_s(World.java:2157)
  34. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
  35. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
  36. 2013-12-14 17:52:46 [INFO] [STDERR] ... 4 more
  37. 2013-12-14 17:52:46 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer
  38. 2013-12-14 17:52:46 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
  39. 2013-12-14 17:52:46 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  40. 2013-12-14 17:52:46 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  41. 2013-12-14 17:52:46 [INFO] [STDERR] ... 32 more
  42. 2013-12-14 17:52:46 [INFO] [STDERR] Caused by: java.lang.NullPointerException
  43. 2013-12-14 17:52:46 [SEVERE] [Minecraft-Server] Encountered an unexpected exception ReportedException
  44. net.minecraft.util.ReportedException: Ticking entity
  45. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674)
  46. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
  47. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
  48. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
  49. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  50. Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer
  51. at com.advGenetics.Blocks.BlockDeathEnderchest.func_71857_b(BlockDeathEnderchest.java:47)
  52. at net.minecraft.pathfinding.PathFinder.func_82565_a(SourceFile:199)
  53. at net.minecraft.pathfinding.PathFinder.func_75855_a(SourceFile:180)
  54. at net.minecraft.pathfinding.PathFinder.func_75858_a(SourceFile:132)
  55. at net.minecraft.pathfinding.PathFinder.func_75860_b(SourceFile:120)
  56. at net.minecraft.pathfinding.PathFinder.func_75861_a(SourceFile:88)
  57. at net.minecraft.pathfinding.PathFinder.func_75857_a(SourceFile:59)
  58. at net.minecraft.pathfinding.PathFinder.func_75859_a(SourceFile:35)
  59. at net.minecraft.world.World.func_72844_a(World.java:3833)
  60. at net.minecraft.pathfinding.PathNavigate.func_75488_a(SourceFile:78)
  61. at net.minecraft.pathfinding.PathNavigate.func_75492_a(SourceFile:82)
  62. at rivvest.Revamp.EntityAIWanderRevamp.func_75249_e(EntityAIWanderRevamp.java:187)
  63. at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:91)
  64. at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:613)
  65. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1993)
  66. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:441)
  67. at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:24)
  68. at net.minecraft.entity.monster.EntityZombie.func_70636_d(EntityZombie.java:192)
  69. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1826)
  70. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:257)
  71. at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:29)
  72. at net.minecraft.entity.monster.EntityZombie.func_70071_h_(EntityZombie.java:283)
  73. at net.minecraft.world.World.func_72866_a(World.java:2350)
  74. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719)
  75. at net.minecraft.world.World.func_72870_g(World.java:2311)
  76. at net.minecraft.world.World.func_72939_s(World.java:2157)
  77. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
  78. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
  79. ... 4 more
  80. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer
  81. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
  82. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  83. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  84. ... 32 more
  85. Caused by: java.lang.NullPointerException
  86. 2013-12-14 17:52:46 [SEVERE] [Minecraft-Server] This crash report has been saved to: /home/minecraft/ftb-1.6-horizons/./crash-reports/crash-2013-12-14_17.52.46-server.txt
  87. 2013-12-14 17:53:15 [INFO] [STDERR] java.net.SocketTimeoutException: Read timed out
  88. 2013-12-14 17:53:15 [INFO] [STDERR] at java.net.SocketInputStream.socketRead0(Native Method)
  89. 2013-12-14 17:53:15 [INFO] [STDERR] at java.net.SocketInputStream.read(SocketInputStream.java:150)
  90. 2013-12-14 17:53:15 [INFO] [STDERR] at java.net.SocketInputStream.read(SocketInputStream.java:121)
  91. 2013-12-14 17:53:15 [INFO] [STDERR] at java.io.FilterInputStream.read(FilterInputStream.java:133)
  92. 2013-12-14 17:53:15 [INFO] [STDERR] at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  93. 2013-12-14 17:53:15 [INFO] [STDERR] at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  94. 2013-12-14 17:53:15 [INFO] [STDERR] at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  95. 2013-12-14 17:53:15 [INFO] [STDERR] at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:145)
  96. 2013-12-14 17:53:15 [INFO] [STDERR] at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:325)
  97. 2013-12-14 17:53:15 [INFO] [STDERR] at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:549)
  98. 2013-12-14 17:53:15 [INFO] [STDERR] at net.minecraft.network.TcpReaderThread.run(SourceFile:94)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement