Skip to content

Instantly share code, notes, and snippets.

@hunganhdeptroai
Created July 4, 2022 14:46
Show Gist options
  • Save hunganhdeptroai/515744a4c4cd5993df64221f0a30090e to your computer and use it in GitHub Desktop.
Save hunganhdeptroai/515744a4c4cd5993df64221f0a30090e to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 2022-07-04 14:03:28 UTC
Description: Exception in server tick loop
com.google.common.util.concurrent.ExecutionError: java.lang.NoClassDefFoundError: net/minecraft/world/storage/SaveHandler
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2215)
at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
at com.google.common.eventbus.SubscriberRegistry.getAnnotatedMethods(SubscriberRegistry.java:178)
at com.google.common.eventbus.SubscriberRegistry.findAllSubscribers(SubscriberRegistry.java:169)
at com.google.common.eventbus.SubscriberRegistry.register(SubscriberRegistry.java:77)
at com.google.common.eventbus.EventBus.register(EventBus.java:191)
at net.minecraftforge.fml.common.FMLContainer.registerBus(FMLContainer.java:84)
at net.minecraftforge.fml.common.InjectedModContainer.registerBus(InjectedModContainer.java:116)
at net.minecraftforge.fml.common.LoadController.buildModList(LoadController.java:113)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:320)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:571)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:125)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:750)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/storage/SaveHandler
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.getDeclaredMethods(Class.java:1975)
at com.google.common.eventbus.SubscriberRegistry.getAnnotatedMethodsNotCached(SubscriberRegistry.java:185)
at com.google.common.eventbus.SubscriberRegistry.access$000(SubscriberRegistry.java:53)
at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:159)
at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:156)
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
... 29 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.world.storage.SaveHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
... 40 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:364)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178)
at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 42 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector forgeImpl$RedirectDataSaving(Lnet/minecraftforge/fml/common/FMLCommonHandler;Lnet/minecraft/world/storage/SaveHandler;Lnet/minecraft/world/storage/WorldInfo;Lnet/minecraft/nbt/NBTTagCompound;)V in mixins.forge.core.json:world.storage.SaveHandlerMixin_Forge failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap mixins.forge.refmap.json
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:400)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1280)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1042)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:570)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)
... 47 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Sponge PhaseTracker --
Phase Stack: [Empty stack]
-- System Details --
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 5.4.190-107.353.amzn2.x86_64
Java Version: 1.8.0_332, Azul Systems, Inc.
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Azul Systems, Inc.
Memory: 2143287304 bytes (2043 MB) / 3523215360 bytes (3360 MB) up to 3758096384 bytes (3584 MB)
JVM Flags: 19 total; -Xmx3584M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2860 185 mods loaded, 2 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
Mods:
| State | ID | Version | Source | Signature |
|:----- |:------------------------------------ |:------------------------ |:---------------------------------------------- |:---------------------------------------- |
| L | minecraft | 1.12.2 | minecraft.jar | None |
| L | mcp | 9.42 | minecraft.jar | None |
| | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| | OpenEye | 0.8 | OpenEye-1.12.2-0.8.jar | None |
| | reachfix | 1.0.5 | minecraft.jar | None |
| | spongeapi | 7.4.0-5ea6215 | aaa_spongeforge-1.12.2-2838-7.4.7.jar | None |
| | sponge | 1.12.2-7.4.7 | aaa_spongeforge-1.12.2-2838-7.4.7.jar | None |
| | spongeforge | 1.12.2-2838-7.4.7 | aaa_spongeforge-1.12.2-2838-7.4.7.jar | None |
| | openmodscore | 0.12.2 | minecraft.jar | None |
| | foamfixcore | 7.7.4 | minecraft.jar | None |
| | obfuscate | 0.4.2 | minecraft.jar | None |
| | srm-hooks | 1.12.2-1.0.0 | minecraft.jar | None |
| | randompatches | 1.12.2-1.22.1.10 | randompatches-1.12.2-1.22.1.10.jar | None |
| | additionalbanners | 1.1.77 | AdditionalBanners-1.12.2-1.1.77.jar | None |
| | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
| | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None |
| | asr | 1.0 | asgardshieldreloaded-1.12.2-1.0.jar | None |
| | asmc | 1.0.2 | ASMC-1.12.2-1.0.2.jar | None |
| | attributefix | 1.0.4 | AttributeFix-1.12.2-1.0.4.jar | None |
| | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
| | backpack | 3.0.2 | backpack-3.0.2-1.12.2.jar | None |
| | backups | 1.5.7 | Backups-1.12.2-1.5.7.jar | None |
| | badwithernocookiereloaded | 1.12.2-3.4.18 | badwithernocookiereloaded-1.12.2-3.4.18.jar | None |
| | battletowers | 1.6.5 | BattleTowers-1.12.2.jar | None |
| | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271.jar | None |
| | betterinvisibility | 1.0.1 | betterinvisibility-1.0.1.jar | None |
| | bettermineshafts | 1.12.2-2.2.1 | BetterMineshaftsForge-1.12.2-2.2.1.jar | None |
| | bibliocraft | 2.4.6 | BiblioCraft[v2.4.6][MC1.12.2].jar | None |
| | birdsnests | 2.1.0 | BirdsNests1.12.2-2.1.0.jar | None |
| | blockcraftery | 1.12.2-1.3.1 | blockcraftery-1.12.2-1.3.1.jar | None |
| | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | None |
| | bountiful | 2.2.3 | Bountiful-1.12.2-2.2.3.jar | None |
| | cakechomps | 1.12.2-1.0 | cakechomps-1.12.2-1.0.jar | None |
| | capsule | 1.12.2-3.4.76 | Capsule-1.12.2-3.4.76.jar | None |
| | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
| | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None |
| | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
| | chococraftplus | 4.5.8 | ChocoCraftPlus-1.12.2-4.5.8.jar | None |
| | cqrepoured | 2.6.8B | Chocolate_Quest_Repoured-1.12.2-2.6.8B.jar | None |
| | chunkgenlimit | 1.1 | chunkgenlimiter-1.1.jar | None |
| | classiccombat | 1.0.1 | ClassicCombat-1.0.1.jar | None |
| | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | None |
| | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None |
| | cofhworld | 1.4.0 | CoFHWorld-1.12.2-1.4.0.1-universal.jar | None |
| | colorchat | 1.12.1-2.0.43 | colorchat-1.12.1-2.0.43-universal.jar | None |
| | colytra | 1.2.0.4 | colytra-1.12.2-1.2.0.4.jar | None |
| | combustfish | 1.0.3.4 | combustfish-1.12.2-1.0.3.4.jar | None |
| | comforts | 1.4.1.3 | comforts-1.12.2-1.4.1.3.jar | None |
| | conarm | 1.2.5.10 | conarm-1.12.2-1.2.5.10.jar | None |
| | consolefilter | 1.1.1 | ConsoleFilter-1.12.2-1.1.1.jar | None |
| | cosmeticarmorreworked | 1.12.2-v5a | CosmeticArmorReworked-1.12.2-v5a.jar | None |
| | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.674.jar | None |
| | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.674.jar | None |
| | creeperconfetti | 1.4.2 | creeperconfetti-1.4.2.jar | None |
| | culinaryconstruct | 1.3.4 | culinaryconstruct-1.3.4.jar | None |
| | customspawner | 3.11.4 | CustomMobSpawner-3.11.5.jar | None |
| | customstartinggear | 1.2.0 | CustomStartingGear-1.12-1.2.0.9-universal.jar | None |
| | damagetilt | 0.1.0 | DamageTilt-1.12.2-0.1.0.jar | None |
| | deadlyworld | 1.1.1_for_mc1.12.2 | deadlyworld-1.1.1_for_mc1.12.2.jar | None |
| | deathcounter | 1.1.0 | DeathCounter-1.12.2-1.1.0.jar | None |
| | debark | 0.1.2 | Debark-0.1.2.jar | None |
| | dimdoors | 3.0.9+287 | DimensionalDoors-3.0.9-287-jon.jar | None |
| | mocreatures | 12.0.5 | DrZharks MoCreatures Mod-12.0.5.jar | None |
| | dupefixproject | 3.1.6 | DupeFixProject-1.12.2-3.1.6.jar | None |
| | element | 1.0.5 | Elementary Staffs 1.0.6.jar | None |
| | elenaidodge | 1.13.2 | elenaidodge-1.12.2-1.13.2.jar | None |
| | eplus | 5.0.0 | EnchantingPlus-1.12.2-5.0.176-fix.jar | None |
| | exchangers | 1.12.2-2.10.1 | Exchangers-1.12.2-2.10.1.jar | None |
| | eyesinthedarkness | 0.1.0 | EyesInTheDarkness-0.1.0.jar | None |
| | fairylights | 2.1.10 | fairylights-2.2.0-1.12.2.jar | None |
| | fantasticlib | 1.12.2.047 | FantasticLib-1.12.2.047.jar | None |
| | farmingforblockheads | 3.1.28 | FarmingForBlockheads_1.12.2-3.1.28.jar | None |
| | farseek | 2.5.1 | Farseek-1.12-2.5.1.jar | None |
| | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
| | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None |
| | fencejumper | 1.0.5 | fencejumper-1.12-1.0.5.jar | None |
| | foamfix | 0.10.14-1.12.2 | foamfix-0.10.14-1.12.2.jar | None |
| | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
| | microblockcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
| | forgemultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
| | minecraftmultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
| | geckolib3 | 3.0.20 | geckolib-forge-1.12.2-3.0.21.jar | None |
| | gravelores | 1.8 | gravelores-1.8.jar | None |
| | growthcraft_fishtrap | 4.2.2 | growthcraft-1.12.2-4.2.2.1.jar | None |
| | growthcraft_apples | 4.2.2 | growthcraft-1.12.2-4.2.2.1.jar | None |
| | growthcraft_grapes | 4.2.2 | growthcraft-1.12.2-4.2.2.1.jar | None |
| | growthcraft_bamboo | 4.2.2 | growthcraft-1.12.2-4.2.2.1.jar | None |
| | growthcraft | 4.2.2 | growthcraft-1.12.2-4.2.2.1.jar | None |
| | growthcraft_bees | 4.2.2 | growthcraft-1.12.2-4.2.2.1.jar | None |
| | growthcraft_rice | 4.2.2 | growthcraft-1.12.2-4.2.2.1.jar | None |
| | growthcraft_hops | 4.2.2 | growthcraft-1.12.2-4.2.2.1.jar | None |
| | growthcraft_milk | 4.2.2 | growthcraft-1.12.2-4.2.2.1.jar | None |
| | growthcraft_cellar | 4.2.2 | growthcraft-1.12.2-4.2.2.1.jar | None |
| | gunpowderlib | 1.12.2-1.1 | GunpowderLib-1.12.2-1.1.jar | None |
| | helpfixer | 1.12.1-1.5.18 | HelpFixer-1.12.1-1.5.18.jar | None |
| | hexxitgear | 2.8.2 | Hexxit_Gear-1.12.2-2.8.2.jar | None |
| | hexxitworld | 1.0.3 | HexxitWorld-1.12.2-1.0.3.jar | None |
| | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | None |
| | ido | 2.0.0-B | ido-1.12.2-2.0.0-B.jar | None |
| | infernalmobs | 1.7.6 | InfernalMobs-1.12.2.jar | None |
| | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
| | itemdamagerebalancer | 1.12.2.003 | ItemDamageRebalancer-1.12.2.003.jar | None |
| | jei | 4.16.1.302 | jei_1.12.2-4.16.1.302.jar | None |
| | jepb | 1.2.1 | jepb-1.12-1.2.1.jar | None |
| | jexclusives | 1.1.1 | JonsExclusives-MC1.12.2-v1.1.1.jar | None |
| | jrftl | 1.1 | JRFTL[1.12.2]-1.1.jar | None |
| | k4lib | 1.12.1-2.1.81 | k4lib-1.12.1-2.1.81-universal.jar | None |
| | kleeslabs | 5.4.12 | KleeSlabs_1.12.2-5.4.12.jar | None |
| | loottweaker | 0.3.1 | LootTweaker-0.3.1+MC1.12.2.jar | None |
| | lostbooks | 2.0.3 | LostBooks-II-1.12.2-2.0.3.jar | None |
| | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
| | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
| | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
| | testdummy | 1.12 | MmmMmmMmmMmm-1.12-1.14.jar | None |
| | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
| | mysticallib | 1.12.2-1.13.0 | mysticallib-1.12.2-1.13.0.jar | None |
| | natura | 1.12.2-4.3.2.69 | natura-1.12.2-4.3.2.69.jar | None |
| | naturescompass | 1.8.5 | NaturesCompass-1.12.2-1.8.5.jar | None |
| | netherendingores | 1.12.2-1.4.2 | Netherending-Ores-1.12.2-1.4.2.jar | None |
| | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
| | recipehandler | 0.13 | NoMoreRecipeConflict-0.13(1.12.2).jar | None |
| | nyx | 1.4.2 | Nyx-1.4.2.jar | None |
| | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | None |
| | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | None |
| | oreberries | 0.5.0 | oreberries-1.12.x-0.5.0.jar | None |
| | packcrashinfo | %VERSION% | packcrashinfo-1.0.1.jar | None |
| | parry | 1.0 | parry-1.0-hotfix.jar | None |
| | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None |
| | performant | 1.12.2-1.5 | performant-1.11.jar | None |
| | placeableitems | 3.3 | placeableitems-3.3.jar | None |
| | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
| | plustic | 8.0.1.0 | plustic-8.0.1.0.jar | None |
| | pvj | 1.6.4 | ProjectVibrantJourneys-1.12.2-1.6.4.jar | None |
| | quark | r1.6-179 | Quark-r1.6-179.jar | None |
| | rare-ice | ${version} | rare-ice-0.1.1.jar | None |
| | reborncore | 3.19.5 | RebornCore-1.12.2-3.19.5-universal.jar | None |
| | reccomplex | 1.4.8.2 | RecurrentComplex-1.4.8.2.jar | None |
| | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None |
| | xreliquary | 1.12.2-1.3.4.796 | Reliquary-1.12.2-1.3.4.796.jar | None |
| | roguelike | 2.4.1 | RoguelikeDungeonsFnarEdition-1.12.2-2.4.1.jar | None |
| | savemystronghold | 1.12.2-1.0.0 | savemystronghold-1.12.2-1.0.0.jar | None |
| | schematica | 1.8.0.169 | Schematica-1.12.2-1.8.0.169-universal.jar | None |
| | secretroomsmod | 5.6.4 | secretroomsmod-1.12.2-5.6.4.jar | None |
| | skewers | 1.1 | Skewers-1.1.jar | None |
| | soulshardsrespawn | 1.12.2-1.1.1-13 | SoulShardsRespawn-1.12.2-1.1.1-13.jar | None |
| | spartanshields | 1.5.5 | SpartanShields-1.12.2-1.5.5.jar | None |
| | specialmobs | 1.0.4_for_mc1.12.2 | specialmobs-1.0.4_for_mc1.12.2.jar | None |
| | statues | 1.0.1 | statues-rechiseled-1.12.2-1.0.1.jar | None |
| | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
| | storagedrawers | 5.2.2 | StorageDrawers-1.12.2-5.4.2.jar | None |
| | streams | 0.4.9 | Streams-1.12-0.4.9.jar | None |
| | surge | 2.0.77 | Surge-1.12.2-2.0.77.jar | None |
| | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
| | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None |
| | tinkersaddons | 1.0.7 | Tinkers' Addons-1.12.1-1.0.7.jar | None |
| | tinkersjei | 1.2 | tinkersjei-1.2.jar | None |
| | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
| | tombmanygraves | 1.12-4.2.0 | TombManyGraves-1.12-4.2.0.jar | None |
| | tombmanygraves2api | 1.12.2-1.0.0 | tombmanygraves2api-1.12.2-1.0.0.jar | None |
| | tombmanypluginsbackpacks | 1.0.0 | tombmanypluginsbackpacks-1.0.0.jar | None |
| | tombmanypluginscosmeticarmorreworked | 1.0.0 | tombmanypluginscosmeticarmorreworked-1.0.0.jar | None |
| | torchmaster | 1.8.5.0 | torchmaster_1.12.2-1.8.5.0.jar | None |
| | translocators | 2.5.2.81 | Translocators-1.12.2-2.5.2.81-universal.jar | None |
| | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None |
| | treechop | 0.14.6 | TreeChop-1.12.2-0.14.7.jar | None |
| | tumbleweed | 1.12-0.4.7 | tumbleweed-1.12-0.4.7.jar | None |
| | twilightforest | 3.11 | twilightforest-1.12.2-3.11.1021.pr1225.jar | None |
| | unidict | 1.12.2-3.0.10 | UniDict-1.12.2-3.0.10.jar | None |
| | unloader | 1.2.0 | unloader-1.2.0.jar | None |
| | vanillafix | 1.0.10-150 | VanillaFix-1.0.10-150.jar | None |
| | wanionlib | 1.12.2-2.9 | WanionLib-1.12.2-2.9.jar | None |
| | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
| | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | None |
| | lemonlib | 1.3.0 | lemonlib-1.12.2-1.3.0.jar | None |
| | modwinder | 1.1 | Ladylib-2.3.jar | None |
| | ladylib | 2.3 | Ladylib-2.3.jar | None |
| | lumen | 0.4.1 | lumen-Beta 0.4.2.jar | None |
| | craftstudioapi | 1.0.0 | CraftStudio-1.0.1.95-mc1.12-alpha.jar | None |
| | cyclopstek | 1.0.34 | cyclopstek-1.0.34.jar | None |
| | phosphor-lighting | 1.12.2-0.2.7 | phosphor-forge-mc1.12.2-0.2.7-universal.jar | None |
Plugins:
| State | ID | Version | Source | Signature |
|:----- |:-- |:------- |:------ |:--------- |
Loaded coremods (and transformers): RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
com.therandomlabs.randompatches.core.RPTransformer
OpenEyePlugin (OpenEye-1.12.2-0.8.jar)
openeye.asm.MultiTransformer
ReachFixPlugin (ReachFix-1.12.2-1.0.5.jar)
meldexun.reachfix.asm.ReachFixClassTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.1.jar)
com.chocohead.biab.BornInABarn
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.14-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
DupeFixProjectCoreMod (DupeFixProject-1.12.2-3.1.6.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
openmods.core.OpenModsClassTransformer
PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)
Quark Plugin (Quark-r1.6-179.jar)
vazkii.quark.base.asm.ClassTransformer
ObfuscatePlugin (obfuscate-0.4.2-1.12.2.jar)
com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
FarseekCoreMod (Farseek-1.12-2.5.1.jar)
farseek.core.FarseekClassTransformer
ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar)
c4.colytra.asm.ElytraTransformer
UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)
wanion.unidict.core.UniDictCoreModTransformer
SpongeCoremod (aaa_spongeforge-1.12.2-2838-7.4.7.jar)
org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
VanillaFixLoadingPlugin (VanillaFix-1.0.10-150.jar)
ChunkGenLimiterCoremod (chunkgenlimiter-1.1-core.jar)
io.github.barteks2x.chunkgenlimiter.coremod.ChunkGenLimitTransformer
SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
com.wynprice.secretroomsmod.core.SecretRoomsTransformer
MixinsCoreMod (HaxyMocreaturesModAdder.jar)
CQRPlugin (Chocolate_Quest_Repoured-1.12.2-2.6.8B.jar)
team.cqr.cqrepoured.asm.CQRClassTransformer
SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
Suspected Mods: Unknown
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
Type: Dedicated Server (map_server.txt)
[14:02:40] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[14:02:40] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[14:02:40] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[14:02:40] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2860 for Minecraft 1.12.2 loading
[14:02:40] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_332, running on Linux:amd64:5.4.190-107.353.amzn2.x86_64, installed at /usr/lib/jvm/zulu-8-amd64/jre
[14:02:40] [main/INFO] [FML]: Searching /work/server/./mods for mods
[14:02:40] [main/INFO] [FML]: Searching /work/server/./mods/1.12.2 for mods
[14:02:40] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from aaa_spongeforge-1.12.2-2838-7.4.7.jar
[14:02:40] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Born+In+A+Barn+V1.8-1.12-1.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[14:02:41] [main/WARN] [FML]: The coremod com.chocohead.biab.BornInABarn does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:02:41] [main/WARN] [FML]: The coremod Born in a Barn (com.chocohead.biab.BornInABarn) is not signed!
[14:02:41] [main/INFO] [FML]: Loading tweaker codechicken.asm.internal.Tweaker from ChickenASM-1.12-1.0.2.7.jar
[14:02:41] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Chocolate_Quest_Repoured-1.12.2-2.6.8B.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[14:02:41] [main/WARN] [FML]: The coremod CQRPlugin (team.cqr.cqrepoured.asm.CQRPlugin) is not signed!
[14:02:41] [main/WARN] [FML]: The coremod io.github.barteks2x.chunkgenlimiter.coremod.ChunkGenLimiterCoremod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:02:41] [main/WARN] [FML]: The coremod ChunkGenLimiterCoremod (io.github.barteks2x.chunkgenlimiter.coremod.ChunkGenLimiterCoremod) is not signed!
[14:02:41] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in colytra-1.12.2-1.2.0.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[14:02:41] [main/WARN] [FML]: The coremod c4.colytra.asm.ColytraLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:02:41] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from DupeFixProject-1.12.2-3.1.6.jar
[14:02:41] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Farseek-1.12-2.5.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[14:02:41] [main/WARN] [FML]: The coremod farseek.core.FarseekCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:02:41] [main/WARN] [FML]: The coremod FarseekCoreMod (farseek.core.FarseekCoreMod) is not signed!
[14:02:41] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in foamfix-0.10.14-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[14:02:41] [main/WARN] [FML]: The coremod pl.asie.foamfix.coremod.FoamFixCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:02:41] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Forgelin-1.8.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[14:02:41] [main/WARN] [FML]: The coremod net.shadowfacts.forgelin.preloader.ForgelinPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:02:41] [main/WARN] [FML]: The coremod ForgelinPlugin (net.shadowfacts.forgelin.preloader.ForgelinPlugin) is not signed!
[14:02:41] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from HaxyMocreaturesModAdder.jar
[14:02:41] [main/WARN] [FML]: The coremod ivorius.ivtoolkit.IvToolkitLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:02:41] [main/WARN] [FML]: The coremod IvToolkit (ivorius.ivtoolkit.IvToolkitLoadingPlugin) is not signed!
[14:02:41] [main/WARN] [FML]: The coremod ObfuscatePlugin (com.mrcrayfish.obfuscate.asm.ObfuscatePlugin) is not signed!
[14:02:41] [main/WARN] [FML]: The coremod openeye.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:02:41] [main/WARN] [FML]: The coremod OpenEyePlugin (openeye.CorePlugin) is not signed!
[14:02:41] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in OpenModsLib-1.12.2-0.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[14:02:41] [main/WARN] [FML]: The coremod openmods.core.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:02:41] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Quark-r1.6-179.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[14:02:41] [main/WARN] [FML]: The coremod Quark Plugin (vazkii.quark.base.asm.LoadingPlugin) is not signed!
[14:02:41] [main/WARN] [FML]: The coremod com.therandomlabs.randompatches.core.RPCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:02:41] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from rare-ice-0.1.1.jar
[14:02:41] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in ReachFix-1.12.2-1.0.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[14:02:41] [main/WARN] [FML]: The coremod ReachFixPlugin (meldexun.reachfix.asm.ReachFixPlugin) is not signed!
[14:02:41] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in secretroomsmod-1.12.2-5.6.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[14:02:41] [main/WARN] [FML]: The coremod SecretRoomsMod-Core (com.wynprice.secretroomsmod.core.SecretRoomsCore) is not signed!
[14:02:41] [main/INFO] [FML]: [SecretRoomsMod-Core] Core loaded
[14:02:41] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from Surge-1.12.2-2.0.77.jar
[14:02:41] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in UniDict-1.12.2-3.0.10.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[14:02:41] [main/WARN] [FML]: The coremod UniDictCoreMod (wanion.unidict.core.UniDictCoreMod) is not signed!
[14:02:41] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from VanillaFix-1.0.10-150.jar
[14:02:41] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from phosphor-forge-mc1.12.2-0.2.7-universal.jar
[14:02:41] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:02:41] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[14:02:41] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/work/server/./mods/1.12.2/aaa_spongeforge-1.12.2-2838-7.4.7.jar Service=LaunchWrapper Env=SERVER
[14:02:41] [main/WARN] [FML]: The coremod SpongeCoremod (org.spongepowered.mod.SpongeCoremod) is not signed!
[14:02:41] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[14:02:41] [main/WARN] [FML]: The coremod DupeFixProjectCoreMod (com.focamacho.dupefixproject.asm.DupeFixProjectCoreMod) is not signed!
[14:02:42] [main/WARN] [FML]: The coremod MixinsCoreMod (uk.co.haxyshideout.mocreaturespatcher.mixins.MixinsCoreMod) is not signed!
[14:02:42] [main/INFO] [uk.co.haxyshideout.mocreaturespatcher.mixins.MixinsCoreMod]: HaxyMocreaturesModAdder by Clienthax (Come play on our servers! https://discord.gg/muFUDgQqTm )
[14:02:42] [main/INFO] [uk.co.haxyshideout.mocreaturespatcher.mixins.MixinsCoreMod]: Remember kids, if you release a mods src without the build files, you are a dick
[14:02:42] [main/INFO] [uk.co.haxyshideout.mocreaturespatcher.mixins.MixinsCoreMod]: Mixing into CustomMobSpawner-3.11.5.jar
[14:02:42] [main/INFO] [VanillaFix]: Initializing VanillaFix
[14:02:42] [main/INFO] [VanillaFix]: Initializing StacktraceDeobfuscator
[14:02:42] [main/INFO] [VanillaFix]: Found MCP method mappings: methods-stable_39.csv
[14:02:42] [main/INFO] [VanillaFix]: Done initializing StacktraceDeobfuscator
[14:02:42] [main/INFO] [VanillaFix]: Initializing Bug Fix Mixins
[14:02:42] [main/INFO] [VanillaFix]: Initializing Crash Fix Mixins
[14:02:42] [main/INFO] [VanillaFix]: Initializing Profiler Improvement Mixins
[14:02:42] [main/INFO] [VanillaFix]: Initializing Texture Fix Mixins
[14:02:42] [main/INFO] [VanillaFix]: Initializing Mod Support Mixins
[14:02:42] [main/WARN] [FML]: The coremod VanillaFixLoadingPlugin (org.dimdev.vanillafix.VanillaFixLoadingPlugin) is not signed!
[14:02:42] [main/WARN] [FML]: The coremod PhosphorFMLLoadingPlugin (me.jellysquid.mods.phosphor.core.PhosphorFMLLoadingPlugin) is not signed!
[14:02:42] [main/INFO] [LaunchWrapper]: Loading tweak class name codechicken.asm.internal.Tweaker
[14:02:42] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[14:02:42] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[14:02:42] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[14:02:42] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[14:02:42] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[14:02:42] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[14:02:42] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[14:02:42] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:02:42] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:02:42] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:45] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[14:02:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:46] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[14:02:46] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@9b21bd3
[14:02:46] [main/INFO] [LaunchWrapper]: Calling tweak class codechicken.asm.internal.Tweaker
[14:02:46] [main/INFO] [STDOUT]: [codechicken.asm.internal.Tweaker:injectIntoClassLoader:30]: false
[14:02:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[14:02:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:47] [main/INFO] [FML]: [SecretRoomsTransformer] Registered
[14:02:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:47] [main/INFO] [net.minecraft]: [farseek] Moving Farseek transformer after Sponge proxy
[14:02:47] [main/INFO] [net.minecraft]: [farseek] Excluding Farseek transformer from Sponge pre-mixin transformations
[14:02:47] [main/WARN] [mixin]: MixinEnvironment::addTransformerExclusion is deprecated!
[14:02:47] [main/INFO] [net.minecraft]: [farseek] Re-enabling transformations on Sponge TrackingUtil
[14:02:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:02:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[14:02:48] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[14:02:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[14:02:48] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[14:02:48] [main/INFO] [Phosphor Plugin]: Sponge has been detected on the classpath! Enabling Sponge specific patches...
[14:02:48] [main/WARN] [Phosphor Plugin]: We cannot currently detect if you are using Sponge's async lighting patch. If you have not already done so, please disable it in your configuration file for SpongeForge or you will run into issues.
[14:02:49] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityMinecart
[14:02:49] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [killMinecart, func_94095_a] Descriptor (Lnet/minecraft/util/DamageSource;)V)
[14:02:49] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:49] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/item/EntityMinecart.func_70099_a (Lnet/minecraft/item/ItemStack;F)Lnet/minecraft/entity/item/EntityItem;
[14:02:49] [main/INFO] [Quark ASM]: Patch result: true
[14:02:49] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:57]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s
[14:02:49] [main/INFO] [Quark ASM]: Transforming net.minecraft.world.WorldServer
[14:02:49] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e] Descriptor ()Z)
[14:02:49] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:49] [main/INFO] [Quark ASM]: Patch result: true
[14:02:49] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [wakeAllPlayers, func_73053_d] Descriptor ()V)
[14:02:49] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:49] [main/INFO] [Quark ASM]: Patch result: true
[14:02:50] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.tileentity.TileEntity.func_190559_a
[14:02:50] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.Entity
[14:02:50] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [move, func_70091_d] Descriptor (Lnet/minecraft/entity/MoverType;DDD)V)
[14:02:50] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:50] [main/INFO] [Quark ASM]: Patch result: true
[14:02:50] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:50] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/Entity.func_145775_I ()V
[14:02:50] [main/INFO] [Quark ASM]: Patch result: true
[14:02:50] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onEntityUpdate, func_70030_z] Descriptor ()V)
[14:02:50] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:50] [main/INFO] [Quark ASM]: Patch result: true
[14:02:50] [main/INFO] [Quark ASM]: Transforming net.minecraft.item.ItemStack
[14:02:50] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [getTextComponent, func_151000_E] Descriptor ()Lnet/minecraft/util/text/ITextComponent;)
[14:02:50] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:50] [main/INFO] [Quark ASM]: Located patch target node ARETURN
[14:02:50] [main/INFO] [Quark ASM]: Patch result: true
[14:02:50] [main/INFO] [Quark ASM]: Transforming net.minecraft.inventory.ContainerWorkbench
[14:02:50] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [transferStackInSlot, func_82846_b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack;)
[14:02:50] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:50] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[14:02:50] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[14:02:50] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[14:02:50] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[14:02:50] [main/INFO] [Quark ASM]: Patch result: true
[14:02:50] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.BlockBed.func_189540_a
[14:02:50] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals
[14:02:50] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode
[14:02:50] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.equals
[14:02:50] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode
[14:02:50] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode
[14:02:50] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced
[14:02:50] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode
[14:02:50] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode
[14:02:50] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced
[14:02:50] [main/INFO] [FML]: [SecretRoomsTransformer] Running Transform on net.minecraft.block.state.BlockStateContainer$StateImplementation
[14:02:50] [main/INFO] [FML]: [SecretRoomsTransformer] Finished Transform on: net.minecraft.block.state.BlockStateContainer$StateImplementation
[14:02:50] [main/WARN] [mixin]: @Mixin target net/minecraft/block/state/BlockStateContainer$StateImplementation is public in mixins.common.api.json:mcp.block.state.StateImplementationMixin_API and should be specified in value
[14:02:50] [main/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.Enchantment
[14:02:50] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [canApply, func_92089_a] Descriptor (Lnet/minecraft/item/ItemStack;)Z)
[14:02:50] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:50] [main/INFO] [Quark ASM]: Located patch target node IRETURN
[14:02:50] [main/INFO] [Quark ASM]: Patch result: true
[14:02:50] [main/INFO] [FML]: [Colytra ASM] Preparing to transform EntityLivingBase
[14:02:50] [main/INFO] [FML]: [Colytra ASM] Initiating transformation to method (Names [onLivingUpdate, func_70636_d, n] Descriptor ()V / ()V)
[14:02:50] [main/INFO] [FML]: [Colytra ASM] Found method, initiating patch...
[14:02:50] [main/INFO] [FML]: [Colytra ASM] Found target node for patching: INVOKESPECIAL vp.r ()V
[14:02:50] [main/INFO] [FML]: [Colytra ASM] Patch result: Success!
[14:02:50] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.c4.colytra.asm.ElytraTransformer' was detected and will no longer process meta class data
[14:02:51] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.ai.EntityAITarget
[14:02:51] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [isSuitableTarget, func_179445_a] Descriptor (Lnet/minecraft/entity/EntityLiving;Lnet/minecraft/entity/EntityLivingBase;ZZ)Z)
[14:02:51] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:51] [main/INFO] [Quark ASM]: Patch result: true
[14:02:51] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityBoat
[14:02:51] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [attackEntityFrom, func_70097_a] Descriptor (Lnet/minecraft/util/DamageSource;F)Z)
[14:02:51] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:51] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/item/EntityBoat.func_145778_a (Lnet/minecraft/item/Item;IF)Lnet/minecraft/entity/item/EntityItem;
[14:02:51] [main/INFO] [Quark ASM]: Patch result: true
[14:02:51] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityItem
[14:02:51] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onUpdate, func_70071_h_] Descriptor ()V)
[14:02:51] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:51] [main/INFO] [Quark ASM]: Patch result: true
[14:02:51] [main/INFO] [meldexun.asmutil.ASMUtil]: Transforming method: EntityPotion#isWaterSensitiveEntity(EntityLivingBase)
[14:02:51] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.team.cqr.cqrepoured.asm.CQRClassTransformer' was detected and will no longer process meta class data
[14:02:51] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.network.PacketBuffer.func_180714_a
[14:02:51] [main/INFO] [Quark ASM]: Transforming net.minecraft.tileentity.TileEntityPiston
[14:02:51] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V)
[14:02:51] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:51] [main/INFO] [Quark ASM]: Patch result: true
[14:02:51] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [clearPistonTileEntity, func_145866_f] Descriptor ()V)
[14:02:51] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:51] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/world/World.func_180501_a (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)Z
[14:02:51] [main/INFO] [Quark ASM]: Patch result: true
[14:02:51] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V)
[14:02:51] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:51] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/world/World.func_180501_a (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)Z
[14:02:51] [main/INFO] [Quark ASM]: Patch result: true
[14:02:51] [main/INFO] [Quark ASM]: Transforming net.minecraft.util.DamageSource
[14:02:51] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [causePlayerDamage, func_76365_a] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;)Lnet/minecraft/util/DamageSource;)
[14:02:51] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:51] [main/INFO] [Quark ASM]: Patch result: true
[14:02:52] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:101]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable
[14:02:52] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:141]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities
[14:02:52] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
[14:02:52] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
[14:02:52] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.pl.asie.foamfix.coremod.FoamFixTransformer' was detected and will no longer process meta class data
[14:02:54] [main/INFO] [Quark ASM]: Transforming net.minecraft.block.BlockDynamicLiquid
[14:02:54] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [isBlocked, func_176372_g] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;)Z)
[14:02:54] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:54] [main/INFO] [Quark ASM]: Located patch target node IRETURN
[14:02:54] [main/INFO] [Quark ASM]: Located patch target node IRETURN
[14:02:54] [main/INFO] [Quark ASM]: Patch result: true
[14:02:54] [main/INFO] [Quark ASM]: Transforming net.minecraft.block.BlockPistonBase
[14:02:54] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [canPush, func_185646_a] Descriptor (Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;ZLnet/minecraft/util/EnumFacing;)Z)
[14:02:54] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:54] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/block/Block.hasTileEntity (Lnet/minecraft/block/state/IBlockState;)Z
[14:02:54] [main/INFO] [Quark ASM]: Patch result: true
[14:02:54] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [doMove, func_176319_a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z)
[14:02:54] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:54] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/block/state/BlockPistonStructureHelper.func_177254_c ()Ljava/util/List;
[14:02:54] [main/INFO] [Quark ASM]: Patch result: true
[14:02:54] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [doMove, func_176319_a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z)
[14:02:54] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:54] [main/INFO] [Quark ASM]: Located patch target node INVOKESPECIAL net/minecraft/block/state/BlockPistonStructureHelper.<init> (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)V
[14:02:54] [main/INFO] [Quark ASM]: Patch result: true
[14:02:54] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [checkForMove, func_176316_e] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;)V)
[14:02:54] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:54] [main/INFO] [Quark ASM]: Located patch target node INVOKESPECIAL net/minecraft/block/state/BlockPistonStructureHelper.<init> (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)V
[14:02:54] [main/INFO] [Quark ASM]: Patch result: true
[14:02:54] [main/INFO] [Quark ASM]: Transforming net.minecraft.inventory.ContainerMerchant
[14:02:54] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [transferStackInSlot, func_82846_b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack;)
[14:02:54] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:54] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[14:02:54] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[14:02:54] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[14:02:54] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[14:02:54] [main/INFO] [Quark ASM]: Patch result: true
[14:02:54] [main/INFO] [ChunkGenLimitTransformer]: Transforming net.minecraft.server.management.PlayerChunkMap
[14:02:54] [main/INFO] [ChunkGenLimitTransformer]: > Finding method func_72693_b
[14:02:54] [main/INFO] [ChunkGenLimitTransformer]: > Transforming PlayerChunkMap.tick()
[14:02:54] [main/INFO] [ChunkGenLimitTransformer]: >>> Replacing constant 50000000L with getTimeLimit
[14:02:54] [main/INFO] [ChunkGenLimitTransformer]: >>> Replacing constant 49 with getChunkLimit
[14:02:54] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.io.github.barteks2x.chunkgenlimiter.coremod.ChunkGenLimitTransformer' was detected and will no longer process meta class data
[14:02:54] [main/WARN] [mixin]: @Mixin target net/minecraft/server/management/PlayerProfileCache$ProfileEntry is public in mixins.common.core.json:server.management.PlayerProfileCache_ProfileEntryAccessor and should be specified in value
[14:02:54] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.com.chocohead.biab.BornInABarn' was detected and will no longer process meta class data
[14:02:55] [main/WARN] [OpenEye]: openeye.asm.injectors.ExceptionHandlerInjector.visitTryCatchBlock(ExceptionHandlerInjector.java:49): Invalid method structure, more than 2 exception handlers. Aborting
[14:02:55] [main/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.EnchantmentHelper
[14:02:55] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [getEnchantments, func_82781_a] Descriptor (Lnet/minecraft/item/ItemStack;)Ljava/util/Map;)
[14:02:55] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:55] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/item/ItemStack.func_77986_q ()Lnet/minecraft/nbt/NBTTagList;
[14:02:55] [main/INFO] [Quark ASM]: Patch result: true
[14:02:55] [main/WARN] [mixin]: Error loading class: net/minecraft/server/integrated/IntegratedServer (net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@351f2244 from coremod FMLCorePlugin)
[14:02:55] [main/WARN] [mixin]: @Mixin target net.minecraft.server.integrated.IntegratedServer was not found mixins.vanillafix.crashes.json:MixinIntegratedServer
[14:02:56] [main/INFO] [FML]: [SecretRoomsTransformer] Running Transform on net.minecraft.block.BlockBreakable
[14:02:56] [main/INFO] [FML]: [SecretRoomsTransformer] Finished Transform on: net.minecraft.block.BlockBreakable
[14:02:57] [main/WARN] [mixin]: Method overwrite conflict for func_71222_d in mixins.vanillafix.bugs.json:MixinMinecraftServer, previously written by org.spongepowered.common.mixin.core.server.MinecraftServerMixin. Skipping method.
[14:02:57] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:101]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable
[14:02:57] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:141]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities
[14:02:57] [main/WARN] [mixin]: Static binding violation: PRIVATE @Overwrite method func_189509_E in mixins.common.core.json:world.WorldMixin cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
[14:02:57] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:57]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s
[14:02:57] [main/INFO] [Quark ASM]: Transforming net.minecraft.world.WorldServer
[14:02:57] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e] Descriptor ()Z)
[14:02:57] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:57] [main/INFO] [Quark ASM]: Patch result: true
[14:02:57] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [wakeAllPlayers, func_73053_d] Descriptor ()V)
[14:02:57] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:57] [main/INFO] [Quark ASM]: Patch result: true
[14:02:59] [main/INFO] [FML]: [Colytra ASM] Preparing to transform EntityLivingBase
[14:02:59] [main/INFO] [FML]: [Colytra ASM] Initiating transformation to method (Names [onLivingUpdate, func_70636_d, n] Descriptor ()V / ()V)
[14:02:59] [main/INFO] [FML]: [Colytra ASM] Found method, initiating patch...
[14:02:59] [main/INFO] [FML]: [Colytra ASM] Found target node for patching: INVOKESPECIAL vp.r ()V
[14:02:59] [main/INFO] [FML]: [Colytra ASM] Patch result: Success!
[14:02:59] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.Entity
[14:02:59] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [move, func_70091_d] Descriptor (Lnet/minecraft/entity/MoverType;DDD)V)
[14:02:59] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:59] [main/INFO] [Quark ASM]: Patch result: true
[14:02:59] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:59] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/Entity.func_145775_I ()V
[14:02:59] [main/INFO] [Quark ASM]: Patch result: true
[14:02:59] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onEntityUpdate, func_70030_z] Descriptor ()V)
[14:02:59] [main/INFO] [Quark ASM]: Located Method, patching...
[14:02:59] [main/INFO] [Quark ASM]: Patch result: true
[14:03:00] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[14:03:00] [main/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.Enchantment
[14:03:00] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [canApply, func_92089_a] Descriptor (Lnet/minecraft/item/ItemStack;)Z)
[14:03:00] [main/INFO] [Quark ASM]: Located Method, patching...
[14:03:00] [main/INFO] [Quark ASM]: Located patch target node IRETURN
[14:03:00] [main/INFO] [Quark ASM]: Patch result: true
[14:03:00] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityItem
[14:03:00] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onUpdate, func_70071_h_] Descriptor ()V)
[14:03:00] [main/INFO] [Quark ASM]: Located Method, patching...
[14:03:00] [main/INFO] [Quark ASM]: Patch result: true
[14:03:01] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState
[14:03:01] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.state.BlockStateContainer.foamfix_mapper
[14:03:01] [main/INFO] [FML]: [SecretRoomsTransformer] Running Transform on net.minecraft.block.state.BlockStateContainer$StateImplementation
[14:03:01] [main/INFO] [FML]: [SecretRoomsTransformer] Finished Transform on: net.minecraft.block.state.BlockStateContainer$StateImplementation
[14:03:01] [main/INFO] [Quark ASM]: Transforming net.minecraft.item.ItemStack
[14:03:01] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [getTextComponent, func_151000_E] Descriptor ()Lnet/minecraft/util/text/ITextComponent;)
[14:03:01] [main/INFO] [Quark ASM]: Located Method, patching...
[14:03:01] [main/INFO] [Quark ASM]: Located patch target node ARETURN
[14:03:01] [main/INFO] [Quark ASM]: Patch result: true
[14:03:01] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.tileentity.TileEntity.func_190559_a
[14:03:02] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.equals
[14:03:02] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode
[14:03:02] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode
[14:03:02] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced
[14:03:02] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode
[14:03:02] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode
[14:03:02] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced
[14:03:02] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals
[14:03:02] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode
[14:03:02] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.GhostBusterBlockStateAccessPatch$FFMethodVisitor:visitMethodInsn:93]: Added ghost buster patch (getBlockState call wrapped) in net/minecraft/block/BlockFarmland func_176530_e (net/minecraft/world/World func_180495_p (Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/state/IBlockState;)
[14:03:02] [main/INFO] [Quark ASM]: Transforming net.minecraft.block.BlockPistonBase
[14:03:02] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [canPush, func_185646_a] Descriptor (Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;ZLnet/minecraft/util/EnumFacing;)Z)
[14:03:02] [main/INFO] [Quark ASM]: Located Method, patching...
[14:03:02] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/block/Block.hasTileEntity (Lnet/minecraft/block/state/IBlockState;)Z
[14:03:02] [main/INFO] [Quark ASM]: Patch result: true
[14:03:02] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [doMove, func_176319_a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z)
[14:03:02] [main/INFO] [Quark ASM]: Located Method, patching...
[14:03:02] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/block/state/BlockPistonStructureHelper.func_177254_c ()Ljava/util/List;
[14:03:02] [main/INFO] [Quark ASM]: Patch result: true
[14:03:02] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [doMove, func_176319_a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z)
[14:03:02] [main/INFO] [Quark ASM]: Located Method, patching...
[14:03:02] [main/INFO] [Quark ASM]: Located patch target node INVOKESPECIAL net/minecraft/block/state/BlockPistonStructureHelper.<init> (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)V
[14:03:02] [main/INFO] [Quark ASM]: Patch result: true
[14:03:02] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [checkForMove, func_176316_e] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;)V)
[14:03:02] [main/INFO] [Quark ASM]: Located Method, patching...
[14:03:02] [main/INFO] [Quark ASM]: Located patch target node INVOKESPECIAL net/minecraft/block/state/BlockPistonStructureHelper.<init> (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)V
[14:03:02] [main/INFO] [Quark ASM]: Patch result: true
[14:03:03] [main/INFO] [FML]: [SecretRoomsTransformer] Running Transform on net.minecraft.block.BlockBreakable
[14:03:03] [main/INFO] [FML]: [SecretRoomsTransformer] Finished Transform on: net.minecraft.block.BlockBreakable
[14:03:03] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
[14:03:03] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
[14:03:04] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.BlockBed.func_189540_a
[14:03:04] [main/INFO] [Quark ASM]: Transforming net.minecraft.block.BlockDynamicLiquid
[14:03:04] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [isBlocked, func_176372_g] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;)Z)
[14:03:04] [main/INFO] [Quark ASM]: Located Method, patching...
[14:03:04] [main/INFO] [Quark ASM]: Located patch target node IRETURN
[14:03:04] [main/INFO] [Quark ASM]: Located patch target node IRETURN
[14:03:04] [main/INFO] [Quark ASM]: Patch result: true
[14:03:04] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityMinecart
[14:03:04] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [killMinecart, func_94095_a] Descriptor (Lnet/minecraft/util/DamageSource;)V)
[14:03:04] [main/INFO] [Quark ASM]: Located Method, patching...
[14:03:04] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/item/EntityMinecart.func_70099_a (Lnet/minecraft/item/ItemStack;F)Lnet/minecraft/entity/item/EntityItem;
[14:03:04] [main/INFO] [Quark ASM]: Patch result: true
[14:03:04] [main/INFO] [Quark ASM]: Transforming net.minecraft.tileentity.TileEntityPiston
[14:03:04] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V)
[14:03:04] [main/INFO] [Quark ASM]: Located Method, patching...
[14:03:04] [main/INFO] [Quark ASM]: Patch result: true
[14:03:04] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [clearPistonTileEntity, func_145866_f] Descriptor ()V)
[14:03:04] [main/INFO] [Quark ASM]: Located Method, patching...
[14:03:04] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/world/World.func_180501_a (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)Z
[14:03:04] [main/INFO] [Quark ASM]: Patch result: true
[14:03:04] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V)
[14:03:04] [main/INFO] [Quark ASM]: Located Method, patching...
[14:03:04] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/world/World.func_180501_a (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)Z
[14:03:04] [main/INFO] [Quark ASM]: Patch result: true
[14:03:05] [main/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.EnchantmentDamage
[14:03:05] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [canApply, func_92089_a] Descriptor (Lnet/minecraft/item/ItemStack;)Z)
[14:03:05] [main/INFO] [Quark ASM]: Located Method, patching...
[14:03:05] [main/INFO] [Quark ASM]: Located patch target node IRETURN
[14:03:05] [main/INFO] [Quark ASM]: Located patch target node IRETURN
[14:03:05] [main/INFO] [Quark ASM]: Patch result: true
[14:03:05] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityBoat
[14:03:05] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [attackEntityFrom, func_70097_a] Descriptor (Lnet/minecraft/util/DamageSource;F)Z)
[14:03:05] [main/INFO] [Quark ASM]: Located Method, patching...
[14:03:05] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/item/EntityBoat.func_145778_a (Lnet/minecraft/item/Item;IF)Lnet/minecraft/entity/item/EntityItem;
[14:03:05] [main/INFO] [Quark ASM]: Patch result: true
[14:03:06] [main/INFO] [Quark ASM]: Transforming net.minecraft.item.ItemBanner
[14:03:06] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [appendHoverTextFromTileEntityTag, func_185054_a] Descriptor (Lnet/minecraft/item/ItemStack;Ljava/util/List;)V)
[14:03:06] [main/INFO] [Quark ASM]: Failed to locate the method!
[14:03:06] [main/INFO] [meldexun.asmutil.ASMUtil]: Transforming method: EntityPotion#isWaterSensitiveEntity(EntityLivingBase)
[14:03:07] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.ai.EntityAITarget
[14:03:07] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [isSuitableTarget, func_179445_a] Descriptor (Lnet/minecraft/entity/EntityLiving;Lnet/minecraft/entity/EntityLivingBase;ZZ)Z)
[14:03:07] [main/INFO] [Quark ASM]: Located Method, patching...
[14:03:07] [main/INFO] [Quark ASM]: Patch result: true
[14:03:08] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:101]: Added INTERFACE: pl/asie/foamfix/api/IFoamFixMobSpawnerLogic
[14:03:08] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.tileentity.MobSpawnerBaseLogic.func_98279_f
[14:03:08] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCache
[14:03:08] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCachePESize
[14:03:08] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCacheTime
[14:03:08] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCache
[14:03:08] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCacheTime
[14:03:10] [main/INFO] [Quark ASM]: Transforming net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern
[14:03:10] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [matches, func_77569_a] Descriptor (Lnet/minecraft/inventory/InventoryCrafting;Lnet/minecraft/world/World;)Z)
[14:03:10] [main/INFO] [Quark ASM]: Located Method, patching...
[14:03:10] [main/INFO] [Quark ASM]: Located patch target node INVOKESTATIC net/minecraft/tileentity/TileEntityBanner.func_175113_c (Lnet/minecraft/item/ItemStack;)I
[14:03:10] [main/INFO] [Quark ASM]: Patch result: true
[14:03:12] [main/INFO] [Quark ASM]: Transforming net.minecraft.inventory.ContainerMerchant
[14:03:12] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [transferStackInSlot, func_82846_b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack;)
[14:03:12] [main/INFO] [Quark ASM]: Located Method, patching...
[14:03:12] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[14:03:12] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[14:03:12] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[14:03:12] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[14:03:12] [main/INFO] [Quark ASM]: Patch result: true
[14:03:12] [main/WARN] [OpenEye]: openeye.asm.injectors.ExceptionHandlerInjector.visitTryCatchBlock(ExceptionHandlerInjector.java:49): Invalid method structure, more than 2 exception handlers. Aborting
[14:03:12] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
[14:03:12] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2860 Initialized
[14:03:12] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[14:03:12] [Server thread/INFO] [UniDictCoreMod]: Successfully transformed 'net.minecraftforge.oredict.OreIngredient'.
[14:03:13] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
[14:03:13] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients
[14:03:13] [Server thread/WARN] [FML]: Enabling removal of erroring Entities - USE AT YOUR OWN RISK
[14:03:13] [Server thread/WARN] [FML]: Enabling removal of erroring Tile Entities - USE AT YOUR OWN RISK
[14:03:13] [Server thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.network.PacketBuffer.func_180714_a
[14:03:14] [Server thread/INFO] [Sponge]: Found mcmod.info at jar:file:/work/server/./mods/1.12.2/aaa_spongeforge-1.12.2-2838-7.4.7.jar!/mcmod.info
[14:03:14] [Server thread/INFO] [Sponge]: Creating injector in stage 'PRODUCTION'
[14:03:17] [Server thread/INFO] [Quark ASM]: Transforming net.minecraft.inventory.ContainerWorkbench
[14:03:17] [Server thread/INFO] [Quark ASM]: Applying Transformation to method (Names [transferStackInSlot, func_82846_b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack;)
[14:03:17] [Server thread/INFO] [Quark ASM]: Located Method, patching...
[14:03:17] [Server thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[14:03:17] [Server thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[14:03:17] [Server thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[14:03:17] [Server thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[14:03:17] [Server thread/INFO] [Quark ASM]: Patch result: true
[14:03:18] [Server thread/INFO] [Quark ASM]: Transforming net.minecraft.util.DamageSource
[14:03:18] [Server thread/INFO] [Quark ASM]: Applying Transformation to method (Names [causePlayerDamage, func_76365_a] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;)Lnet/minecraft/util/DamageSource;)
[14:03:18] [Server thread/INFO] [Quark ASM]: Located Method, patching...
[14:03:18] [Server thread/INFO] [Quark ASM]: Patch result: true
[14:03:21] [Server thread/INFO] [FML]: Searching /work/server/./mods for mods
[14:03:21] [Server thread/INFO] [FML]: Searching /work/server/./mods/1.12.2 for mods
[14:03:22] [Server thread/WARN] [FML]: Mod betterbuilderswands is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.13.2
[14:03:22] [Server thread/WARN] [FML]: Mod bettermineshafts is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-2.2.1
[14:03:22] [Server thread/WARN] [FML]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3.358
[14:03:23] [Server thread/WARN] [FML]: Mod cosmeticarmorreworked is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-v5a
[14:03:23] [Server thread/INFO] [FML]: Disabling mod ctgui it is client side only.
[14:03:24] [Server thread/WARN] [FML]: Mod farmingforblockheads is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.1.28
[14:03:24] [Server thread/WARN] [FML]: Mod farseek is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.5.1
[14:03:25] [Server thread/WARN] [FML]: Mod microblockcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.2.83
[14:03:25] [Server thread/WARN] [FML]: Mod forgemultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.2.83
[14:03:25] [Server thread/WARN] [FML]: Mod minecraftmultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.2.83
[14:03:25] [Server thread/WARN] [FML]: Mod helpfixer is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.1-1.5.18
[14:03:25] [Server thread/WARN] [FML]: Mod ironchest is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-7.0.67.844
[14:03:25] [Server thread/WARN] [FML]: Mod kleeslabs is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 5.4.12
[14:03:26] [Server thread/WARN] [FML]: Mod patchouli is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0-23.6
[14:03:26] [Server thread/WARN] [FML]: Mod rare-ice is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version ${version}
[14:03:27] [Server thread/WARN] [FML]: Mod savemystronghold is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-1.0.0
[14:03:27] [Server thread/WARN] [FML]: Mod streams is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4.9
[14:03:27] [Server thread/WARN] [FML]: Mod translocators is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.5.2.81
[14:03:27] [Server thread/WARN] [FML]: Mod vanillafix is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.10-150
[14:03:27] [Server thread/WARN] [FML]: Mod waystones is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.1.0
[14:03:27] [Server thread/INFO] [FML]: Forge Mod Loader has identified 185 mods to load
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector forgeImpl$RedirectDataSaving(Lnet/minecraftforge/fml/common/FMLCommonHandler;Lnet/minecraft/world/storage/SaveHandler;Lnet/minecraft/world/storage/WorldInfo;Lnet/minecraft/nbt/NBTTagCompound;)V in mixins.forge.core.json:world.storage.SaveHandlerMixin_Forge failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap mixins.forge.refmap.json
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:400)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1280)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1042)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:570)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at java.lang.Class.getDeclaredMethods0(Native Method)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at java.lang.Class.getDeclaredMethods(Class.java:1975)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.eventbus.SubscriberRegistry.getAnnotatedMethodsNotCached(SubscriberRegistry.java:185)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.eventbus.SubscriberRegistry.access$000(SubscriberRegistry.java:53)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:159)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:156)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.eventbus.SubscriberRegistry.getAnnotatedMethods(SubscriberRegistry.java:178)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.eventbus.SubscriberRegistry.findAllSubscribers(SubscriberRegistry.java:169)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.eventbus.SubscriberRegistry.register(SubscriberRegistry.java:77)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.eventbus.EventBus.register(EventBus.java:191)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at net.minecraftforge.fml.common.FMLContainer.registerBus(FMLContainer.java:84)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at net.minecraftforge.fml.common.InjectedModContainer.registerBus(InjectedModContainer.java:116)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at net.minecraftforge.fml.common.LoadController.buildModList(LoadController.java:113)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at java.lang.reflect.Method.invoke(Method.java:498)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:320)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:571)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
[14:03:27] [Server thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinProcessor:applyMixins:362]: at java.lang.Thread.run(Thread.java:750)
[14:03:27] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
com.google.common.util.concurrent.ExecutionError: java.lang.NoClassDefFoundError: net/minecraft/world/storage/SaveHandler
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2215) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache.get(LocalCache.java:4154) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.SubscriberRegistry.getAnnotatedMethods(SubscriberRegistry.java:178) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.SubscriberRegistry.findAllSubscribers(SubscriberRegistry.java:169) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.SubscriberRegistry.register(SubscriberRegistry.java:77) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.EventBus.register(EventBus.java:191) ~[minecraft_server.1.12.2.jar:?]
at net.minecraftforge.fml.common.FMLContainer.registerBus(FMLContainer.java:84) ~[FMLContainer.class:?]
at net.minecraftforge.fml.common.InjectedModContainer.registerBus(InjectedModContainer.java:116) ~[InjectedModContainer.class:?]
at net.minecraftforge.fml.common.LoadController.buildModList(LoadController.java:113) ~[LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_332]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_332]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_332]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_332]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:320) ~[LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:571) ~[Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) ~[FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:125) ~[nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:750) [?:1.8.0_332]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/storage/SaveHandler
at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_332]
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[?:1.8.0_332]
at java.lang.Class.getDeclaredMethods(Class.java:1975) ~[?:1.8.0_332]
at com.google.common.eventbus.SubscriberRegistry.getAnnotatedMethodsNotCached(SubscriberRegistry.java:185) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.SubscriberRegistry.access$000(SubscriberRegistry.java:53) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:159) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:156) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ~[minecraft_server.1.12.2.jar:?]
... 29 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.world.storage.SaveHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_332]
at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_332]
at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_332]
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[?:1.8.0_332]
at java.lang.Class.getDeclaredMethods(Class.java:1975) ~[?:1.8.0_332]
at com.google.common.eventbus.SubscriberRegistry.getAnnotatedMethodsNotCached(SubscriberRegistry.java:185) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.SubscriberRegistry.access$000(SubscriberRegistry.java:53) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:159) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:156) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ~[minecraft_server.1.12.2.jar:?]
... 29 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:364) ~[aaa_spongeforge-1.12.2-2838-7.4.7.jar:1.12.2-2838-7.4.7]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191) ~[aaa_spongeforge-1.12.2-2838-7.4.7.jar:1.12.2-2838-7.4.7]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) ~[aaa_spongeforge-1.12.2-2838-7.4.7.jar:1.12.2-2838-7.4.7]
at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72) ~[aaa_spongeforge-1.12.2-2838-7.4.7.jar:1.12.2-2838-7.4.7]
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_332]
at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_332]
at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_332]
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[?:1.8.0_332]
at java.lang.Class.getDeclaredMethods(Class.java:1975) ~[?:1.8.0_332]
at com.google.common.eventbus.SubscriberRegistry.getAnnotatedMethodsNotCached(SubscriberRegistry.java:185) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.SubscriberRegistry.access$000(SubscriberRegistry.java:53) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:159) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:156) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ~[minecraft_server.1.12.2.jar:?]
... 29 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector forgeImpl$RedirectDataSaving(Lnet/minecraftforge/fml/common/FMLCommonHandler;Lnet/minecraft/world/storage/SaveHandler;Lnet/minecraft/world/storage/WorldInfo;Lnet/minecraft/nbt/NBTTagCompound;)V in mixins.forge.core.json:world.storage.SaveHandlerMixin_Forge failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap mixins.forge.refmap.json
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:400) ~[aaa_spongeforge-1.12.2-2838-7.4.7.jar:1.12.2-2838-7.4.7]
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1280) ~[aaa_spongeforge-1.12.2-2838-7.4.7.jar:1.12.2-2838-7.4.7]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1042) ~[aaa_spongeforge-1.12.2-2838-7.4.7.jar:1.12.2-2838-7.4.7]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395) ~[aaa_spongeforge-1.12.2-2838-7.4.7.jar:1.12.2-2838-7.4.7]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) ~[aaa_spongeforge-1.12.2-2838-7.4.7.jar:1.12.2-2838-7.4.7]
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) ~[aaa_spongeforge-1.12.2-2838-7.4.7.jar:1.12.2-2838-7.4.7]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:570) ~[aaa_spongeforge-1.12.2-2838-7.4.7.jar:1.12.2-2838-7.4.7]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) ~[aaa_spongeforge-1.12.2-2838-7.4.7.jar:1.12.2-2838-7.4.7]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191) ~[aaa_spongeforge-1.12.2-2838-7.4.7.jar:1.12.2-2838-7.4.7]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) ~[aaa_spongeforge-1.12.2-2838-7.4.7.jar:1.12.2-2838-7.4.7]
at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72) ~[aaa_spongeforge-1.12.2-2838-7.4.7.jar:1.12.2-2838-7.4.7]
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_332]
at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_332]
at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_332]
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[?:1.8.0_332]
at java.lang.Class.getDeclaredMethods(Class.java:1975) ~[?:1.8.0_332]
at com.google.common.eventbus.SubscriberRegistry.getAnnotatedMethodsNotCached(SubscriberRegistry.java:185) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.SubscriberRegistry.access$000(SubscriberRegistry.java:53) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:159) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:156) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ~[minecraft_server.1.12.2.jar:?]
... 29 more
[14:03:28] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: /work/server/./crash-reports/crash-2022-07-04_14.03.28-server.txt
[14:03:28] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[14:03:28] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.NullPointerException
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.reflect.Method.invoke(Method.java:498)
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.LoadController.redirect$zza000$forgeImpl$PostEvent(LoadController.java:568)
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.Loader.serverStopped(Loader.java:852)
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:508)
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:587)
[14:03:28] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Thread.run(Thread.java:750)
[14:03:28] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[14:03:28] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment