Guest User

error report

a guest
Apr 5th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.45 KB | None | 0 0
  1. 2013-04-05 12:28:09 [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.35.556 for Minecraft 1.4.7 loading
  2. 2013-04-05 12:28:11 [INFO] [STDOUT] 210 recipes
  3. 2013-04-05 12:28:11 [INFO] [STDOUT] 27 achievements
  4. 2013-04-05 12:28:11 [INFO] [Minecraft] Starting minecraft server version 1.4.7
  5. 2013-04-05 12:28:11 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
  6. 2013-04-05 12:28:11 [INFO] [STDOUT] MinecraftForge v6.6.2.534 Initialized
  7. 2013-04-05 12:28:11 [INFO] [ForgeModLoader] MinecraftForge v6.6.2.534 Initialized
  8. 2013-04-05 12:28:11 [INFO] [STDOUT] Replaced 84 ore recipies
  9. 2013-04-05 12:28:11 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
  10. 2013-04-05 12:28:11 [INFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Dominic\Desktop\Mod\mcp726a\jars\config\logging.properties
  11. 2013-04-05 12:28:11 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
  12. 2013-04-05 12:28:11 [INFO] [ForgeModLoader] Searching C:\Users\Dominic\Desktop\Mod\mcp726a\jars\mods for mods
  13. 2013-04-05 12:28:12 [INFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load
  14. 2013-04-05 12:28:12 [INFO] [mcp] Activating mod mcp
  15. 2013-04-05 12:28:12 [INFO] [FML] Activating mod FML
  16. 2013-04-05 12:28:12 [INFO] [Forge] Activating mod Forge
  17. 2013-04-05 12:28:12 [INFO] [RR_kandd846] Activating mod RR_kandd846
  18. 2013-04-05 12:28:13 [SEVERE] [ForgeModLoader] Attempted to load a proxy type russianmod.common.CommonProxy into russianmod.common.Core.proxy, but the types don't match
  19. 2013-04-05 12:28:13 [SEVERE] [ForgeModLoader] An error occured trying to load a proxy into {clientSide=russianmod.client.ClientProxy, serverSide=russianmod.common.CommonProxy}.russianmod.common.Core
  20. cpw.mods.fml.common.LoaderException
  21. at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:62)
  22. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:464)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  26. at java.lang.reflect.Method.invoke(Unknown Source)
  27. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  28. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  29. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  30. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  31. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  32. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
  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.EventHandler.handleEvent(EventHandler.java:69)
  38. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  39. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  40. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  41. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  42. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
  43. at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
  44. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
  45. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
  46. at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:64)
  47. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
  48. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  49. 2013-04-05 12:28:13 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
  50. 2013-04-05 12:28:13 [SEVERE] [ForgeModLoader]
  51. mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  52. FML [Forge Mod Loader] (coremods) Unloaded->Constructed
  53. Forge [Minecraft Forge] (coremods) Unloaded->Constructed
  54. RR_kandd846 [RussianRevolution] (bin) Unloaded->Errored
  55. 2013-04-05 12:28:13 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
  56. 2013-04-05 12:28:13 [SEVERE] [ForgeModLoader] Caught exception from RR_kandd846
  57. cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException
  58. at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:69)
  59. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:464)
  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:69)
  65. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  66. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  67. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  68. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  69. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  72. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  73. at java.lang.reflect.Method.invoke(Unknown Source)
  74. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  75. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  76. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  77. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  78. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  79. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
  80. at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
  81. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
  82. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
  83. at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:64)
  84. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
  85. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  86. Caused by: cpw.mods.fml.common.LoaderException
  87. at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:62)
  88. ... 27 more
  89. 2013-04-05 12:28:13 [INFO] [STDERR] cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException
  90. 2013-04-05 12:28:13 [INFO] [STDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:69)
  91. 2013-04-05 12:28:13 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:464)
  92. 2013-04-05 12:28:13 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  93. 2013-04-05 12:28:13 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  94. 2013-04-05 12:28:13 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  95. 2013-04-05 12:28:13 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
  96. 2013-04-05 12:28:13 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  97. 2013-04-05 12:28:13 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  98. 2013-04-05 12:28:13 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  99. 2013-04-05 12:28:13 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  100. 2013-04-05 12:28:13 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  101. 2013-04-05 12:28:13 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
  102. 2013-04-05 12:28:13 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  103. 2013-04-05 12:28:13 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  104. 2013-04-05 12:28:13 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  105. 2013-04-05 12:28:13 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
  106. 2013-04-05 12:28:13 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  107. 2013-04-05 12:28:13 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  108. 2013-04-05 12:28:13 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  109. 2013-04-05 12:28:13 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  110. 2013-04-05 12:28:13 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  111. 2013-04-05 12:28:13 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
  112. 2013-04-05 12:28:13 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
  113. 2013-04-05 12:28:13 [INFO] [STDERR] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
  114. 2013-04-05 12:28:13 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
  115. 2013-04-05 12:28:13 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:64)
  116. 2013-04-05 12:28:13 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
  117. 2013-04-05 12:28:13 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  118. 2013-04-05 12:28:13 [INFO] [STDERR] Caused by: cpw.mods.fml.common.LoaderException
  119. 2013-04-05 12:28:13 [INFO] [STDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:62)
  120. 2013-04-05 12:28:13 [INFO] [STDERR] ... 27 more
  121. 2013-04-05 12:28:13 [SEVERE] [Minecraft] Encountered an unexpected exception LoaderException
  122. cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException
  123. at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:69)
  124. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:464)
  125. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  126. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  127. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  128. at java.lang.reflect.Method.invoke(Unknown Source)
  129. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  130. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  131. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  132. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  133. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  134. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
  135. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  136. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  137. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  138. at java.lang.reflect.Method.invoke(Unknown Source)
  139. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  140. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  141. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  142. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  143. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  144. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
  145. at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
  146. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
  147. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
  148. at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:64)
  149. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
  150. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  151. Caused by: cpw.mods.fml.common.LoaderException
  152. at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:62)
  153. ... 27 more
  154. 2013-04-05 12:28:13 [SEVERE] [Minecraft] This crash report has been saved to: C:\Users\Dominic\Desktop\Mod\mcp726a\jars\.\crash-reports\crash-2013-04-05_12.28.13-server.txt
  155. 2013-04-05 12:28:17 [INFO] [Minecraft] Stopping server
  156. 2013-04-05 12:28:17 [INFO] [Minecraft] Saving worlds
  157. 2013-04-05 12:28:17 [INFO] [STDERR] java.lang.NullPointerException
  158. 2013-04-05 12:28:17 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:358)
  159. 2013-04-05 12:28:17 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:406)
  160. 2013-04-05 12:28:17 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550)
  161. 2013-04-05 12:28:17 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  162. 2013-04-05 12:28:17 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from ERRORED to SERVER_STOPPED. Loading cannot continue
  163. 2013-04-05 12:28:17 [SEVERE] [ForgeModLoader]
  164. mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Available
  165. FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Available
  166. Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Available
  167. RR_kandd846 [RussianRevolution] (bin) Unloaded->Errored->Errored
  168. 2013-04-05 12:28:17 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
  169. 2013-04-05 12:28:17 [SEVERE] [ForgeModLoader] Caught exception from RR_kandd846
  170. cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException
  171. at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:69)
  172. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:464)
  173. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  174. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  175. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  176. at java.lang.reflect.Method.invoke(Unknown Source)
  177. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  178. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  179. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  180. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  181. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  182. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
  183. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  184. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  185. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  186. at java.lang.reflect.Method.invoke(Unknown Source)
  187. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  188. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  189. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  190. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  191. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  192. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
  193. at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
  194. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
  195. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
  196. at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:64)
  197. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
  198. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  199. Caused by: cpw.mods.fml.common.LoaderException
  200. at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:62)
  201. ... 27 more
  202. 2013-04-05 12:28:17 [INFO] [STDERR] Exception in thread "Server thread" cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException
  203. 2013-04-05 12:28:17 [INFO] [STDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:69)
  204. 2013-04-05 12:28:17 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:464)
  205. 2013-04-05 12:28:17 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  206. 2013-04-05 12:28:17 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  207. 2013-04-05 12:28:17 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  208. 2013-04-05 12:28:17 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
  209. 2013-04-05 12:28:17 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  210. 2013-04-05 12:28:17 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  211. 2013-04-05 12:28:17 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  212. 2013-04-05 12:28:17 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  213. 2013-04-05 12:28:17 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  214. 2013-04-05 12:28:17 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
  215. 2013-04-05 12:28:17 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  216. 2013-04-05 12:28:17 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  217. 2013-04-05 12:28:17 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  218. 2013-04-05 12:28:17 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
  219. 2013-04-05 12:28:17 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  220. 2013-04-05 12:28:17 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  221. 2013-04-05 12:28:17 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  222. 2013-04-05 12:28:17 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  223. 2013-04-05 12:28:17 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  224. 2013-04-05 12:28:17 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
  225. 2013-04-05 12:28:17 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
  226. 2013-04-05 12:28:17 [INFO] [STDERR] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
  227. 2013-04-05 12:28:17 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
  228. 2013-04-05 12:28:17 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:64)
  229. 2013-04-05 12:28:17 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
  230. 2013-04-05 12:28:17 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  231. 2013-04-05 12:28:17 [INFO] [STDERR] Caused by: cpw.mods.fml.common.LoaderException
  232. 2013-04-05 12:28:17 [INFO] [STDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:62)
  233. 2013-04-05 12:28:17 [INFO] [STDERR] ... 27 more
Advertisement
Add Comment
Please, Sign In to add comment