Advertisement
plaguewolf

enchPlus

Apr 25th, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.44 KB | None | 0 0
  1. [21:22:02] [Client thread/ERROR]: The following problems were captured during this phase
  2. [21:22:02] [Client thread/ERROR]: Caught exception from eplus
  3. java.lang.NoClassDefFoundError: net/darkhax/bookshelf/creativetab/CreativeTabCached
  4. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_66]
  5. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_66]
  6. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440) ~[forge-1.7.10-10.13.4.1566-1.7.10-universal.jar:?]
  7. at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) ~[?:?]
  8. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  9. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  10. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  11. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  12. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  13. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  14. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  15. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[forge-1.7.10-10.13.4.1566-1.7.10-universal.jar:?]
  16. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[forge-1.7.10-10.13.4.1566-1.7.10-universal.jar:?]
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  20. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  21. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  22. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  23. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  24. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  25. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  26. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
  27. at cpw.mods.fml.common.Loader.loadMods(Loader.java:513) [Loader.class:?]
  28. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) [FMLClientHandler.class:?]
  29. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
  30. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
  31. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  35. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  36. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  37. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  41. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  42. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310) [NewLaunch.jar:?]
  43. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395) [NewLaunch.jar:?]
  44. at org.multimc.EntryPoint.listen(EntryPoint.java:170) [NewLaunch.jar:?]
  45. at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
  46. Caused by: java.lang.ClassNotFoundException: net.darkhax.bookshelf.creativetab.CreativeTabCached
  47. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  48. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_66]
  49. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_66]
  50. ... 42 more
  51. Caused by: java.lang.NullPointerException
  52. [21:22:02] [Client thread/INFO]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
  53. // I bet Cylons wouldn't have this problem.
  54.  
  55. Time: 4/25/16 9:22 PM
  56. Description: There was a severe problem during mod loading that has caused the game to fail
  57.  
  58. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/darkhax/bookshelf/creativetab/CreativeTabCached
  59. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  60. at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
  61. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
  62. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  63. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  64. at net.minecraft.client.main.Main.main(SourceFile:148)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  68. at java.lang.reflect.Method.invoke(Method.java:497)
  69. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  70. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  74. at java.lang.reflect.Method.invoke(Method.java:497)
  75. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  76. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
  77. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  78. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  79. Caused by: java.lang.NoClassDefFoundError: net/darkhax/bookshelf/creativetab/CreativeTabCached
  80. at java.lang.Class.forName0(Native Method)
  81. at java.lang.Class.forName(Class.java:348)
  82. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
  83. at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  84. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  85. at java.lang.reflect.Method.invoke(Method.java:497)
  86. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  87. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  88. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  89. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  90. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  91. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  92. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  93. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  95. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  96. at java.lang.reflect.Method.invoke(Method.java:497)
  97. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  98. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  99. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  100. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  101. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  102. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  103. at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
  104. ... 18 more
  105. Caused by: java.lang.ClassNotFoundException: net.darkhax.bookshelf.creativetab.CreativeTabCached
  106. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  107. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  108. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  109. ... 42 more
  110. Caused by: java.lang.NullPointerException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement