Advertisement
kreezxil

1.8 experiemental version crashes server looking for an undefined client class

Dec 1st, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.32 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad. I'll do better next time, I promise!
  3.  
  4. Time: 12/1/14 3:20 PM
  5. Description: Exception in server tick loop
  6.  
  7. net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
  8. at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
  9. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:692)
  10. at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:96)
  11. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:324)
  12. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
  13. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
  14. at java.lang.Thread.run(Thread.java:745)
  15. Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
  16. at com.mrcrayfish.furniture.FurnitureItems.registerRender(FurnitureItems.java:316)
  17. at com.mrcrayfish.furniture.FurnitureItems.registerRenders(FurnitureItems.java:237)
  18. at com.mrcrayfish.furniture.MrCrayfishFurnitureMod.init(MrCrayfishFurnitureMod.java:36)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:606)
  23. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:515)
  24. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  26. at java.lang.reflect.Method.invoke(Method.java:606)
  27. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  28. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  29. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  30. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  31. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  32. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  33. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  37. at java.lang.reflect.Method.invoke(Method.java:606)
  38. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  39. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  40. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  41. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  42. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  43. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  44. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:691)
  45. ... 5 more
  46. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
  47. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
  48. at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
  49. at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  50. ... 34 more
  51.  
  52.  
  53. A detailed walkthrough of the error, its code path and all known details is as follows:
  54. ---------------------------------------------------------------------------------------
  55.  
  56. -- System Details --
  57. Details:
  58. Minecraft Version: 1.8
  59. Operating System: Linux (amd64) version 2.6.32-042stab093.4
  60. Java Version: 1.7.0_72, Oracle Corporation
  61. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  62. Memory: 295171336 bytes (281 MB) / 454033408 bytes (433 MB) up to 3817865216 bytes (3641 MB)
  63. JVM Flags: 1 total; -Xmx4G
  64. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  65. FML: MCP v9.10 FML v8.0.10.1248 Minecraft Forge 11.14.0.1248 18 mods loaded, 18 mods active
  66. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  67. FML{8.0.10.1248} [Forge Mod Loader] (forge-1.8-11.14.0.1248-1.8-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  68. Forge{11.14.0.1248} [Minecraft Forge] (forge-1.8-11.14.0.1248-1.8-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  69. AutoSapling{1.0} [AutoSapling] (AutoSap-MC1.8-1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
  70. BetterLeather{2.0} [Better Leather] (BetterLeather-2.0.0.jar) Unloaded->Constructed->Pre-initialized->Errored
  71. ChickenShed{1.1.4} [Chicken Shed] (ChickenShed-1.8-1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
  72. k4lib{1.8-1.0.4} [K4Lib] (k4lib-1.8-1.0.4-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  73. colorchat{1.8-1.0.3} [ColorChat] (colorchat-1.8-1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
  74. convenientrecipes{1.8-1.3.1} [Convenient Recipes] (ConvenientRecipes-1.8-1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
  75. wonderfulwands{1.5.2} [Cyano's Wonderful Wands] (CyanosWonderfulWands-1.5.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
  76. FastLeaveDecay{1.0} [Fast Leave Decay] (FastLeaveDecay-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
  77. fireplacecore{2.0.0.1} [Fireplace Core] (Fireplace-Core-2.0.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
  78. clayspawn{2.0.0.2} [Fire's Clay Spawn] (Fires-Clay-Spawn-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
  79. IronChest{6.0.84.743} [Iron Chest] (ironchest-1.8-6.0.84.743-universal.jar) Unloaded->Constructed->Pre-initialized->Errored
  80. mineralogy{2.1} [Mineralogy] (mineralogy-2.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
  81. Morpheus{1.82.0.34} [Morpheus] (Morpheus-1.8-2.0.34.jar) Unloaded->Constructed->Pre-initialized->Initialized
  82. cfm{3.4} [?6MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4-build2-1.8.jar) Unloaded->Constructed->Pre-initialized->Errored
  83. AS_Ruins{14.4} [Ruins Spawning System] (Ruins-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
  84. Profiler Position: N/A (disabled)
  85. Is Modded: Definitely; Server brand changed to 'fml,forge'
  86. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement