Jump to content

1.14.4 Forge server Issue


Crash0720

Recommended Posts

So I recently made a 1.14.4 forge server for my friends and I to play on. The server launches fine, and I can connect to it without mods on. The problem is whenever i try to run it with mods, I get "mismatched mod channel list" as an error. I can run the mods fine in single player, and the server launches with all of them running, but I cant connect.

Mods include:

Amas-Damage-Indicator 1.14.4

Corpse-Mod 1.14.4

Inventory-sorter-Mod 1.14.4

MrCrayfish-Furniture-Mod 1.14.4

Weapon-craftery-mod 1.14.4

 

This is my console log when the server goes up:

 

C:\Users\ethan\OneDrive\Desktop\Modded MC Server>java -Xmx4096M -Xms4096M -jar forgeserver.jar nogui
2019-07-31 04:51:05,659 main WARN Disabling terminal, you're running in an unsupported environment.
[04:51:05.794] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 28.0.23, --fml.mcpVersion, 20190719.225934, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, nogui]
[04:51:05.798] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 3.1.0+58+1395384 starting: java version 1.8.0_181 by Oracle Corporation
[04:51:06.169] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[04:51:07.046] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]
[04:51:19.379] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[04:51:19.390] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[04:51:19.393] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[04:51:19.418] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[04:51:19.435] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[04:51:19.527] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.14.4
[04:51:19.806] [modloading-worker-2/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 28.0.23, for MC 1.14.4 with MCP 20190719.225934
[04:51:19.821] [modloading-worker-2/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v28.0.23 Initialized
[04:51:20.593] [Server thread/ERROR] [ne.mi.fm.ModList/LOADING]: Encountered an exception during parallel processing
java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError
        at java.util.concurrent.ForkJoinTask.get(Unknown Source) ~[?:1.8.0_181] {}
        at net.minecraftforge.fml.ModList.dispatchParallelEvent(ModList.java:137) ~[?:?] {}
        at net.minecraftforge.fml.ModList.lambda$static$2(ModList.java:97) ~[?:?] {}
        at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71) [?:?] {}
        at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:194) [?:?] {}
        at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:180) [?:?] {}
        at net.minecraftforge.fml.server.ServerModLoader.begin(ServerModLoader.java:45) [?:?] {}
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121) [?:?] {pl:accesstransformer:B}
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:597) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_181] {}
Caused by: java.lang.NoClassDefFoundError
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_181] {}
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_181] {}
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_181] {}
        at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.ForkJoinTask.getThrowableException(Unknown Source) ~[?:1.8.0_181] {}
        ... 10 more
Caused by: java.lang.NoClassDefFoundError
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_181] {}
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_181] {}
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_181] {}
        at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.ForkJoinTask.getThrowableException(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.ForkJoinTask.reportException(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.ForkJoinTask.invoke(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source) ~[?:1.8.0_181] {}
        at net.minecraftforge.fml.ModList.lambda$dispatchParallelEvent$11(ModList.java:133) ~[?:?] {}
        at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:1.8.0_181] {}
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/particle/Particle
        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.AutomaticEventSubscriber.lambda$inject$3(AutomaticEventSubscriber.java:70) ~[?:?] {}
        at java.util.ArrayList.forEach(Unknown Source) ~[?:1.8.0_181] {}
        at net.minecraftforge.fml.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:57) ~[?:?] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:140) ~[?:28.0] {}
        at java.util.function.Consumer.lambda$andThen$0(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.function.Consumer.lambda$andThen$0(Unknown Source) ~[?:1.8.0_181] {}
        at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) ~[?:?] {}
        at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:133) ~[?:?] {}
        at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.stream.ForEachOps$ForEachTask.compute(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.CountedCompleter.exec(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:1.8.0_181] {}
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.particle.Particle
        at java.lang.ClassLoader.findClass(Unknown Source) ~[?:1.8.0_181] {}
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181] {}
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:102) ~[modlauncher-3.1.0.jar:?] {}
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181] {}
        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.AutomaticEventSubscriber.lambda$inject$3(AutomaticEventSubscriber.java:70) ~[?:?] {}
        at java.util.ArrayList.forEach(Unknown Source) ~[?:1.8.0_181] {}
        at net.minecraftforge.fml.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:57) ~[?:?] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:140) ~[?:28.0] {}
        at java.util.function.Consumer.lambda$andThen$0(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.function.Consumer.lambda$andThen$0(Unknown Source) ~[?:1.8.0_181] {}
        at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) ~[?:?] {}
        at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:133) ~[?:?] {}
        at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.stream.ForEachOps$ForEachTask.compute(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.CountedCompleter.exec(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:1.8.0_181] {}
[04:51:20.759] [Server thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `wooden_sword`, expected `weapon_craftery`. This could be a intended override, but in most cases indicates a broken mod.
[04:51:20.795] [Server thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `stone_sword`, expected `weapon_craftery`. This could be a intended override, but in most cases indicates a broken mod.
[04:51:20.832] [Server thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `iron_sword`, expected `weapon_craftery`. This could be a intended override, but in most cases indicates a broken mod.
[04:51:20.837] [Server thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `diamond_sword`, expected `weapon_craftery`. This could be a intended override, but in most cases indicates a broken mod.
[04:51:20.839] [Server thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `golden_sword`, expected `weapon_craftery`. This could be a intended override, but in most cases indicates a broken mod.
[04:51:20.906] [Server thread/WARN] [minecraft/EntityType]: No data fixer registered for entity corpse:corpse
[04:51:20.911] [Server thread/WARN] [minecraft/EntityType]: No data fixer registered for entity cfm:seat
[04:51:21.245] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties
[04:51:21.258] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL
[04:51:21.259] [Server thread/INFO] [minecraft/DedicatedServer]: Generating keypair
[04:51:21.293] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [corpse] Starting version check at https://maxhenkel.de/update/corpse.json
[04:51:21.380] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on 10.0.0.77:25565
[04:51:21.437] [Server thread/INFO] [minecraft/NetworkSystem]: Using default channel type
[04:51:22.772] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [corpse] Found status: UP_TO_DATE Current: 1.14.4-1.0.0 Target: null
[04:51:22.801] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [cfm] Starting version check at https://raw.githubusercontent.com/MrCrayfish/MrCrayfishFurnitureMod/master/update.json
[04:51:23.016] [Forge Version Check/WARN] [ne.mi.fm.VersionChecker/]: Failed to process update information
java.io.FileNotFoundException: https://raw.githubusercontent.com/MrCrayfish/MrCrayfishFurnitureMod/master/update.json
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_181] {}
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_181] {}
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_181] {}
        at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_181] {}
        at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) ~[?:1.8.0_181] {}
        at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) ~[?:1.8.0_181] {}
        at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_181] {}
        at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) ~[?:1.8.0_181] {}
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_181] {}
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_181] {}
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_181] {}
        at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?] {}
        at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) ~[?:?] {}
        at java.lang.Iterable.forEach(Unknown Source) [?:1.8.0_181] {}
        at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?] {}
Caused by: java.io.FileNotFoundException: https://raw.githubusercontent.com/MrCrayfish/MrCrayfishFurnitureMod/master/update.json
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_181] {}
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_181] {}
        at java.net.HttpURLConnection.getResponseCode(Unknown Source) ~[?:1.8.0_181] {}
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source) ~[?:1.8.0_181] {}
        at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?] {}
        ... 3 more
[04:51:23.101] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [weapon_craftery] Starting version check at http://myurl.me/
[04:51:23.538] [Forge Version Check/WARN] [ne.mi.fm.VersionChecker/]: Failed to process update information
java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_181] {}
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_181] {}
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_181] {}
        at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_181] {}
        at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) ~[?:1.8.0_181] {}
        at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) ~[?:1.8.0_181] {}
        at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_181] {}
        at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) ~[?:1.8.0_181] {}
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_181] {}
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_181] {}
        at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?] {}
        at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) ~[?:?] {}
        at java.lang.Iterable.forEach(Unknown Source) [?:1.8.0_181] {}
        at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?] {}
Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_181] {}
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_181] {}
        at java.net.HttpURLConnection.getResponseCode(Unknown Source) ~[?:1.8.0_181] {}
        at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?] {}
        ... 3 more
[04:51:23.565] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[04:51:23.831] [Thread-1/FATAL] [ne.mi.co.ForgeConfig/CORE]: Forge config just got changed on the file system!
[04:51:23.864] [Server thread/INFO] [minecraft/DedicatedServer]: Preparing level "world"
[04:51:24.128] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Found status: BETA_OUTDATED Current: 28.0.23 Target: 28.0.27
[04:51:24.713] [Server thread/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Weapon-Craftery-Mod-1.14.4.jar, Inventory-Sorter-Mod-1.14.4.jar, Amas-Damage-Indicator-Mod-1.14.4.jar, Corpse-Mod-1.14.4.jar, MrCrayfishs-Furniture-Mod-1.14.4.jar, Default, forge-1.14.4-28.0.23-universal.jar
[04:51:25.582] [Server thread/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe cfm:stone_bedside_cabinet
com.google.gson.JsonSyntaxException: Unknown item 'minecraft:stone_log'
        at net.minecraft.item.crafting.Ingredient.lambda$deserializeItemList$12(Ingredient.java:221) ~[?:?] {pl:accesstransformer:B}
        at java.util.Optional.orElseThrow(Unknown Source) ~[?:1.8.0_181] {}
        at net.minecraft.item.crafting.Ingredient.func_199803_a(Ingredient.java:220) ~[?:?] {pl:accesstransformer:B}
        at net.minecraftforge.common.crafting.CraftingHelper$1.parse(CraftingHelper.java:119) ~[?:?] {}
        at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:219) ~[?:?] {}
        at net.minecraft.item.crafting.Ingredient.func_199802_a(Ingredient.java:189) ~[?:?] {pl:accesstransformer:B}
        at net.minecraft.item.crafting.ShapedRecipe.func_192408_a(ShapedRecipe.java:256) ~[?:?] {}
        at net.minecraft.item.crafting.ShapedRecipe.access$000(ShapedRecipe.java:26) ~[?:?] {}
        at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:280) ~[?:?] {}
        at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:276) ~[?:?] {}
        at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:130) ~[?:?] {pl:runtimedistcleaner:A}
        at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) ~[?:?] {pl:runtimedistcleaner:A}
        at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?] {pl:runtimedistcleaner:A}
        at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
        at java.util.concurrent.CompletableFuture.uniAccept(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source) ~[?:1.8.0_181] {}
        at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:1.8.0_181] {}
        at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
        at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
        at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
        at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
        at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
        at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:698) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
        at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:692) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
        at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
        at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1426) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
        at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:435) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
        at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:597) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_181] {}
[04:51:25.678] [Server thread/INFO] [minecraft/RecipeManager]: Loaded 6 recipes
[04:51:26.728] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 811 advancements
[04:51:26.969] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for dimension minecraft:overworld
[04:51:27.146] [Thread-1/FATAL] [ne.mi.co.ForgeConfig/CORE]: Forge config just got changed on the file system!
[04:51:28.103] [Server thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 0%
[04:51:28.103] [Server thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 0%
[04:51:28.105] [Server thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 0%
[04:51:28.593] [Server thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 0%
[04:51:28.864] [Server thread/INFO] [minecraft/LoggingChunkStatusListener]: Time elapsed: 1893 ms
[04:51:28.865] [Server thread/INFO] [minecraft/DedicatedServer]: Done (5.103s)! For help, type "help"
[04:51:29.046] [Server thread/INFO] [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[04:51:29.046] [Server thread/INFO] [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved

 

Please and Thank you to any help!

Link to comment
Share on other sites

8 minutes ago, diesieben07 said:

The filenames of your mods highly suggest you did not download them from their official sources.

Check out StopModReposts and obtain the mods properly.

 

Sorry I paraphrased on some of the mods, I shouldn't have. All of them were downloaded from http://www.9minecraft.net/ and work perfectly fine. There just seems to be a miscommunication between my client and my server. 

Below is the actual mod names as listed in the folder.

ModList.PNG

Edited by diesieben07
removed link to repost site
Link to comment
Share on other sites

14 minutes ago, diesieben07 said:

My response above still applies. 9minecraft is a highly illegitimate reposting site. Please read and understand the project I linked above and obtain your mods properly before continueing.

I downloaded the plugin for chrome and it showed me that www.planetminecraft.com works, literally the first mod I downloaded works fine with the server! Thank you so much for your help, I cant believe that was the problem!

You're a life saver :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.