Tsyklop

[NEIAddons|AppEng]: Error finding cell workbench classes

Dec 11th, 2015
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.47 KB | None | 0 0
  1. [Client thread/INFO] [NEIAddons]: Loading NEI Addons
  2. [08:37:27] [Client thread/INFO] [NEIAddons]: Developer Tools Addon disabled - skipping
  3. [08:37:27] [Client thread/INFO] [NEIAddons]: Loading Applied Energistics 2 Addon...
  4. [08:37:27] [Client thread/ERROR] [NEIAddons|AppEng]: Error finding cell workbench classes
  5. java.lang.NoClassDefFoundError: zs
  6. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_66]
  7. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_66]
  8. at net.bdew.neiaddons.Utils.getAndCheckClass(Utils.java:25) ~[Utils.class:?]
  9. at net.bdew.neiaddons.appeng.AddonAppeng.init(AddonAppeng.java:60) [AddonAppeng.class:?]
  10. at net.bdew.neiaddons.NEIAddons.init(NEIAddons.java:89) [NEIAddons.class:?]
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_66]
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_66]
  14. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_66]
  15. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
  16. at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) ~[?:?]
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_66]
  18. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_66]
  19. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
  20. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
  21. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
  22. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
  23. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
  24. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
  25. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_66]
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_66]
  29. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_66]
  30. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
  31. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
  32. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
  33. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
  34. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
  35. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
  36. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) [Loader.class:?]
  37. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) [FMLClientHandler.class:?]
  38. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) [bao.class:?]
  39. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
  40. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_66]
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_66]
  44. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_66]
  45. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  46. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  47. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  48. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_66]
  49. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_66]
  50. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_66]
  51. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310) [NewLaunch.jar:?]
  52. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394) [NewLaunch.jar:?]
  53. at org.multimc.EntryPoint.listen(EntryPoint.java:170) [NewLaunch.jar:?]
  54. at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
  55. [08:37:27] [Client thread/INFO] [NEIAddons]: Loading Forestry Addon...
  56. [08:37:27] [Client thread/INFO] [NEIAddons]: Forestry Addon successfully loadded
  57. [08:37:27] [Client thread/INFO] [NEIAddons]: Loading Crafting Tables Addon...
  58. [08:37:27] [Client thread/INFO] [NEIAddons|CraftingTables]: Required mod EE3 is not installed, dependent features will be unavailable
  59. [08:37:27] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering EE3 Minium Stone
  60. [08:37:27] [Client thread/INFO] [NEIAddons|CraftingTables]: Version check success: BuildCraft|Factory required / 7.1.14 detected
  61. [08:37:27] [Client thread/INFO] [NEIAddons|CraftingTables]: Registered BC Autorcrafting Table
  62. [08:37:27] [Client thread/INFO] [NEIAddons|CraftingTables]: Required mod powersuitaddons is not installed, dependent features will be unavailable
  63. [08:37:27] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering MPSA In-Place Assembler
  64. [08:37:27] [Client thread/INFO] [NEIAddons|CraftingTables]: Required mod ProjectE is not installed, dependent features will be unavailable
  65. [08:37:27] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering ProjectE Philosopher Stone
  66. [08:37:27] [Client thread/INFO] [NEIAddons|CraftingTables]: Version check success: BiblioCraft required / 1.11.4 detected
  67. [08:37:27] [Client thread/INFO] [NEIAddons|CraftingTables]: Registered BiblioCraft Fancy Workbench
  68. [08:37:27] [Client thread/INFO] [NEIAddons|CraftingTables]: Required mod RIO is not installed, dependent features will be unavailable
  69. [08:37:27] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering RemoteIO Intelligent Workbench
  70. [08:37:27] [Client thread/INFO] [NEIAddons|CraftingTables]: Version check success: Railcraft required / 9.8.0.0 detected
  71. [08:37:27] [Client thread/INFO] [NEIAddons|CraftingTables]: Registered Railcraft Work Cart
  72. [08:37:27] [Client thread/INFO] [NEIAddons|CraftingTables]: 3 crafting tables registered
  73. [08:37:27] [Client thread/INFO] [NEIAddons]: Crafting Tables Addon successfully loadded
Advertisement
Add Comment
Please, Sign In to add comment