Guest User

MiscPeripherals ChickenChunks

a guest
Dec 4th, 2012
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.66 KB | None | 0 0
  1. 2012-12-04 20:42:46 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
  2. 2012-12-04 20:42:46 [SEVERE] [ForgeModLoader] Caught exception from MiscPeripherals
  3. java.lang.NoSuchFieldError: blockChunkLoader
  4. at miscperipherals.core.ProxyChickenChunks.<init>(ProxyChickenChunks.java:9)
  5. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  6. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  7. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  8. at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  9. at java.lang.Class.newInstance0(Class.java:355)
  10. at java.lang.Class.newInstance(Class.java:308)
  11. at cpw.mods.fml.common.event.FMLPostInitializationEvent.buildSoftDependProxy(FMLPostInitializationEvent.java:28)
  12. at miscperipherals.core.MiscPeripherals.onLoaded(MiscPeripherals.java:231)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  15. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  16. at java.lang.reflect.Method.invoke(Method.java:597)
  17. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
  18. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  20. at java.lang.reflect.Method.invoke(Method.java:597)
  21. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  22. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  23. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  24. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  25. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  26. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  30. at java.lang.reflect.Method.invoke(Method.java:597)
  31. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  32. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  33. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  34. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  35. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  36. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
  37. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:654)
  38. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:197)
  39. at net.minecraft.client.Minecraft.a(Minecraft.java:469)
  40. at net.minecraft.client.Minecraft.run(Minecraft.java:756)
  41. at java.lang.Thread.run(Thread.java:680)
  42. 2012-12-04 20:42:56 [INFO] [STDERR] cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: blockChunkLoader
  43. 2012-12-04 20:42:56 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
  44. 2012-12-04 20:42:56 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:655)
  45. 2012-12-04 20:42:56 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:197)
  46. 2012-12-04 20:42:56 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:469)
  47. 2012-12-04 20:42:56 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:756)
  48. 2012-12-04 20:42:56 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:680)
  49. 2012-12-04 20:42:56 [INFO] [STDERR] Caused by: java.lang.NoSuchFieldError: blockChunkLoader
  50. 2012-12-04 20:42:56 [INFO] [STDERR] at miscperipherals.core.ProxyChickenChunks.<init>(ProxyChickenChunks.java:9)
  51. 2012-12-04 20:42:56 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  52. 2012-12-04 20:42:56 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  53. 2012-12-04 20:42:56 [INFO] [STDERR] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  54. 2012-12-04 20:42:56 [INFO] [STDERR] at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  55. 2012-12-04 20:42:56 [INFO] [STDERR] at java.lang.Class.newInstance0(Class.java:355)
  56. 2012-12-04 20:42:56 [INFO] [STDERR] at java.lang.Class.newInstance(Class.java:308)
  57. 2012-12-04 20:42:56 [INFO] [STDERR] at cpw.mods.fml.common.event.FMLPostInitializationEvent.buildSoftDependProxy(FMLPostInitializationEvent.java:28)
  58. 2012-12-04 20:42:56 [INFO] [STDERR] at miscperipherals.core.MiscPeripherals.onLoaded(MiscPeripherals.java:231)
  59. 2012-12-04 20:42:56 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  60. 2012-12-04 20:42:56 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  61. 2012-12-04 20:42:56 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  62. 2012-12-04 20:42:56 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
  63. 2012-12-04 20:42:56 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
  64. 2012-12-04 20:42:56 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  65. 2012-12-04 20:42:56 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  66. 2012-12-04 20:42:56 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
  67. 2012-12-04 20:42:56 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  68. 2012-12-04 20:42:56 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  69. 2012-12-04 20:42:56 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  70. 2012-12-04 20:42:56 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  71. 2012-12-04 20:42:56 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  72. 2012-12-04 20:42:56 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
  73. 2012-12-04 20:42:56 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  74. 2012-12-04 20:42:56 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  75. 2012-12-04 20:42:56 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  76. 2012-12-04 20:42:56 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
  77. 2012-12-04 20:42:56 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  78. 2012-12-04 20:42:56 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  79. 2012-12-04 20:42:56 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  80. 2012-12-04 20:42:56 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  81. 2012-12-04 20:42:56 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  82. 2012-12-04 20:42:56 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
  83. 2012-12-04 20:42:56 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:654)
  84. 2012-12-04 20:42:56 [INFO] [STDERR] ... 4 more
Advertisement
Add Comment
Please, Sign In to add comment