• 1

    posted a message on Crash on creating/loading world (Fabric Modpack)

    nevermind, it seems like a common issue with the latest bclib build. I'll have to wait until it's updated to the next version

    Posted in: Java Edition Support
  • 0

    posted a message on Crash on creating/loading world (Fabric Modpack)

    Thank you so much, seems to have worked. Is there any way I would still be able to use those mods? Should I report the crash logs to the issue trackers?

    Posted in: Java Edition Support
  • 0

    posted a message on Crash on creating/loading world (Fabric Modpack)

    Still crashing sadly


    https://pastebin.com/rPVQqTUk

    Posted in: Java Edition Support
  • 0

    posted a message on Crash on creating/loading world (Fabric Modpack)

    Hello, I'm trying to create a fabric modpack for a few of my friends and keep getting an error when trying to load/create a world. I'm not that knowledgeable in terms of creating modpacks/mod compatibility and was wondering if you guys could help. I've tried troubleshooting by disabling a few mods that I added recently, but it still crashes


    https://pastebin.com/aN4shJJx


    Here is latest.log

    Posted in: Java Edition Support
  • 0

    posted a message on Modpack server crash on launch

    Hello, I'm creating a mod pack for my friends and I but after I put all the mods into the server mods folder, the game crashes on launch. I have the server running from a .bat file that says

    java -Xmx11G -Xms11G -jar forge-1.12.2-14.23.5.2838-universal.jar

    I have 24 gb of ram, so i don't think thats a problem lol. My mod list is here and I ran the server from run.bat. Here is the crash report I have gotten from after starting:


    ---- Minecraft Crash Report ----
    // Daisy, daisy...

    Time: 2019-07-31 15:38:29 EDT
    Description: Exception in server tick loop

    net.minecraftforge.fml.common.LoaderException: shouldersurfing Failed load class: com.teamderpy.shouldersurfing.ShoulderSurfing
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:544)
    at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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:136)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
    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(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: com.teamderpy.shouldersurfing.ShoulderSurfing
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
    ... 30 more
    Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@3e1624c7 from coremod FMLCorePlugin
    at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
    ... 36 more
    Caused by: java.lang.RuntimeException: Attempted to load class com/teamderpy/shouldersurfing/ShoulderSurfing for invalid side SERVER
    at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62)
    at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
    ... 38 more


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_221, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 11415818032 bytes (10886 MB) / 11789664256 bytes (11243 MB) up to 11789664256 bytes (11243 MB)
    JVM Flags: 2 total; -Xmx11G -Xms11G
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2838 114 mods loaded, 114 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID | Version | Source | Signature |
    |:----- |:----------------------------------- |:------------------------ |:---------------------------------------------------- |:---------------------------------------- |
    | LC | minecraft | 1.12.2 | minecraft.jar | None |
    | LC | mcp | 9.42 | minecraft.jar | None |
    | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC | creativecoredummy | 1.0.0 | minecraft.jar | None |
    | LC | itemphysic | 1.4.0 | minecraft.jar | None |
    | LC | foamfixcore | 7.7.4 | minecraft.jar | None |
    | LC | orbis-lib | 0.2.0 | orbis-lib-1.12.2-0.2.0+build79.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
    | LC | aether | 0.2.2 | aether_ii-1.12.2-0.2.2+build79-universal.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
    | LC | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
    | LC | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None |
    | LC | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
    | LC | aquaculture | 1.6.8 | Aquaculture-1.12.2-1.6.8.jar | None |
    | LC | csb_armorstand | 1.0.4 | ArmorStandGUI-1.12-1.0.4.jar | None |
    | LC | autoreglib | 1.3-31 | AutoRegLib-1.3-31.jar | None |
    | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
    | LC | bedbugs | @VERSION@ | BedBugs-1.12-1.0.1.jar | None |
    | LC | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
    | LC | bookshelf | 2.3.586 | Bookshelf-1.12.2-2.3.586.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC | bullseye | 3.0.7 | Bullseye-1.12.2-3.0.7.jar | None |
    | LC | crafttweaker | 4.1.19 | CraftTweaker2-1.12-4.1.19.jar | None |
    | LC | caravans | {version} | Caravans-0.3.1-1.12.jar | None |
    | LC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
    | LC | charm | 1.12.2-1.2.2 | Charm-1.12.2-1.2.2.jar | None |
    | LC | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
    | LC | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC | chickenchunks | 2.4.1.73 | ChickenChunks-1.12.2-2.4.1.73-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
    | LC | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
    | LC | chunkpregenerator | 2.1 | Chunk+Pregenerator+V1.12-2.1.jar | None |
    | LC | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
    | LC | comforts | 1.4.1.2 | comforts-1.12.2-1.4.1.2.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
    | LC | cookingforblockheads | 6.4.71 | CookingForBlockheads_1.12.2-6.4.71.jar | None |
    | LC | coralreef | 2.0 | CoralReef-2.5-1.12.2.jar | None |
    | LC | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.32.jar | None |
    | LC | coroutil | 1.12.1-1.2.32 | coroutil-1.12.1-1.2.32.jar | None |
    | LC | configmod | v1.0 | coroutil-1.12.1-1.2.32.jar | None |
    | LC | corpse | 1.12.2-1.0.2 | corpse-1.12.2-1.0.2.jar | None |
    | LC | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.19.jar | None |
    | LC | creativecore | 1.9.9 | CreativeCore_v1.9.54_mc1.12.2.jar | None |
    | LC | deathcounter | 1.0.0 | DeathCounter-1.12.1-1.0.0.jar | None |
    | LC | desirepaths | 1.12.1-1.2.8 | desirepaths-1.12.1-1.2.8.jar | None |
    | LC | doggytalents | 1.15.0.6 | DoggyTalents-1.12.2-1.15.0.6-universal.jar | None |
    | LC | csb_ench_table | 1.1.3 | EnchantingTable-1.12-1.1.3.jar | None |
    | LC | extrabitmanipulation | 1.12.2-3.4.1 | ExtraBitManipulation-1.12.2-3.4.1.jar | None |
    | LC | fairylights | 2.1.9 | fairylights-2.1.9-1.12.2.jar | None |
    | LC | familiarfauna | 1.0.11 | FamiliarFauna-1.12.2-1.0.11.jar | None |
    | LC | farseek | 2.3.2 | Farseek-1.12-2.3.2.jar | None |
    | LC | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None |
    | LC | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
    | LC | fastbench | 1.7.2 | FastWorkbench-1.12.2-1.7.2.jar | None |
    | LC | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None |
    | LC | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
    | LC | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
    | LC | cfm | 6.3.0 | furniture-6.3.0-1.12.2.jar | None |
    | LC | gardenstuff | 1.12-2.1.1 | GardenStuff-1.12-2.1.1.jar | None |
    | LC | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LC | generallaymansaestheticspyingscreen | 7.0.0 | GeneralLaymansAestheticSpyingScreen-1.12.2-7.0.0.jar | None |
    | LC | glacidus | 1.2.1 | Glacidus-1.12.2-v1.2.1.jar | None |
    | LC | grapplemod | 1.12.2-v11.1 | grapplemod-v11.1-1.12.2.jar | None |
    | LC | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
    | LC | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
    | LC | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
    | LC | inspirations | 1.12.2-0.2.6 | Inspirations-1.12.2-0.2.6.jar | None |
    | LC | instantunify | 1.1.2 | instantunify-1.12.2-1.1.2.jar | None |
    | LC | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
    | LC | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
    | LC | levelup2 | ${version} | Level+Up!+2-1.1.22-1.12.jar | None |
    | LC | lex | 1.0.8 | LibEx-1.12.2-1.0.8.jar | None |
    | LC | mobamputation | 7.0.0 | MobAmputation-1.12.2-7.0.0.jar | None |
    | LC | moredefaultoptions | 1.12-0.0.2 | moredefaultoptions-1.12-0.0.2.jar | None |
    | LC | guilib | $version | morepaintings-paintings-1.12.2-5.0.1.1.jar | None |
    | LC | paintingselgui | $version | morepaintings-paintings-1.12.2-5.0.1.1.jar | None |
    | LC | morepaintings | $version | morepaintings-paintings-1.12.2-5.0.1.1.jar | None |
    | LC | multimob | 1.0.5 | multimob-1.0.5.jar | None |
    | LC | multithreadednoise | 0.0.2 | MultithreadedNoise-1.12.2-0.0.2.jar | None |
    | LC | nex | 2.0.8 | NetherEx-1.12.2-2.0.8.jar | None |
    | LC | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
    | LC | recipehandler | 0.13 | NoMoreRecipeConflict-0.13(1.12.2).jar | None |
    | LC | p455w0rdslib | 2.2.156 | p455w0rdslib-1.12.2-2.2.156.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LC | pitweaks | 1.12-1.1.1 | PiTweaks-1.12-1.1.1.jar | None |
    | LC | playerrevive | 1.0 | PlayerRevive_v1.2.26_mc1.12.2.jar | None |
    | LC | potioncore | 1.8_for_1.12.2 | PotionCore-1.8_for_1.12.2.jar | None |
    | LC | primitivemobs | 1.2.3a | primitivemobs-1.2.3a.jar | None |
    | LC | railcraft | 12.0.0 | railcraft-12.0.0.jar | a0c255ac501b2749537d5824bb0f0588bf0320fa |
    | LC | sereneseasons | 1.2.16 | SereneSeasons-1.12.2-1.2.16-universal.jar | None |
    | LE | shouldersurfing | 1.16 | ShoulderSurfing-1.12.2-1.15.1.jar | None |
    | L | simulatednights | 1.12-2.1.0 | simulatednights-1.12-2.1.0.jar | None |
    | L | sleep | 1.12-1.0.1-CUSTOM | Sleep-1.12-1.0.1.jar | None |
    | L | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None |
    | L | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
    | L | streams | 0.4.7 | Streams-1.12-0.4.7.jar | None |
    | L | surge | 2.0.77 | Surge-1.12.2-2.0.77.jar | None |
    | L | tickdynamic | 1.0.2 | TickDynamic-1.12.2-1.0.2.jar | None |
    | L | tp | 3.2.34 | tinyprogressions-1.12.2-3.3.34-Release.jar | None |
    | L | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None |
    | L | treechopper | 1.2.4 | TreeChopper-1.12.2-1.2.4.jar | None |
    | L | twilightforest | 3.9.974 | twilightforest-1.12.2-3.9.974-universal.jar | None |
    | L | vanillafix | 1.0.10-SNAPSHOT | VanillaFix-1.0.10-99.jar | None |
    | L | vanillafoodpantry | 4.3.1 | vanillafoodpantry-mc1.12.2-4.3.1.jar | None |
    | L | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None |
    | L | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None |
    | L | wawla | 2.5.273 | Wawla-1.12.2-2.5.273.jar | None |
    | L | waystones | 4.0.72 | Waystones_1.12.2-4.0.72.jar | None |
    | L | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None |
    | L | withsprinkles | 1.10 | With+Sprinkles-1.10.jar | None |
    | L | worleycaves | 1.4.1 | worleycaves-1.4.1.jar | None |
    | L | zombie_players | 1.12.1-1.2.7 | zombie_players-1.12.1-1.2.7.jar | None |
    | L | zombieawareness | 1.12.1-1.11.16 | zombieawareness-1.12.1-1.11.16.jar | None |
    | L | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50-universal.jar | None |
    | L | thebetweenlands | 3.4.10 | TheBetweenlands-3.4.10-universal.jar | None |
    | L | totemexpansion | 1.2.2 | totemexpansion-1.2.2-1.12.2.jar | None |
    | L | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None |
    Loaded coremods (and transformers): CharmLoadingPlugin (Charm-1.12.2-1.2.2.jar)
    svenhjol.charm.base.CharmClassTransformer
    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.5-1.12.2.jar)
    pl.asie.foamfix.coremod.FoamFixTransformer
    CreativePatchingLoader (CreativeCore_v1.9.54_mc1.12.2.jar)

    ShoulderPlugin (ShoulderSurfing-1.12.2-1.15.1.jar)
    com.teamderpy.shouldersurfing.asm.ShoulderTransformations
    Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.1.jar)
    com.chocohead.biab.BornInABarn
    TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.10-core.jar)
    thebetweenlands.core.TheBetweenlandsClassTransformer
    CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
    team.chisel.ctm.client.asm.CTMTransformer
    LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
    lumien.bloodmoon.asm.ClassTransformer
    p455w0rdc0re (p455w0rdslib-1.12.2-2.2.156.jar)
    p455w0rdslib.asm.ClassTransformer
    Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
    invtweaks.forge.asm.ContainerTransformer
    PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)

    BlurPlugin (Blur-1.0.4-14.jar)
    com.tterrag.blur.BlurTransformer
    VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar)

    LoadingPlugin (TickDynamic-1.12.2-1.0.2.jar)
    com.wildex999.patcher.TransformerPatcher
    com.wildex999.patcher.EntityInjector
    SSLoadingPlugin (SereneSeasons-1.12.2-1.2.16-universal.jar)
    sereneseasons.asm.transformer.EntityRendererTransformer
    sereneseasons.asm.transformer.WorldTransformer
    SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)

    ItemPatchingLoader (ItemPhysic_Full_1.4.21_mc1.12.2.jar)
    com.creativemd.itemphysic.ItemTransformer
    FarseekCoreMod (Farseek-1.12-2.3.2.jar)
    farseek.core.FarseekClassTransformer
    Pulsar/inspirations loaded Pulses: - InspirationsShared (Enabled/Forced)
    - InspirationsBuilding (Enabled/Not Forced)
    - InspirationsUtility (Enabled/Not Forced)
    - InspirationsTools (Enabled/Not Forced)
    - InspirationsRecipes (Enabled/Not Forced)
    - InspirationsTweaks (Enabled/Not Forced)
    - InspirationsShared (Enabled/Forced)
    - WailaPlugin (Enabled/Not Forced)
    - TwilightForestPlugin (Enabled/Not Forced)
    Suspected Mods: Unknown
    Profiler Position: N/A (disabled)
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)

    and if you need the latest.log thing, here it is.


    [15:37:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker[15:37:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker[15:37:48] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker[15:37:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker[15:37:48] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2838 for Minecraft 1.12.2 loading[15:37:48] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_221, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_221[15:37:49] [main/INFO] [FML]: Searching D:\Desktop\Modded Server\.\mods for mods[15:37:49] [main/INFO] [FML]: Searching D:\Desktop\Modded Server\.\mods\1.12.2 for mods[15:37:49] [main/INFO] [FML]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar[15:37:49] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Bloodmoon-MC1.12.2-1.5.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod.[15:37:49] [main/WARN] [FML]: The coremod lumien.bloodmoon.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft[15:37:49] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Blur-1.0.4-14.jar. This is not recommended, @Mods should be in a separate jar from the coremod.[15:37:49] [main/WARN] [FML]: The coremod com.tterrag.blur.BlurPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft[15:37:49] [main/WARN] [FML]: The coremod BlurPlugin (com.tterrag.blur.BlurPlugin) is not signed![15:37:49] [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.[15:37:49] [main/WARN] [FML]: The coremod com.chocohead.biab.BornInABarn does not have a MCVersion annotation, it may cause issues with this version of Minecraft[15:37:49] [main/WARN] [FML]: The coremod Born in a Barn (com.chocohead.biab.BornInABarn) is not signed![15:37:49] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Charm-1.12.2-1.2.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.[15:37:49] [main/WARN] [FML]: The coremod svenhjol.charm.base.CharmLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft[15:37:49] [main/WARN] [FML]: The coremod CharmLoadingPlugin (svenhjol.charm.base.CharmLoadingPlugin) is not signed![15:37:49] [main/INFO] [FML]: Loading tweaker codechicken.asm.internal.Tweaker from ChickenASM-1.12-1.0.2.7.jar[15:37:49] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CreativeCore_v1.9.54_mc1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.[15:37:49] [main/WARN] [FML]: The coremod com.creativemd.creativecore.core.CreativePatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft[15:37:49] [main/WARN] [FML]: The coremod CreativePatchingLoader (com.creativemd.creativecore.core.CreativePatchingLoader) is not signed![15:37:49] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12.2-0.3.3.22.jar. This is not recommended, @Mods should be in a separate jar from the coremod.[15:37:49] [main/WARN] [FML]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft[15:37:49] [main/WARN] [FML]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed![15:37:49] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Farseek-1.12-2.3.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.[15:37:49] [main/WARN] [FML]: The coremod farseek.core.FarseekCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft[15:37:49] [main/WARN] [FML]: The coremod FarseekCoreMod (farseek.core.FarseekCoreMod) is not signed![15:37:49] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in foamfix-0.10.5-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.[15:37:49] [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[15:37:49] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.63.jar. This is not recommended, @Mods should be in a separate jar from the coremod.[15:37:49] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft[15:37:49] [main/WARN] [FML]: The coremod com.creativemd.itemphysic.ItemPatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft[15:37:49] [main/WARN] [FML]: The coremod ItemPatchingLoader (com.creativemd.itemphysic.ItemPatchingLoader) is not signed![15:37:49] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.12.2_HD_U_E3.jar[15:37:49] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in p455w0rdslib-1.12.2-2.2.156.jar. This is not recommended, @Mods should be in a separate jar from the coremod.[15:37:49] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in SereneSeasons-1.12.2-1.2.16-universal.jar. This is not recommended, @Mods should be in a separate jar from the coremod.[15:37:49] [main/WARN] [FML]: The coremod sereneseasons.asm.SSLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft[15:37:49] [main/WARN] [FML]: The coremod SSLoadingPlugin (sereneseasons.asm.SSLoadingPlugin) is not signed![15:37:49] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in ShoulderSurfing-1.12.2-1.15.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.[15:37:49] [main/WARN] [FML]: The coremod com.teamderpy.shouldersurfing.asm.ShoulderPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft[15:37:49] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from Surge-1.12.2-2.0.77.jar[15:37:49] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in TickDynamic-1.12.2-1.0.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.[15:37:49] [main/WARN] [FML]: The coremod LoadingPlugin (com.wildex999.tickdynamic.LoadingPlugin) is not signed![15:37:49] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from VanillaFix-1.0.10-99.jar[15:37:49] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from phosphor-1.12.2-0.2.6+build50-universal.jar[15:37:49] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker[15:37:49] [main/INFO] [LaunchWrapper]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker[15:37:49] [main/INFO] [LaunchWrapper]: Loading tweak class name codechicken.asm.internal.Tweaker[15:37:49] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker[15:37:49] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker[15:37:49] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.7.10 Source=file:/D:/Desktop/Modded%20Server/./mods/Surge-1.12.2-2.0.77.jar Service=LaunchWrapper Env=SERVER[15:37:50] [main/INFO] [mixin]: Compatibility level set to JAVA_8[15:37:50] [main/INFO] [VanillaFix]: Initializing VanillaFix[15:37:50] [main/INFO] [VanillaFix]: Initializing StacktraceDeobfuscator[15:37:50] [main/INFO] [VanillaFix]: Found MCP method mappings: methods-stable_39.csv[15:37:50] [main/INFO] [VanillaFix]: Done initializing StacktraceDeobfuscator[15:37:50] [main/INFO] [VanillaFix]: Initializing Bug Fix Mixins[15:37:50] [main/INFO] [VanillaFix]: Initializing Crash Fix Mixins[15:37:50] [main/INFO] [VanillaFix]: Initializing Profiler Improvement Mixins[15:37:50] [main/INFO] [VanillaFix]: Initializing Texture Fix Mixins[15:37:50] [main/INFO] [VanillaFix]: Initializing Mod Support Mixins[15:37:50] [main/WARN] [FML]: The coremod VanillaFixLoadingPlugin (org.dimdev.vanillafix.VanillaFixLoadingPlugin) is not signed![15:37:50] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping[15:37:50] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping[15:37:50] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker[15:37:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker[15:37:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker[15:37:50] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker[15:37:50] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions[15:37:50] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: Forge server detected, skipping class transformer[15:37:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[15:37:53] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557[15:37:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[15:37:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relaunche
    r.CoreModManager$FMLPluginWrapper[15:37:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[15:37:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[15:37:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[15:37:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[15:37:53] [main/ERROR] [LaunchWrapper]: A critical problem occurred registering the ASM transformer class $wrapper.com.teamderpy.shouldersurfing.asm.ShoulderTransformationsjava.lang.RuntimeException: java.lang.ClassNotFoundException: com.teamderpy.shouldersurfing.asm.ShoulderTransformations at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.<init>(ASMTransformerWrapper.java:247) ~[ASMTransformerWrapper$TransformerWrapper.class:?] at $wrapper.com.teamderpy.shouldersurfing.asm.ShoulderTransformations.<init>(Unknown Source) ~[ShoulderTransformations.class:?] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_221] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_221] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_221] at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_221] at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_221] at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.12.jar:?] at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:132) [forge-1.12.2-14.23.5.2838-universal.jar:?] at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221] at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:70) [forge-1.12.2-14.23.5.2838-universal.jar:?] at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34) [forge-1.12.2-14.23.5.2838-universal.jar:?]Caused by: java.lang.ClassNotFoundException: com.teamderpy.shouldersurfing.asm.ShoulderTransformations at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221] at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.<init>(ASMTransformerWrapper.java:243) ~[ASMTransformerWrapper$TransformerWrapper.class:?] ... 16 moreCaused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@3e1624c7 from coremod FMLCorePlugin at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) ~[forge-1.12.2-14.23.5.2838-universal.jar:?] 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(Unknown Source) ~[?:1.8.0_221] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221] at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.<init>(ASMTransformerWrapper.java:243) ~[ASMTransformerWrapper$TransformerWrapper.class:?] ... 16 moreCaused by: java.lang.RuntimeException: Attempted to load class com/teamderpy/shouldersurfing/asm/ShoulderTransformations for invalid side SERVER at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) ~[forge-1.12.2-14.23.5.2838-universal.jar:?] at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ~[forge-1.12.2-14.23.5.2838-universal.jar:?] 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(Unknown Source) ~[?:1.8.0_221] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221] at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.<init>(ASMTransformerWrapper.java:243) ~[ASMTransformerWrapper$TransformerWrapper.class:?] ... 16 more[15:37:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[15:37:53] [main/INFO] [LaunchWrapper]: Calling tweak class codechicken.asm.internal.Tweaker[15:37:53] [main/INFO] [STDOUT]: [codechicken.asm.internal.Tweaker:injectIntoClassLoader:30]: false[15:37:53] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker[15:37:53] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@39e67516[15:37:53] [main/INFO] [LaunchWrapper]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker[15:37:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker[15:37:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[15:37:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[15:37:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[15:37:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[15:37:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[15:37:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[15:37:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[15:37:55] [main/INFO] [net.minecraft]: [farseek] Moving Farseek transformer after Sponge proxy[15:37:55] [main/INFO] [net.minecraft]: [farseek] Excluding Farseek transformer from Sponge pre-mixin transformations[15:37:55] [main/INFO] [net.minecraft]: [farseek] Re-enabling transformations on Sponge TrackingUtil[15:37:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[15:37:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[15:37:55] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker[15:37:55] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker[15:37:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker[15:37:55] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker[15:37:55] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments[15:37:56] [main/INFO] [FML]: Entity Inject: net.minecraft.entity.Entity[15:37:56] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.com.wildex999.patcher.EntityInjector' was detected and will no longer process meta class data[15:37:56] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.entity.item.EntityItem ...[15:37:56] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.entity.item.EntityItem ...[15:37:56] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.world.chunk.BlockStateContainer.func_186018_a[15:37:56] [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@3e1624c7 from coremod FMLCorePlugin)[15:37:56] [main/WARN] [mixin]: @Mixin target net.minecraft.server.integrated.IntegratedServer was not found mixins.vanillafix.crashes.json:MixinIntegratedServer[15:37:56] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.tileentity.TileEntity.func_190559_a[15:37:56] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.sereneseasons.asm.transformer.WorldTransformer' was detected and will no longer process meta class data[15:37:56] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.lumien.bloodmoon.asm.ClassTransformer' was detected and will no longer process meta class data[15:37:57] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:124]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable[15:37:57] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:161]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities[15:37:57] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransforme
    r$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap[15:37:57] [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[15:37:57] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.pl.asie.foamfix.coremod.FoamFixTransformer' was detected and will no longer process meta class data[15:37:57] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:124]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable[15:37:57] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:161]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities[15:37:57] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:62]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s[15:37:58] [main/INFO] [FML]: Entity Inject: net.minecraft.entity.Entity[15:37:58] [main/INFO] [Meson ASM]: Transforming EntityPlayer[15:37:58] [main/INFO] [Meson ASM]: Applying Transformation to method (Names [getArmorVisibility, func_82243_bO, cW] Descriptor ()F / ()F)[15:37:58] [main/INFO] [Meson ASM]: Located method, patching...[15:37:58] [main/INFO] [Meson ASM]: Located target IINC 1 1[15:37:58] [main/INFO] [Meson ASM]: Patch result: true[15:37:58] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}[15:37:59] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)[15:37:59] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState][15:37:59] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished.[15:37:59] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.entity.item.EntityItem ...[15:38:00] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.entity.item.EntityItem ...[15:38:00] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState[15:38:00] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.equals[15:38:00] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode[15:38:00] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode[15:38:00] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced[15:38:00] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode[15:38:00] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode[15:38:00] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced[15:38:00] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals[15:38:00] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode[15:38:01] [main/INFO] [BetterFps]: Patching math utils with "RIVENS_HALF" algorithm[15:38:01] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.tileentity.TileEntity.func_190559_a[15:38:01] [main/INFO] [FML]: Entity Inject: net.minecraft.tileentity.TileEntity[15:38:01] [main/WARN] [mixin]: Failed to locate initialiser injection point in <init>()V, initialiser was not mixed in.[15:38:01] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.BlockBed.func_189540_a[15:38:02] [main/INFO] [Meson ASM]: Transforming TileEntityFurnace[15:38:02] [main/INFO] [Meson ASM]: Applying Transformation to method (Names [smeltItem, func_145949_j, o] Descriptor ()V / ()V)[15:38:02] [main/INFO] [Meson ASM]: Located method, patching...[15:38:02] [main/INFO] [Meson ASM]: Located target ASTORE 2[15:38:02] [main/INFO] [Meson ASM]: Patch result: true[15:38:02] [main/INFO] [Meson ASM]: Applying Transformation to method (Names [isItemValidForSlot, func_94041_b, b] Descriptor (ILnet/minecraft/item/ItemStack;)Z / (ILaip;)Z)[15:38:02] [main/INFO] [Meson ASM]: Located method, patching...[15:38:02] [main/INFO] [Meson ASM]: Located target ILOAD 1[15:38:02] [main/INFO] [Meson ASM]: Patch result: true[15:38:02] [main/INFO] [Meson ASM]: Transforming TileEntityBeacon[15:38:02] [main/INFO] [Meson ASM]: Applying Transformation to method (Names [addEffectsToPlayers, func_146000_x, E] Descriptor ()V / ()V)[15:38:02] [main/INFO] [Meson ASM]: Located method, patching...[15:38:02] [main/INFO] [Meson ASM]: Located target ALOAD 9[15:38:02] [main/INFO] [Meson ASM]: Patch result: true[15:38:02] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityBeacon... (avh)[15:38:02] [main/INFO] [Meson ASM]: Transforming EntityWither[15:38:02] [main/INFO] [Meson ASM]: Applying Transformation to method (Names [canDestroyBlock, func_181033_a, a] Descriptor (Lnet/minecraft/block/Block;)Z / (Lnet/minecraft/block/Block;)Z)[15:38:02] [main/INFO] [Meson ASM]: Failed to locate the method![15:38:02] [main/INFO] [BetterFps]: Patching net.minecraft.block.BlockHopper... (arl)[15:38:02] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper[15:38:02] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper[15:38:02] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityHopper... (avw)[15:38:03] [main/INFO] [Meson ASM]: Transforming TileEntityShulkerBox[15:38:03] [main/INFO] [Meson ASM]: Applying Transformation to method (Names [canInsertItem, func_180462_a, a] Descriptor (ILnet/minecraft/item/ItemStack;Lnet/minecraft/util/EnumFacing;)Z / (ILaip;Lnet/minecraft/util/EnumFacing;)Z)[15:38:03] [main/INFO] [Meson ASM]: Failed to locate the method![15:38:03] [main/INFO] [Meson ASM]: Transforming ItemToolMaterial[15:38:03] [main/INFO] [Meson ASM]: Applying Transformation to method (Names [getMaxUses, func_77997_a, a] Descriptor ()I / ()I)[15:38:03] [main/INFO] [Meson ASM]: Located method, patching...[15:38:03] [main/INFO] [Meson ASM]: Located target GETFIELD ain$a.g : I[15:38:03] [main/INFO] [Meson ASM]: Patch result: true[15:38:03] [main/INFO] [Meson ASM]: Applying Transformation to method (Names [getEfficiency, func_77998_b, b] Descriptor ()F / ()F)[15:38:03] [main/INFO] [Meson ASM]: Located method, patching...[15:38:03] [main/INFO] [Meson ASM]: Located target GETFIELD ain$a.h : F[15:38:03] [main/INFO] [Meson ASM]: Patch result: true[15:38:03] [main/INFO] [Meson ASM]: Applying Transformation to method (Names [getAttackDamage, func_78000_c, c] Descriptor ()F / ()F)[15:38:03] [main/INFO] [Meson ASM]: Located method, patching...[15:38:03] [main/INFO] [Meson ASM]: Located target GETFIELD ain$a.i : F[15:38:03] [main/INFO] [Meson ASM]: Patch result: true[15:38:03] [main/INFO] [Meson ASM]: Applying Transformation to method (Names [getHarvestLevel, func_77996_d, d] Descriptor ()I / ()I)[15:38:03] [main/INFO] [Meson ASM]: Located method, patching...[15:38:03] [main/INFO] [Meson ASM]: Located target GETFIELD ain$a.f : I[15:38:03] [main/INFO] [Meson ASM]: Patch result: true[15:38:03] [main/INFO] [Meson ASM]: Applying Transformation to method (Names [getEnchantability, func_77995_e, e] Descriptor ()I / ()I)[15:38:03] [main/INFO] [Meson ASM]: Located method, patching...[15:38:03] [main/INFO] [Meson ASM]: Located target GETFIELD ain$a.j : I[15:38:03] [main/INFO] [Meson ASM]: Patch result: true[15:38:04] [main/INFO] [Meson ASM]: Transforming EntityPlayer[15:38:04] [main/INFO] [Meson ASM]: Applying Transformation to method (Names [getArmorVisibility, func_82243_bO, cW] Descriptor ()F / ()F)[15:38:04] [main/INFO] [Meson ASM]: Located method, patching...[15:38:04] [main/INFO] [Meson ASM]: Located target IINC 1 1[15:38:04] [main/INFO] [Meson ASM]: Patch result: true[15:38:04] [main/INFO] [Meson ASM]: Transforming PlayerInteractionManager[15:38:04] [main/INFO] [Meson ASM]: Applying Transformation to method (Names [tryHarvestBlock, func_145949_j, b] Descriptor (Lnet/minecraft/util/math/BlockPos;)Z / (Let;)Z)[15:38:04] [main/INFO] [Meson ASM]: Located method, patching...[15:38:04] [main/INFO] [Meson ASM]: Located target ALOAD 0[15:38:04] [main/INFO] [Meson ASM]: Patch result: true[15:38:04] [main/INFO] [Meson ASM]: Applying Transformation to method (Names [tryHarvestBlock, func_145949_j, b] Descriptor (Lnet/minecraft/util/math/BlockPos;)Z / (Let;)Z)[15:38:04] [main/INFO] [Meson ASM]: Located method, patching...[15:38:04] [main/INFO] [Meson ASM]: Located target L0[15:38:04] [main/INFO] [Me
    son ASM]: Patch result: true[15:38:04] [main/INFO] [Meson ASM]: Transforming ItemChorusFruit[15:38:04] [main/INFO] [Meson ASM]: Applying Transformation to method (Names [onItemUseFinish, func_77654_b, a] Descriptor (Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Lnet/minecraft/entity/EntityLivingBase;)Lnet/minecraft/item/ItemStack; / (Laip;Lamu;Lvp;)Laip;)[15:38:04] [main/INFO] [Meson ASM]: Located method, patching...[15:38:04] [main/INFO] [Meson ASM]: Located target IFNE L0[15:38:04] [main/INFO] [Meson ASM]: Patch result: true[15:38:05] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:124]: Added INTERFACE: pl/asie/foamfix/api/IFoamFixMobSpawnerLogic[15:38:05] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.tileentity.MobSpawnerBaseLogic.func_98279_f[15:38:05] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCache[15:38:05] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCachePESize[15:38:06] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCacheTime[15:38:06] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCache[15:38:06] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCacheTime[15:38:07] [main/INFO] [BetterFps]: Patching net.minecraft.server.dedicated.DedicatedServer... (nz)[15:38:07] [main/INFO] [Meson ASM]: Transforming ContainerFurnace[15:38:07] [main/INFO] [Meson ASM]: Applying Transformation to method (Names [<init>, <init>, ] Descriptor (Lnet/minecraft/entity/player/InventoryPlayer;Lnet/minecraft/inventory/IInventory;)V / (Laec;Ltv;)V)[15:38:07] [main/INFO] [Meson ASM]: Located method, patching...[15:38:07] [main/INFO] [Meson ASM]: Located target NEW agr[15:38:07] [main/INFO] [Meson ASM]: Patch result: true[15:38:07] [main/INFO] [Meson ASM]: Applying Transformation to method (Names [<init>, <init>, ] Descriptor (Lnet/minecraft/entity/player/InventoryPlayer;Lnet/minecraft/inventory/IInventory;)V / (Laec;Ltv;)V)[15:38:07] [main/INFO] [Meson ASM]: Located method, patching...[15:38:07] [main/INFO] [Meson ASM]: Located target INVOKESPECIAL agr.<init> (Ltv;III)V[15:38:07] [main/INFO] [Meson ASM]: Patch result: true[15:38:08] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2[15:38:08] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2838 Initialized[15:38:09] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.[15:38:09] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...[15:38:09] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients[15:38:10] [Server thread/WARN] [mixin]: @Inject(@At("INVOKE")) Shift.BY=2 on mixins.vanillafix.crashes.json:MixinCrashReportCategory::handler$afterGetStacktrace$zzk000 exceeds the maximum allowed value 0. Increase the value of maxShiftBy to suppress this warning.[15:38:10] [Server thread/INFO] [FML]: Searching D:\Desktop\Modded Server\.\mods for mods[15:38:10] [Server thread/INFO] [FML]: Searching D:\Desktop\Modded Server\.\mods\1.12.2 for mods[15:38:11] [Server thread/INFO] [FML]: Disabling mod ambientsounds it is client side only.[15:38:11] [Server thread/INFO] [FML]: Disabling mod backtools it is client side only.[15:38:11] [Server thread/INFO] [FML]: Disabling mod betteradvancements it is client side only.[15:38:11] [Server thread/INFO] [FML]: Disabling mod bettertitlescreen it is client side only.[15:38:11] [Server thread/INFO] [FML]: Disabling mod blur it is client side only.[15:38:11] [Server thread/WARN] [FML]: Mod chickenchunks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.4.1.73[15:38:12] [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.2.353[15:38:12] [Server thread/INFO] [FML]: Disabling mod controlling it is client side only.[15:38:12] [Server thread/WARN] [FML]: Mod cookingforblockheads is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 6.4.71[15:38:12] [Server thread/INFO] [FML]: Disabling mod ctgui it is client side only.[15:38:13] [Server thread/INFO] [FML]: Disabling mod ctm it is client side only.[15:38:13] [Server thread/INFO] [FML]: Disabling mod discordsuite it is client side only.[15:38:13] [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.3.2[15:38:13] [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.1.81[15:38:13] [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.1.81[15:38:13] [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.1.81[15:38:14] [Server thread/INFO] [FML]: Disabling mod ikwid it is client side only.[15:38:14] [Server thread/INFO] [FML]: Disabling mod jeresources it is client side only.[15:38:14] [Server thread/INFO] [FML]: Disabling mod neat it is client side only.[15:38:15] [Server thread/INFO] [FML]: Disabling mod soundfilters it is client side only.[15:38:15] [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.7[15:38:15] [Server thread/INFO] [FML]: Disabling mod texfix it is client side only.[15:38:15] [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-SNAPSHOT[15:38:15] [Server thread/INFO] [FML]: Disabling mod voidfog it is client side only.[15:38:16] [Server thread/INFO] [FML]: Disabling mod wailaharvestability it is client side only.[15:38:16] [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.0.72[15:38:16] [Server thread/INFO] [FML]: Disabling mod xaerominimap it is client side only.[15:38:16] [Server thread/INFO] [FML]: Forge Mod Loader has identified 114 mods to load[15:38:16] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang[15:38:16] [Server thread/WARN] [FML]: Missing English translation for aiimprovements: assets/aiimprovements/lang/en_us.lang[15:38:16] [Server thread/WARN] [FML]: Missing English translation for appleskin: assets/appleskin/lang/en_us.lang[15:38:16] [Server thread/WARN] [FML]: Missing English translation for chameleon: assets/chameleon/lang/en_us.lang[15:38:16] [Server thread/WARN] [FML]: Missing English translation for chunkpregenerator: assets/chunkpregenerator/lang/en_us.lang[15:38:16] [Server thread/WARN] [FML]: Missing English translation for clumps: assets/clumps/lang/en_us.lang[15:38:16] [Server thread/WARN] [FML]: Missing English translation for codechickenlib: assets/codechickenlib/lang/en_us.lang[15:38:16] [Server thread/WARN] [FML]: Missing English translation for extendedrenderer: assets/extendedrenderer/lang/en_us.lang[15:38:16] [Server thread/WARN] [FML]: Missing English translation for configmod: assets/configmod/lang/en_us.lang[15:38:16] [Server thread/WARN] [FML]: Missing English translation for crafttweaker: assets/crafttweaker/lang/en_us.lang[15:38:16] [Server thread/WARN] [FML]: Missing English translation for crafttweakerjei: assets/crafttweakerjei/lang/en_us.lang[15:38:16] [Server thread/WARN] [FML]: Missing English translation for farseek: assets/farseek/lang/en_us.lang[15:38:16] [Server thread/WARN] [FML]: Missing English translation for fastfurnace: assets/fastfurnace/lang/en_us.lang[15:38:16] [Server thread/WARN] [FML]: Missing English translation for fastleafdecay: assets/fastleafdecay/lang/en_us.lang[15:38:16] [Server thread/WARN] [FML]: Missing English translation for fastbench: assets/fastbench/lang/en_us.lang[15:38:16] [Server thread/WARN] [FML]: Missing English translation for foamfix: assets/foamfix/lang/en_us.lang[15:38:16] [Server thread/WARN] [FML]: Missing English translation for microblockcbe: assets/microblockcbe/lang/en_us.lang[15:38:16] [Server thread/WARN] [FML]: Missing English translation for forgemultipartcbe: assets/forgemultipartcbe/lang/en_us.lang[15:38:16] [Server thread/WARN] [FML]: Missing English translation for minecraftmultipartcbe: assets/minecraftmultipartcbe/lang/en_us.lang[15:38:17] [Server thread/WARN] [FML]: Missing English translation for instantunify: assets/instantunify/lang/en_us.lang[15:38:17] [Server thread/WARN] [FML]: Missing English translation for lex: assets/lex/lang/en_us.lang[15:38:17] [Server thread/WARN] [FML]: Missing English translation for mantle: assets/mantle/lang/en_us.lang[15:38:17] [Server thread/WARN] [FML]: Missing English translation for moredefaultoptions: assets/moredefaultoptions/lang/en_us.lang[15:38:17] [Server thread/WARN] [FML]: Missing English translation for guilib: assets/guilib/lang/en_us.lang[15:3
    8:17] [Server thread/WARN] [FML]: Missing English translation for paintingselgui: assets/paintingselgui/lang/en_us.lang[15:38:17] [Server thread/WARN] [FML]: Missing English translation for morepaintings: assets/morepaintings/lang/en_us.lang[15:38:17] [Server thread/WARN] [FML]: Missing English translation for multithreadednoise: assets/multithreadednoise/lang/en_us.lang[15:38:17] [Server thread/WARN] [FML]: Missing English translation for pitweaks: assets/pitweaks/lang/en_us.lang[15:38:17] [Server thread/WARN] [FML]: Missing English translation for shouldersurfing: assets/shouldersurfing/lang/en_us.lang[15:38:17] [Server thread/WARN] [FML]: Missing English translation for streams: assets/streams/lang/en_us.lang[15:38:17] [Server thread/WARN] [FML]: Missing English translation for surge: assets/surge/lang/en_us.lang[15:38:17] [Server thread/WARN] [FML]: Missing English translation for tickdynamic: assets/tickdynamic/lang/en_us.lang[15:38:17] [Server thread/WARN] [FML]: Missing English translation for unidict: assets/unidict/lang/en_us.lang[15:38:17] [Server thread/WARN] [FML]: Missing English translation for worleycaves: assets/worleycaves/lang/en_us.lang[15:38:17] [Server thread/WARN] [FML]: Missing English translation for orbis-lib: assets/orbis-lib/lang/en_us.lang[15:38:17] [Server thread/WARN] [FML]: Missing English translation for phosphor-lighting: assets/phosphor-lighting/lang/en_us.lang[15:38:17] [Server thread/INFO] [FML]: FML has found a non-mod file AmbientSounds_v3.0.9_mc1.12.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.[15:38:17] [Server thread/INFO] [FML]: FML has found a non-mod file BackTools-1.12.2-7.0.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.[15:38:17] [Server thread/INFO] [FML]: FML has found a non-mod file BetterAdvancements-1.12.2-0.1.0.77.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.[15:38:17] [Server thread/INFO] [FML]: FML has found a non-mod file BetterTitleScreen-1.12.2-1.4b.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.[15:38:17] [Server thread/INFO] [FML]: FML has found a non-mod file Blur-1.0.4-14.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.[15:38:17] [Server thread/INFO] [FML]: FML has found a non-mod file Born+In+A+Barn+V1.8-1.12-1.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.[15:38:17] [Server thread/INFO] [FML]: FML has found a non-mod file Controlling-3.0.7.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.[15:38:17] [Server thread/INFO] [FML]: FML has found a non-mod file CTM-MC1.12.2-0.3.3.22.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.[15:38:17] [Server thread/INFO] [FML]: FML has found a non-mod file DiscordSuite-2.2.4.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.[15:38:17] [Server thread/INFO] [FML]: FML has found a non-mod file ikwid-1.0.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.[15:38:17] [Server thread/INFO] [FML]: FML has found a non-mod file JustEnoughResources-1.12.2-0.9.2.60.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.[15:38:17] [Server thread/INFO] [FML]: FML has found a non-mod file Neat+1.4-17.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.[15:38:17] [Server thread/INFO] [FML]: FML has found a non-mod file SoundFilters-0.11_for_1.12.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.[15:38:17] [Server thread/INFO] [FML]: FML has found a non-mod file TexFix+V-1.12-4.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.[15:38:17] [Server thread/INFO] [FML]: FML has found a non-mod file Void-Fog-1.1.3.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.[15:38:17] [Server thread/INFO] [FML]: FML has found a non-mod file WailaHarvestability-mc1.12-1.1.12.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.[15:38:17] [Server thread/INFO] [FML]: FML has found a non-mod file Xaeros_Minimap_1.17.4_Forge_1.12.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.[15:38:18] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, creativecoredummy, itemphysic, foamfixcore, aether, aiimprovements, appleskin, aquaculture, csb_armorstand, autoreglib, baubles, bedbugs, bloodmoon, bookshelf, bullseye, caravans, chameleon, charm, chesttransporter, chickenchunks, chisel, chiselsandbits, chunkpregenerator, clumps, codechickenlib, comforts, cookingforblockheads, coralreef, extendedrenderer, coroutil, configmod, corpse, crafttweaker, crafttweakerjei, creativecore, deathcounter, desirepaths, doggytalents, csb_ench_table, extrabitmanipulation, fairylights, familiarfauna, farseek, fastfurnace, fastleafdecay, fastbench, foamfix, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, cfm, gardenstuff, generallaymansaestheticspyingscreen, glacidus, grapplemod, guideapi, waila, ichunutil, inspirations, instantunify, inventorytweaks, ironbackpacks, jei, levelup2, lex, mantle, mobamputation, moredefaultoptions, guilib, paintingselgui, morepaintings, multimob, multithreadednoise, nex, netherportalfix, recipehandler, p455w0rdslib, pitweaks, playerrevive, potioncore, primitivemobs, railcraft, sereneseasons, shouldersurfing, simulatednights, sleep, snad, storagedrawers, streams, surge, tickdynamic, tp, traverse, treechopper, twilightforest, unidict, vanillafix, vanillafoodpantry, wanionlib, waterstrainer, wawla, waystones, weather2, withsprinkles, worleycaves, zombie_players, zombieawareness, orbis-lib, phosphor-lighting, thebetweenlands, totemexpansion] at CLIENT[15:38:18] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, creativecoredummy, itemphysic, foamfixcore, aether, aiimprovements, appleskin, aquaculture, csb_armorstand, autoreglib, baubles, bedbugs, bloodmoon, bookshelf, bullseye, caravans, chameleon, charm, chesttransporter, chickenchunks, chisel, chiselsandbits, chunkpregenerator, clumps, codechickenlib, comforts, cookingforblockheads, coralreef, extendedrenderer, coroutil, configmod, corpse, crafttweaker, crafttweakerjei, creativecore, deathcounter, desirepaths, doggytalents, csb_ench_table, extrabitmanipulation, fairylights, familiarfauna, farseek, fastfurnace, fastleafdecay, fastbench, foamfix, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, cfm, gardenstuff, generallaymansaestheticspyingscreen, glacidus, grapplemod, guideapi, waila, ichunutil, inspirations, instantunify, inventorytweaks, ironbackpacks, jei, levelup2, lex, mantle, mobamputation, moredefaultoptions, guilib, paintingselgui, morepaintings, multimob, multithreadednoise, nex, netherportalfix, recipehandler, p455w0rdslib, pitweaks, playerrevive, potioncore, primitivemobs, railcraft, sereneseasons, shouldersurfing, simulatednights, sleep, snad, storagedrawers, streams, surge, tickdynamic, tp, traverse, treechopper, twilightforest, unidict, vanillafix, vanillafoodpantry, wanionlib, waterstrainer, wawla, waystones, weather2, withsprinkles, worleycaves, zombie_players, zombieawareness, orbis-lib, phosphor-lighting, thebetweenlands, totemexpansion] at SERVER[15:38:21] [Server thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap[15:38:21] [Server thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap[15:38:21] [Server thread/WARN] [mixin]: Static binding violation: PRIVATE @Overwrite method func_76615_h in mixins.phosphor.json:common.MixinChunk cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.[15:38:22] [Server thread/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)[15:38:22] [Server thread/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState][15:38:22] [Server thread/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished.[15:38:28] [Server thread/INFO] [Pulsar-inspirations]: Skipping Pulse ToughAsNailsPlugin; missing dependency: toughasnails[15:38:28] [Server thread/INFO] [Pulsar-inspirations]: Skipping Pulse TheOneProbePlugin; missing dependency: theoneprobe[15:38:28] [Server thread/INFO] [Pulsar-inspirations]: Skipping Pulse LeatherWorks; missing dep
    endency: leatherworks[15:38:28] [Server thread/INFO] [Pulsar-inspirations]: Skipping Pulse RatsPlugin; missing dependency: rats[15:38:29] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exceptionnet.minecraftforge.fml.common.LoaderException: shouldersurfing Failed load class: com.teamderpy.shouldersurfing.ShoulderSurfing
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:544) ~[forge-1.12.2-14.23.5.2838-universal.jar:?] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221] 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.sendEventToModContainer(LoadController.java:219) ~[forge-1.12.2-14.23.5.2838-universal.jar:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[forge-1.12.2-14.23.5.2838-universal.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221] 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:136) ~[LoadController.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593) ~[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(Unknown Source) [?:1.8.0_221]Caused by: java.lang.ClassNotFoundException: com.teamderpy.shouldersurfing.ShoulderSurfing at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221] at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[ModClassLoader.class:?] at java.lang.Class.forName0(Native Method) ~[?:1.8.0_221] at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_221] at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539) ~[FMLModContainer.class:?] ... 30 moreCaused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@3e1624c7 from coremod FMLCorePlugin at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) ~[forge-1.12.2-14.23.5.2838-universal.jar:?] 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(Unknown Source) ~[?:1.8.0_221] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221] at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[ModClassLoader.class:?] at java.lang.Class.forName0(Native Method) ~[?:1.8.0_221] at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_221] at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539) ~[FMLModContainer.class:?] ... 30 moreCaused by: java.lang.RuntimeException: Attempted to load class com/teamderpy/shouldersurfing/ShoulderSurfing for invalid side SERVER at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) ~[forge-1.12.2-14.23.5.2838-universal.jar:?] at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ~[forge-1.12.2-14.23.5.2838-universal.jar:?] 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(Unknown Source) ~[?:1.8.0_221] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221] at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[ModClassLoader.class:?] at java.lang.Class.forName0(Native Method) ~[?:1.8.0_221] at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_221] at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539) ~[FMLModContainer.class:?] ... 30 more[15:38:29] [Server thread/WARN] [org.dimdev.utils.ModIdentifier]: Failed to identify sun.reflect.GeneratedMethodAccessor12 (untransformed name: sun.reflect.GeneratedMethodAccessor12)[15:38:29] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: D:\Desktop\Modded Server\.\crash-reports\crash-2019-07-31_15.38.29-server.txt[15:38:29] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server[15:38:29] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds[15:38:30] [Server thread/INFO] [FML]: The state engine was in incorrect state PREINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.[15:38:30] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server

    If you need to have anything else, please ask :D

    Posted in: Server Support and Administration
  • To post a comment, please .