Advertisement
Guest User

crash

a guest
Oct 17th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. Description: There was a severe problem during mod loading that has caused the game to fail
  2.  
  3. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CodeChicken Lib (codechickenlib)
  4. Caused by: java.lang.NoSuchMethodError: net.minecraft.client.Minecraft.getMinecraft()Lnet/minecraft/client/Minecraft;
  5. at codechicken.lib.util.ResourceUtils.getResourceManager(ResourceUtils.java:35)
  6. at codechicken.lib.util.ResourceUtils.registerReloadListener(ResourceUtils.java:67)
  7. at codechicken.lib.render.particle.CustomParticleHandler.init(CustomParticleHandler.java:271)
  8. at codechicken.lib.internal.proxy.ProxyClient.preInit(ProxyClient.java:58)
  9. at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:52)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  13. at java.lang.reflect.Method.invoke(Method.java:497)
  14. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
  15. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. at java.lang.reflect.Method.invoke(Method.java:497)
  18. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  19. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  20. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  21. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  22. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  23. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  24. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  25. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  26. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. at java.lang.reflect.Method.invoke(Method.java:497)
  31. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  32. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  33. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  34. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  35. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  36. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  37. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  38. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  39. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
  40. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
  41. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  42. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  43. at net.minecraft.client.main.Main.main(SourceFile:123)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  47. at java.lang.reflect.Method.invoke(Method.java:497)
  48. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  49. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement