Advertisement
Dannydjdk

Adpother server startup crash

Jan 15th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. [19:33:44] [Server thread/ERROR] [FML]: An error occurred trying to load an EventBusSubscriber com.endertech.minecraft.mods.adpother.items.VacuumBag for modid adpother
  2. java.lang.NoClassDefFoundError: net/minecraft/client/util/ITooltipFlag
  3. at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_191]
  4. at java.lang.Class.privateGetDeclaredMethods(Unknown Source) ~[?:1.8.0_191]
  5. at java.lang.Class.privateGetPublicMethods(Unknown Source) ~[?:1.8.0_191]
  6. at java.lang.Class.getMethods(Unknown Source) ~[?:1.8.0_191]
  7. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:82) ~[EventBus.class:?]
  8. at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82) [AutomaticEventSubscriber.class:?]
  9. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:599) [FMLModContainer.class:?]
  10. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
  11. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  13. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  14. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
  15. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
  16. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
  17. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
  18. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
  19. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
  20. at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
  21. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) [LoadController.class:?]
  22. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) [LoadController.class:?]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  26. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  27. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
  28. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
  29. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
  30. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
  31. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
  32. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
  33. at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
  34. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) [LoadController.class:?]
  35. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593) [Loader.class:?]
  36. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?]
  37. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
  38. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
  39. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
  40. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  41. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.util.ITooltipFlag
  42. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  43. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_191]
  44. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_191]
  45. ... 38 more
  46. Caused by: java.lang.NullPointerException
  47. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
  48. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_191]
  49. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_191]
  50. ... 38 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement