Hello, I have been trying to set up a server version of a custom modpack and I have run into some problems. I have done my best to remove some mods here and there that just caused too much of a headache such as advanced generators which is all fine and fair. I have moved around versions of java as well. Hardest part so far was tracking down a version of scala that worked properly with the version of java and after that I am hit with this error. I understand basic java and to me this error doesn't make sense. I am hoping someone can tell me what exactly went wrong.. it would me much appreciated! thank you!
Forge Version: 36.2.35 MC: 1.16.5
below is a mod list and the log
[21Aug2022 21:10:18.146] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.35, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui]
[21Aug2022 21:10:18.151] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.1.3+8.1.3+main-8.1.x.c94d18ec starting: java version 1.8.0_333 by Oracle Corporation
[21Aug2022 21:10:24.449] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[21Aug2022 21:10:24.493] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/C:/Users/Zaska/Desktop/Beer%20Bellies/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=SERVER
[21Aug2022 21:10:26.084] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:0 token recognition error at: '~'
[21Aug2022 21:10:26.819] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [hellfirepvp.astralsorcery.MixinConnector]
[21Aug2022 21:10:26.822] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.qouteall.hiding_in_the_bushes.MyMixinConnector]
[21Aug2022 21:10:26.859] [main/INFO] [Portal/]: Invoking Mixin Connector
[21Aug2022 21:10:26.861] [main/ERROR] [mixin/]: Mixin config imm_ptl_mixins.json does not specify "minVersion" property
[21Aug2022 21:10:26.863] [main/ERROR] [mixin/]: Mixin config imm_ptl_mixins_forge.json does not specify "minVersion" property
[21Aug2022 21:10:26.865] [main/ERROR] [mixin/]: Mixin config imm_ptl_peripheral_mixins.json does not specify "minVersion" property
[21Aug2022 21:10:26.868] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]
[21Aug2022 21:10:26.963] [pool-2-thread-1/ERROR] [net.minecraftforge.fml.loading.moddiscovery.BackgroundScanHandler/SCAN]: An error occurred scanning file Mod File: C:\Users\Zaska\Desktop\Beer Bellies\mods\bdlib-1.17.1.11-mc1.16.5.jar
java.util.concurrent.CompletionException: java.lang.NoSuchMethodError: net.minecraftforge.forgespi.language.ModFileScanData$AnnotationData.annotationType()Lorg/objectweb/asm/Type;
at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) ~[?:1.8.0_333]
at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) [?:1.8.0_333]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) [?:1.8.0_333]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_333]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_333]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_333]
Caused by: java.lang.NoSuchMethodError: net.minecraftforge.forgespi.language.ModFileScanData$AnnotationData.annotationType()Lorg/objectweb/asm/Type;
at com.kotori316.scala_lib.ScalaLanguageProvider.$anonfun$getFileVisitor$2(ScalaLanguageProvider.scala:21) ~[?:?]
at com.kotori316.scala_lib.ScalaLanguageProvider.$anonfun$getFileVisitor$2$adapted(ScalaLanguageProvider.scala:21) ~[?:?]
at scala.collection.StrictOptimizedIterableOps.filterImpl(StrictOptimizedIterableOps.scala:227) ~[?:?]
at scala.collection.StrictOptimizedIterableOps.filterImpl$(StrictOptimizedIterableOps.scala:222) ~[?:?]
at scala.collection.convert.JavaCollectionWrappers$JSetWrapper.filterImpl(JavaCollectionWrappers.scala:180) ~[?:?]
at scala.collection.StrictOptimizedIterableOps.filter(StrictOptimizedIterableOps.scala:218) ~[?:?]
at scala.collection.StrictOptimizedIterableOps.filter$(StrictOptimizedIterableOps.scala:218) ~[?:?]
at scala.collection.convert.JavaCollectionWrappers$JSetWrapper.filter(JavaCollectionWrappers.scala:180) ~[?:?]
at com.kotori316.scala_lib.ScalaLanguageProvider.$anonfun$getFileVisitor$1(ScalaLanguageProvider.scala:21) ~[?:?]
at net.minecraftforge.fml.loading.moddiscovery.Scanner.scan(Scanner.java:36) ~[forge-1.16.5-36.2.35.jar:?]
at net.minecraftforge.fml.loading.moddiscovery.ModFile.compileContent(ModFile.java:116) ~[forge-1.16.5-36.2.35.jar:?]
... 4 more
[21Aug2022 21:10:27.018] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/resources/SkinManager (java.lang.ClassNotFoundException: null)
[21Aug2022 21:10:27.019] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.resources.SkinManager was not found transliterationlib.forge.mixins.json:PlayerSkinProviderMixin
[21Aug2022 21:10:27.125] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/entity/player/AbstractClientPlayerEntity for invalid dist DEDICATED_SERVER
[21Aug2022 21:10:27.125] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/entity/player/AbstractClientPlayerEntity (java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/player/AbstractClientPlayerEntity for invalid dist DEDICATED_SERVER)
[21Aug2022 21:10:27.125] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.entity.player.AbstractClientPlayerEntity was not found transliterationlib.forge.mixins.json:AbstractClientPlayerEntityMixin
[21Aug2022 21:10:27.128] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/resources/DefaultPlayerSkin (java.lang.ClassNotFoundException: null)
[21Aug2022 21:10:27.128] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.resources.DefaultPlayerSkin was not found transliterationlib.forge.mixins.json:DefaultSkinHelperMixin
[21Aug2022 21:10:27.152] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/model/PlayerModel (java.lang.ClassNotFoundException: null)
[21Aug2022 21:10:27.153] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.model.PlayerModel was not found transliterationlib.forge.mixins.json:PlayerEntityModelMixin
[21Aug2022 21:10:27.155] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/layers/HeldItemLayer (java.lang.ClassNotFoundException: null)
[21Aug2022 21:10:27.156] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.layers.HeldItemLayer was not found transliterationlib.forge.mixins.json:HeldItemFeatureRendererMixin
[21Aug2022 21:10:27.201] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching LivingEntity#attackEntityFrom
[21Aug2022 21:10:27.542] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'reach_set_server_entity_interact' ASM patch...
[21Aug2022 21:10:27.553] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'reach_set_server_entity_interact' ASM patch!
[21Aug2022 21:10:27.767] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching ItemStack#onItemUse
[21Aug2022 21:10:27.908] [main/INFO] [net.minecraftforge.coremod.CoreMod.observerlib/COREMODLOG]: Adding 'on_block_change' ASM patch...
[21Aug2022 21:10:27.914] [main/INFO] [net.minecraftforge.coremod.CoreMod.observerlib/COREMODLOG]: Added 'on_block_change' ASM patch!
[21Aug2022 21:10:29.470] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching LivingEntity#attackEntityFrom
[21Aug2022 21:10:29.542] [main/INFO] [net.minecraftforge.coremod.CoreMod.observerlib/COREMODLOG]: Adding 'on_block_change' ASM patch...
[21Aug2022 21:10:29.543] [main/INFO] [net.minecraftforge.coremod.CoreMod.observerlib/COREMODLOG]: Added 'on_block_change' ASM patch!
[21Aug2022 21:10:32.530] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching ItemStack#onItemUse
[21Aug2022 21:10:35.353] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching DataPackRegistries#<init>
[21Aug2022 21:10:35.811] [main/FATAL] [net.minecraft.server.Main/]: Failed to start the minecraft server
java.lang.RuntimeException: java.util.concurrent.CompletionException: java.lang.NoSuchMethodError: net.minecraftforge.forgespi.language.ModFileScanData$AnnotationData.annotationType()Lorg/objectweb/asm/Type;
at net.minecraftforge.fml.loading.moddiscovery.ModFile.getScanResult(ModFile.java:138) ~[forge-1.16.5-36.2.35.jar:?]
at net.minecraftforge.fml.ModLoader.buildMods(ModLoader.java:264) ~[forge:?]
at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$11(ModLoader.java:169) ~[forge:?]
at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_333]
at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_333]
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_333]
at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_333]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_333]
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_333]
at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_333]
at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_333]
at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:171) ~[forge:?]
at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:30) ~[forge:?]
at net.minecraft.server.Main.main(Main.java:95) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_333]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_333]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_333]
at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:37) ~[forge-1.16.5-36.2.35.jar:36.2]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?]
at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:49) [forge-1.16.5-36.2.35.jar:?]
at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:46) [forge-1.16.5-36.2.35.jar:?]
at net.minecraftforge.server.ServerMain.main(ServerMain.java:43) [forge-1.16.5-36.2.35.jar:?]
Caused by: java.util.concurrent.CompletionException: java.lang.NoSuchMethodError: net.minecraftforge.forgespi.language.ModFileScanData$AnnotationData.annotationType()Lorg/objectweb/asm/Type;
at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) ~[?:1.8.0_333]
at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) ~[?:1.8.0_333]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) ~[?:1.8.0_333]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:1.8.0_333]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:1.8.0_333]
at java.lang.Thread.run(Unknown Source) ~[?:1.8.0_333]
Caused by: java.lang.NoSuchMethodError: net.minecraftforge.forgespi.language.ModFileScanData$AnnotationData.annotationType()Lorg/objectweb/asm/Type;
at com.kotori316.scala_lib.ScalaLanguageProvider.$anonfun$getFileVisitor$2(ScalaLanguageProvider.scala:21) ~[?:2.13.7-build-2]
at com.kotori316.scala_lib.ScalaLanguageProvider.$anonfun$getFileVisitor$2$adapted(ScalaLanguageProvider.scala:21) ~[?:2.13.7-build-2]
at scala.collection.StrictOptimizedIterableOps.filterImpl(StrictOptimizedIterableOps.scala:227) ~[?:2.13.7-build-2]
at scala.collection.StrictOptimizedIterableOps.filterImpl$(StrictOptimizedIterableOps.scala:222) ~[?:2.13.7-build-2]
at scala.collection.convert.JavaCollectionWrappers$JSetWrapper.filterImpl(JavaCollectionWrappers.scala:180) ~[?:2.13.7-build-2]
at scala.collection.StrictOptimizedIterableOps.filter(StrictOptimizedIterableOps.scala:218) ~[?:2.13.7-build-2]
at scala.collection.StrictOptimizedIterableOps.filter$(StrictOptimizedIterableOps.scala:218) ~[?:2.13.7-build-2]
at scala.collection.convert.JavaCollectionWrappers$JSetWrapper.filter(JavaCollectionWrappers.scala:180) ~[?:2.13.7-build-2]
at com.kotori316.scala_lib.ScalaLanguageProvider.$anonfun$getFileVisitor$1(ScalaLanguageProvider.scala:21) ~[?:2.13.7-build-2]
at net.minecraftforge.fml.loading.moddiscovery.Scanner.scan(Scanner.java:36) ~[forge-1.16.5-36.2.35.jar:?]
at net.minecraftforge.fml.loading.moddiscovery.ModFile.compileContent(ModFile.java:116) ~[forge-1.16.5-36.2.35.jar:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) ~[?:1.8.0_333]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:1.8.0_333]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:1.8.0_333]
at java.lang.Thread.run(Unknown Source) ~[?:1.8.0_333]
Appleskin Astral Sorcery AutoRegLib Baubles-Reborn? Baubley Heart Canisters Bdlib Biome O' Plenty Brewevolution Carry On Citadel CoFH Core Compact Machines Compact Ores Cooking for Blockheads Cucumber Library Curios API (Forge) Cyclic Drink Beer EMC Baubles EV's Alcohol FallingTree Farmer's Delight Farming for Blockheads FastFurnace Flat Bedrock Goblin Traders Growthcraft Community Edition I Like Wood I like wood Biomes O' Plenty Plugin I Like Wood Immersive Engineering Plugin Immersive Engineering Immersive Geology Immersive Industry Immersive Petroleum Immersive Portals Immersive Posts Instrumental Mobs Inzhefop's Core Iron Chests JEI Multiblocks JEI Macaw's Fences (and Biomes O' Plenty expansion) Macaws fences and Walls Macaws Roofs Mantles MineColonies Mob Grinding Utils Mobs 'n' Growths Mouse Tweaks Mystical Agradditions Mystical Agriculture ObserverLib Odd Water Mobs Placebo Polymorph PorjectE Quark Rats Refined Cooking Refined Storage Refined Storage Addons Refined Storage Large Patterns Scalable Cat's Force Sophisticated Backpacks Structurize SuperMartijn642's Core Lib Thermal Cultivation Thermal Expansion Thermal Foundation Thermal Innovation Thermal Locomotion Thermal Raw Ores Tinkers Construct Tinkers Reforged Tinker's Archery Tinker's Mechworks TRansliterationLib Trash Cans
in short I basically don't understand why I am getting this error besides some language incompatibility issue that I am unsure of. I would love some feedback and help with trouble shooting, thank you
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Forums too slow? Want proper support? Join the CurseForge discord. and please please follow the rules/use the proper channels! https://discord.com/invite/curseforge
Hey, so I installed the patch you sent me and was safe and just removed my J8 V333 all together and it hit me with another language error..
I'm sorry if I am not providing enough details, I understand basic scripting but I am a simple tradesman. THank you for your help, let me know if you can think of anything else please.
C:\Users\Zaska\Desktop\Beer Bellies>java -Xms2048M -Xmx16120M -jar forge-1.16.5-36.2.35.jar nogui 2022-08-23 15:57:23,857 main WARN Advanced terminal features are not available in this environment 2022-08-23 15:57:23,910 main ERROR Unable to delete file C:\Users\Zaska\Desktop\Beer Bellies\logs\latest.log: java.nio.file.FileSystemException C:\Users\Zaska\Desktop\Beer Bellies\logs\latest.log: The process cannot access the file because it is being used by another process.
[15:57:23] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.35, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui] [15:57:23] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.1.3+8.1.3+main-8.1.x.c94d18ec starting: java version 1.8.0_312 by Temurin [15:57:27] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust [15:57:27] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/C:/Users/Zaska/Desktop/Beer%20Bellies/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=SERVER [15:57:28] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:0 token recognition error at: '~' [15:57:28] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [hellfirepvp.astralsorcery.MixinConnector] [15:57:28] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.qouteall.hiding_in_the_bushes.MyMixinConnector] [15:57:29] [main/INFO] [Portal/]: Invoking Mixin Connector [15:57:29] [main/ERROR] [mixin/]: Mixin config imm_ptl_mixins.json does not specify "minVersion" property [15:57:29] [main/ERROR] [mixin/]: Mixin config imm_ptl_mixins_forge.json does not specify "minVersion" property [15:57:29] [main/ERROR] [mixin/]: Mixin config imm_ptl_peripheral_mixins.json does not specify "minVersion" property [15:57:29] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui] [15:57:29] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/resources/SkinManager (java.lang.ClassNotFoundException: null) [15:57:29] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.resources.SkinManager was not found transliterationlib.forge.mixins.json:PlayerSkinProviderMixin [15:57:29] [pool-2-thread-1/ERROR] [ne.mi.fm.lo.mo.BackgroundScanHandler/SCAN]: An error occurred scanning file Mod File: C:\Users\Zaska\Desktop\Beer Bellies\mods\bdlib-1.17.1.11-mc1.16.5.jar java.util.concurrent.CompletionException: java.lang.NoSuchMethodError: net.minecraftforge.forgespi.language.ModFileScanData$AnnotationData.annotationType()Lorg/objectweb/asm/Type; at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) ~[?:1.8.0_312] {} at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) [?:1.8.0_312] {} at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1606) [?:1.8.0_312] {} at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_312] {} at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_312] {} at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312] {} Caused by: java.lang.NoSuchMethodError: net.minecraftforge.forgespi.language.ModFileScanData$AnnotationData.annotationType()Lorg/objectweb/asm/Type; at com.kotori316.scala_lib.ScalaLanguageProvider.$anonfun$getFileVisitor$2(ScalaLanguageProvider.scala:21) ~[?:?] {} at com.kotori316.scala_lib.ScalaLanguageProvider.$anonfun$getFileVisitor$2$adapted(ScalaLanguageProvider.scala:21) ~[?:?] {} at scala.collection.StrictOptimizedIterableOps.filterImpl(StrictOptimizedIterableOps.scala:227) ~[?:?] {} at scala.collection.StrictOptimizedIterableOps.filterImpl$(StrictOptimizedIterableOps.scala:222) ~[?:?] {} at scala.collection.convert.JavaCollectionWrappers$JSetWrapper.filterImpl(JavaCollectionWrappers.scala:180) ~[?:?] {} at scala.collection.StrictOptimizedIterableOps.filter(StrictOptimizedIterableOps.scala:218) ~[?:?] {} at scala.collection.StrictOptimizedIterableOps.filter$(StrictOptimizedIterableOps.scala:218) ~[?:?] {} at scala.collection.convert.JavaCollectionWrappers$JSetWrapper.filter(JavaCollectionWrappers.scala:180) ~[?:?] {} at com.kotori316.scala_lib.ScalaLanguageProvider.$anonfun$getFileVisitor$1(ScalaLanguageProvider.scala:21) ~[?:?] {} at net.minecraftforge.fml.loading.moddiscovery.Scanner.scan(Scanner.java:36) ~[forge-1.16.5-36.2.35.jar:?] {} at net.minecraftforge.fml.loading.moddiscovery.ModFile.compileContent(ModFile.java:116) ~[forge-1.16.5-36.2.35.jar:?] {} at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604) ~[?:1.8.0_312] {} ... 3 more [15:57:29] [main/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/entity/player/AbstractClientPlayerEntity for invalid dist DEDICATED_SERVER [15:57:29] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/entity/player/AbstractClientPlayerEntity (java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/player/AbstractClientPlayerEntity for invalid dist DEDICATED_SERVER) [15:57:29] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.entity.player.AbstractClientPlayerEntity was not found transliterationlib.forge.mixins.json:AbstractClientPlayerEntityMixin [15:57:29] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/resources/DefaultPlayerSkin (java.lang.ClassNotFoundException: null) [15:57:29] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.resources.DefaultPlayerSkin was not found transliterationlib.forge.mixins.json:DefaultSkinHelperMixin [15:57:29] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/model/PlayerModel (java.lang.ClassNotFoundException: null) [15:57:29] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.model.PlayerModel was not found transliterationlib.forge.mixins.json:PlayerEntityModelMixin [15:57:29] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/layers/HeldItemLayer (java.lang.ClassNotFoundException: null) [15:57:29] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.layers.HeldItemLayer was not found transliterationlib.forge.mixins.json:HeldItemFeatureRendererMixin [15:57:29] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching LivingEntity#attackEntityFrom [15:57:29] [main/INFO] [ne.mi.co.Co.astralsorcery/COREMODLOG]: Adding 'reach_set_server_entity_interact' ASM patch... [15:57:29] [main/INFO] [ne.mi.co.Co.astralsorcery/COREMODLOG]: Added 'reach_set_server_entity_interact' ASM patch! [15:57:29] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching ItemStack#onItemUse [15:57:29] [main/INFO] [ne.mi.co.Co.observerlib/COREMODLOG]: Adding 'on_block_change' ASM patch... [15:57:29] [main/INFO] [ne.mi.co.Co.observerlib/COREMODLOG]: Added 'on_block_change' ASM patch! [15:57:30] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching LivingEntity#attackEntityFrom [15:57:30] [main/INFO] [ne.mi.co.Co.observerlib/COREMODLOG]: Adding 'on_block_change' ASM patch... [15:57:30] [main/INFO] [ne.mi.co.Co.observerlib/COREMODLOG]: Added 'on_block_change' ASM patch! [15:57:32] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching ItemStack#onItemUse [15:57:35] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching DataPackRegistries#<init> [15:57:35] [main/FATAL] [minecraft/Main]: Failed to start the minecraft server java.lang.RuntimeException: java.util.concurrent.CompletionException: java.lang.NoSuchMethodError: net.minecraftforge.forgespi.language.ModFileScanData$AnnotationData.annotationType()Lorg/objectweb/asm/Type; at net.minecraftforge.fml.loading.moddiscovery.ModFile.getScanResult(ModFile.java:138) ~[forge-1.16.5-36.2.35.jar:?] {} at net.minecraftforge.fml.ModLoader.buildMods(ModLoader.java:264) ~[forge:?] {re:classloading} at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$11(ModLoader.java:169) ~[forge:?] {re:classloading} at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_312] {} at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_312] {} at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[?:1.8.0_312] {} at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_312] {} at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_312] {} at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_312] {} at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_312] {} at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566) ~[?:1.8.0_312] {} at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:171) ~[forge:?] {re:classloading} at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:30) ~[forge:?] {re:classloading} at net.minecraft.server.Main.main(Main.java:95) ~[?:?] {re:classloading} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312] {} at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312] {} at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:37) ~[forge-1.16.5-36.2.35.jar:36.2] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {} at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:49) [forge-1.16.5-36.2.35.jar:?] {} at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:46) [forge-1.16.5-36.2.35.jar:?] {} at net.minecraftforge.server.ServerMain.main(ServerMain.java:43) [forge-1.16.5-36.2.35.jar:?] {} Caused by: java.util.concurrent.CompletionException: java.lang.NoSuchMethodError: net.minecraftforge.forgespi.language.ModFileScanData$AnnotationData.annotationType()Lorg/objectweb/asm/Type; at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) ~[?:1.8.0_312] {} at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) ~[?:1.8.0_312] {} at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1606) ~[?:1.8.0_312] {} at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_312] {} at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_312] {} at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_312] {} Caused by: java.lang.NoSuchMethodError: net.minecraftforge.forgespi.language.ModFileScanData$AnnotationData.annotationType()Lorg/objectweb/asm/Type; at com.kotori316.scala_lib.ScalaLanguageProvider.$anonfun$getFileVisitor$2(ScalaLanguageProvider.scala:21) ~[?:2.13.7-build-2] {re:classloading} at com.kotori316.scala_lib.ScalaLanguageProvider.$anonfun$getFileVisitor$2$adapted(ScalaLanguageProvider.scala:21) ~[?:2.13.7-build-2] {re:classloading} at scala.collection.StrictOptimizedIterableOps.filterImpl(StrictOptimizedIterableOps.scala:227) ~[?:2.13.7-build-2] {re:classloading} at scala.collection.StrictOptimizedIterableOps.filterImpl$(StrictOptimizedIterableOps.scala:222) ~[?:2.13.7-build-2] {re:classloading} at scala.collection.convert.JavaCollectionWrappers$JSetWrapper.filterImpl(JavaCollectionWrappers.scala:180) ~[?:2.13.7-build-2] {re:classloading} at scala.collection.StrictOptimizedIterableOps.filter(StrictOptimizedIterableOps.scala:218) ~[?:2.13.7-build-2] {re:classloading} at scala.collection.StrictOptimizedIterableOps.filter$(StrictOptimizedIterableOps.scala:218) ~[?:2.13.7-build-2] {re:classloading} at scala.collection.convert.JavaCollectionWrappers$JSetWrapper.filter(JavaCollectionWrappers.scala:180) ~[?:2.13.7-build-2] {re:classloading} at com.kotori316.scala_lib.ScalaLanguageProvider.$anonfun$getFileVisitor$1(ScalaLanguageProvider.scala:21) ~[?:2.13.7-build-2] {re:classloading} at net.minecraftforge.fml.loading.moddiscovery.Scanner.scan(Scanner.java:36) ~[forge-1.16.5-36.2.35.jar:?] {} at net.minecraftforge.fml.loading.moddiscovery.ModFile.compileContent(ModFile.java:116) ~[forge-1.16.5-36.2.35.jar:?] {} at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604) ~[?:1.8.0_312] {} at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_312] {} at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_312] {} at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_312] {}
All good, they can be a bit confusing at times. Looks like you have a Client Side mod on the server, this will cause issues. Guessing SkinManager, or if you have any other mods that manage the players Skins.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Forums too slow? Want proper support? Join the CurseForge discord. and please please follow the rules/use the proper channels! https://discord.com/invite/curseforge
Currently at work, I will get home later tonight and take a look. I threw in the mods from the client side mod folder and just typed what I saw. Don’t know of a fast way to get 90+ mod names quickly so my apologizes. Thank you and I’ll take a more in-depth look into that tonight.
alright, well I removed JEI and the multiblock addon for it tinkers need JEI which is fine, put em both back and then took the multiblock addon out... No change. Do you think it would be worth it to join the discord and see what the hell is going on?
Appleskin core is required on a server apparently after reading its page on the curse forge client.. No idea what other mod it would be at this point. I removed all of mekanism as well, it was causing unrelated problems..
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Forge Version: 36.2.35
MC: 1.16.5
below is a mod list and the log
Appleskin
Astral Sorcery
AutoRegLib
Baubles-Reborn?
Baubley Heart Canisters
Bdlib
Biome O' Plenty
Brewevolution
Carry On
Citadel
CoFH Core
Compact Machines
Compact Ores
Cooking for Blockheads
Cucumber Library
Curios API (Forge)
Cyclic
Drink Beer
EMC Baubles
EV's Alcohol
FallingTree
Farmer's Delight
Farming for Blockheads
FastFurnace
Flat Bedrock
Goblin Traders
Growthcraft Community Edition
I Like Wood
I like wood Biomes O' Plenty Plugin
I Like Wood Immersive Engineering Plugin
Immersive Engineering
Immersive Geology
Immersive Industry
Immersive Petroleum
Immersive Portals
Immersive Posts
Instrumental Mobs
Inzhefop's Core
Iron Chests
JEI Multiblocks
JEI
Macaw's Fences (and Biomes O' Plenty expansion)
Macaws fences and Walls
Macaws Roofs
Mantles
MineColonies
Mob Grinding Utils
Mobs 'n' Growths
Mouse Tweaks
Mystical Agradditions
Mystical Agriculture
ObserverLib
Odd Water Mobs
Placebo
Polymorph
PorjectE
Quark
Rats
Refined Cooking
Refined Storage
Refined Storage Addons
Refined Storage Large Patterns
Scalable Cat's Force
Sophisticated Backpacks
Structurize
SuperMartijn642's Core Lib
Thermal Cultivation
Thermal Expansion
Thermal Foundation
Thermal Innovation
Thermal Locomotion
Thermal Raw Ores
Tinkers Construct
Tinkers Reforged
Tinker's Archery
Tinker's Mechworks
TRansliterationLib
Trash Cans
in short I basically don't understand why I am getting this error besides some language incompatibility issue that I am unsure of. I would love some feedback and help with trouble shooting, thank you
In reply to CarpetBoi:
Looks like an issue with the java version, Try downgrading Java to J8 v312, make sure the server is using it as well. then try again.
Java Download: https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u312-b07/OpenJDK8U-jre_x64_windows_hotspot_8u312b07.msi
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Forums too slow? Want proper support? Join the CurseForge discord. and please please follow the rules/use the proper channels! https://discord.com/invite/curseforge
In reply to YOYOK9:
Hey, so I installed the patch you sent me and was safe and just removed my J8 V333 all together and it hit me with another language error..
I'm sorry if I am not providing enough details, I understand basic scripting but I am a simple tradesman. THank you for your help, let me know if you can think of anything else please.
C:\Users\Zaska\Desktop\Beer Bellies>java -Xms2048M -Xmx16120M -jar forge-1.16.5-36.2.35.jar nogui
2022-08-23 15:57:23,857 main WARN Advanced terminal features are not available in this environment
2022-08-23 15:57:23,910 main ERROR Unable to delete file C:\Users\Zaska\Desktop\Beer Bellies\logs\latest.log: java.nio.file.FileSystemException C:\Users\Zaska\Desktop\Beer Bellies\logs\latest.log: The process cannot access the file because it is being used by another process.
[15:57:23] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.35, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui]
[15:57:23] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.1.3+8.1.3+main-8.1.x.c94d18ec starting: java version 1.8.0_312 by Temurin
[15:57:27] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[15:57:27] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/C:/Users/Zaska/Desktop/Beer%20Bellies/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=SERVER
[15:57:28] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:0 token recognition error at: '~'
[15:57:28] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [hellfirepvp.astralsorcery.MixinConnector]
[15:57:28] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.qouteall.hiding_in_the_bushes.MyMixinConnector]
[15:57:29] [main/INFO] [Portal/]: Invoking Mixin Connector
[15:57:29] [main/ERROR] [mixin/]: Mixin config imm_ptl_mixins.json does not specify "minVersion" property
[15:57:29] [main/ERROR] [mixin/]: Mixin config imm_ptl_mixins_forge.json does not specify "minVersion" property
[15:57:29] [main/ERROR] [mixin/]: Mixin config imm_ptl_peripheral_mixins.json does not specify "minVersion" property
[15:57:29] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]
[15:57:29] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/resources/SkinManager (java.lang.ClassNotFoundException: null)
[15:57:29] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.resources.SkinManager was not found transliterationlib.forge.mixins.json:PlayerSkinProviderMixin
[15:57:29] [pool-2-thread-1/ERROR] [ne.mi.fm.lo.mo.BackgroundScanHandler/SCAN]: An error occurred scanning file Mod File: C:\Users\Zaska\Desktop\Beer Bellies\mods\bdlib-1.17.1.11-mc1.16.5.jar
java.util.concurrent.CompletionException: java.lang.NoSuchMethodError: net.minecraftforge.forgespi.language.ModFileScanData$AnnotationData.annotationType()Lorg/objectweb/asm/Type;
at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) ~[?:1.8.0_312] {}
at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) [?:1.8.0_312] {}
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1606) [?:1.8.0_312] {}
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_312] {}
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_312] {}
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312] {}
Caused by: java.lang.NoSuchMethodError: net.minecraftforge.forgespi.language.ModFileScanData$AnnotationData.annotationType()Lorg/objectweb/asm/Type;
at com.kotori316.scala_lib.ScalaLanguageProvider.$anonfun$getFileVisitor$2(ScalaLanguageProvider.scala:21) ~[?:?] {}
at com.kotori316.scala_lib.ScalaLanguageProvider.$anonfun$getFileVisitor$2$adapted(ScalaLanguageProvider.scala:21) ~[?:?] {}
at scala.collection.StrictOptimizedIterableOps.filterImpl(StrictOptimizedIterableOps.scala:227) ~[?:?] {}
at scala.collection.StrictOptimizedIterableOps.filterImpl$(StrictOptimizedIterableOps.scala:222) ~[?:?] {}
at scala.collection.convert.JavaCollectionWrappers$JSetWrapper.filterImpl(JavaCollectionWrappers.scala:180) ~[?:?] {}
at scala.collection.StrictOptimizedIterableOps.filter(StrictOptimizedIterableOps.scala:218) ~[?:?] {}
at scala.collection.StrictOptimizedIterableOps.filter$(StrictOptimizedIterableOps.scala:218) ~[?:?] {}
at scala.collection.convert.JavaCollectionWrappers$JSetWrapper.filter(JavaCollectionWrappers.scala:180) ~[?:?] {}
at com.kotori316.scala_lib.ScalaLanguageProvider.$anonfun$getFileVisitor$1(ScalaLanguageProvider.scala:21) ~[?:?] {}
at net.minecraftforge.fml.loading.moddiscovery.Scanner.scan(Scanner.java:36) ~[forge-1.16.5-36.2.35.jar:?] {}
at net.minecraftforge.fml.loading.moddiscovery.ModFile.compileContent(ModFile.java:116) ~[forge-1.16.5-36.2.35.jar:?] {}
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604) ~[?:1.8.0_312] {}
... 3 more
[15:57:29] [main/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/entity/player/AbstractClientPlayerEntity for invalid dist DEDICATED_SERVER
[15:57:29] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/entity/player/AbstractClientPlayerEntity (java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/player/AbstractClientPlayerEntity for invalid dist DEDICATED_SERVER)
[15:57:29] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.entity.player.AbstractClientPlayerEntity was not found transliterationlib.forge.mixins.json:AbstractClientPlayerEntityMixin
[15:57:29] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/resources/DefaultPlayerSkin (java.lang.ClassNotFoundException: null)
[15:57:29] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.resources.DefaultPlayerSkin was not found transliterationlib.forge.mixins.json:DefaultSkinHelperMixin
[15:57:29] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/model/PlayerModel (java.lang.ClassNotFoundException: null)
[15:57:29] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.model.PlayerModel was not found transliterationlib.forge.mixins.json:PlayerEntityModelMixin
[15:57:29] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/layers/HeldItemLayer (java.lang.ClassNotFoundException: null)
[15:57:29] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.layers.HeldItemLayer was not found transliterationlib.forge.mixins.json:HeldItemFeatureRendererMixin
[15:57:29] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching LivingEntity#attackEntityFrom
[15:57:29] [main/INFO] [ne.mi.co.Co.astralsorcery/COREMODLOG]: Adding 'reach_set_server_entity_interact' ASM patch...
[15:57:29] [main/INFO] [ne.mi.co.Co.astralsorcery/COREMODLOG]: Added 'reach_set_server_entity_interact' ASM patch!
[15:57:29] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching ItemStack#onItemUse
[15:57:29] [main/INFO] [ne.mi.co.Co.observerlib/COREMODLOG]: Adding 'on_block_change' ASM patch...
[15:57:29] [main/INFO] [ne.mi.co.Co.observerlib/COREMODLOG]: Added 'on_block_change' ASM patch!
[15:57:30] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching LivingEntity#attackEntityFrom
[15:57:30] [main/INFO] [ne.mi.co.Co.observerlib/COREMODLOG]: Adding 'on_block_change' ASM patch...
[15:57:30] [main/INFO] [ne.mi.co.Co.observerlib/COREMODLOG]: Added 'on_block_change' ASM patch!
[15:57:32] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching ItemStack#onItemUse
[15:57:35] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching DataPackRegistries#<init>
[15:57:35] [main/FATAL] [minecraft/Main]: Failed to start the minecraft server
java.lang.RuntimeException: java.util.concurrent.CompletionException: java.lang.NoSuchMethodError: net.minecraftforge.forgespi.language.ModFileScanData$AnnotationData.annotationType()Lorg/objectweb/asm/Type;
at net.minecraftforge.fml.loading.moddiscovery.ModFile.getScanResult(ModFile.java:138) ~[forge-1.16.5-36.2.35.jar:?] {}
at net.minecraftforge.fml.ModLoader.buildMods(ModLoader.java:264) ~[forge:?] {re:classloading}
at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$11(ModLoader.java:169) ~[forge:?] {re:classloading}
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_312] {}
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_312] {}
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[?:1.8.0_312] {}
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_312] {}
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_312] {}
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_312] {}
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_312] {}
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566) ~[?:1.8.0_312] {}
at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:171) ~[forge:?] {re:classloading}
at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:30) ~[forge:?] {re:classloading}
at net.minecraft.server.Main.main(Main.java:95) ~[?:?] {re:classloading}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312] {}
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312] {}
at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:37) ~[forge-1.16.5-36.2.35.jar:36.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {}
at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:49) [forge-1.16.5-36.2.35.jar:?] {}
at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:46) [forge-1.16.5-36.2.35.jar:?] {}
at net.minecraftforge.server.ServerMain.main(ServerMain.java:43) [forge-1.16.5-36.2.35.jar:?] {}
Caused by: java.util.concurrent.CompletionException: java.lang.NoSuchMethodError: net.minecraftforge.forgespi.language.ModFileScanData$AnnotationData.annotationType()Lorg/objectweb/asm/Type;
at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) ~[?:1.8.0_312] {}
at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) ~[?:1.8.0_312] {}
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1606) ~[?:1.8.0_312] {}
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_312] {}
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_312] {}
at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_312] {}
Caused by: java.lang.NoSuchMethodError: net.minecraftforge.forgespi.language.ModFileScanData$AnnotationData.annotationType()Lorg/objectweb/asm/Type;
at com.kotori316.scala_lib.ScalaLanguageProvider.$anonfun$getFileVisitor$2(ScalaLanguageProvider.scala:21) ~[?:2.13.7-build-2] {re:classloading}
at com.kotori316.scala_lib.ScalaLanguageProvider.$anonfun$getFileVisitor$2$adapted(ScalaLanguageProvider.scala:21) ~[?:2.13.7-build-2] {re:classloading}
at scala.collection.StrictOptimizedIterableOps.filterImpl(StrictOptimizedIterableOps.scala:227) ~[?:2.13.7-build-2] {re:classloading}
at scala.collection.StrictOptimizedIterableOps.filterImpl$(StrictOptimizedIterableOps.scala:222) ~[?:2.13.7-build-2] {re:classloading}
at scala.collection.convert.JavaCollectionWrappers$JSetWrapper.filterImpl(JavaCollectionWrappers.scala:180) ~[?:2.13.7-build-2] {re:classloading}
at scala.collection.StrictOptimizedIterableOps.filter(StrictOptimizedIterableOps.scala:218) ~[?:2.13.7-build-2] {re:classloading}
at scala.collection.StrictOptimizedIterableOps.filter$(StrictOptimizedIterableOps.scala:218) ~[?:2.13.7-build-2] {re:classloading}
at scala.collection.convert.JavaCollectionWrappers$JSetWrapper.filter(JavaCollectionWrappers.scala:180) ~[?:2.13.7-build-2] {re:classloading}
at com.kotori316.scala_lib.ScalaLanguageProvider.$anonfun$getFileVisitor$1(ScalaLanguageProvider.scala:21) ~[?:2.13.7-build-2] {re:classloading}
at net.minecraftforge.fml.loading.moddiscovery.Scanner.scan(Scanner.java:36) ~[forge-1.16.5-36.2.35.jar:?] {}
at net.minecraftforge.fml.loading.moddiscovery.ModFile.compileContent(ModFile.java:116) ~[forge-1.16.5-36.2.35.jar:?] {}
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604) ~[?:1.8.0_312] {}
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_312] {}
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_312] {}
at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_312] {}
In reply to CarpetBoi:
All good, they can be a bit confusing at times. Looks like you have a Client Side mod on the server, this will cause issues. Guessing SkinManager, or if you have any other mods that manage the players Skins.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Forums too slow? Want proper support? Join the CurseForge discord. and please please follow the rules/use the proper channels! https://discord.com/invite/curseforge
In reply to YOYOK9:
Currently at work, I will get home later tonight and take a look. I threw in the mods from the client side mod folder and just typed what I saw. Don’t know of a fast way to get 90+ mod names quickly so my apologizes. Thank you and I’ll take a more in-depth look into that tonight.
In reply to YOYOK9:
alright, well I removed JEI and the multiblock addon for it tinkers need JEI which is fine, put em both back and then took the multiblock addon out... No change. Do you think it would be worth it to join the discord and see what the hell is going on?
Appleskin core is required on a server apparently after reading its page on the curse forge client.. No idea what other mod it would be at this point. I removed all of mekanism as well, it was causing unrelated problems..