Guest User

Untitled

a guest
Dec 23rd, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.67 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Everything's going to plan. No, really, that was supposed to happen.
  3.  
  4. Time: 12/23/15 10:32 PM
  5. Description: Ticking entity
  6.  
  7. java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
  8. at thelasttocraft.common.mobs.EntityTLTCZombie.func_70652_k(EntityTLTCZombie.java:135)
  9. at net.minecraft.entity.monster.EntityMob.func_70785_a(SourceFile:126)
  10. at net.minecraft.entity.EntityCreature.func_70626_be(SourceFile:63)
  11. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1780)
  12. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
  13. at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:25)
  14. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
  15. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
  16. at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
  17. at net.minecraft.world.World.func_72866_a(World.java:2070)
  18. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
  19. at net.minecraft.world.World.func_72870_g(World.java:2034)
  20. at net.minecraft.world.World.func_72939_s(World.java:1887)
  21. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
  22. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
  23. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
  24. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  25. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  26. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  27. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
  28. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  29. at java.lang.ClassLoader.loadClass(Unknown Source)
  30. at java.lang.ClassLoader.loadClass(Unknown Source)
  31. ... 19 more
  32. Caused by: java.lang.RuntimeException: Attempted to load class bao for invalid side SERVER
  33. at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
  34. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  35. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  36. ... 21 more
  37.  
  38.  
  39. A detailed walkthrough of the error, its code path and all known details is as follows:
  40. ---------------------------------------------------------------------------------------
  41.  
  42. -- Head --
  43. Stacktrace:
  44. at thelasttocraft.common.mobs.EntityTLTCZombie.func_70652_k(EntityTLTCZombie.java:135)
  45. at net.minecraft.entity.monster.EntityMob.func_70785_a(SourceFile:126)
  46. at net.minecraft.entity.EntityCreature.func_70626_be(SourceFile:63)
  47. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1780)
  48. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
  49. at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:25)
  50. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
  51. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
  52. at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
  53. at net.minecraft.world.World.func_72866_a(World.java:2070)
  54. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
  55. at net.minecraft.world.World.func_72870_g(World.java:2034)
  56.  
  57. -- Entity being ticked --
  58. Details:
  59. Entity Type: TLTCZombie (thelasttocraft.common.mobs.EntityTLTCZombie)
  60. Entity ID: 29287
  61. Entity Name: Zombie
  62. Entity's Exact location: 259.32, 65.92, 237.61
  63. Entity's Block location: World: (259,65,237), Chunk: (at 3,4,13 in 16,14; contains blocks 256,0,224 to 271,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  64. Entity's Momentum: 0.05, -0.16, -0.03
  65. Stacktrace:
  66. at net.minecraft.world.World.func_72939_s(World.java:1887)
  67. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
  68.  
  69. -- Affected level --
  70. Details:
  71. Level name: world
  72. All players: 2 total; [EntityPlayerMP['DolphinTaco'/28566, l='world', x=263.77, y=65.77, z=237.05], EntityPlayerMP['StarTacoHD'/30438, l='world', x=260.94, y=65.00, z=236.90]]
  73. Chunk stats: ServerChunkCache: 523 Drop: 0
  74. Level seed: 1660196624
  75. Level generator: ID 00 - default, ver 1. Features enabled: true
  76. Level generator options:
  77. Level spawn location: World: (253,64,232), Chunk: (at 13,4,8 in 15,14; contains blocks 240,0,224 to 255,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  78. Level time: 51601 game time, 1734 day time
  79. Level dimension: 0
  80. Level storage version: 0x04ABD - Anvil
  81. Level weather: Rain time: 81123 (now: false), thunder time: 101646 (now: false)
  82. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  83. Stacktrace:
  84. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
  85. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
  86. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  87. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  88. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  89.  
  90. -- System Details --
  91. Details:
  92. Minecraft Version: 1.7.10
  93. Operating System: Linux (amd64) version 2.6.32-504.3.3.el6.x86_64
  94. Java Version: 1.7.0_72, Oracle Corporation
  95. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  96. Memory: 401697800 bytes (383 MB) / 778502144 bytes (742 MB) up to 778502144 bytes (742 MB)
  97. JVM Flags: 5 total; -Xmx768M -Xms768M -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M
  98. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  99. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  100. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 4 mods loaded, 4 mods active
  101. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  102. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  103. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
  104. UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
  105. UCHIJAAAA tltc{1.0} [The Last To Craft] (TLTC-Dev(1.7.10).jar)
  106. Profiler Position: N/A (disabled)
  107. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  108. Player Count: 2 / 20; [EntityPlayerMP['DolphinTaco'/28566, l='world', x=263.77, y=65.77, z=237.05], EntityPlayerMP['StarTacoHD'/30438, l='world', x=260.94, y=65.00, z=236.90]]
  109. Is Modded: Definitely; Server brand changed to 'fml,forge'
  110. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment