Skip to content

Instantly share code, notes, and snippets.

@GreedHub
Created June 11, 2019 11:23
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 GreedHub/7360741547c00cff1bd1564b24bdcc39 to your computer and use it in GitHub Desktop.
Save GreedHub/7360741547c00cff1bd1564b24bdcc39 to your computer and use it in GitHub Desktop.
Minecraft forge error
[00:18:09] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[00:18:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[00:18:09] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2768 for Minecraft 1.12.2 loading
[00:18:09] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_171, running on Linux:amd64:4.15.0-50-generic, installed at /usr/lib/jvm/java-1.8-openjdk/jre
[00:18:09] [main/INFO] [FML]: Searching /data/./mods for mods
[00:18:10] [main/WARN] [FML]: The coremod org.minimallycorrect.libloader.LibLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[00:18:10] [main/WARN] [FML]: The coremod LibLoader (org.minimallycorrect.libloader.LibLoader) is not signed!
[00:18:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in TickProfiler-1.12-0.0.7.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[00:18:10] [main/WARN] [FML]: The coremod org.minimallycorrect.tickprofiler.minecraft.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[00:18:10] [main/WARN] [FML]: The coremod CoreMod (org.minimallycorrect.tickprofiler.minecraft.CoreMod) is not signed!
[00:18:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[00:18:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[00:18:10] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[00:18:10] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[00:18:10] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[00:18:10] [main/INFO] [TickProfiler]: TickProfiler v1.12-0.0.7 coremod injectData called, loading patches
[00:18:10] [main/INFO] [ModPatcher]: ModPatcher running under classloader net.minecraft.launchwrapper.LaunchClassLoader
[00:18:11] [main/INFO] [JavaPatcher]: Added patch minecraft: Patcher.ClassPatchDescriptor(name=net.minecraft.world.World, patches=[Patcher.PatchDescriptor(methods=func_72939_s()V, patch=clone), Patcher.PatchDescriptor(methods=func_72939_s()V, patch=insertCodeBefore), Patcher.PatchDescriptor(methods=updateEntities_withProfiling(), patch=replaceMethodCall), Patcher.PatchDescriptor(methods=updateEntities_withProfiling(), patch=replaceMethodCall), Patcher.PatchDescriptor(methods=updateEntities_withProfiling(), patch=replaceMethodCall), Patcher.PatchDescriptor(methods=updateEntities_withProfiling(), patch=replaceMethodCall), Patcher.PatchDescriptor(methods=updateEntities_withProfiling(), patch=replaceMethodCall)])
[00:18:11] [main/INFO] [JavaPatcher]: Added patch minecraft: Patcher.ClassPatchDescriptor(name=net.minecraft.network.play.server.SPacketCustomPayload, patches=[Patcher.PatchDescriptor(methods=, patch=addMethod)])
[00:18:11] [main/INFO] [JavaPatcher]: Added patch minecraft: Patcher.ClassPatchDescriptor(name=net.minecraft.network.NettyPacketEncoder, patches=[Patcher.PatchDescriptor(methods=encode(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/network/Packet;Lio/netty/buffer/ByteBuf;)V, patch=replaceMethodCall)])
[00:18:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[00:18:13] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[00:18:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[00:18:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[00:18:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[00:18:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[00:18:13] [main/INFO] [LaunchWrapper]: Loading tweak class name org.minimallycorrect.modpatcher.api.tweaker.ModPatcherTweaker
[00:18:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[00:18:13] [main/INFO] [LaunchWrapper]: Calling tweak class org.minimallycorrect.modpatcher.api.tweaker.ModPatcherTweaker
[00:18:13] [main/INFO] [LaunchWrapper]: Loading tweak class name org.minimallycorrect.modpatcher.api.tweaker.ModPatcherTweaker2
[00:18:13] [main/INFO] [LaunchWrapper]: Calling tweak class org.minimallycorrect.modpatcher.api.tweaker.ModPatcherTweaker2
[00:18:13] [main/INFO] [ModPatcher]: Transformers: [net.minecraftforge.fml.common.asm.transformers.PatchingTransformer@49601f82, TransformerWrapper(net.minecraftforge.fml.common.asm.transformers.SideTransformer, FMLCorePlugin), TransformerWrapper(net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer, FMLCorePlugin), TransformerWrapper(net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer, FMLCorePlugin), TransformerWrapper(net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer, FMLCorePlugin), net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer@23e44287, net.minecraftforge.fml.common.asm.transformers.AccessTransformer@2b8d084, net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer@6daf2337, net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer@24fabd0f, net.minecraftforge.fml.common.asm.transformers.ItemBlockTransformer@250b236d, net.minecraftforge.fml.common.asm.transformers.ItemBlockSpecialTransformer@61f3fbb8, net.minecraftforge.fml.common.asm.transformers.TerminalTransformer@7551da2a, org.minimallycorrect.modpatcher.api.ModPatcherTransformer$ClassTransformer@432034a]
[00:18:13] [main/WARN] [JavaPatcher]: Didn't find any method calls to replace in net.minecraft.world.World.updateEntities_withProfiling(). Class: null, method: redirect$onUpdateTileEntities$, index: -1
[00:18:13] [main/WARN] [JavaPatcher]: Didn't find any method calls to replace in net.minecraft.world.World.updateEntities_withProfiling(). Class: null, method: redirect$tileEntityUpdate$, index: -1
[00:18:13] [main/WARN] [JavaPatcher]: Didn't find any method calls to replace in net.minecraft.world.World.updateEntities_withProfiling(). Class: null, method: redirect$updateEntity$, index: -1
[00:18:14] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[00:18:18] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
[00:18:18] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2768 Initialized
[00:18:18] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[00:18:18] [Server thread/INFO] [FML]: Replaced 1036 ore ingredients
[00:18:18] [Server thread/INFO] [FML]: Searching /data/./mods for mods
[00:18:21] [Server thread/INFO] [FML]: Forge Mod Loader has identified 22 mods to load
[00:18:21] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[00:18:21] [Server thread/WARN] [FML]: Missing English translation for buildcraftbuilders: assets/buildcraftbuilders/lang/en_us.lang
[00:18:21] [Server thread/WARN] [FML]: Missing English translation for buildcraftcore: assets/buildcraftcore/lang/en_us.lang
[00:18:21] [Server thread/WARN] [FML]: Missing English translation for buildcraftenergy: assets/buildcraftenergy/lang/en_us.lang
[00:18:21] [Server thread/WARN] [FML]: Missing English translation for buildcraftfactory: assets/buildcraftfactory/lang/en_us.lang
[00:18:21] [Server thread/WARN] [FML]: Missing English translation for buildcraftlib: assets/buildcraftlib/lang/en_us.lang
[00:18:21] [Server thread/WARN] [FML]: Missing English translation for buildcraftrobotics: assets/buildcraftrobotics/lang/en_us.lang
[00:18:21] [Server thread/WARN] [FML]: Missing English translation for buildcraftsilicon: assets/buildcraftsilicon/lang/en_us.lang
[00:18:21] [Server thread/WARN] [FML]: Missing English translation for buildcrafttransport: assets/buildcrafttransport/lang/en_us.lang
[00:18:21] [Server thread/WARN] [FML]: Missing English translation for ic2: assets/ic2/lang/en_us.lang
[00:18:21] [Server thread/WARN] [FML]: Missing English translation for additionalstructures: assets/additionalstructures/lang/en_us.lang
[00:18:21] [Server thread/WARN] [FML]: Missing English translation for tickprofiler: assets/tickprofiler/lang/en_us.lang
[00:18:21] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, biomesoplenty, buildcraftcompat, buildcraftbuilders, buildcraftcore, buildcraftenergy, buildcraftfactory, buildcraftlib, buildcraftrobotics, buildcraftsilicon, buildcrafttransport, effortlessbuilding, forestry, ic2, additionalstructures, tickprofiler, bspkrscore, treecapitator, twilightforest] at CLIENT
[00:18:21] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, biomesoplenty, buildcraftcompat, buildcraftbuilders, buildcraftcore, buildcraftenergy, buildcraftfactory, buildcraftlib, buildcraftrobotics, buildcraftsilicon, buildcrafttransport, effortlessbuilding, forestry, ic2, additionalstructures, tickprofiler, bspkrscore, treecapitator, twilightforest] at SERVER
[00:18:23] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[00:18:23] [Server thread/INFO] [FML]: Found 1452 ObjectHolder annotations
[00:18:23] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[00:18:23] [Server thread/INFO] [FML]: Found 2 ItemStackHolder annotations
[00:18:23] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[00:18:23] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[00:18:24] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: UP_TO_DATE Target: null
[00:18:24] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftcompat] Starting version check at https://mod-buildcraft.com/version/versions-compat.json
[00:18:25] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftcore] Starting version check at https://mod-buildcraft.com/version/versions.json
[00:18:25] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftcore] Found status: AHEAD Target: null
[00:18:25] [Forge Version Check/INFO] [forge.VersionCheck]: [twilightforest] Starting version check at https://raw.githubusercontent.com/TeamTwilight/twilightforest/1.12.x/update.json
[00:18:25] [Forge Version Check/INFO] [forge.VersionCheck]: [twilightforest] Found status: UP_TO_DATE Target: null
[00:18:25] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftlib] Starting version check at https://mod-buildcraft.com/version/versions.json
[00:18:25] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftlib] Found status: AHEAD Target: null
[00:18:26] [Server thread/INFO] [BuildCraft]:
[00:18:26] [Server thread/INFO] [BuildCraft]: Starting BuildCraft 7.99.24.1
[00:18:26] [Server thread/INFO] [BuildCraft]: Copyright (c) the BuildCraft team, 2011-2018
[00:18:26] [Server thread/INFO] [BuildCraft]: https://www.mod-buildcraft.com
[00:18:26] [Server thread/INFO] [BuildCraft]: Detailed Build Information:
[00:18:26] [Server thread/INFO] [BuildCraft]: Branch 8.0.x
[00:18:26] [Server thread/INFO] [BuildCraft]: Commit a5b4376b7fab67d85fe61de1a97dcc0ab3df233f
[00:18:26] [Server thread/INFO] [BuildCraft]: Fix #4399 - a critical dedicated server crash whenever items moved through pipes with a player watching.
[00:18:26] [Server thread/INFO] [BuildCraft]: committed by AlexIIL
[00:18:26] [Server thread/INFO] [BuildCraft]:
[00:18:26] [Server thread/INFO] [BuildCraft]: Loaded Modules:
[00:18:26] [Server thread/INFO] [BuildCraft]: - lib
[00:18:26] [Server thread/INFO] [BuildCraft]: - core
[00:18:26] [Server thread/INFO] [BuildCraft]: - builders
[00:18:26] [Server thread/INFO] [BuildCraft]: - energy
[00:18:26] [Server thread/INFO] [BuildCraft]: - factory
[00:18:26] [Server thread/INFO] [BuildCraft]: - robotics
[00:18:26] [Server thread/INFO] [BuildCraft]: - silicon
[00:18:26] [Server thread/INFO] [BuildCraft]: - transport
[00:18:26] [Server thread/INFO] [BuildCraft]: - compat
[00:18:26] [Server thread/INFO] [BuildCraft]: Missing Modules:
[00:18:26] [Server thread/INFO] [BuildCraft]:
[00:18:26] [Server thread/INFO] [BuildCraft]: [debugger] Not a dev environment!
[00:18:26] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[00:18:33] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 328 out of 328 recipes for shaped recipes
[00:18:33] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 73 out of 73 recipes for shapeless recipes
[00:18:33] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 41 out of 41 recipes for solid uu recipes
[00:18:33] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 27 out of 27 recipes for furnace recipes
[00:18:33] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 5 out of 5 recipes for blast furnace recipes
[00:18:33] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 14 out of 14 recipes for block cutter recipes
[00:18:33] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 51 out of 51 recipes for compressor recipes
[00:18:33] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 12 out of 12 recipes for extractor recipes
[00:18:33] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 74 out of 74 recipes for macerator recipes
[00:18:33] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 5 out of 5 recipes for metal former cutting recipes
[00:18:33] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 9 out of 9 recipes for metal former extruding recipes
[00:18:33] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 14 out of 14 recipes for metal former rolling recipes
[00:18:33] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 8 out of 8 recipes for ore washing recipes
[00:18:33] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 26 out of 26 recipes for thermal centrifuge recipes
[00:18:34] [Server thread/INFO] [forestry]: Module ImmersiveEngineering Module failed to load: ImmersiveEngineering not found
[00:18:34] [Server thread/INFO] [forestry]: Module Natura Module failed to load: Natura not found
[00:18:34] [Server thread/INFO] [forestry]: Module HarvestCraft Module failed to load: HarvestCraft not found
[00:18:34] [Server thread/INFO] [forestry]: Module Extra Utilities Module failed to load: Extra Utilities not found
[00:18:34] [Server thread/INFO] [forestry]: Module TechReborn Module failed to load: TechReborn not found
[00:18:34] [Server thread/INFO] [forestry]: Module rustic Module failed to load: Rustic not found
[00:18:34] [Server thread/INFO] [forestry]: Module Actually Additions Module failed to load: Actually Additions not found
[00:18:34] [Server thread/INFO] [forestry]: Module Roots Module failed to load: Roots not found
[00:18:34] [Server thread/INFO] [forestry]: Module Better With Mods Module failed to load: Better With Mods not found
[00:18:34] [Server thread/INFO] [forestry]: Module Mystical Agriculture Module failed to load: Mystical Agriculture not found
[00:18:34] [Server thread/INFO] [forestry]: Module EnderIO Module failed to load: EnderIO not found
[00:18:36] [Server thread/INFO] [BuildCraft]:
[00:18:36] [Server thread/INFO] [BuildCraft]: Starting BuildCraftCompat 7.99.24.1
[00:18:36] [Server thread/INFO] [BuildCraft]: Copyright (c) the BuildCraft team, 2011-2017
[00:18:36] [Server thread/INFO] [BuildCraft]: https://www.mod-buildcraft.com
[00:18:36] [Server thread/INFO] [BuildCraft]: Detailed Build Information:
[00:18:36] [Server thread/INFO] [BuildCraft]: Branch 8.0.x
[00:18:36] [Server thread/INFO] [BuildCraft]: Commit 9d41eee348dc4edac52da8941c1e6a07c470f346
[00:18:36] [Server thread/INFO] [BuildCraft]: Fix a critical dedicated server crash whenever items moved through pipes with a player watching.
[00:18:36] [Server thread/INFO] [BuildCraft]: committed by AlexIIL
[00:18:36] [Server thread/INFO] [BuildCraft]:
[00:18:36] [Server thread/INFO] [BuildCraft]: [compat] Module list:
[00:18:36] [Server thread/INFO] [BuildCraft]: [compat] + forestry
[00:18:36] [Server thread/INFO] [BuildCraft]: [compat] x theoneprobe (It cannot load)
[00:18:36] [Server thread/INFO] [BuildCraft]: [compat] x crafttweaker (It cannot load)
[00:18:36] [Server thread/INFO] [Treecapitator]: Proceeding to load tree/mod configs from file.
[00:18:37] [Server thread/INFO] [twilightforest]: twilightforest has skipped compatibility for mod Baubles.
[00:18:37] [Server thread/INFO] [twilightforest]: twilightforest has skipped compatibility for mod Chisel.
[00:18:37] [Server thread/INFO] [twilightforest]: twilightforest has skipped compatibility for mod Immersive Engineering.
[00:18:37] [Server thread/INFO] [twilightforest]: twilightforest has skipped compatibility for mod Just Enough Items.
[00:18:37] [Server thread/INFO] [twilightforest]: twilightforest has skipped compatibility for mod Tinkers' Construct.
[00:18:37] [Server thread/INFO] [twilightforest]: twilightforest has skipped compatibility for mod Thaumcraft.
[00:18:37] [Server thread/INFO] [FML]: Applying holder lookups
[00:18:37] [Server thread/INFO] [FML]: Holder lookups applied
[00:18:37] [Server thread/WARN] [forestry]: Missing block: driedDirt
[00:18:37] [Server thread/WARN] [forestry]: Missing block: overgrownNetherrack
[00:18:37] [Server thread/WARN] [forestry]: Missing block: cragRock
[00:18:37] [Server thread/WARN] [forestry]: Missing block: ashStone
[00:18:37] [Server thread/WARN] [forestry]: Missing block: bopGrass
[00:18:37] [Server thread/WARN] [forestry]: Missing block: newBopGrass
[00:18:37] [Server thread/WARN] [forestry]: Missing block: longGrass
[00:18:37] [Server thread/WARN] [forestry]: Missing block: hardDirt
[00:18:37] [Server thread/WARN] [forestry]: Missing block: hardSand
[00:18:37] [Server thread/WARN] [forestry]: Missing block: originGrass
[00:18:37] [Server thread/WARN] [forestry]: Missing block: ash
[00:18:37] [Server thread/WARN] [forestry]: Missing block: newBopDirt
[00:18:37] [Server thread/WARN] [forestry]: Missing block: petals
[00:18:37] [Server thread/INFO] [FML]: Applying holder lookups
[00:18:37] [Server thread/INFO] [FML]: Holder lookups applied
[00:18:37] [Server thread/INFO] [FML]: Applying holder lookups
[00:18:37] [Server thread/INFO] [FML]: Holder lookups applied
[00:18:37] [Server thread/INFO] [FML]: Applying holder lookups
[00:18:37] [Server thread/INFO] [FML]: Holder lookups applied
[00:18:37] [Server thread/INFO] [FML]: Injecting itemstacks
[00:18:37] [Server thread/INFO] [FML]: Itemstack injection complete
[00:18:37] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
[00:18:37] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
[00:18:37] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
[00:18:38] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on *:25565
[00:18:38] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using epoll channel type
[00:18:38] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[00:18:38] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: The server will make no attempt to authenticate usernames. Beware.
[00:18:38] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[00:18:38] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: To change this, set "online-mode" to "true" in the server.properties file.
[00:18:38] [Server thread/INFO] [FML]: Applying holder lookups
[00:18:38] [Server thread/INFO] [FML]: Holder lookups applied
[00:18:40] [Server thread/INFO] [FML]: Injecting itemstacks
[00:18:40] [Server thread/INFO] [FML]: Itemstack injection complete
[00:18:40] [Server thread/INFO] [ic2.Uu]: Loading predefined UU world scan values, run /ic2 uu-world-scan <small|medium|large> to calibrate them for your world.
[00:18:40] [Server thread/INFO] [ic2.General]: ic2 version 2.8.109-ex112 loaded.
[00:18:41] [Server thread/INFO] [Treecapitator]: Prioritizing User and IMC mod configs...
[00:18:41] [Server thread/INFO] [Treecapitator]: Registering items and trees...
[00:18:41] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 22 mods
[00:18:41] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world"
[00:18:41] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
[00:18:42] [Server thread/INFO] [FML]: Applying holder lookups
[00:18:42] [Server thread/INFO] [FML]: Holder lookups applied
[00:18:42] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@17e1c9bf)
[00:18:42] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 785 advancements
[00:18:44] [Server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@17e1c9bf)
[00:18:44] [Server thread/INFO] [STDOUT]: [biomesoplenty.common.world.BiomeProviderBOPHell:<init>:32]: settings for hell world:
[00:18:44] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@17e1c9bf)
[00:18:44] [Server thread/INFO] [FML]: Loading dimension 7 (world) (net.minecraft.server.dedicated.DedicatedServer@17e1c9bf)
[00:18:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
[00:18:45] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 4%
[00:18:46] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 8%
[00:18:47] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 13%
[00:18:48] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 20%
[00:18:49] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 25%
[00:18:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 33%
[00:18:51] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 41%
[00:18:52] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 49%
[00:18:53] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 57%
[00:18:54] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 65%
[00:18:55] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 73%
[00:18:56] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 84%
[00:18:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 89%
[00:18:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 94%
[00:18:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 97%
[00:19:00] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (19.011s)! For help, type "help" or "?"
[00:19:00] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting remote control listener
[00:19:00] [RCON Listener #1/INFO] [net.minecraft.server.MinecraftServer]: RCON running on 0.0.0.0:25575
[00:19:01] [Forestry Greenhouse/INFO] [forestry]: Starting greenhouse thread
[00:19:01] [Server thread/INFO] [FML]: Unloading dimension 1
[00:19:01] [Server thread/INFO] [FML]: Unloading dimension -1
[00:19:01] [Server thread/INFO] [FML]: Unloading dimension 7
[00:19:07] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 5961ms behind, skipping 119 tick(s)
[00:20:43] [Server Watchdog/FATAL] [net.minecraft.server.dedicated.ServerHangWatchdog]: A single server tick took 60.00 seconds (should be max 0.05)
[00:20:43] [Server Watchdog/FATAL] [net.minecraft.server.dedicated.ServerHangWatchdog]: Considering it to be crashed, server will forcibly shutdown.
[00:20:44] [Server Watchdog/ERROR] [net.minecraft.server.dedicated.ServerHangWatchdog]: This crash report has been saved to: /data/./crash-reports/crash-2019-06-11_00.20.44-server.txt
[00:20:44] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[00:20:44] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
[00:20:44] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
[00:20:44] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/overworld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment