Advertisement
redbaron666

Crash

Apr 3rd, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. FldLoadingPlugin (FastLeafDecay-1.9-1.6.jar)
  5. LoadingPlugin (Quark-beta-12.jar)
  6. FortuneOres Black Magic (FortuneOres-MC1.9-3.0.1.jar)
  7. FMLPlugin (InventoryTweaks-1.61-dev-44.jar)
  8. Contact their authors BEFORE contacting forge
  9.  
  10. // I just don't know what went wrong :(
  11.  
  12. Time: 4/3/16 6:17 PM
  13. Description: Initializing game
  14.  
  15. java.lang.RuntimeException: java.lang.annotation.AnnotationTypeMismatchException: Incorrectly typed data found for annotation element public abstract float elec332.core.config.Configurable.minValue() (Found data of type class java.lang.Integer[1])
  16. at elec332.core.config.ConfigWrapper.refresh(ConfigWrapper.java:139)
  17. at mcjty.deepresonance.DeepResonance.preInit(DeepResonance.java:124)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  21. at java.lang.reflect.Method.invoke(Unknown Source)
  22. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
  23. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  25. at java.lang.reflect.Method.invoke(Unknown Source)
  26. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  27. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  28. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  29. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  30. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  31. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:221)
  32. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:199)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  36. at java.lang.reflect.Method.invoke(Unknown Source)
  37. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  38. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  39. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  40. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  41. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  42. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:128)
  43. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556)
  44. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:240)
  45. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:434)
  46. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
  47. at net.minecraft.client.main.Main.main(SourceFile:124)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  51. at java.lang.reflect.Method.invoke(Unknown Source)
  52. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  53. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  57. at java.lang.reflect.Method.invoke(Unknown Source)
  58. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  59. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
  60. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  61. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  62. Caused by: java.lang.annotation.AnnotationTypeMismatchException: Incorrectly typed data found for annotation element public abstract float elec332.core.config.Configurable.minValue() (Found data of type class java.lang.Integer[1])
  63. at sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy.generateException(Unknown Source)
  64. at sun.reflect.annotation.AnnotationInvocationHandler.invoke(Unknown Source)
  65. at com.sun.proxy.$Proxy26.minValue(Unknown Source)
  66. at elec332.core.config.ConfigWrapper.refresh(ConfigWrapper.java:124)
  67. ... 45 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement