Forge 1.12.2 Server Log

#ghdj6V6
15 errors
251 lines
Raw
Analysis
Minecraft version:
1.12.2
Forge version:
14.23.5.2860
1[21:19:43] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
2[21:19:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
3[21:19:43] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
4[21:19:43] [main/INFO] [mixin]: Compatibility level set to JAVA_8
5[21:19:43] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@6e0cff20
6[21:19:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
7[21:19:43] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
8[21:19:43] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
9[21:19:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
10[21:19:43] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
11[21:19:43] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
12[21:19:46] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
13[21:19:46] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2860 Initialized
14[21:19:46] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
15[21:19:47] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
16[21:19:47] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients
17[21:19:47] [Server thread/INFO] [FML]: Searching /server/./mods for mods
18[21:19:47] [Server thread/ERROR] [FML]: Unable to read a class file correctly
19java.lang.IllegalArgumentException: null
20 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2]
21 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2]
22 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2]
23 at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) [ASMModParser.class:?]
24 at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) [JarDiscoverer.class:?]
25 at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?]
26 at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
27 at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
28 at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
29 at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?]
30 at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?]
31 at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?]
32 at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
33 at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
34 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
35 at java.lang.Thread.run(Thread.java:750) [?:1.8.0_402]
36[21:19:47] [Server thread/ERROR] [FML]: There was a problem reading the entry info/mmpa/pipeblocker/java9/FilterSetter$1.class in the jar /other/pipeblocker/pipeblocker-javaagent-1.2.0-aternos1.jar - probably a corrupt zip
37net.minecraftforge.fml.common.LoaderException: java.lang.IllegalArgumentException
38
39 at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:63) ~[ASMModParser.class:?]
40 at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) [JarDiscoverer.class:?]
41 at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?]
42 at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
43 at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
44 at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
45 at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?]
46 at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?]
47 at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?]
48 at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
49 at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
50 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
51 at java.lang.Thread.run(Thread.java:750) [?:1.8.0_402]
52Caused by: java.lang.IllegalArgumentException
53 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2]
54 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2]
55 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2]
56 at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) ~[ASMModParser.class:?]
57 ... 12 more
58[21:19:47] [Server thread/WARN] [FML]: Zip file pipeblocker-javaagent-1.2.0-aternos1.jar failed to read properly, it will be ignored
59net.minecraftforge.fml.common.LoaderException: java.lang.IllegalArgumentException
60
61 at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:63) ~[ASMModParser.class:?]
62 at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) ~[JarDiscoverer.class:?]
63 at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?]
64 at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
65 at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
66 at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
67 at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?]
68 at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?]
69 at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?]
70 at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
71 at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
72 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
73 at java.lang.Thread.run(Thread.java:750) [?:1.8.0_402]
74Caused by: java.lang.IllegalArgumentException
75 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2]
76 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2]
77 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2]
78 at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) ~[ASMModParser.class:?]
79 ... 12 more
80[21:19:47] [Server thread/INFO] [FML]: Disabling mod mobdismemberment it is client side only.
81[21:19:47] [Server thread/INFO] [FML]: Forge Mod Loader has identified 19 mods to load
82[21:19:48] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
83[21:19:48] [Server thread/WARN] [FML]: Missing English translation for extendedrenderer: assets/extendedrenderer/lang/en_us.lang
84[21:19:48] [Server thread/WARN] [FML]: Missing English translation for configmod: assets/configmod/lang/en_us.lang
85[21:19:48] [Server thread/WARN] [FML]: Missing English translation for mobsunscreen: assets/mobsunscreen/lang/en_us.lang
86[21:19:48] [Server thread/WARN] [FML]: Missing English translation for modularwarfare: assets/modularwarfare/lang/en_us.lang
87[21:19:48] [Server thread/INFO] [FML]: FML has found a non-mod file Helicopter_Pack-2.8.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.
88[21:19:48] [Server thread/INFO] [FML]: FML has found a non-mod file MobDismemberment-1.12.2-7.0.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.
89[21:19:48] [Server thread/INFO] [FML]: FML has found a non-mod file MTS Official Pack-1.12.2-V25.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
90[21:19:48] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, badmobs, extendedrenderer, coroutil, configmod, firstaid, gravestone, ichunutil, mts, jei, mobsunscreen, modularwarfare, parachutemod, gvc, weapons_of_the_apocalypse, zombieawareness] at CLIENT
91[21:19:48] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, badmobs, extendedrenderer, coroutil, configmod, firstaid, gravestone, ichunutil, mts, jei, mobsunscreen, modularwarfare, parachutemod, gvc, weapons_of_the_apocalypse, zombieawareness] at SERVER
92[21:19:49] [Server thread/INFO] [STDOUT]: [com.modularwarfare.ModConfig:<init>:105]: Comparing version 2.4.2f to 2.4.2f
93[21:19:49] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
94[21:19:49] [Server thread/INFO] [FML]: Found 1230 ObjectHolder annotations
95[21:19:49] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
96[21:19:49] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
97[21:19:49] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
98[21:19:49] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
99[21:19:49] [Server thread/INFO] [firstaid]: First Aid version 1.6.22 starting
100[21:19:49] [Server thread/INFO] [mcinterface1122.InterfaceLoader]: Welcome to MTS VERSION:22.13.0
101[21:19:50] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: AHEAD Target: null
102[21:19:50] [Forge Version Check/INFO] [forge.VersionCheck]: [gravestone] Starting version check at http://maxhenkel.de/update/gravestone.json
103[21:19:50] [Server thread/ERROR] [mcinterface1122.InterfaceLoader]: MTSERROR: ConfigSystem failed to save modified config files. Report to the mod author!
104[21:19:50] [Server thread/INFO] [STDOUT]: [com.modularwarfare.ModConfig:<init>:105]: Comparing version 2.4.2f to 2.4.2f
105[21:19:50] [Server thread/INFO] [modularwarfare]: Loaded content pack list server side.
106[21:19:50] [Server thread/INFO] [modularwarfare]: Registered content pack
107[21:19:50] [Server thread/INFO] [modularwarfare]: Registered content pack
108[21:19:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitygavestone`, expected `gravestone`. This could be a intended override, but in most cases indicates a broken mod.
109[21:19:50] [Server thread/INFO] [FML]: Applying holder lookups
110[21:19:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `poison`, expected `firstaid`. This could be a intended override, but in most cases indicates a broken mod.
111[21:19:50] [Server thread/INFO] [firstaid]: Don't worry, the minecraft poison override IS intended.
112[21:19:50] [Server thread/INFO] [FML]: Holder lookups applied
113[21:19:50] [Server thread/INFO] [FML]: Applying holder lookups
114[21:19:50] [Server thread/INFO] [FML]: Holder lookups applied
115[21:19:50] [Server thread/INFO] [FML]: Applying holder lookups
116[21:19:50] [Server thread/INFO] [FML]: Holder lookups applied
117[21:19:50] [Server thread/INFO] [FML]: Applying holder lookups
118[21:19:50] [Server thread/INFO] [FML]: Holder lookups applied
119[21:19:50] [Server thread/INFO] [FML]: Injecting itemstacks
120[21:19:50] [Server thread/INFO] [FML]: Itemstack injection complete
121[21:19:50] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
122[21:19:50] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: CREATIVE
123[21:19:50] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
124[21:19:50] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on *:20199
125[21:19:50] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using epoll channel type
126[21:19:50] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
127[21:19:50] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: The server will make no attempt to authenticate usernames. Beware.
128[21:19:50] [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.
129[21:19:50] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: To change this, set "online-mode" to "true" in the server.properties file.
130[21:19:51] [Server thread/INFO] [FML]: Applying holder lookups
131[21:19:51] [Server thread/INFO] [FML]: Holder lookups applied
132[21:19:51] [Server thread/INFO] [FML]: Injecting itemstacks
133[21:19:51] [Server thread/INFO] [FML]: Itemstack injection complete
134[21:19:51] [iChunUtil Online Resource Thread/WARN] [iChunUtil]: Error retrieving mods versions list.
135[21:19:51] [iChunUtil Online Resource Thread/INFO] [STDERR]: [me.ichun.mods.ichunutil.common.thread.ThreadGetResources:run:77]: java.io.FileNotFoundException: https://raw.githubusercontent.com/iChun/iChunUtil/master/src/main/resources/assets/ichunutil/mod/versions.json
136[21:19:51] [iChunUtil Online Resource Thread/INFO] [STDERR]: [me.ichun.mods.ichunutil.common.thread.ThreadGetResources:run:77]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1898)
137[21:19:51] [iChunUtil Online Resource Thread/INFO] [STDERR]: [me.ichun.mods.ichunutil.common.thread.ThreadGetResources:run:77]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
138[21:19:51] [iChunUtil Online Resource Thread/INFO] [STDERR]: [me.ichun.mods.ichunutil.common.thread.ThreadGetResources:run:77]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1492)
139[21:19:51] [iChunUtil Online Resource Thread/INFO] [STDERR]: [me.ichun.mods.ichunutil.common.thread.ThreadGetResources:run:77]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
140[21:19:51] [iChunUtil Online Resource Thread/INFO] [STDERR]: [me.ichun.mods.ichunutil.common.thread.ThreadGetResources:run:77]: at java.security.AccessController.doPrivileged(Native Method)
141[21:19:51] [iChunUtil Online Resource Thread/INFO] [STDERR]: [me.ichun.mods.ichunutil.common.thread.ThreadGetResources:run:77]: at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
142[21:19:51] [iChunUtil Online Resource Thread/INFO] [STDERR]: [me.ichun.mods.ichunutil.common.thread.ThreadGetResources:run:77]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1489)
143[21:19:51] [iChunUtil Online Resource Thread/INFO] [STDERR]: [me.ichun.mods.ichunutil.common.thread.ThreadGetResources:run:77]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
144[21:19:51] [iChunUtil Online Resource Thread/INFO] [STDERR]: [me.ichun.mods.ichunutil.common.thread.ThreadGetResources:run:77]: at java.net.URL.openStream(URL.java:1093)
145[21:19:51] [iChunUtil Online Resource Thread/INFO] [STDERR]: [me.ichun.mods.ichunutil.common.thread.ThreadGetResources:run:77]: at me.ichun.mods.ichunutil.common.thread.ThreadGetResources.run(ThreadGetResources.java:67)
146[21:19:51] [Server thread/INFO] [iChunUtil]: =============================================================
147[21:19:51] [Server thread/INFO] [iChunUtil]: By using iChunUtil you therefore agree to the EULA of the mod. It may be found in the jar file of the mod. The latest version will be available on iChun's website or on GitHub.
148[21:19:51] [Server thread/INFO] [iChunUtil]: You can disable this console message by going to the iChunUtil config and setting the "eulaAcknowledged" config to "true" (no quotes).
149[21:19:51] [Server thread/INFO] [iChunUtil]: =============================================================
150[21:19:51] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 19 mods
151[21:19:51] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world"
152[21:19:51] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
153[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world xplosives:detonator
154[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world advancedguns:controlpanel
155[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world xplosives:snowball_bomb
156[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world xplosives:cluster_bomb
157[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world advancedguns:militaryhelmet
158[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world xplosives:packed_tnt
159[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world advancedguns:bucket
160[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world advancedguns:uraniumblock
161[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world xplosives:fireblast_tnt
162[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world advancedguns:uraniumore
163[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world xplosives:bonemeal_bomb
164[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world xplosives:tipped_arrow_bomb
165[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world advancedguns:uraniumtnt
166[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world advancedguns:thenuke
167[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world xplosives:lightning_conductor
168[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world xplosives:incendiary_bomb
169[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world xplosives:hydrogen_bomb
170[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world xplosives:physics_bomb
171[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world xplosives:arrow_bomb
172[21:19:51] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world advancedguns:sandbags
173[21:19:51] [Server thread/INFO] [FML]: Applying holder lookups
174[21:19:51] [Server thread/INFO] [FML]: Holder lookups applied
175[21:19:51] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@3ad751fa)
176[21:19:51] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTableManager]: Couldn't find resource table minecraft:food
177[21:19:51] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTableManager]: Couldn't find resource table minecraft:weapons
178[21:19:52] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 511 advancements
179[21:19:52] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@3ad751fa)
180[21:19:52] [Server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@3ad751fa)
181[21:19:52] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
182[21:19:52] [Server thread/INFO] [coroutil]: CoroUtil detected Infernal Mobs Not Installed for use
183[21:19:53] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 71%
184[21:19:53] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (1.952s)! For help, type "help" or "?"
185[21:19:53] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting GS4 status listener
186[21:19:53] [Query Listener #1/INFO] [net.minecraft.server.MinecraftServer]: Query running on 0.0.0.0:9898
187[21:19:53] [Voice Server Process/WARN] [Voice Chat Mod]: Minecraft Networking is not recommended and is consider very slow, please setup UDP.
188[21:19:53] [Voice Server Process/INFO] [Voice Chat Mod]: Started [Minecraft] Server.
189[21:19:54] [Server thread/INFO] [coroutil]: CoroUtil being reinitialized
190[21:20:08] [Netty Epoll Server IO #2/INFO] [FML]: Client protocol version 2
191[21:20:08] [Netty Epoll Server IO #2/INFO] [FML]: Client attempting to join with 18 mods : minecraft@1.12.2,zombieawareness@1.12.1-1.11.16,FML@**.**.**.**,extendedrenderer@v1.0,coroutil@1.12.1-1.2.37,configmod@v1.0,mts@22.13.0,weapons_of_the_apocalypse@1.0.0,mcgltf@1.12.2-Forge-2.0.0.0,ichunutil@7.2.0,firstaid@1.6.22,gvc@1.2.5,forge@14.23.5.2859,modularwarfare@2.4.2f,parachutemod@1.7.4,mcp@9.42,gravestone@1.10.3,replaymod@1.12.2-2.6.13
192[21:20:08] [Netty Epoll Server IO #2/INFO] [FML]: Attempting connection with missing mods [badmobs, jei, mobsunscreen] at CLIENT
193[21:20:08] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
194[21:20:08] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: Toni1zah[/**.**.**.**:60486] logged in with entity id 90 at (-275.14852529340635, 67.0, -887.5563881287403)
195[21:20:08] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Toni1zah joined the game
196[21:20:48] [Netty Epoll Server IO #3/INFO] [FML]: Client protocol version 2
197[21:20:48] [Netty Epoll Server IO #3/INFO] [FML]: Client attempting to join with 40 mods : minecraft@1.12.2,inventorysorter@1.13.3+57,ancientwarfarestructure@1.12.2-2.7.0.1038,extendedrenderer@v1.0,biomesoplenty@7.0.1.2445,configmod@v1.0,weapons_of_the_apocalypse@1.0.0,mcgltf@1.12.2-Forge-2.0.0.0,ancientwarfarenpc@1.12.2-2.7.0.1038,gvc@1.2.5,modularwarfare@2.4.2f,pip@7.0.0,roguelike@1.8.0,vanillafix@1.0.10-150,ancientwarfarevehicle@1.12.2-2.7.0.1038,neat@1.4-17,mcp@9.42,gravestone@1.10.3,ancientwarfare@1.12.2-2.7.0.1038,ctm@MC1.12.2-1.0.2.31,replaymod@1.12.2-2.6.14,cathedral@1.12.2-1.9.9,betterplacement@1.0.0-1,zombieawareness@1.12.1-1.11.16,magistuarmory@1.0,FML@**.**.**.**,structurize@1.12.2-0.10.277-RELEASE,ancientwarfareautomation@1.12.2-2.7.0.1038,coroutil@1.12.1-1.2.37,minecolonies@1.12.2-0.11.841-ALPHA,chisel@MC1.12.2-1.0.2.45,xaerominimap_core@1.12.2-1.0,mts@22.13.0,ichunutil@7.2.2,tlauncher_custom_cape_skin@1.4,xaerobetterpvp@23.9.7,firstaid@1.6.22,forge@14.23.5.2860,codechickenlib@**.**.**.**,parachutemod@1.7.4
198[21:20:48] [Netty Epoll Server IO #3/INFO] [FML]: Attempting connection with missing mods [badmobs, jei, mobsunscreen] at CLIENT
199[21:20:48] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
200[21:20:48] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: friendo3[/**.**.**.**:37855] logged in with entity id 92 at (-274.5, 67.0, -886.5)
201[21:20:48] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: friendo3 joined the game
202[21:20:51] [Server thread/ERROR] [mcinterface1122.InterfaceLoader]: MTSERROR: ConfigSystem failed to save modified config files. Report to the mod author!
203[21:21:33] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: friendo3 lost connection: Timed out
204[21:21:33] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: friendo3 left the game
205[21:24:02] [Netty Epoll Server IO #0/INFO] [FML]: Client protocol version 2
206[21:24:02] [Netty Epoll Server IO #0/INFO] [FML]: Client attempting to join with 40 mods : minecraft@1.12.2,inventorysorter@1.13.3+57,ancientwarfarestructure@1.12.2-2.7.0.1038,extendedrenderer@v1.0,biomesoplenty@7.0.1.2445,configmod@v1.0,weapons_of_the_apocalypse@1.0.0,mcgltf@1.12.2-Forge-2.0.0.0,ancientwarfarenpc@1.12.2-2.7.0.1038,gvc@1.2.5,modularwarfare@2.4.2f,pip@7.0.0,roguelike@1.8.0,vanillafix@1.0.10-150,ancientwarfarevehicle@1.12.2-2.7.0.1038,neat@1.4-17,mcp@9.42,gravestone@1.10.3,ancientwarfare@1.12.2-2.7.0.1038,ctm@MC1.12.2-1.0.2.31,replaymod@1.12.2-2.6.14,cathedral@1.12.2-1.9.9,betterplacement@1.0.0-1,zombieawareness@1.12.1-1.11.16,magistuarmory@1.0,FML@**.**.**.**,structurize@1.12.2-0.10.277-RELEASE,ancientwarfareautomation@1.12.2-2.7.0.1038,coroutil@1.12.1-1.2.37,minecolonies@1.12.2-0.11.841-ALPHA,chisel@MC1.12.2-1.0.2.45,xaerominimap_core@1.12.2-1.0,mts@22.13.0,ichunutil@7.2.2,tlauncher_custom_cape_skin@1.4,xaerobetterpvp@23.9.7,firstaid@1.6.22,forge@14.23.5.2860,codechickenlib@**.**.**.**,parachutemod@1.7.4
207[21:24:02] [Netty Epoll Server IO #0/INFO] [FML]: Attempting connection with missing mods [badmobs, jei, mobsunscreen] at CLIENT
208[21:24:03] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
209[21:24:03] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: friendo3[/**.**.**.**:37913] logged in with entity id 94 at (-274.5, 67.0, -886.5)
210[21:24:03] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: friendo3 joined the game
211[21:24:33] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: friendo3 lost connection: Timed out
212[21:24:33] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: friendo3 left the game
213[21:28:39] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Toni1zah lost connection: Timed out
214[21:28:39] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Toni1zah left the game
215[21:28:54] [Netty Epoll Server IO #1/INFO] [FML]: Client protocol version 2
216[21:28:54] [Netty Epoll Server IO #1/INFO] [FML]: Client attempting to join with 18 mods : minecraft@1.12.2,zombieawareness@1.12.1-1.11.16,FML@**.**.**.**,extendedrenderer@v1.0,coroutil@1.12.1-1.2.37,configmod@v1.0,mts@22.13.0,weapons_of_the_apocalypse@1.0.0,mcgltf@1.12.2-Forge-2.0.0.0,ichunutil@7.2.0,firstaid@1.6.22,gvc@1.2.5,forge@14.23.5.2859,modularwarfare@2.4.2f,parachutemod@1.7.4,mcp@9.42,gravestone@1.10.3,replaymod@1.12.2-2.6.13
217[21:28:54] [Netty Epoll Server IO #1/INFO] [FML]: Attempting connection with missing mods [badmobs, jei, mobsunscreen] at CLIENT
218[21:28:57] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
219[21:28:57] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: Toni1zah[/**.**.**.**:60768] logged in with entity id 96 at (-277.8118901142354, 67.0, -886.3201751277793)
220[21:28:57] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Toni1zah joined the game
221[21:29:15] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Toni1zah lost connection: Timed out
222[21:29:15] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Toni1zah left the game
223[21:29:54] [Netty Epoll Server IO #2/INFO] [FML]: Client protocol version 2
224[21:29:54] [Netty Epoll Server IO #2/INFO] [FML]: Client attempting to join with 18 mods : minecraft@1.12.2,zombieawareness@1.12.1-1.11.16,FML@**.**.**.**,extendedrenderer@v1.0,coroutil@1.12.1-1.2.37,configmod@v1.0,mts@22.13.0,weapons_of_the_apocalypse@1.0.0,mcgltf@1.12.2-Forge-2.0.0.0,ichunutil@7.2.0,firstaid@1.6.22,gvc@1.2.5,forge@14.23.5.2859,modularwarfare@2.4.2f,parachutemod@1.7.4,mcp@9.42,gravestone@1.10.3,replaymod@1.12.2-2.6.13
225[21:29:54] [Netty Epoll Server IO #2/INFO] [FML]: Attempting connection with missing mods [badmobs, jei, mobsunscreen] at CLIENT
226[21:29:56] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
227[21:29:56] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: Toni1zah[/**.**.**.**:60793] logged in with entity id 98 at (-277.8118901142354, 67.0, -886.3201751277793)
228[21:29:56] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Toni1zah joined the game
229[21:30:17] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Toni1zah lost connection: Timed out
230[21:30:17] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Toni1zah left the game
231[21:30:43] [Netty Epoll Server IO #3/INFO] [FML]: Client protocol version 2
232[21:30:43] [Netty Epoll Server IO #3/INFO] [FML]: Client attempting to join with 18 mods : minecraft@1.12.2,zombieawareness@1.12.1-1.11.16,FML@**.**.**.**,extendedrenderer@v1.0,coroutil@1.12.1-1.2.37,configmod@v1.0,mts@22.13.0,weapons_of_the_apocalypse@1.0.0,mcgltf@1.12.2-Forge-2.0.0.0,ichunutil@7.2.0,firstaid@1.6.22,gvc@1.2.5,forge@14.23.5.2859,modularwarfare@2.4.2f,parachutemod@1.7.4,mcp@9.42,gravestone@1.10.3,replaymod@1.12.2-2.6.13
233[21:30:43] [Netty Epoll Server IO #3/INFO] [FML]: Attempting connection with missing mods [badmobs, jei, mobsunscreen] at CLIENT
234[21:30:45] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
235[21:30:45] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: Toni1zah[/**.**.**.**:60833] logged in with entity id 100 at (-277.8118901142354, 67.0, -886.3201751277793)
236[21:30:45] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Toni1zah joined the game
237[21:31:12] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Toni1zah lost connection: Disconnected
238[21:31:12] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Toni1zah left the game
239[21:31:37] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Stopping the server
240[21:31:37] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
241[21:31:37] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
242[21:31:37] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
243[21:31:37] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/overworld
244[21:31:37] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/the_nether
245[21:31:37] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/the_end
246[21:31:37] [Server thread/INFO] [FML]: Unloading dimension 0
247[21:31:37] [Server thread/INFO] [FML]: Unloading dimension -1
248[21:31:37] [Server thread/INFO] [FML]: Unloading dimension 1
249[21:31:37] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
250[21:31:37] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
251[21:31:37] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
This log will be saved for 90 days from their last view.
Report abuse