Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.71 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You're mean.
  3.  
  4. Time: 10/22/17 6:34 PM
  5. Description: Exception in server tick loop
  6.  
  7. net.minecraftforge.fml.common.LoaderException: com.google.inject.CreationException: Unable to create injector, see the following errors:
  8.  
  9. 1) Error injecting constructor, java.lang.ClassCastException: org.spongepowered.mod.SpongeMod cannot be cast to org.spongepowered.api.plugin.PluginContainer
  10. at org.spongepowered.mod.SpongeModPlatform.<init>(SpongeModPlatform.java:41)
  11. at org.spongepowered.mod.SpongeModPlatform.class(SpongeModPlatform.java:41)
  12. while locating org.spongepowered.mod.SpongeModPlatform
  13. while locating org.spongepowered.api.Platform
  14. for the 1st parameter of org.spongepowered.common.SpongeImpl.initialize(SpongeImpl.java:76)
  15. Caused by: java.lang.ClassCastException: org.spongepowered.mod.SpongeMod cannot be cast to org.spongepowered.api.plugin.PluginContainer
  16. at org.spongepowered.mod.SpongeModPlatform.<init>(SpongeModPlatform.java:41)
  17. at org.spongepowered.mod.SpongeModPlatform$$FastClassByGuice$$af1b0da1.newInstance(<generated>)
  18. at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:89)
  19. at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:111)
  20. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:90)
  21. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:268)
  22. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  23. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1092)
  24. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  25. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:194)
  26. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  27. at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:56)
  28. at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38)
  29. at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62)
  30. at com.google.inject.internal.SingleMethodInjector.inject(SingleMethodInjector.java:82)
  31. at com.google.inject.internal.InjectionRequestProcessor$StaticInjection$1.call(InjectionRequestProcessor.java:123)
  32. at com.google.inject.internal.InjectionRequestProcessor$StaticInjection$1.call(InjectionRequestProcessor.java:117)
  33. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1085)
  34. at com.google.inject.internal.InjectionRequestProcessor$StaticInjection.injectMembers(InjectionRequestProcessor.java:117)
  35. at com.google.inject.internal.InjectionRequestProcessor.injectMembers(InjectionRequestProcessor.java:79)
  36. at com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator.java:171)
  37. at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:110)
  38. at com.google.inject.Guice.createInjector(Guice.java:99)
  39. at com.google.inject.Guice.createInjector(Guice.java:84)
  40. at org.spongepowered.mod.SpongeMod.<init>(SpongeMod.java:143)
  41. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  42. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  43. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  44. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  45. at java.lang.Class.newInstance(Class.java:442)
  46. at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:377)
  47. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:541)
  48. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97)
  49. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331)
  50. at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:128)
  51. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550)
  52. at java.lang.Thread.run(Thread.java:748)
  53.  
  54. 2) Error injecting constructor, java.lang.ClassCastException: org.spongepowered.mod.SpongeMod cannot be cast to org.spongepowered.api.plugin.PluginContainer
  55. at org.spongepowered.mod.SpongeModPlatform.<init>(SpongeModPlatform.java:41)
  56. at org.spongepowered.mod.SpongeModPlatform.class(SpongeModPlatform.java:41)
  57. while locating org.spongepowered.mod.SpongeModPlatform
  58. while locating org.spongepowered.api.Platform
  59. for field at org.spongepowered.api.Sponge.platform(Sponge.java:53)
  60. Caused by: java.lang.ClassCastException: org.spongepowered.mod.SpongeMod cannot be cast to org.spongepowered.api.plugin.PluginContainer
  61. at org.spongepowered.mod.SpongeModPlatform.<init>(SpongeModPlatform.java:41)
  62. at org.spongepowered.mod.SpongeModPlatform$$FastClassByGuice$$af1b0da1.newInstance(<generated>)
  63. at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:89)
  64. at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:111)
  65. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:90)
  66. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:268)
  67. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  68. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1092)
  69. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  70. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:194)
  71. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  72. at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:56)
  73. at com.google.inject.internal.SingleFieldInjector.inject(SingleFieldInjector.java:54)
  74. at com.google.inject.internal.InjectionRequestProcessor$StaticInjection$1.call(InjectionRequestProcessor.java:123)
  75. at com.google.inject.internal.InjectionRequestProcessor$StaticInjection$1.call(InjectionRequestProcessor.java:117)
  76. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1085)
  77. at com.google.inject.internal.InjectionRequestProcessor$StaticInjection.injectMembers(InjectionRequestProcessor.java:117)
  78. at com.google.inject.internal.InjectionRequestProcessor.injectMembers(InjectionRequestProcessor.java:79)
  79. at com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator.java:171)
  80. at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:110)
  81. at com.google.inject.Guice.createInjector(Guice.java:99)
  82. at com.google.inject.Guice.createInjector(Guice.java:84)
  83. at org.spongepowered.mod.SpongeMod.<init>(SpongeMod.java:143)
  84. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  85. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  86. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  87. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  88. at java.lang.Class.newInstance(Class.java:442)
  89. at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:377)
  90. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:541)
  91. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97)
  92. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331)
  93. at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:128)
  94. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550)
  95. at java.lang.Thread.run(Thread.java:748)
  96.  
  97. 2 errors
  98. at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:382)
  99. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:541)
  100. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97)
  101. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331)
  102. at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:128)
  103. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550)
  104. at java.lang.Thread.run(Thread.java:748)
  105. Caused by: com.google.inject.CreationException: Unable to create injector, see the following errors:
  106.  
  107. 1) Error injecting constructor, java.lang.ClassCastException: org.spongepowered.mod.SpongeMod cannot be cast to org.spongepowered.api.plugin.PluginContainer
  108. at org.spongepowered.mod.SpongeModPlatform.<init>(SpongeModPlatform.java:41)
  109. at org.spongepowered.mod.SpongeModPlatform.class(SpongeModPlatform.java:41)
  110. while locating org.spongepowered.mod.SpongeModPlatform
  111. while locating org.spongepowered.api.Platform
  112. for the 1st parameter of org.spongepowered.common.SpongeImpl.initialize(SpongeImpl.java:76)
  113. Caused by: java.lang.ClassCastException: org.spongepowered.mod.SpongeMod cannot be cast to org.spongepowered.api.plugin.PluginContainer
  114. at org.spongepowered.mod.SpongeModPlatform.<init>(SpongeModPlatform.java:41)
  115. at org.spongepowered.mod.SpongeModPlatform$$FastClassByGuice$$af1b0da1.newInstance(<generated>)
  116. at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:89)
  117. at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:111)
  118. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:90)
  119. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:268)
  120. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  121. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1092)
  122. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  123. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:194)
  124. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  125. at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:56)
  126. at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38)
  127. at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62)
  128. at com.google.inject.internal.SingleMethodInjector.inject(SingleMethodInjector.java:82)
  129. at com.google.inject.internal.InjectionRequestProcessor$StaticInjection$1.call(InjectionRequestProcessor.java:123)
  130. at com.google.inject.internal.InjectionRequestProcessor$StaticInjection$1.call(InjectionRequestProcessor.java:117)
  131. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1085)
  132. at com.google.inject.internal.InjectionRequestProcessor$StaticInjection.injectMembers(InjectionRequestProcessor.java:117)
  133. at com.google.inject.internal.InjectionRequestProcessor.injectMembers(InjectionRequestProcessor.java:79)
  134. at com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator.java:171)
  135. at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:110)
  136. at com.google.inject.Guice.createInjector(Guice.java:99)
  137. at com.google.inject.Guice.createInjector(Guice.java:84)
  138. at org.spongepowered.mod.SpongeMod.<init>(SpongeMod.java:143)
  139. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  140. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  141. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  142. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  143. at java.lang.Class.newInstance(Class.java:442)
  144. at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:377)
  145. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:541)
  146. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97)
  147. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331)
  148. at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:128)
  149. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550)
  150. at java.lang.Thread.run(Thread.java:748)
  151.  
  152. 2) Error injecting constructor, java.lang.ClassCastException: org.spongepowered.mod.SpongeMod cannot be cast to org.spongepowered.api.plugin.PluginContainer
  153. at org.spongepowered.mod.SpongeModPlatform.<init>(SpongeModPlatform.java:41)
  154. at org.spongepowered.mod.SpongeModPlatform.class(SpongeModPlatform.java:41)
  155. while locating org.spongepowered.mod.SpongeModPlatform
  156. while locating org.spongepowered.api.Platform
  157. for field at org.spongepowered.api.Sponge.platform(Sponge.java:53)
  158. Caused by: java.lang.ClassCastException: org.spongepowered.mod.SpongeMod cannot be cast to org.spongepowered.api.plugin.PluginContainer
  159. at org.spongepowered.mod.SpongeModPlatform.<init>(SpongeModPlatform.java:41)
  160. at org.spongepowered.mod.SpongeModPlatform$$FastClassByGuice$$af1b0da1.newInstance(<generated>)
  161. at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:89)
  162. at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:111)
  163. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:90)
  164. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:268)
  165. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  166. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1092)
  167. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  168. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:194)
  169. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  170. at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:56)
  171. at com.google.inject.internal.SingleFieldInjector.inject(SingleFieldInjector.java:54)
  172. at com.google.inject.internal.InjectionRequestProcessor$StaticInjection$1.call(InjectionRequestProcessor.java:123)
  173. at com.google.inject.internal.InjectionRequestProcessor$StaticInjection$1.call(InjectionRequestProcessor.java:117)
  174. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1085)
  175. at com.google.inject.internal.InjectionRequestProcessor$StaticInjection.injectMembers(InjectionRequestProcessor.java:117)
  176. at com.google.inject.internal.InjectionRequestProcessor.injectMembers(InjectionRequestProcessor.java:79)
  177. at com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator.java:171)
  178. at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:110)
  179. at com.google.inject.Guice.createInjector(Guice.java:99)
  180. at com.google.inject.Guice.createInjector(Guice.java:84)
  181. at org.spongepowered.mod.SpongeMod.<init>(SpongeMod.java:143)
  182. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  183. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  184. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  185. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  186. at java.lang.Class.newInstance(Class.java:442)
  187. at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:377)
  188. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:541)
  189. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97)
  190. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331)
  191. at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:128)
  192. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550)
  193. at java.lang.Thread.run(Thread.java:748)
  194.  
  195. 2 errors
  196. at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:470)
  197. at com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator.java:176)
  198. at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:110)
  199. at com.google.inject.Guice.createInjector(Guice.java:99)
  200. at com.google.inject.Guice.createInjector(Guice.java:84)
  201. at org.spongepowered.mod.SpongeMod.<init>(SpongeMod.java:143)
  202. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  203. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  204. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  205. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  206. at java.lang.Class.newInstance(Class.java:442)
  207. at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:377)
  208. ... 6 more
  209.  
  210.  
  211. A detailed walkthrough of the error, its code path and all known details is as follows:
  212. ---------------------------------------------------------------------------------------
  213.  
  214. -- System Details --
  215. Details:
  216. Minecraft Version: 1.12.2
  217. Operating System: Linux (amd64) version 4.4.0-97-generic
  218. Java Version: 1.8.0_131, Oracle Corporation
  219. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  220. Memory: 554700368 bytes (529 MB) / 667418624 bytes (636 MB) up to 1832910848 bytes (1748 MB)
  221. JVM Flags: 0 total;
  222. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  223. FML: MCP 9.42 Powered by Forge 14.23.0.2503 5 mods loaded, 0 mods active
  224. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  225.  
  226. | State | ID | Version | Source | Signature |
  227. |:----- |:--------- |:------------ |:----------------------------------------------------- |:--------- |
  228. | | minecraft | 1.12.2 | minecraft.jar | None |
  229. | | mcp | 9.42 | minecraft.jar | None |
  230. | | FML | 8.0.99.99 | forgeSrc-1.12.2-14.23.0.2503-PROJECT(SpongeForge).jar | None |
  231. | | forge | 14.23.0.2503 | forgeSrc-1.12.2-14.23.0.2503-PROJECT(SpongeForge).jar | None |
  232. | | spongeapi | | SpongeForge_main | None |
  233.  
  234. Loaded coremods (and transformers):
  235. SpongeCoremod (unknown)
  236. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  237. Profiler Position: N/A (disabled)
  238. Is Modded: Definitely; Server brand changed to 'fml,forge'
  239. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement