· 6 years ago · Nov 30, 2019, 12:08 PM
1[30Nov2019 12:45:06.736] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 28.1.96, --fml.mcpVersion, 20190829.143755, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge]
2[30Nov2019 12:45:06.738] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 4.1.0+62+5bfa59b starting: java version 1.8.0_232 by Oracle Corporation
3[30Nov2019 12:45:06.880] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
4[30Nov2019 12:45:08.243] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, .]
5[30Nov2019 12:45:20.025] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
6[30Nov2019 12:45:20.027] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
7[30Nov2019 12:45:20.028] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
8[30Nov2019 12:45:20.030] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
9[30Nov2019 12:45:20.031] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
10[30Nov2019 12:45:20.147] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting minecraft server version 1.14.4
11[30Nov2019 12:45:21.036] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `yamda` for name `yamda_dim`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
12[30Nov2019 12:45:21.222] [modloading-worker-1/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 28.1.96, for MC 1.14.4 with MCP 20190829.143755
13[30Nov2019 12:45:21.223] [modloading-worker-1/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v28.1.96 Initialized
14[30Nov2019 12:45:21.225] [modloading-worker-6/INFO] [Spartan Shields/]: Constructing Mod: Spartan Shields
15[30Nov2019 12:45:21.396] [modloading-worker-0/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/world/ClientWorld for invalid dist DEDICATED_SERVER
16[30Nov2019 12:45:21.396] [modloading-worker-0/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: xnet, class mcjty.xnet.XNet
17java.lang.RuntimeException: Attempted to load class net/minecraft/client/world/ClientWorld for invalid dist DEDICATED_SERVER
18 at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClass(RuntimeDistCleaner.java:71) ~[forge-1.14.4-28.1.96.jar:28.1]
19 at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClass(ILaunchPluginService.java:102) ~[modlauncher-4.1.0.jar:4.1.0+62+5bfa59b]
20 at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:80) ~[modlauncher-4.1.0.jar:?]
21 at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:115) ~[modlauncher-4.1.0.jar:?]
22 at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:241) ~[modlauncher-4.1.0.jar:?]
23 at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:128) ~[modlauncher-4.1.0.jar:?]
24 at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-4.1.0.jar:?]
25 at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_232]
26 at java.lang.invoke.MethodHandleNatives.resolve(Native Method) ~[?:1.8.0_232]
27 at java.lang.invoke.MemberName$Factory.resolve(MemberName.java:975) ~[?:1.8.0_232]
28 at java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:1000) ~[?:1.8.0_232]
29 at java.lang.invoke.MethodHandles$Lookup.resolveOrFail(MethodHandles.java:1394) ~[?:1.8.0_232]
30 at java.lang.invoke.MethodHandles$Lookup.linkMethodHandleConstant(MethodHandles.java:1750) ~[?:1.8.0_232]
31 at java.lang.invoke.MethodHandleNatives.linkMethodHandleConstant(MethodHandleNatives.java:477) ~[?:1.8.0_232]
32 at mcjty.xnet.XNet.<init>(XNet.java:45) ~[?:1.14-1.8.3-alpha]
33 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_232]
34 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_232]
35 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_232]
36 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_232]
37 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_232]
38 at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:131) ~[?:28.1]
39 at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) ~[?:1.8.0_232]
40 at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) ~[?:1.8.0_232]
41 at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) ~[?:?]
42 at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:134) ~[?:?]
43 at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) [?:1.8.0_232]
44 at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382) [?:1.8.0_232]
45 at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) [?:1.8.0_232]
46 at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:290) [?:1.8.0_232]
47 at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) [?:1.8.0_232]
48 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_232]
49 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_232]
50 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_232]
51 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_232]
52[30Nov2019 12:45:21.415] [modloading-worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file /home/oberon/server/config/theoneprobe-common.toml is not correct. Correcting
53[30Nov2019 12:45:21.416] [modloading-worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key showContentsWithoutSneaking was corrected from [storagedrawers:basicdrawers, storagedrawersextra:extra_drawers] to [storagedrawers:basicdrawers, storagedrawersextra:extra_drawers]
54[30Nov2019 12:45:21.417] [modloading-worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key dontShowContentsUnlessSneaking was corrected from [] to []
55[30Nov2019 12:45:21.418] [modloading-worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key dontSendNBT was corrected from [] to []
56[30Nov2019 12:45:21.540] [modloading-worker-5/ERROR] [toastcontrol/]: Running on a dedicated server, disabling mod.
57[30Nov2019 12:45:21.573] [modloading-worker-0/INFO] [net.silentchaos512.utils.config.ConfigSpecWrapper/]: Loading config file /home/oberon/server/config/silents-mechanisms-common.toml
58[30Nov2019 12:45:21.652] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity darkutils:wither_slime
59[30Nov2019 12:45:21.758] [modloading-worker-3/INFO] [Silent's Gems/]: Detected Silent Gear!
60[30Nov2019 12:45:21.836] [modloading-worker-3/INFO] [Silent's Gems/]: Register part type PartType[S]{name='silentgems:gear_soul'}
61[30Nov2019 12:45:21.854] [modloading-worker-3/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:simple_trait'
62[30Nov2019 12:45:21.858] [modloading-worker-3/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:damage_type_trait'
63[30Nov2019 12:45:21.868] [modloading-worker-3/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:durability_trait'
64[30Nov2019 12:45:21.871] [modloading-worker-3/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:enchantment_trait'
65[30Nov2019 12:45:21.873] [modloading-worker-3/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:nbt_trait'
66[30Nov2019 12:45:21.875] [modloading-worker-3/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:potion_effect_trait'
67[30Nov2019 12:45:21.877] [modloading-worker-3/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:stat_modifier_trait'
68[30Nov2019 12:45:21.878] [modloading-worker-3/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgems:persistence'
69[30Nov2019 12:45:21.880] [modloading-worker-3/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgems:runic'
70[30Nov2019 12:45:21.884] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:78]: Create Debugger
71[30Nov2019 12:45:21.884] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:81]: 1
72[30Nov2019 12:45:21.885] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:84]: 1.1
73[30Nov2019 12:45:21.885] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:88]: 2
74[30Nov2019 12:45:21.885] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:90]: 3
75[30Nov2019 12:45:21.886] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:93]: 3.1
76[30Nov2019 12:45:21.886] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:97]: Register with Thread
77[30Nov2019 12:45:21.892] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:99]: Setup Debugger Complete
78[30Nov2019 12:45:21.904] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: Mod ID: enviromats
79[30Nov2019 12:45:22.073] [modloading-worker-0/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Disabled because not running on the client.
80[30Nov2019 12:45:22.170] [modloading-worker-1/INFO] [Mystical Agriculture/]: Registered plugin: com.blakebr0.mysticalagriculture.lib.ModCorePlugin
81[30Nov2019 12:45:22.547] [modloading-worker-4/INFO] [druidcraft/]: Loading Config: /home/oberon/server/config/druidcraft-server.toml
82[30Nov2019 12:45:22.548] [modloading-worker-4/INFO] [druidcraft/]: Built Config: /home/oberon/server/config/druidcraft-server.toml
83[30Nov2019 12:45:22.549] [modloading-worker-4/INFO] [druidcraft/]: Loaded Config: /home/oberon/server/config/druidcraft-server.toml
84[30Nov2019 12:45:22.549] [modloading-worker-4/INFO] [druidcraft/]: Loading Config: /home/oberon/server/config/druidcraft-client.toml
85[30Nov2019 12:45:22.549] [modloading-worker-4/INFO] [druidcraft/]: Built Config: /home/oberon/server/config/druidcraft-client.toml
86[30Nov2019 12:45:22.549] [modloading-worker-4/INFO] [druidcraft/]: Loaded Config: /home/oberon/server/config/druidcraft-client.toml
87[30Nov2019 12:45:22.620] [modloading-worker-3/INFO] [net.silentchaos512.utils.config.ConfigSpecWrapper/]: Loading config file /home/oberon/server/config/silentgems-common.toml
88[30Nov2019 12:45:22.767] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: Setup Complete
89[30Nov2019 12:45:22.805] [modloading-worker-5/INFO] [forbidden_arcanus/]: Built Config: /home/oberon/server/config/forbidden_arcanus-client.toml
90[30Nov2019 12:45:22.805] [modloading-worker-5/INFO] [forbidden_arcanus/]: Loaded Config: /home/oberon/server/config/forbidden_arcanus-client.toml
91[30Nov2019 12:45:22.805] [modloading-worker-5/INFO] [forbidden_arcanus/]: Built Config: /home/oberon/server/config/forbidden_arcanus-server.toml
92[30Nov2019 12:45:22.806] [modloading-worker-5/INFO] [forbidden_arcanus/]: Loaded Config: /home/oberon/server/config/forbidden_arcanus-server.toml
93[30Nov2019 12:45:22.921] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity beetle
94[30Nov2019 12:45:22.926] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity deer
95[30Nov2019 12:45:23.112] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity frog
96[30Nov2019 12:45:23.146] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity silver_fox
97[30Nov2019 12:45:23.149] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity sprout
98[30Nov2019 12:45:23.168] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endermini
99[30Nov2019 12:45:23.179] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity lava_cat
100[30Nov2019 12:45:23.182] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity owl
101[30Nov2019 12:45:23.206] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity silkworm
102[30Nov2019 12:45:23.359] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:water_arrow
103[30Nov2019 12:45:23.367] [modloading-worker-3/INFO] [net.silentchaos512.utils.config.ConfigSpecWrapper/]: Loading config file /home/oberon/server/config/silentgear-client.toml
104[30Nov2019 12:45:23.368] [modloading-worker-3/INFO] [net.silentchaos512.utils.config.ConfigSpecWrapper/]: Loading config file /home/oberon/server/config/silentgear-common.toml
105[30Nov2019 12:45:23.379] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:box_turtle
106[30Nov2019 12:45:23.381] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:arrau_turtle
107[30Nov2019 12:45:23.395] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:starshell_turtle
108[30Nov2019 12:45:23.395] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:oak_fish_mount
109[30Nov2019 12:45:23.411] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:spruce_fish_mount
110[30Nov2019 12:45:23.411] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:birch_fish_mount
111[30Nov2019 12:45:23.412] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:jungle_fish_mount
112[30Nov2019 12:45:23.412] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:acacia_fish_mount
113[30Nov2019 12:45:23.412] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:dark_oak_fish_mount
114[30Nov2019 12:45:23.417] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity glass_frame
115[30Nov2019 12:45:23.418] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity colored_frame
116[30Nov2019 12:45:23.422] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity pickarang
117[30Nov2019 12:45:23.459] [modloading-worker-4/INFO] [com.raoulvdberge.refinedstorage.apiimpl.API/]: Found 1 RS API injection point
118[30Nov2019 12:45:23.459] [modloading-worker-4/INFO] [com.raoulvdberge.refinedstorage.apiimpl.API/]: Injected RS API in com.raoulvdberge.refinedstorageaddons.RSAddons RSAPI
119[30Nov2019 12:45:23.522] [modloading-worker-4/INFO] [STDOUT/]: [thetestmod.bettercrates.BetterCrates:<init>:29]: Just a log from BetterCrates >>> 7 ... Block{bettercrates:wooden_crate}
120[30Nov2019 12:45:23.747] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity chest_passenger
121[30Nov2019 12:45:23.768] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:78]: Create Debugger
122[30Nov2019 12:45:23.769] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:81]: 1
123[30Nov2019 12:45:23.769] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:84]: 1.1
124[30Nov2019 12:45:23.769] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:88]: 2
125[30Nov2019 12:45:23.769] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:90]: 3
126[30Nov2019 12:45:23.769] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:93]: 3.1
127[30Nov2019 12:45:23.770] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:97]: Register with Thread
128[30Nov2019 12:45:23.770] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:99]: Setup Debugger Complete
129[30Nov2019 12:45:23.770] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: Mod ID: valkyrielib
130[30Nov2019 12:45:23.774] [modloading-worker-5/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: Setup Complete
131[30Nov2019 12:45:23.806] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity stoneling
132[30Nov2019 12:45:23.831] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity frog
133[30Nov2019 12:45:23.855] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity crab
134[30Nov2019 12:45:23.857] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity gravisand
135[30Nov2019 12:45:23.938] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity foxhound
136[30Nov2019 12:45:24.028] [Server thread/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work after CONSTRUCT: 2 jobs
137[30Nov2019 12:45:24.141] [Server thread/INFO] [thelm.jaopca.data.DataCollector/]: Found 1439 unique defined tags
138[30Nov2019 12:45:24.207] [Server thread/INFO] [thelm.jaopca.data.DataCollector/]: Found 6946 unique defined recipes
139[30Nov2019 12:45:24.250] [Server thread/INFO] [thelm.jaopca.data.DataCollector/]: Found 3691 unique defined loot tables
140[30Nov2019 12:45:24.286] [Server thread/INFO] [thelm.jaopca.data.DataCollector/]: Found 1747 unique defined advancements
141[30Nov2019 12:45:24.368] [Server thread/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.uselessmod.UselessModNonIngotModule has missing mod dependencies, skipping
142[30Nov2019 12:45:24.368] [Server thread/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.uselessmod.UselessModModule has missing mod dependencies, skipping
143[30Nov2019 12:45:24.368] [Server thread/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.uselessmod.UselessModCompatModule has missing mod dependencies, skipping
144[30Nov2019 12:45:24.372] [Server thread/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.PixelLibModule has missing mod dependencies, skipping
145[30Nov2019 12:45:24.373] [Server thread/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.mekanism.MekanismNonIngotModule has missing mod dependencies, skipping
146[30Nov2019 12:45:24.373] [Server thread/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.mekanism.MekanismModule has missing mod dependencies, skipping
147[30Nov2019 12:45:24.373] [Server thread/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.mekanism.MekanismCompatModule has missing mod dependencies, skipping
148[30Nov2019 12:45:24.408] [Server thread/INFO] [thelm.jaopca.materials.MaterialHandler/]: Added 98 materials
149[30Nov2019 12:45:24.590] [Server thread/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 00:00:00.559
150[30Nov2019 12:45:24.591] [Server thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 1 errors found
151[30Nov2019 12:45:24.591] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
152net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [
153 XNet (xnet) has failed to load correctly
154§7Attempted to load class net/minecraft/client/world/ClientWorld for invalid dist DEDICATED_SERVER
155]
156 at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:201) ~[?:?]
157 at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:183) ~[?:?]
158 at net.minecraftforge.fml.server.ServerModLoader.begin(ServerModLoader.java:45) ~[?:?]
159 at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121) ~[?:?]
160 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?]
161 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
162[30Nov2019 12:45:24.599] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: This crash report has been saved to: /home/oberon/server/./crash-reports/crash-2019-11-30_12.45.24-server.txt
163[30Nov2019 12:45:24.603] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
164[30Nov2019 12:45:24.603] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
165[30Nov2019 12:45:24.603] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Exception stopping the server
166java.lang.RuntimeException: The server has failed to initialize correctly due to mod loading errors. Examine the crash report for more details.
167 at net.minecraftforge.common.DimensionManager.getWorld(DimensionManager.java:182) ~[?:?]
168 at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:979) ~[?:?]
169 at net.minecraft.server.MinecraftServer.func_213211_a(MinecraftServer.java:521) ~[?:?]
170 at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:553) ~[?:?]
171 at net.minecraft.server.dedicated.DedicatedServer.func_71260_j(DedicatedServer.java:544) ~[?:?]
172 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:661) [?:?]
173 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]