Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.21 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal (1).jar)
  5. CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
  6. CCCDeobfPlugin (unknown)
  7. ItemPatchingLoader (ItemPhysic Full 1.1.4 mc1.8.jar)
  8. MalisisCorePlugin (malisiscore-1.8-1.3.0.jar)
  9. CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal (1).jar)
  10. CCLCorePlugin (CodeChickenLib-1.8-1.1.2.139-universal.jar)
  11. Contact their authors BEFORE contacting forge
  12.  
  13. // Hi. I'm Minecraft, and I'm a crashaholic.
  14.  
  15. Time: 2/8/16 4:12 PM
  16. Description: Ticking entity
  17.  
  18. java.lang.NoClassDefFoundError: net/malisis/core/util/RaytraceBlock
  19. at net.malisis.doors.block.Door.func_180636_a(Door.java:335)
  20. at net.minecraft.world.World.func_147447_a(World.java:1011)
  21. at net.minecraft.world.World.func_72933_a(World.java:849)
  22. at net.minecraft.entity.EntityLivingBase.func_70685_l(EntityLivingBase.java:1931)
  23. at net.minecraft.entity.ai.EntitySenses.func_75522_a(SourceFile:32)
  24. at net.minecraft.entity.ai.EntityAIAvoidEntity$1.func_180419_a(SourceFile:20)
  25. at net.minecraft.entity.ai.EntityAIAvoidEntity$1.apply(SourceFile:17)
  26. at com.google.common.base.Predicates$AndPredicate.apply(Predicates.java:359)
  27. at net.minecraft.world.chunk.Chunk.func_177414_a(Chunk.java:995)
  28. at net.minecraft.world.World.func_175674_a(World.java:2990)
  29. at net.minecraft.entity.ai.EntityAIAvoidEntity.func_75250_a(SourceFile:44)
  30. at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:72)
  31. at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:681)
  32. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1789)
  33. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:487)
  34. at net.minecraft.entity.EntityAgeable.func_70636_d(SourceFile:126)
  35. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1628)
  36. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:311)
  37. at net.minecraft.world.World.func_72866_a(World.java:1880)
  38. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:732)
  39. at net.minecraft.world.World.func_72870_g(World.java:1850)
  40. at net.minecraft.world.World.func_72939_s(World.java:1679)
  41. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
  42. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
  43. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
  44. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:264)
  45. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
  46. at java.lang.Thread.run(Unknown Source)
  47. Caused by: java.lang.ClassNotFoundException: net.malisis.core.util.RaytraceBlock
  48. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  49. at java.lang.ClassLoader.loadClass(Unknown Source)
  50. at java.lang.ClassLoader.loadClass(Unknown Source)
  51. ... 28 more
  52. Caused by: java.lang.NullPointerException
  53.  
  54.  
  55. A detailed walkthrough of the error, its code path and all known details is as follows:
  56. ---------------------------------------------------------------------------------------
  57.  
  58. -- Head --
  59. Stacktrace:
  60. at net.malisis.doors.block.Door.func_180636_a(Door.java:335)
  61. at net.minecraft.world.World.func_147447_a(World.java:1011)
  62. at net.minecraft.world.World.func_72933_a(World.java:849)
  63. at net.minecraft.entity.EntityLivingBase.func_70685_l(EntityLivingBase.java:1931)
  64. at net.minecraft.entity.ai.EntitySenses.func_75522_a(SourceFile:32)
  65. at net.minecraft.entity.ai.EntityAIAvoidEntity$1.func_180419_a(SourceFile:20)
  66. at net.minecraft.entity.ai.EntityAIAvoidEntity$1.apply(SourceFile:17)
  67. at com.google.common.base.Predicates$AndPredicate.apply(Predicates.java:359)
  68. at net.minecraft.world.chunk.Chunk.func_177414_a(Chunk.java:995)
  69. at net.minecraft.world.World.func_175674_a(World.java:2990)
  70. at net.minecraft.entity.ai.EntityAIAvoidEntity.func_75250_a(SourceFile:44)
  71. at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:72)
  72. at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:681)
  73. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1789)
  74. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:487)
  75. at net.minecraft.entity.EntityAgeable.func_70636_d(SourceFile:126)
  76. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1628)
  77. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:311)
  78. at net.minecraft.world.World.func_72866_a(World.java:1880)
  79. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:732)
  80. at net.minecraft.world.World.func_72870_g(World.java:1850)
  81.  
  82. -- Entity being ticked --
  83. Details:
  84. Entity Type: Villager (net.minecraft.entity.passive.EntityVillager)
  85. Entity ID: 1592
  86. Entity Name: Villager
  87. Entity's Exact location: -719.50, 68.00, 1691.50
  88. Entity's Block location: -720.00,68.00,1691.00 - World: (-720,68,1691), Chunk: (at 0,4,11 in -45,105; contains blocks -720,0,1680 to -705,255,1695), Region: (-2,3; contains chunks -64,96 to -33,127, blocks -1024,0,1536 to -513,255,2047)
  89. Entity's Momentum: 0.00, 0.00, 0.00
  90. Entity's Rider: ~~ERROR~~ NullPointerException: null
  91. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  92. Stacktrace:
  93. at net.minecraft.world.World.func_72939_s(World.java:1679)
  94. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
  95.  
  96. -- Affected level --
  97. Details:
  98. Level name: MCA Rules
  99. All players: 1 total; [EntityPlayerMP['Zerxez'/1593, l='MCA Rules', x=-738.44, y=86.82, z=1520.79]]
  100. Chunk stats: ServerChunkCache: 1251 Drop: 0
  101. Level seed: -499268704596964635
  102. Level generator: ID 00 - default, ver 1. Features enabled: true
  103. Level generator options:
  104. Level spawn location: -60.00,64.00,256.00 - World: (-60,64,256), Chunk: (at 4,4,0 in -4,16; contains blocks -64,0,256 to -49,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  105. Level time: 12822 game time, 12822 day time
  106. Level dimension: 0
  107. Level storage version: 0x04ABD - Anvil
  108. Level weather: Rain time: 160661 (now: false), thunder time: 148445 (now: false)
  109. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  110. Stacktrace:
  111. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
  112. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
  113. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:264)
  114. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
  115. at java.lang.Thread.run(Unknown Source)
  116.  
  117. -- System Details --
  118. Details:
  119. Minecraft Version: 1.8
  120. Operating System: Windows 10 (amd64) version 10.0
  121. Java Version: 1.8.0_73, Oracle Corporation
  122. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  123. Memory: 3661742992 bytes (3492 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
  124. JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx4096m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
  125. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  126. FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.4.1577 Optifine OptiFine_1.8_HD_U_H2 19 mods loaded, 19 mods active
  127. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  128. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  129. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (modpack.jar)
  130. UCHIJAAAA Forge{11.14.4.1577} [Minecraft Forge] (modpack.jar)
  131. UCHIJAAAA CodeChickenCore{1.0.5.36} [CodeChicken Core] (minecraft.jar)
  132. UCHIJAAAA NotEnoughItems{1.0.5.104} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.104-universal (1).jar)
  133. UCHIJAAAA itemphysic{1.1.2} [ItemPhysic] (minecraft.jar)
  134. UCHIJAAAA securitycraft{v1.7.4.1} [SecurityCraft] ([1.8] SecurityCraft v1.7.4.1.jar)
  135. UCHIJAAAA CookingPlus{0.6} [CookingPlus] (CookingPlus-0.6.jar)
  136. UCHIJAAAA CustomSpawner{3.4.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.4.0.jar)
  137. UCHIJAAAA DragonMounts{r42-1.8} [Dragon Mounts] (Dragon-Mounts-1.8.jar)
  138. UCHIJAAAA MoCreatures{8.0.0.devA} [DrZhark's Mo'Creatures Mod] (DrZhark's Mo'Creatures Mod-8.0.0.devA.jar)
  139. UCHIJAAAA malisiscore{1.8-1.3.0} [MalisisCore] (malisiscore-1.8-1.3.0.jar)
  140. UCHIJAAAA malisisdoors{1.8-2.2.0} [Malisis' Doors] (malisisdoors-1.8-2.2.0.jar)
  141. UCHIJAAAA RadixCore{1.8-2.1.0} [RadixCore] (RadixCore-1.8-2.1.0-universal.jar)
  142. UCHIJAAAA MCA{1.8-5.1.1.1} [Minecraft Comes Alive] (MCA-1.8-5.1.1.1-universal.jar)
  143. UCHIJAAAA mochickens{1.7.0} [Mo Chickens] (MoChickens-1.8-1.7.0.001.jar)
  144. UCHIJAAAA cfm{3.6} [ยง9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.6(1.8).jar)
  145. UCHIJAAAA ropebridge{1.1} [Rope Bridge] (RopeBridge-v1.2-mc1.8.8.jar)
  146. UCHIJAAAA XaeroMinimap{1.7.5} [Xaero's Minimap] (xaeros_minimap_v1.7.5_Forge_1.8.jar)
  147. Loaded coremods (and transformers):
  148. NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal (1).jar)
  149. codechicken.nei.asm.NEITransformer
  150. CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
  151. codechicken.lib.asm.ClassHeirachyManager
  152. codechicken.lib.asm.RenderHookTransformer
  153. CCCDeobfPlugin (unknown)
  154.  
  155. ItemPatchingLoader (ItemPhysic Full 1.1.4 mc1.8.jar)
  156. com.creativemd.itemphysic.ItemTransformer
  157. MalisisCorePlugin (malisiscore-1.8-1.3.0.jar)
  158. net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  159. net.malisis.core.util.chunkblock.ChunkBlockTransformer
  160. net.malisis.core.renderer.transformer.MalisisRendererTransformer
  161. CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal (1).jar)
  162. codechicken.core.asm.InterfaceDependancyTransformer
  163. codechicken.core.asm.TweakTransformer
  164. codechicken.core.asm.DelegatedTransformer
  165. codechicken.core.asm.DefaultImplementationTransformer
  166. CCLCorePlugin (CodeChickenLib-1.8-1.1.2.139-universal.jar)
  167. codechicken.lib.asm.ClassHeirachyManager
  168. codechicken.lib.asm.RenderHookTransformer
  169. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  170. Profiler Position: N/A (disabled)
  171. Player Count: 1 / 8; [EntityPlayerMP['Zerxez'/1593, l='MCA Rules', x=-738.44, y=86.82, z=1520.79]]
  172. Type: Integrated Server (map_client.txt)
  173. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement