Skip to content

Instantly share code, notes, and snippets.

@JavaRoxxD
Created August 15, 2018 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JavaRoxxD/84cbf84106812eb9ba13f00426e2838a to your computer and use it in GitHub Desktop.
Save JavaRoxxD/84cbf84106812eb9ba13f00426e2838a to your computer and use it in GitHub Desktop.
Log server
---- Minecraft Crash Report ----
WARNING: coremods are present:
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.10.0-1.12.2.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
BedPatch (bedpatch-2.2-1.12.2.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
No More Glowing Pots (nomoreglowingpots-1.0.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.11-core.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
HCASM (HammerCore-1.12.2-2.0.2.2.jar)
llibrary (llibrary-core-1.0.8-1.12.2.jar)
Contact their authors BEFORE contacting forge
// I'm sorry, Dave.
Time: 15/08/18 16:02
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
at com.flashfyre.ffenchants.FFEnchants.<clinit>(FFEnchants.java:74)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:529)
at sun.reflect.GeneratedMethodAccessor10.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:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
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:135)
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:332)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 34 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@29be7749 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 bsb 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 --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_181, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1523409976 bytes (1452 MB) / 2095185920 bytes (1998 MB) up to 5316411392 bytes (5070 MB)
JVM Flags: 8 total; -Xms2G -Xmx5G -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+UnlockExperimentalVMOptions -XX:ParallelGCThreads=6 -XX:+AggressiveOpts
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2750 75 mods loaded, 75 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 |
|:----- |:------------------- |:------------------------ |:----------------------------------------------- |:---------------------------------------- |
| UC | minecraft | 1.12.2 | minecraft.jar | None |
| UC | mcp | 9.42 | minecraft.jar | None |
| UC | FML | 8.0.99.99 | forge.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | forge | 14.23.4.2750 | forge.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| UC | foamfixcore | 7.7.4 | minecraft.jar | None |
| UC | jei | 4.11.0.212 | jei_1.12.2-4.11.0.212.jar | None |
| UC | abyssalcraft | 1.9.4.11 | AbyssalCraft-1.12.2-1.9.4.11.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| UC | aether_legacy | 1.12.2-v3.2 | aether_legacy-1.12.2-v3.2.jar | None |
| UC | aether_legacy_addon | 1.12.2-v1.0 | aether_legacy_addon_1.12.2-v1.0.jar | None |
| UC | ageofweapons | 0.13.5 | Age+of+Weapons+1.12.2++(v.0.13.5).jar | None |
| UC | applecore | 3.1.3 | AppleCore-mc1.12.2-3.1.3.jar | None |
| UC | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| UC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UC | bedpatch | 2.2 | bedpatch-2.2-1.12.2.jar | 6bf7527e690fb5e8719b9832bce5000a3e87dfe6 |
| UC | biomesoplenty | 7.0.1.2399 | BiomesOPlenty-1.12.2-7.0.1.2399-universal.jar | None |
| UC | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
| UC | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
| UC | clumps | 3.1.1 | Clumps-3.1.1.jar | None |
| UC | codechickenlib | 3.2.1.350 | CodeChickenLib-1.12.2-3.2.1.350-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | cofhcore | 4.5.3 | CoFHCore-1.12.2-4.5.3.20-universal.jar | None |
| UC | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | sccraftingrunes | 1.1 | craftingrunes-1.1.jar | None |
| UC | dungeontactics | DT-0.14.5 | DungeonTactics-1.12.2-0.14.5.jar | None |
| UC | erebus | 1.0.22 | Erebus-1.0.22.jar | None |
| UC | extraalchemy | 0.3.8.5-release | extraalchemy-0.3.8.5-release.jar | None |
| UC | familiarfauna | 1.0.10 | FamiliarFauna-1.12.2-1.0.10.jar | None |
| U | ffenchants | 1.0 | ffe-1.12.2-1.0.jar | None |
| U | foamfix | 0.10.0-1.12.2 | foamfix-0.10.0-1.12.2.jar | None |
| U | forestry | 5.8.1.334 | forestry_1.12.2-5.8.1.334.jar | None |
| U | gottschcore | 1.4.0 | GottschCore-mc1.12.2-f14.23.4.2705-v1.4.0.jar | None |
| U | hammercore | 2.0.2.2 | HammerCore-1.12.2-2.0.2.2.jar | None |
| U | hud | 1.3.9 | hud-1.3.9-1.12.jar | None |
| U | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| U | thaumcraft | 6.1.BETA22 | Thaumcraft-1.12.2-6.1.BETA22.jar | None |
| U | thaumadditions | 4r | ThaumicAdditions-1.12.2-4r.jar | None |
| U | llibrary | 1.7.15 | llibrary-1.7.15-1.12.2.jar | None |
| U | iceandfire | 1.5.2 | iceandfire-1.5.2.jar | None |
| U | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | None |
| U | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
| U | ironchest | 1.12.2-7.0.46.831 | ironchest-1.12.2-7.0.46.831.jar | None |
| U | justenoughbuttons | 1.12-1.2 | justenoughbuttons-1.12.2-1.2.2-5.jar | None |
| U | lex | 1.0.6 | LibEx-1.12.2-1.0.6.jar | None |
| U | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
| U | mcjtylib_ng | 3.0.3 | mcjtylib-1.12-3.0.3.jar | None |
| U | megaloot | 0.2.30 | megaloot-1.12.2-0.2.30.jar | None |
| U | mekanism | 1.12.2-9.4.13.349 | Mekanism-1.12.2-9.4.13.349.jar | None |
| U | mekanismgenerators | 9.4.11 | MekanismGenerators-1.12.2-9.4.13.349.jar | None |
| U | mekanismtools | 9.4.11 | MekanismTools-1.12.2-9.4.13.349.jar | None |
| U | mobends | 0.24 | mobends-0.24_for_MC-1.12.jar | None |
| U | mowziesmobs | 1.4.2 | mowziesmobs-1.4.2.jar | None |
| U | nex | 2.0.6 | NetherEx-1.12.2-2.0.6.jar | None |
| U | potioncore | 1.6_for_1.12.2 | PotionCore-1.6_for_1.12.2.jar | None |
| U | primitivemobs | 1.1.6 | primitivemobs-1.1.6_beta.jar | None |
| U | qualitytools | 1.0.6_for_1.12.2 | QualityTools-1.0.6_for_1.12.2.jar | None |
| U | refinedstorage | 1.6.3 | refinedstorage-1.6.3.jar | None |
| U | rftools | 7.55 | rftools-1.12-7.55.jar | None |
| U | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
| U | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None |
| U | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
| U | thermalfoundation | 2.5.0 | ThermalFoundation-1.12.2-2.5.0.19-universal.jar | None |
| U | thermalexpansion | 5.5.0 | ThermalExpansion-1.12.2-5.5.0.29-universal.jar | None |
| U | thermaldynamics | 2.5.1 | ThermalDynamics-1.12.2-2.5.1.14-universal.jar | None |
| U | tinkersaether | 1.1.6 | tinkersaether-1.1.6.jar | None |
| U | tinkersjei | 1.0 | tinkersjei-1.0.jar | None |
| U | tinkertoolleveling | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar | None |
| U | toroquest | 1.12.2-5.2 | toroquest-1.12.2-5.2.jar | None |
| U | treasure2 | 0.8.0 | Treasure2-mc1.12.2-f14.23.4.2705-beta0.8.0.jar | None |
| U | twilightforest | 3.7.424 | twilightforest-1.12.2-3.7.424-universal.jar | None |
| U | veinminer | 0.37.0 | VeinMiner-1.12-0.37.0.628+765cb1f.jar | None |
| U | veinminermodsupport | 0.37.0 | VeinMiner-1.12-0.37.0.628+765cb1f.jar | None |
| U | wawla | 2.5.257 | Wawla-1.12.2-2.5.257.jar | None |
| U | waystones | 4.0.54 | Waystones_1.12.2-4.0.54.jar | None |
| U | thebetweenlands | 3.3.11 | TheBetweenlands-3.3.11-universal.jar | None |
Loaded coremods (and transformers):
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.10.0-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
squeek.applecore.asm.TransformerModuleHandler
BedPatch (bedpatch-2.2-1.12.2.jar)
com.mordenkainen.bedpatch.BedPatchASM
CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
No More Glowing Pots (nomoreglowingpots-1.0.jar)
zabi.minecraft.nomoreglowingpots.PotionTransformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.11-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)
HCASM (HammerCore-1.12.2-2.0.2.2.jar)
com.zeitheron.hammercore.asm.HammerCoreTransformer
llibrary (llibrary-core-1.0.8-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
[16:02:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[16:02:34] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[16:02:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[16:02:34] [main/INFO] [FML]: Forge Mod Loader version 14.23.4.2750 for Minecraft 1.12.2 loading
[16:02:34] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_181, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_181
[16:02:34] [main/INFO] [FML]: Searching D:\Minecraft\Servidor 1.12.2\Servidor 1.12.2 15-08-2018\.\mods for mods
[16:02:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in AppleCore-mc1.12.2-3.1.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[16:02:34] [main/WARN] [FML]: The coremod AppleCore (squeek.applecore.AppleCore) is not signed!
[16:02:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in bedpatch-2.2-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[16:02:34] [main/INFO] [FML]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar
[16:02:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12.2-0.3.2.18.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[16:02:34] [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
[16:02:34] [main/WARN] [FML]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed!
[16:02:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in foamfix-0.10.0-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[16:02:34] [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
[16:02:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in HammerCore-1.12.2-2.0.2.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[16:02:34] [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.
[16:02:35] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[16:02:35] [main/WARN] [FML]: The coremod ivorius.ivtoolkit.IvToolkitLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[16:02:35] [main/WARN] [FML]: The coremod IvToolkit (ivorius.ivtoolkit.IvToolkitLoadingPlugin) is not signed!
[16:02:35] [main/WARN] [FML]: The coremod zabi.minecraft.nomoreglowingpots.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[16:02:35] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.12.2_HD_U_D1.jar
[16:02:35] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in ResourceLoader-MC1.12.1-1.5.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[16:02:35] [main/WARN] [FML]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[16:02:35] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:02:35] [main/INFO] [LaunchWrapper]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker
[16:02:35] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[16:02:35] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[16:02:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:02:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:02:35] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[16:02:35] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
[16:02:35] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: Forge server detected, skipping class transformer
[16:02:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:02:38] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[16:02:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:02:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:02:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:02:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:02:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:02:38] [main/INFO] [LaunchWrapper]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker
[16:02:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[16:02:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:02:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:02:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:02:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:02:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:02:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:02:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:02:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[16:02:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[16:02:39] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
[16:02:39] [main/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.world.World (amu)...
[16:02:39] [main/INFO] [Hammer Core [ASM]]: -Patching World...
[16:02:39] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:110]: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable
[16:02:39] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:113]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable
[16:02:39] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:150]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities
[16:02:39] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:65]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s
[16:02:39] [main/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.entity.EntityLivingBase (vp)...
[16:02:39] [main/INFO] [Hammer Core [ASM]]: -Patching EntityLivingBase
[16:02:39] [main/INFO] [Hammer Core [ASM]]: -Modified method 'onItemUseFinish': added event call.
[16:02:40] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[16:02:40] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
[16:02:40] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:229]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState]
[16:02:40] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:241]: Transforming net.minecraft.block.Block Finished.
[16:02:41] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState
[16:02:41] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.equals
[16:02:41] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode
[16:02:41] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:173]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode
[16:02:41] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:173]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced
[16:02:41] [main/INFO] [BetterFps]: Patching math utils with "RIVENS_HALF" algorithm
[16:02:41] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals
[16:02:41] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode
[16:02:41] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode
[16:02:41] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:173]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode
[16:02:41] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:173]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced
[16:02:41] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraft.tileentity.TileEntity.func_190559_a
[16:02:41] [main/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.tileentity.TileEntityLockableLoot (awa)...
[16:02:41] [main/INFO] [Hammer Core [ASM]]: -Patching TileEntityLockableLoot
[16:02:41] [main/INFO] [Hammer Core [ASM]]: -Modified method 'fillWithLoot': added 'withPlayer(player)' after 'withLuck(player.getLuck())'
[16:02:42] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraft.block.BlockBed.func_189540_a
[16:02:42] [main/INFO] [nomoreglowingpots]: Trying to use 1.12 v2 to patch class
[16:02:42] [main/INFO] [nomoreglowingpots]: Trying to use 1.12 v1 to patch class
[16:02:42] [main/INFO] [nomoreglowingpots]: Trying to use 1.11 v2 to patch class
[16:02:42] [main/INFO] [nomoreglowingpots]: Trying to use 1.11 v1 (alt) to patch class
[16:02:42] [main/INFO] [nomoreglowingpots]: Trying to use 1.10 v1 to patch class
[16:02:42] [main/INFO] [nomoreglowingpots]: Trying to use 1.9.4 v1 to patch class
[16:02:42] [main/INFO] [nomoreglowingpots]: Trying to use 1.8 v2 to patch class
[16:02:42] [main/INFO] [nomoreglowingpots]: Trying to use 1.8 v1 to patch class
[16:02:42] [main/ERROR] [nomoreglowingpots]: Potion class failed to transform, potion glint couldn't be removed - please report this error
[16:02:42] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityBeacon... (avh)
[16:02:42] [main/INFO] [BetterFps]: Patching net.minecraft.block.BlockHopper... (arl)
[16:02:42] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:75]: Replaced NEW for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
[16:02:42] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:87]: Replaced INVOKESPECIAL for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
[16:02:42] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityHopper... (avw)
[16:02:45] [main/INFO] [BetterFps]: Patching net.minecraft.server.dedicated.DedicatedServer... (nz)
[16:02:46] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
[16:02:46] [Server thread/INFO] [FML]: MinecraftForge v14.23.4.2750 Initialized
[16:02:46] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[16:02:46] [Server thread/INFO] [FML]: Replaced 1036 ore ingredients
[16:02:46] [Server thread/INFO] [FML]: Searching D:\Minecraft\Servidor 1.12.2\Servidor 1.12.2 15-08-2018\.\mods for mods
[16:02:47] [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.1.350
[16:02:48] [Server thread/INFO] [FML]: Disabling mod ctm it is client side only.
[16:02:49] [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.46.831
[16:02:49] [Server thread/INFO] [FML]: Disabling mod jeresources it is client side only.
[16:02:50] [Server thread/INFO] [FML]: Disabling mod resourceloader it is client side only.
[16:02:50] [Server thread/INFO] [FML]: Disabling mod tc6aspects4jei it is client side only.
[16:02:50] [Server thread/WARN] [FML]: Mod tcinventoryscan is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0.10
[16:02:51] [Server thread/WARN] [FML]: Mod veinminer is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.37.0
[16:02:51] [Server thread/WARN] [FML]: Mod veinminermodsupport is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.37.0
[16:02:51] [Server thread/INFO] [FML]: Disabling mod wailaharvestability it is client side only.
[16:02:51] [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.54
[16:02:51] [Server thread/INFO] [FML]: Forge Mod Loader has identified 75 mods to load
[16:02:51] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[16:02:51] [Server thread/WARN] [FML]: Missing English translation for appleskin: assets/appleskin/lang/en_us.lang
[16:02:51] [Server thread/WARN] [FML]: Missing English translation for bedpatch: assets/bedpatch/lang/en_us.lang
[16:02:51] [Server thread/WARN] [FML]: Missing English translation for clumps: assets/clumps/lang/en_us.lang
[16:02:51] [Server thread/WARN] [FML]: Missing English translation for codechickenlib: assets/codechickenlib/lang/en_us.lang
[16:02:51] [Server thread/WARN] [FML]: Missing English translation for cofhcore: assets/cofhcore/lang/en_us.lang
[16:02:51] [Server thread/WARN] [FML]: Missing English translation for foamfix: assets/foamfix/lang/en_us.lang
[16:02:51] [Server thread/WARN] [FML]: Missing English translation for gottschcore: assets/gottschcore/lang/en_us.lang
[16:02:51] [Server thread/WARN] [FML]: Missing English translation for lex: assets/lex/lang/en_us.lang
[16:02:51] [Server thread/WARN] [FML]: Missing English translation for mantle: assets/mantle/lang/en_us.lang
[16:02:51] [Server thread/WARN] [FML]: Missing English translation for mcjtylib_ng: assets/mcjtylib_ng/lang/en_us.lang
[16:02:51] [Server thread/WARN] [FML]: Missing English translation for mekanismgenerators: assets/mekanismgenerators/lang/en_us.lang
[16:02:51] [Server thread/WARN] [FML]: Missing English translation for mekanismtools: assets/mekanismtools/lang/en_us.lang
[16:02:51] [Server thread/WARN] [FML]: Missing English translation for redstoneflux: assets/redstoneflux/lang/en_us.lang
[16:02:51] [Server thread/WARN] [FML]: Missing English translation for roguelike: assets/roguelike/lang/en_us.lang
[16:02:51] [Server thread/WARN] [FML]: Missing English translation for veinminermodsupport: assets/veinminermodsupport/lang/en_us.lang
[16:02:51] [Server thread/INFO] [FML]: FML has found a non-mod file CTM-MC1.12.2-0.3.2.18.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[16:02:51] [Server thread/INFO] [FML]: FML has found a non-mod file JustEnoughResources-1.12.2-0.8.10.49.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[16:02:51] [Server thread/INFO] [FML]: FML has found a non-mod file ResourceLoader-MC1.12.1-1.5.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.
[16:02:51] [Server thread/INFO] [FML]: FML has found a non-mod file tc6aspects4jei-0.0.2a.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[16:02:51] [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.
[16:02:52] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, ivtoolkit, foamfixcore, abyssalcraft, aether_legacy, aether_legacy_addon, ageofweapons, applecore, appleskin, baubles, bedpatch, biomesoplenty, chesttransporter, chisel, clumps, codechickenlib, cofhcore, cofhworld, sccraftingrunes, dungeontactics, erebus, extraalchemy, familiarfauna, ffenchants, foamfix, forestry, gottschcore, hammercore, hud, waila, iceandfire, inventorytweaks, ironbackpacks, ironchest, jei, justenoughbuttons, lex, mantle, mcjtylib_ng, megaloot, mekanism, mekanismgenerators, mekanismtools, mobends, mowziesmobs, nex, potioncore, primitivemobs, qualitytools, redstoneflux, refinedstorage, rftools, roguelike, tconstruct, thaumcraft, thaumadditions, tcinventoryscan, thermaldynamics, thermalexpansion, thermalfoundation, tinkersaether, tinkersjei, tinkertoolleveling, toroquest, treasure2, twilightforest, veinminer, veinminermodsupport, wawla, waystones, llibrary, thebetweenlands] at CLIENT
[16:02:52] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, ivtoolkit, foamfixcore, abyssalcraft, aether_legacy, aether_legacy_addon, ageofweapons, applecore, appleskin, baubles, bedpatch, biomesoplenty, chesttransporter, chisel, clumps, codechickenlib, cofhcore, cofhworld, sccraftingrunes, dungeontactics, erebus, extraalchemy, familiarfauna, ffenchants, foamfix, forestry, gottschcore, hammercore, hud, waila, iceandfire, inventorytweaks, ironbackpacks, ironchest, jei, justenoughbuttons, lex, mantle, mcjtylib_ng, megaloot, mekanism, mekanismgenerators, mekanismtools, mobends, mowziesmobs, nex, potioncore, primitivemobs, qualitytools, redstoneflux, refinedstorage, rftools, roguelike, tconstruct, thaumcraft, thaumadditions, tcinventoryscan, thermaldynamics, thermalexpansion, thermalfoundation, tinkersaether, tinkersjei, tinkertoolleveling, toroquest, treasure2, twilightforest, veinminer, veinminermodsupport, wawla, waystones, llibrary, thebetweenlands] at SERVER
[16:02:54] [Server thread/INFO] [BedPatch]: Patching Chunk
[16:02:54] [Server thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:75]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
[16:02:54] [Server thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:87]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
[16:02:54] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
at com.flashfyre.ffenchants.FFEnchants.<clinit>(FFEnchants.java:74) ~[FFEnchants.class:?]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_181]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_181]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:529) ~[forge.jar:?]
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
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:218) ~[forge.jar:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) ~[forge.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
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:135) ~[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:332) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(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_181]
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]
... 34 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@29be7749 from coremod FMLCorePlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) ~[forge.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_181]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]
... 34 more
Caused by: java.lang.RuntimeException: Attempted to load class bsb for invalid side SERVER
at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) ~[forge.jar:?]
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ~[forge.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_181]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]
... 34 more
[16:02:54] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: D:\Minecraft\Servidor 1.12.2\Servidor 1.12.2 15-08-2018\.\crash-reports\crash-2018-08-15_16.02.54-server.txt
[16:02:54] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[16:02:54] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
[16:02:54] [Server thread/INFO] [FML]: The state engine was in incorrect state PREINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
[16:02:54] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[16:02:54] [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