Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.84 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CorePlugin (ForgeEndertech-1.12.2-4.5.0.0-build.0435.jar)
  5. CreativePatchingLoader (CreativeCore_v1.9.90_mc1.12.2.jar)
  6. BedPatch (bedpatch-2.2-1.12.2.jar)
  7. LittlePatchingLoader (LittleTiles_v1.5.0-pre198_mc1.12.2.jar)
  8. CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
  9. RandomPatches (randompatches-1.12.2-1.20.1.0.jar)
  10. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  11. Plugin (NotEnoughIDs-1.5.4.4.jar)
  12. ApotheosisCore (Apotheosis-1.12.2-1.12.4.jar)
  13. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  14. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  15. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  16. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  17. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  18. Contact their authors BEFORE contacting forge
  19.  
  20. // Uh... Did I do that?
  21.  
  22. Time: 1/27/20 1:28 AM
  23. Description: Exception in server tick loop
  24.  
  25. net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
  26. at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)
  27. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  31. at java.lang.reflect.Method.invoke(Unknown Source)
  32. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  33. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  34. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  35. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  36. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  37. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  38. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  39. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  40. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  44. at java.lang.reflect.Method.invoke(Unknown Source)
  45. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  46. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  47. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  48. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  49. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  50. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  51. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  52. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  53. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  54. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
  55. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
  56. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
  57. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  58. at java.lang.Thread.run(Unknown Source)
  59. Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
  60. at java.lang.Class.getDeclaredConstructors0(Native Method)
  61. at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
  62. at java.lang.Class.getConstructor0(Unknown Source)
  63. at java.lang.Class.getConstructor(Unknown Source)
  64. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)
  65. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)
  66. at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82)
  67. ... 32 more
  68. Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.Chunk
  69. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  70. at java.lang.ClassLoader.loadClass(Unknown Source)
  71. at java.lang.ClassLoader.loadClass(Unknown Source)
  72. ... 39 more
  73. Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  74. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:521)
  75. at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
  76. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  77. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  78. ... 41 more
  79. Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [mixins.phosphor.json:common.MixinChunk$Sponge] from phase [DEFAULT] in config [mixins.phosphor.json] FAILED during APPLY
  80. at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinError(MixinTransformer.java:779)
  81. at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinApplyError(MixinTransformer.java:732)
  82. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:513)
  83. ... 44 more
  84. Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @Redirect annotation on redirect$setBlockStateCreateSectionSponge$zzl000 could not find any targets matching 'bridge$setBlockState' in the target class net.minecraft.world.chunk.Chunk. Using refmap mixins.phosphor.refmap.json
  85. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:421)
  86. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:172)
  87. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:159)
  88. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:151)
  89. at org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo.<init>(RedirectInjectionInfo.java:39)
  90. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:478)
  91. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1180)
  92. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:929)
  93. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:317)
  94. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:280)
  95. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353)
  96. at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724)
  97. at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703)
  98. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509)
  99. ... 44 more
  100.  
  101.  
  102. A detailed walkthrough of the error, its code path and all known details is as follows:
  103. ---------------------------------------------------------------------------------------
  104.  
  105. -- System Details --
  106. Details:
  107. Minecraft Version: 1.12.2
  108. Operating System: Windows 10 (amd64) version 10.0
  109. Java Version: 1.8.0_241, Oracle Corporation
  110. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  111. Memory: 837119440 bytes (798 MB) / 1095237632 bytes (1044 MB) up to 3817865216 bytes (3641 MB)
  112. JVM Flags: 1 total; -Xmx4G
  113. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  114. FML: MCP 9.42 Powered by Forge 14.23.5.2838 86 mods loaded, 86 mods active
  115. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  116.  
  117. | State | ID | Version | Source | Signature |
  118. |:----- |:-------------------- |:------------------------ |:------------------------------------------------- |:---------------------------------------- |
  119. | LC | minecraft | 1.12.2 | minecraft.jar | None |
  120. | LC | mcp | 9.42 | minecraft.jar | None |
  121. | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  122. | LC | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  123. | LC | creativecoredummy | 1.0.0 | minecraft.jar | None |
  124. | LC | littletilescore | 1.0.0 | minecraft.jar | None |
  125. | LC | openmodscore | 0.12.2 | minecraft.jar | None |
  126. | LC | randompatches | 1.12.2-1.20.1.0 | randompatches-1.12.2-1.20.1.0.jar | None |
  127. | LC | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None |
  128. | LC | actuallyadditions | 1.12.2-r151 | ActuallyAdditions-1.12.2-r151-2.jar | None |
  129. | LC | forgeendertech | 1.12.2-4.5.0.0 | ForgeEndertech-1.12.2-4.5.0.0-build.0435.jar | None |
  130. | LE | adlods | 1.12.2-1.0.7.0 | AdLods-1.12.2-1.0.7.0-build.0435.jar | None |
  131. | L | infinitylib | 1.12.2-1.12.0 | infinitylib-1.12.0.jar | None |
  132. | L | agricraft | 2.12.0-1.12.0-a6 | AgriCraft-2.12.0-1.12.0-a6.jar | None |
  133. | L | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
  134. | L | apotheosis | 1.12.4 | Apotheosis-1.12.2-1.12.4.jar | None |
  135. | L | jei | 4.15.0.291 | jei_1.12.2-4.15.0.291.jar | None |
  136. | L | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  137. | L | architecturecraft | @VERSION@ | architecturecraft-1.12-3.98.jar | None |
  138. | L | aroma1997core | 2.0.0.2 | Aroma1997Core-1.12.2-2.0.0.2.jar | None |
  139. | L | aroma1997sdimension | 2.0.0.2 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar | None |
  140. | L | bedpatch | 2.2 | bedpatch-2.2-1.12.2.jar | None |
  141. | L | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
  142. | L | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  143. | L | bonsaitrees | 1.1.4 | bonsaitrees-1.1.4-b170.jar | None |
  144. | L | buildinggadgets | 2.7.4 | BuildingGadgets-2.7.4.jar | None |
  145. | L | carryon | 1.12.3 | CarryOn MC1.12.2 v1.12.3.jar | None |
  146. | L | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  147. | L | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | None |
  148. | L | chickenchunks | 2.4.2.74 | ChickenChunks-1.12.2-2.4.2.74-universal.jar | None |
  149. | L | chisel | MC1.12.2-1.0.1.44 | Chisel-MC1.12.2-1.0.1.44.jar | None |
  150. | L | comforts | 1.4.1.2 | comforts-1.12.2-1.4.1.2.jar | None |
  151. | L | creativecore | 1.9.9 | CreativeCore_v1.9.90_mc1.12.2.jar | None |
  152. | L | cyclicmagic | 1.19.19 | Cyclic-1.12.2-1.19.19.jar | None |
  153. | L | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  154. | L | tconstruct | 1.12.2-2.13.0.171 | TConstruct-1.12.2-2.13.0.171.jar | None |
  155. | L | p455w0rdslib | 2.3.161 | p455w0rdslib-1.12.2-2.3.161.jar | None |
  156. | L | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
  157. | L | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
  158. | L | danknull | 1.7.89 | DankNull-1.12.2-1.7.89.jar | None |
  159. | L | props | 2.6.3 | Decocraft-2.6.3_1.12.2.jar | None |
  160. | L | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | None |
  161. | L | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None |
  162. | L | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  163. | L | foamflower | 1.12.2-1.0.0.0-beta1 | foamflower-1.12.2-1.0.0.0-beta1.jar | None |
  164. | L | forestry | 5.8.2.387 | forestry_1.12.2-5.8.2.387.jar | None |
  165. | L | ftbbackups | 1.1.0.1 | FTBBackups-1.1.0.1.jar | None |
  166. | L | ftblib | 5.4.4.5 | FTBLib-5.4.4.5.jar | None |
  167. | L | ftbutilities | 5.4.0.124 | FTBUtilities-5.4.0.124.jar | None |
  168. | L | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None |
  169. | L | pixelmon | 7.2.0 | Pixelmon-1.12.2-7.2.0-universal.jar | None |
  170. | L | gameshark | 6.0.3 | Gameshark-1.12.2-6.0.3-universal.jar | None |
  171. | L | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | None |
  172. | L | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  173. | L | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
  174. | L | itemfilters | 1.0.3.12 | ItemFilters-1.0.3.12.jar | None |
  175. | L | journeymap | 1.12.2-5.5.7 | journeymap-1.12.2-5.5.7.jar | None |
  176. | L | laggoggles | FAT-1.12.2-4.9 | LagGoggles-FAT-1.12.2-4.9.jar | None |
  177. | L | littletiles | 1.5.0 | LittleTiles_v1.5.0-pre198_mc1.12.2.jar | None |
  178. | L | timecore | 1.0.1.1 | TimeCore-1.12.2-1.0.1.1.jar | None |
  179. | L | lootgames | 1.0.3.0 | LootGames-1.12.2-1.0.3.0.jar | None |
  180. | L | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  181. | L | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  182. | L | mcwbridges | 1.0 | mcw-bridges-1.0.3-mc1.12.2.jar | None |
  183. | L | moveskillcontroller | 1.0.3 | MoveSkillController-1.12.2-1.0.3-universal.jar | None |
  184. | L | naturescompass | 1.8.3 | NaturesCompass-1.12.2-1.8.3.jar | None |
  185. | L | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
  186. | L | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None |
  187. | L | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | None |
  188. | L | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | None |
  189. | L | oreexcavation | 1.4.143 | OreExcavation-1.4.143.jar | None |
  190. | L | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
  191. | L | pixelextras | 2.5.4 | PixelExtras-1.12.2-2.5.4-universal.jar | None |
  192. | L | pixelmon_gui_blocks | 0.1 | Pixelmon_GUI_Blocks-1.12.2-1.0.jar | None |
  193. | L | refinedstorage | 1.6.15 | refinedstorage-1.6.15.jar | None |
  194. | L | refinedstorageaddons | 0.4.4 | refinedstorageaddons-0.4.4.jar | None |
  195. | L | storagedrawers | 1.12.2-5.4.0 | StorageDrawers-1.12.2-5.4.0.jar | None |
  196. | L | tesslocator | 1.1.0.15 | Tesslocator-1.1.0.15.jar | None |
  197. | L | topaddons | 1.12.2-1.12.0 | topaddons-1.12.2-1.12.0.jar | None |
  198. | L | trainercommands | 2.5.1 | TrainerCommands-1.12.2-2.5.1-universal.jar | None |
  199. | L | vanillafoodpantry | 4.3.1 | vanillafoodpantry-mc1.12.2-4.3.1.jar | None |
  200. | L | vending | 1.12.2-3.0.1.2 | vending-1.12.2-3.0.1.2.jar | None |
  201. | L | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
  202. | L | wondertrade | 4.6.2 | WonderTrade-1.12.2-4.6.2-universal.jar | None |
  203. | L | worldedit | 6.1.10-SNAPSHOT | worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar | None |
  204. | L | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50-universal.jar | None |
  205.  
  206. Loaded coremods (and transformers):
  207. CorePlugin (ForgeEndertech-1.12.2-4.5.0.0-build.0435.jar)
  208.  
  209. CreativePatchingLoader (CreativeCore_v1.9.90_mc1.12.2.jar)
  210.  
  211. BedPatch (bedpatch-2.2-1.12.2.jar)
  212. com.mordenkainen.bedpatch.BedPatchASM
  213. LittlePatchingLoader (LittleTiles_v1.5.0-pre198_mc1.12.2.jar)
  214. com.creativemd.littletiles.LittleTilesTransformer
  215. CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
  216. team.chisel.ctm.client.asm.CTMTransformer
  217. RandomPatches (randompatches-1.12.2-1.20.1.0.jar)
  218. com.therandomlabs.randompatches.core.RPTransformer
  219. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  220. openmods.core.OpenModsClassTransformer
  221. Plugin (NotEnoughIDs-1.5.4.4.jar)
  222. ru.fewizz.neid.asm.Transformer
  223. ApotheosisCore (Apotheosis-1.12.2-1.12.4.jar)
  224. shadows.ApotheosisTransformer
  225. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  226. invtweaks.forge.asm.ContainerTransformer
  227. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  228.  
  229. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  230. lumien.resourceloader.asm.ClassTransformer
  231. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  232.  
  233. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  234.  
  235. OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
  236. Profiler Position: N/A (disabled)
  237. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  238. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement