Advertisement
DaPorkchop

Untitled

Jul 8th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CubicGen (cubicgen)
  2. Caused by: java.lang.IllegalAccessError: tried to access field net.minecraft.world.gen.NoiseGeneratorImproved.GRAD_X from class io.github.opencubicchunks.cubicchunks.cubicgen.ConversionUtils
  3. at io.github.opencubicchunks.cubicchunks.cubicgen.ConversionUtils.initFlowNoiseHack(ConversionUtils.java:76)
  4. at io.github.opencubicchunks.cubicchunks.cubicgen.CustomCubicMod.preInit(CustomCubicMod.java:102)
  5. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  6. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  7. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  8. at java.lang.reflect.Method.invoke(Method.java:498)
  9. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:629)
  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:498)
  14. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  15. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  16. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  17. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  18. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  19. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  20. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  21. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  22. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  26. at java.lang.reflect.Method.invoke(Method.java:498)
  27. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  28. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  29. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  30. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  31. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  32. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  33. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  34. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  35. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
  36. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:246)
  37. at net.minecraft.client.Minecraft.init(Minecraft.java:513)
  38. at net.minecraft.client.Minecraft.run(Minecraft.java:421)
  39. at net.minecraft.client.main.Main.main(Main.java:118)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  43. at java.lang.reflect.Method.invoke(Method.java:498)
  44. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  45. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  49. at java.lang.reflect.Method.invoke(Method.java:498)
  50. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  51. at GradleStart.main(GradleStart.java:25)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement