Advertisement
wujichen158

Pixelmon NPC multi mega crash

Feb 12th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.46 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  5. SpongeCoremod ([core]spongeforge-1.12.2-2768-7.1.5.jar)
  6. Contact their authors BEFORE contacting forge
  7.  
  8. // Ooh. Shiny.
  9.  
  10. Time: 19-2-12 δΈ‹εˆ10:52
  11. Description: Exception in server tick loop
  12.  
  13. java.lang.NoClassDefFoundError: com/pixelmonmod/pixelmon/storage/PixelmonStorage
  14. at com.trainercommands.events.PixelEvents.checkIfBattleEndedNormally(PixelEvents.java:94)
  15. at com.trainercommands.events.PixelEvents.onTrainerWon(PixelEvents.java:35)
  16. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_180_PixelEvents_onTrainerWon_LostToTrainerEvent.invoke(.dynamic)
  17. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  18. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:747)
  19. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697)
  20. at com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer.winBattle(NPCTrainer.java:642)
  21. at com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant.endBattle(TrainerParticipant.java:166)
  22. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:659)
  23. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.forfeitBattle(BattleControllerBase.java:987)
  24. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.forfeitOrFlee(BattleControllerBase.java:900)
  25. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.tryFlee(BattleControllerBase.java:880)
  26. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.takeTurn(BattleControllerBase.java:854)
  27. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:291)
  28. at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:181)
  29. at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:16)
  30. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_130_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
  31. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  32. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:747)
  33. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697)
  34. at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:287)
  35. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:752)
  36. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  37. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  38. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  39. at java.lang.Thread.run(Unknown Source)
  40. Caused by: java.lang.ClassNotFoundException: com.pixelmonmod.pixelmon.storage.PixelmonStorage
  41. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
  42. at java.lang.ClassLoader.loadClass(Unknown Source)
  43. at java.lang.ClassLoader.loadClass(Unknown Source)
  44. ... 26 more
  45.  
  46.  
  47. A detailed walkthrough of the error, its code path and all known details is as follows:
  48. ---------------------------------------------------------------------------------------
  49.  
  50. -- Head --
  51. Thread: Server thread
  52. Stacktrace:
  53. at com.trainercommands.events.PixelEvents.checkIfBattleEndedNormally(PixelEvents.java:94)
  54. at com.trainercommands.events.PixelEvents.onTrainerWon(PixelEvents.java:35)
  55. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_180_PixelEvents_onTrainerWon_LostToTrainerEvent.invoke(.dynamic)
  56. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  57. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:747)
  58. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697)
  59. at com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer.winBattle(NPCTrainer.java:642)
  60. at com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant.endBattle(TrainerParticipant.java:166)
  61. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:659)
  62. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.forfeitBattle(BattleControllerBase.java:987)
  63. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.forfeitOrFlee(BattleControllerBase.java:900)
  64. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.tryFlee(BattleControllerBase.java:880)
  65. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.takeTurn(BattleControllerBase.java:854)
  66. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:291)
  67. at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:181)
  68. at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:16)
  69. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_130_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
  70. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  71. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:747)
  72. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697)
  73. at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:287)
  74.  
  75. -- Sponge PhaseTracker --
  76. Details:
  77. Phase Stack: [Empty stack]
  78. Stacktrace:
  79. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjm000(MinecraftServer.java:3973)
  80. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
  81. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
  82. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
  83. at java.lang.Thread.run(Unknown Source)
  84.  
  85. -- System Details --
  86. Details:
  87. Minecraft Version: 1.12.2
  88. Operating System: Windows Server 2008 R2 (amd64) version 6.1
  89. Java Version: 1.8.0_181, Oracle Corporation
  90. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  91. Memory: 15429935544 bytes (14715 MB) / 20723269632 bytes (19763 MB) up to 20723269632 bytes (19763 MB)
  92. JVM Flags: 8 total; -Xms20G -Xmx20G -Xmn7G -XX:MaxTenuringThreshold=8 -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:+UseFastAccessorMethods
  93. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  94. FML: MCP 9.42 Powered by Forge 14.23.5.2768 43 mods loaded, 43 mods active
  95. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  96.  
  97. | State | ID | Version | Source | Signature |
  98. |:--------- |:---------------------------- |:-------------------- |:--------------------------------------------------- |:---------------------------------------- |
  99. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  100. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  101. | UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2768-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  102. | UCHIJAAAA | forge | 14.23.5.2768 | forge-1.12.2-14.23.5.2768-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  103. | UCHIJAAAA | spongeapi | 7.1.0-366290f8 | [core]spongeforge-1.12.2-2768-7.1.5.jar | None |
  104. | UCHIJAAAA | sponge | 1.12.2-7.1.5 | [core]spongeforge-1.12.2-2768-7.1.5.jar | None |
  105. | UCHIJAAAA | spongeforge | 1.12.2-2768-7.1.5 | [core]spongeforge-1.12.2-2768-7.1.5.jar | None |
  106. | UCHIJAAAA | customnpcs | 1.12 | [mod]CustomNPCs_1.12.2(26aug18).jar | None |
  107. | UCHIJAAAA | naturescompass | 1.5.1 | [mod]NaturesCompass-1.12.2-1.5.1.jar | None |
  108. | UCHIJAAAA | nbtedit | 1.11.2-2.0.2 | [mod]NBTEdit-1.12-2.0.2.jar | None |
  109. | UCHIJAAAA | pixelmon | 7.0.1 | [mod]Pixelmon-1.12.2-7.0.1-server.jar | None |
  110. | UCHIJAAAA | pixelextras | 2.4.1 | [mod]PixelExtras-1.12.2-2.4.1-universal.jar | None |
  111. | UCHIJAAAA | pokelucky | 3.8.1 | [mod]pokelucky-3.8.1-1.12.2.jar | None |
  112. | UCHIJAAAA | teastory | 3.2.6-B9.1208-1.12.2 | [mod]TeaStory-3.2.6-B9.1208-1.12.2.jar | None |
  113. | UCHIJAAAA | shetiphiancore | 3.5.9 | [mod]shetiphiancore-1.12.0-3.5.9.jar | None |
  114. | UCHIJAAAA | terraqueous | 1.4.16 | [mod]terraqueous-1.12.0-1.4.16.jar | None |
  115. | UCHIJAAAA | walljump | 1.12.2-1.1.0 | [mod]Wall-Jump-Remake-Mod-1.12.2.jar | None |
  116. | UCHIJAAAA | wondertrade | 4.5.6 | [mod]WonderTrade-1.12.2-4.5.6-universal.jar | None |
  117. | UCHIJAAAA | agp | 1.0.1 | [plugin]AGP_Responged_S7.1.0-V1.0.1.jar | None |
  118. | UCHIJAAAA | catclearlag | 0.9.0 | [plugin]CatClearLag-0.9.0.jar | None |
  119. | UCHIJAAAA | de_yottaflops_easyscoreboard | 2.3 | [plugin]EasyScoreboards.jar | None |
  120. | UCHIJAAAA | economylite | 2.15.1 | [plugin]EconomyLite-7.1.0-2.15.1.jar | None |
  121. | UCHIJAAAA | griefprevention | 4.3.0 | [plugin]griefprevention-1.12.2-4.3.0.662.jar | None |
  122. | UCHIJAAAA | flexiblelogin | 0.17.4 | [plugin]flexiblelogin-0.17.4.jar | None |
  123. | UCHIJAAAA | inspector | 0.7-rere | [plugin]Inspector-0.7.2-rere-spong7.0-1.12.2.jar | None |
  124. | UCHIJAAAA | latch | 0.4.8 | [plugin]latch-0.4.8.jar | None |
  125. | UCHIJAAAA | luckperms | 4.3.75 | [plugin]LuckPerms-Sponge-4.3.75.jar | None |
  126. | UCHIJAAAA | mcrmb | 1.0.0 | [plugin]McrmbCore_Sponge-FIX1.2.0-SNAPSHOT.jar | None |
  127. | UCHIJAAAA | mcrmb_command | 1.0.0 | [plugin]McrmbCommand_Sponge-FIX-1.1.0-SNAPSHOT.jar | None |
  128. | UCHIJAAAA | mmcrestrict | 1.6.3 | [plugin]MMCRestrict-1.6.3-API-7.jar | None |
  129. | UCHIJAAAA | nucleus | 1.8.2-S7.1 | [plugin]Nucleus-1.8.2-S7.1-MC1.12.2-plugin.jar | None |
  130. | UCHIJAAAA | placeholderapi | 4.4 | [plugin]PlaceholderAPI-4.4.jar | None |
  131. | UCHIJAAAA | newhonor | 2.4.2 | [plugin]NewHonor-2.4.2-b329-SpongeAPI7.1.0.jar | None |
  132. | UCHIJAAAA | pixelautomessages | 1.0.3 | [plugin]PixelAutoMessages-1.0.3-b15.jar | None |
  133. | UCHIJAAAA | pixelmoney | 3.0.1 | [plugin]PixelMoney-1.12.2-3.0.1.jar | None |
  134. | UCHIJAAAA | plotsquared | 3.5.0-SNAPSHOT | [plugin]PlotSquared-Sponge-19.02.05-d27ead5-688.jar | None |
  135. | UCHIJAAAA | pjc | 0.3.0 | [plugin]projectcore-7.1.0-0.3.0.jar | None |
  136. | UCHIJAAAA | pjb | 0.2.0 | [plugin]projectborders-7.1.0-0.2.0.jar | None |
  137. | UCHIJAAAA | trainercommands | 2.4.1 | [plugin]TrainerCommands-1.12.2-2.4.1-universal.jar | None |
  138. | UCHIJAAAA | treedestroyage | 0.14-DEV-API7.0.0 | [plugin]TreeDestroyage-0.14-DEV-API7.0.0-45.jar | None |
  139. | UCHIJAAAA | universalmarket | 1.3 | [plugin]UniversalMarket-1.12.2-v1.3.jar | None |
  140. | UCHIJAAAA | virtualchest | 1.0.0-rc-1 | [plugin]VirtualChest-1.0.0-rc-1.jar | None |
  141. | UCHIJAAAA | worldedit | 6.1.9-SNAPSHOT | [plugin]worldedit-sponge-6.1.9-SNAPSHOT-dist.jar | None |
  142.  
  143. Loaded coremods (and transformers):
  144. ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  145. shetiphian.asm.ClassTransformer
  146. SpongeCoremod ([core]spongeforge-1.12.2-2768-7.1.5.jar)
  147. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  148. Profiler Position: N/A (disabled)
  149. Player Count: 1 / 233; [EntityPlayerMP['wujichen158'/875, l='build', x=1478.32, y=4.00, z=-367.96]]
  150. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  151. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement