Advertisement
Guest User

monster1.0.6_Crash

a guest
Jan 21st, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.19 KB | None | 0 0
  1. 2014-01-21 12:16:11 [INFO] DRAGONAPI: Registering reflexive method access to class net.minecraft.entity.EntityLivingBase.dropFewItems (obfuscated as func_70628_
  2. a)
  3. 2014-01-21 12:16:11 [INFO] DRAGONAPI: Registering reflexive method access to class net.minecraft.entity.EntityLivingBase.dropEquipment (obfuscated as func_82160
  4. _b)
  5. 2014-01-21 12:16:11 [SEVERE] java.lang.ExceptionInInitializerError
  6. 2014-01-21 12:16:11 [SEVERE] at Reika.DragonAPI.Base.DragonAPIMod.<init>(DragonAPIMod.java:30)
  7. 2014-01-21 12:16:11 [SEVERE] at Reika.DragonAPI.DragonAPIInit.<init>(DragonAPIInit.java:96)
  8. 2014-01-21 12:16:11 [SEVERE] at Reika.DragonAPI.DragonAPIInit.<clinit>(DragonAPIInit.java:102)
  9. 2014-01-21 12:16:11 [SEVERE] at java.lang.Class.forName0(Native Method)
  10. 2014-01-21 12:16:11 [SEVERE] at java.lang.Class.forName(Unknown Source)
  11. 2014-01-21 12:16:11 [SEVERE] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
  12. 2014-01-21 12:16:11 [SEVERE] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  13. 2014-01-21 12:16:11 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  14. 2014-01-21 12:16:11 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
  15. 2014-01-21 12:16:11 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  16. 2014-01-21 12:16:11 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  17. 2014-01-21 12:16:11 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  18. 2014-01-21 12:16:11 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  19. 2014-01-21 12:16:11 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  20. 2014-01-21 12:16:11 [SEVERE] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  21. 2014-01-21 12:16:11 [SEVERE] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  22. 2014-01-21 12:16:11 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. 2014-01-21 12:16:11 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  24. 2014-01-21 12:16:11 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  25. 2014-01-21 12:16:11 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
  26. 2014-01-21 12:16:11 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  27. 2014-01-21 12:16:11 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  28. 2014-01-21 12:16:11 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  29. 2014-01-21 12:16:11 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  30. 2014-01-21 12:16:11 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  31. 2014-01-21 12:16:11 [SEVERE] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  32. 2014-01-21 12:16:11 [SEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
  33. 2014-01-21 12:16:11 [SEVERE] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
  34. 2014-01-21 12:16:11 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
  35. 2014-01-21 12:16:11 [SEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
  36. 2014-01-21 12:16:11 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:634)
  37. 2014-01-21 12:16:11 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  38. 2014-01-21 12:16:11 [SEVERE] Caused by: java.lang.IllegalArgumentException: Tried to register nonexistent method dropRareDrop/func_70600_l. Check signature.
  39. 2014-01-21 12:16:11 [SEVERE] at Reika.DragonAPI.Libraries.Java.ReikaObfuscationHelper.addMethod(ReikaObfuscationHelper.java:109)
  40. 2014-01-21 12:16:11 [SEVERE] at Reika.DragonAPI.Libraries.Java.ReikaObfuscationHelper.<clinit>(ReikaObfuscationHelper.java:117)
  41. 2014-01-21 12:16:11 [SEVERE] ... 32 more
  42. 2014-01-21 12:16:11 [SEVERE] Encountered an unexpected exception ExceptionInInitializerError
  43. java.lang.ExceptionInInitializerError
  44. at Reika.DragonAPI.Base.DragonAPIMod.<init>(DragonAPIMod.java:30)
  45. at Reika.DragonAPI.DragonAPIInit.<init>(DragonAPIInit.java:96)
  46. at Reika.DragonAPI.DragonAPIInit.<clinit>(DragonAPIInit.java:102)
  47. at java.lang.Class.forName0(Native Method)
  48. at java.lang.Class.forName(Unknown Source)
  49. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
  50. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  51. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  52. at java.lang.reflect.Method.invoke(Unknown Source)
  53. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  54. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  55. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  56. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  57. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  58. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  59. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  60. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  61. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  62. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  63. at java.lang.reflect.Method.invoke(Unknown Source)
  64. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  65. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  66. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  67. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  68. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  69. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  70. at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
  71. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
  72. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
  73. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
  74. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:634)
  75. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  76. Caused by: java.lang.IllegalArgumentException: Tried to register nonexistent method dropRareDrop/func_70600_l. Check signature.
  77. at Reika.DragonAPI.Libraries.Java.ReikaObfuscationHelper.addMethod(ReikaObfuscationHelper.java:109)
  78. at Reika.DragonAPI.Libraries.Java.ReikaObfuscationHelper.<clinit>(ReikaObfuscationHelper.java:117)
  79. ... 32 more
  80. 2014-01-21 12:16:11 [INFO] hj | net.minecraft.server.CallableIsServerModded
  81. 2014-01-21 12:16:11 [INFO] iv | net.minecraft.server.dedicated.CallableType
  82. 2014-01-21 12:16:11 [INFO] iw | net.minecraft.server.dedicated.CallableServerType
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement