Guest User

Crash Report

a guest
Apr 16th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.27 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't do that.
  3.  
  4. Time: 16/04/16 19:13
  5. Description: Exception in server tick loop
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  9. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
  10. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  11. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  12. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  13. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  14. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  15. Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
  16. at com.chef.mod.blocks.MangoLeaves.func_149662_c(MangoLeaves.java:345)
  17. at net.minecraft.block.Block.<init>(Block.java:419)
  18. at net.minecraft.block.BlockLeavesBase.<init>(SourceFile:10)
  19. at net.minecraft.block.BlockLeaves.<init>(BlockLeaves.java:31)
  20. at com.chef.mod.blocks.MangoLeaves.<init>(MangoLeaves.java:33)
  21. at com.chef.mod.init.MyBlocks.init(MyBlocks.java:179)
  22. at com.chef.mod.Chef.preInit(Chef.java:55)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  26. at java.lang.reflect.Method.invoke(Method.java:606)
  27. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  28. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. at java.lang.reflect.Method.invoke(Method.java:606)
  31. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  32. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  33. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  34. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  35. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  36. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  37. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  41. at java.lang.reflect.Method.invoke(Method.java:606)
  42. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  43. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  44. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  45. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  46. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  47. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  48. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  49. ... 5 more
  50. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
  51. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  52. at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
  53. at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  54. ... 38 more
  55. Caused by: java.lang.RuntimeException: Attempted to load class bao for invalid side SERVER
  56. at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
  57. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  58. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  59. ... 40 more
  60.  
  61.  
  62. A detailed walkthrough of the error, its code path and all known details is as follows:
  63. ---------------------------------------------------------------------------------------
  64.  
  65. -- System Details --
  66. Details:
  67. Minecraft Version: 1.7.10
  68. Operating System: Linux (amd64) version 3.2.0-25-generic
  69. Java Version: 1.7.0_79, Oracle Corporation
  70. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  71. Memory: 631646360 bytes (602 MB) / 929038336 bytes (886 MB) up to 955252736 bytes (911 MB)
  72. JVM Flags: 3 total; -XX:MaxPermSize=128M -Xms1G -Xmx1G
  73. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  74. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  75. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 16 mods loaded, 16 mods active
  76. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  77. UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  78. UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  79. UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  80. UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  81. UCH Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  82. UCH NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
  83. UCH antiqueatlas{1.7.10-4.2.10} [Antique Atlas] (antiqueatlas-1.7.10-4.2.10.jar)
  84. UCH BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
  85. UCH BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
  86. UCH BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
  87. UCH chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
  88. UCH GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.375.jar)
  89. UCH GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.375.jar)
  90. UCH llor{1.0.7-mc1.7.10} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.0.7-mc1.7.10.jar)
  91. UCE chef{5.0.1} [Master Chef] (Master_Chef_v5.0.1-1.7.10.jar)
  92. UCH cfm{3.4.7} [�9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
  93. Profiler Position: N/A (disabled)
  94. Is Modded: Definitely; Server brand changed to 'fml,forge'
  95. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment