Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.18 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SpongeCoremod (spongeforge-1.12.2-2838-7.2.0.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Who set us up the TNT?
  8.  
  9. Time: 3/30/20 1:59 PM
  10. Description: Exception in server tick loop
  11.  
  12. java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
  13. at java.lang.Class.getDeclaredConstructors0(Native Method)
  14. at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
  15. at java.lang.Class.getConstructor0(Unknown Source)
  16. at java.lang.Class.getConstructor(Unknown Source)
  17. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)
  18. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)
  19. at net.minecraftforge.common.ForgeModContainer.preInit(ForgeModContainer.java:495)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  23. at java.lang.reflect.Method.invoke(Unknown Source)
  24. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  25. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  26. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  27. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  28. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  29. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  30. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  31. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  32. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  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.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  38. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  39. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  40. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  41. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  42. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  43. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  44. at net.minecraftforge.fml.common.LoadController.redirect$zza000$forgeImpl$PostEvent(LoadController.java:568)
  45. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  46. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
  47. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
  48. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
  49. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
  50. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  51. at java.lang.Thread.run(Unknown Source)
  52. Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.Chunk
  53. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  54. at java.lang.ClassLoader.loadClass(Unknown Source)
  55. at java.lang.ClassLoader.loadClass(Unknown Source)
  56. ... 39 more
  57. Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  58. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:364)
  59. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191)
  60. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178)
  61. at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
  62. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  63. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  64. ... 41 more
  65. Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [mixins.mirage.json:world.MixinChunk] from phase [DEFAULT] in config [mixins.mirage.json] FAILED during APPLY
  66. at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:643)
  67. at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:595)
  68. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:356)
  69. ... 46 more
  70. Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Redirect annotation on onBlockChange_newStorage could not find any targets matching 'setBlockState(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/block/state/IBlockState;Lorg/spongepowered/api/world/BlockChangeFlag;)Lnet/minecraft/block/state/IBlockState;' in net.minecraft.world.chunk.Chunk. Using refmap mixins.mirage.refmap.json [PREINJECT Applicator Phase -> mixins.mirage.json:world.MixinChunk -> Prepare Injections -> -> redirect$bcl000$onBlockChange_newStorage(IZ)Lnet/minecraft/world/chunk/storage/ExtendedBlockStorage; -> Parse]
  71. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:543)
  72. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:280)
  73. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:267)
  74. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:259)
  75. at org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo.<init>(RedirectInjectionInfo.java:44)
  76. at sun.reflect.GeneratedConstructorAccessor21.newInstance(Unknown Source)
  77. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  78. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  79. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:139)
  80. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:595)
  81. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1236)
  82. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1033)
  83. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388)
  84. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320)
  85. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345)
  86. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:570)
  87. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)
  88. ... 46 more
  89.  
  90.  
  91. A detailed walkthrough of the error, its code path and all known details is as follows:
  92. ---------------------------------------------------------------------------------------
  93.  
  94. -- Head --
  95. Thread: Server thread
  96. Stacktrace:
  97. at java.lang.Class.getDeclaredConstructors0(Native Method)
  98. at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
  99. at java.lang.Class.getConstructor0(Unknown Source)
  100. at java.lang.Class.getConstructor(Unknown Source)
  101. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)
  102. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)
  103. at net.minecraftforge.common.ForgeModContainer.preInit(ForgeModContainer.java:495)
  104. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  105. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  106. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  107. at java.lang.reflect.Method.invoke(Unknown Source)
  108. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  109. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  110. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  111. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  112. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  113. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  114. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  115. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  116. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  117. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  118. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  119. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  120. at java.lang.reflect.Method.invoke(Unknown Source)
  121. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  122. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  123. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  124. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  125. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  126. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  127. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  128. at net.minecraftforge.fml.common.LoadController.redirect$zza000$forgeImpl$PostEvent(LoadController.java:568)
  129. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  130. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
  131.  
  132. -- Sponge PhaseTracker --
  133. Details:
  134. Phase Stack: [Empty stack]
  135. Stacktrace:
  136. at net.minecraft.server.MinecraftServer.handler$zje000$onCrashReport(MinecraftServer.java:4687)
  137. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
  138. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
  139. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
  140. at java.lang.Thread.run(Unknown Source)
  141.  
  142. -- System Details --
  143. Details:
  144. Minecraft Version: 1.12.2
  145. Operating System: Windows 10 (amd64) version 10.0
  146. Java Version: 1.8.0_181, Oracle Corporation
  147. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  148. Memory: 715346448 bytes (682 MB) / 1518862336 bytes (1448 MB) up to 2796552192 bytes (2667 MB)
  149. JVM Flags: 1 total; -Xmx3000M
  150. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  151. FML: MCP 9.42 Powered by Forge 14.23.5.2847 78 mods loaded, 78 mods active
  152. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  153.  
  154. Mods:
  155.  
  156. | State | ID | Version | Source | Signature |
  157. |:----- |:------------------- |:----------------- |:---------------------------------------------- |:--------- |
  158. | LCH | minecraft | 1.12.2 | minecraft.jar | None |
  159. | LCH | mcp | 9.42 | minecraft.jar | None |
  160. | LCH | FML | 8.0.99.99 | forge.jar | None |
  161. | LC | forge | 14.23.5.2847 | forge.jar | None |
  162. | LC | spongeapi | 7.2-fe189dcf | spongeforge-1.12.2-2838-7.2.0.jar | None |
  163. | LC | sponge | 1.12.2-7.2.0 | spongeforge-1.12.2-2838-7.2.0.jar | None |
  164. | LC | spongeforge | 1.12.2-2838-7.2.0 | spongeforge-1.12.2-2838-7.2.0.jar | None |
  165. | LC | pixelmon | 7.2.2 | Pixelmon-1.12.2-7.2.2-universal.jar | None |
  166. | LC | journeymap | 1.12.2-5.5.5b9 | journeymap-1.12.2-5.5.5b9.jar | None |
  167. | LC | safarizones | 2.0 | MirageSafariZones-1.12.2-2.0.jar | None |
  168. | LC | moveskillcontroller | 1.0.4 | MoveSkillController-1.12.2-1.0.4-universal.jar | None |
  169. | LC | nbtedit | 1.11.2-2.0.2 | NBTEdit-1.12-2.0.2.jar | None |
  170. | LC | ownerparticles | 1.0 | ownerparticles-1.0-SNAPSHOT.jar | None |
  171. | LC | pixelextras | 2.5.6 | PixelExtras-1.12.2-2.5.6-universal.jar | None |
  172. | LC | pokeview | 2.0 | PokeView-2.0.jar | None |
  173. | LC | pixelrustles | 1.0.5 | Rustles-1.12.2-1.0.5-universal.jar | None |
  174. | LC | shopkeeperlogger | 1.0.2 | ShopKeeperLogger-1.0.2.jar | None |
  175. | LC | trainercommands | 2.5.0 | TrainerCommands-1.12.2-2.5.0-universal.jar | None |
  176. | LC | worldedit | 6.1.8 | worldedit-forge-mc1.12-6.1.8-dist.jar | None |
  177.  
  178.  
  179. Plugins:
  180.  
  181. | State | ID | Version | Source | Signature |
  182. |:----- |:------------------------ |:--------------------- |:---------------------------------------------- |:--------- |
  183. | LC | agp | 1.0.2 | AGP-master-1.0.0-all.jar | None |
  184. | LC | aurapokemon | 1.1.3-S7.1 | aurapokemon-1.1.3-S7.1.jar | None |
  185. | LC | byte-items | 2.4.1 | byte-items-2.4.1.jar | None |
  186. | LC | casino | 1.0.1 | casino-1.0.1.jar | None |
  187. | LC | chatshow | 1.5.7-S7.1 | chatshow-1.5.7-S7.1.jar | None |
  188. | LC | composer | 4.0.2 | composer-4.0.2.jar | None |
  189. | LC | impactor | 2.0.0 | Impactor-Sponge-7.1.5-2.1.1-SNAPSHOT.jar | None |
  190. | LC | nucleus | 1.14.3-S7.1 | Nucleus-1.14.3-S7.1-MC1.12.2-plugin.jar | None |
  191. | LC | daycare | 2.0.1 | Daycare-Sponge-Reforged-7.2.1-S7.1.0-2.2.1.jar | None |
  192. | LC | pixelmoneconomybridge | 2.0.7 | EcoBridge-1.12.2-2.0.7.jar | None |
  193. | LC | economylite | 2.15.1 | EconomyLite-7.1.0-2.15.1.jar | None |
  194. | LC | entity-particles | 3.1.1 | entity-particles-3.1.1.jar | None |
  195. | LC | evenmorepixelmoncommands | 5.0.0 | EvenMorePixelmonCommands-1.12.2-5.0.0.jar | None |
  196. | LC | placeholderapi | 4.5.1 | PlaceholderAPI-4.5.1.jar | None |
  197. | LC | nucleus-gluon | 1.0.4 | Gluon-1.0.4.jar | None |
  198. | LC | griefprevention | 1.12.2-4.3.0.689 | griefprevention-1.12.2-4.3.0.689.jar | None |
  199. | LC | gts | 1.3.6-S7.1 | gts-1.3.6-S7.1.jar | None |
  200. | LC | holograms | 3.1.5 | holograms-3.1.5.jar | None |
  201. | LC | hunger-keeper | 1.0.0 | HungerKeeper-1.0.0.jar | None |
  202. | LC | huskyui | 0.4.1 | HuskyUI-v0.4.1-API7.jar | None |
  203. | LC | huskycrates | 1.8.0 | HuskyCrates.API-7.jar | None |
  204. | LC | instantrespawn | 1.0.0 | InstantRespawn.jar | None |
  205. | LC | luckperms | 4.4.31 | LuckPerms-Sponge-4.4.31.jar | None |
  206. | LC | m1utilities | 1.0.3-S7.1 | m1utilities-1.0.3-S7.1.jar | None |
  207. | LC | market | 1.3.6-S7.1 | market-1.3.6-S7.1.jar | None |
  208. | LC | miragegem | 2.0.5 | Mirage Gem-1.12.2-2.0.5.jar | None |
  209. | LC | mirage | 1.3.9 | Mirage-1.3.9.jar | None |
  210. | LC | miragedexranker | | MirageDexRanker-2.2.4.jar | None |
  211. | LC | mmclogger | 1.4 | MMCLogger-1.4-API-7.jar | None |
  212. | LC | mmcprefix | 1.2.1 | MMCPrefix-1.2.1-API7.jar | None |
  213. | LC | pixelautomessages | 1.0.2 | PixelAutoMessages-1.0.2-b11.jar | None |
  214. | LC | pixeledit | 1.6.9-S7.1 | pixeledit-1.6.9-S7.1.jar | None |
  215. | LC | pixelgenocide | 1.1.0 | PixelGenocide-1.1.0.jar | None |
  216. | LC | pixelmoncommands | 1.8.0-S7.1 | pixelmoncommands-1.8.0-S7.1.jar | None |
  217. | LC | pixelmonlogger | 1.4.6-S7.1 | pixelmonlogger-1.4.6-S7.1.jar | None |
  218. | LC | pixelmonoverlay | 1.1.0 | pixelmonoverlay-1.1.0.jar | None |
  219. | LC | pixelmonplaceholders | 2.1.4 | pixelmonplaceholders-2.1.4.jar | None |
  220. | LC | teslalibs | 1.1.6 | TeslaPowered-s7.1-v1.1.6.jar | None |
  221. | LC | pixelmonshowdown | 1.2.6 | PixelmonShowdown-1.2.6.jar | None |
  222. | LC | pixelmonstats | 1.0.1 | pixelmonstats-1.0.2.jar | None |
  223. | LC | playerglow | 1.3.0 | PlayerGlow_1.3.0.jar | None |
  224. | LC | poke-battle-clauses | 1.3.0 | PokeBattleClauses-1.3.0.jar | None |
  225. | LC | pokedex | 1.1.6-S7.1 | pokedex-1.1.6-S7.1.jar | None |
  226. | LC | pokedisguise | | PokeDisguise-1.3-PERMISSION-BASED.jar | None |
  227. | LC | poketeams | 4.0.7 | PokeTeams-4.0.7.jar | None |
  228. | LC | pokexpmultiplier | 1.1.9 | pokexpmultiplier-1.1.9.jar | None |
  229. | LC | pjc | 0.3.0 | projectcore-7.2.0-0.3.0.jar | None |
  230. | LC | pjp | 0.15.2 | projectportals-7.2.0-0.15.2.jar | None |
  231. | LC | pwnfilter | 3.5.0 | pwnfilter-4.0.0.jar | None |
  232. | LC | rustles-adapter | 1.0.0 | Rustles-1.12.2-1.0.5-universal.jar | None |
  233. | LC | safetrade | 1.12.2-2.0.5-PIXELMON | SafeTrade-1.12.2-2.0.5-PIXELMON.jar | None |
  234. | LC | serverlistplus | 3.4.7 | ServerListPlus-3.4.7-Universal.jar | None |
  235. | LC | tabmanager | 2.1.3-S7.0-MC1.12.2 | TabManager-2.1.3-S7.0-MC1.12.2.jar | None |
  236. | LC | teslacore | 1.1.6 | TeslaPowered-s7.1-v1.1.6.jar | None |
  237. | LC | triviaquest | 2.1.1 | TriviaQuest-s7.1-v2.1.1.jar | None |
  238. | LC | unity | 2.3.1 | unity-2.3.1.jar | None |
  239. | LC | virtualchest | 1.0.1 | VirtualChest-1.0.1.jar | None |
  240. | LC | virtualtool | 5.5 | VirtualTool-1.12.2-5.5-S7.1.0-STABLE.jar | None |
  241. | LC | welcometitles | 2.0.0 | WelcomeTitles-2.0.0.jar | None |
  242.  
  243. Loaded coremods (and transformers):
  244. SpongeCoremod (spongeforge-1.12.2-2838-7.2.0.jar)
  245. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  246. Profiler Position: N/A (disabled)
  247. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  248. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement