croissantnova/SanityDescentIntoMadness

Crash on server-side using latest version

Closed this issue · 1 comments

Hello! I am experiencing a crash on server side and from the 5 minutes of research I've done I think its because youre using a client side library and forgot to disable it when running on a server. Here is my crash log!

[25Jul2023 18:46:22.803] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.1.43, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412, nogui]
[25Jul2023 18:46:22.809] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.8 by Oracle Corporation; OS Linux arch amd64 version 5.15.0-72-generic
[25Jul2023 18:46:24.468] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver
[25Jul2023 18:46:24.525] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/mch/multicraft/servers/server190655/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2365!/ Service=ModLauncher Env=SERVER
[25Jul2023 18:46:25.236] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/mch/multicraft/servers/server190655/libraries/net/minecraftforge/fmlcore/1.20.1-47.1.43/fmlcore-1.20.1-47.1.43.jar is missing mods.toml file
[25Jul2023 18:46:25.237] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/mch/multicraft/servers/server190655/libraries/net/minecraftforge/javafmllanguage/1.20.1-47.1.43/javafmllanguage-1.20.1-47.1.43.jar is missing mods.toml file
[25Jul2023 18:46:25.238] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/mch/multicraft/servers/server190655/libraries/net/minecraftforge/lowcodelanguage/1.20.1-47.1.43/lowcodelanguage-1.20.1-47.1.43.jar is missing mods.toml file
[25Jul2023 18:46:25.239] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/mch/multicraft/servers/server190655/libraries/net/minecraftforge/mclanguage/1.20.1-47.1.43/mclanguage-1.20.1-47.1.43.jar is missing mods.toml file
[25Jul2023 18:46:25.551] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/mch/multicraft/servers/server190655/mods/resourcefullib-forge-1.20.1-2.1.4.jar
[25Jul2023 18:46:25.552] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 11 dependencies adding them to mods collection
[25Jul2023 18:46:30.122] [main/ERROR] [mixin/]: Mixin config dynamiclightsreforged.mixins.json does not specify "minVersion" property
[25Jul2023 18:46:30.140] [main/INFO] [mixin/]: Compatibility level set to JAVA_17
[25Jul2023 18:46:30.380] [main/ERROR] [mixin/]: Mixin config okzoomer.mixins.json does not specify "minVersion" property
[25Jul2023 18:46:30.418] [main/ERROR] [mixin/]: Mixin config mozombieswave-common.mixins.json does not specify "minVersion" property
[25Jul2023 18:46:30.420] [main/ERROR] [mixin/]: Mixin config mozombieswave.mixins.json does not specify "minVersion" property
[25Jul2023 18:46:30.504] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.sonicether.soundphysics.MixinConnector]
[25Jul2023 18:46:30.505] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [de.maxhenkel.camera.MixinConnector]
[25Jul2023 18:46:30.508] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [thelm.jaopca.mixins.JAOPCAMixinConnector]
[25Jul2023 18:46:30.515] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments [nogui]
[25Jul2023 18:46:30.663] [main/INFO] [ModernFix/]: Loaded configuration file for ModernFix: 54 options available, 3 override(s) found
[25Jul2023 18:46:30.663] [main/WARN] [ModernFix/]: Option 'mixin.perf.faster_item_rendering' overriden (by user configuration) to 'true'
[25Jul2023 18:46:30.663] [main/WARN] [ModernFix/]: Option 'mixin.perf.dynamic_resources' overriden (by user configuration) to 'true'
[25Jul2023 18:46:30.664] [main/WARN] [ModernFix/]: Option 'mixin.perf.remove_spawn_chunks' overriden (by user configuration) to 'true'
[25Jul2023 18:46:30.664] [main/INFO] [ModernFix/]: Applying Nashorn fix
[25Jul2023 18:46:30.686] [main/INFO] [ModernFix/]: Applied Forge config corruption patch
[25Jul2023 18:46:30.796] [main/WARN] [mixin/]: Reference map 'dummmmmmy-forge-refmap.json' for dummmmmmy.mixins.json could not be read. If this is a development environment you can ignore this message
[25Jul2023 18:46:30.819] [main/WARN] [mixin/]: Reference map 'trashslot.refmap.json' for trashslot.mixins.json could not be read. If this is a development environment you can ignore this message
[25Jul2023 18:46:30.830] [main/WARN] [mixin/]: Reference map 'logprot.refmap.json' for logprot.mixins.json could not be read. If this is a development environment you can ignore this message
[25Jul2023 18:46:30.867] [main/WARN] [mixin/]: Reference map '${refmap_target}refmap.json' for corgilib.forge.mixins.json could not be read. If this is a development environment you can ignore this message
[25Jul2023 18:46:30.983] [main/INFO] [Canary/]: Loaded configuration file for Canary: 123 options available, 0 override(s) found
[25Jul2023 18:46:30.988] [main/WARN] [mixin/]: Reference map 'Mo'ZombiesWave-common-refmap.json' for mozombieswave-common.mixins.json could not be read. If this is a development environment you can ignore this message
[25Jul2023 18:46:30.991] [main/WARN] [mixin/]: Reference map 'Mo'ZombiesWave-forge-refmap.json' for mozombieswave.mixins.json could not be read. If this is a development environment you can ignore this message
[25Jul2023 18:46:31.583] [main/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/ItemModelShaper for invalid dist DEDICATED_SERVER
[25Jul2023 18:46:31.584] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/ItemModelShaper (java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/ItemModelShaper for invalid dist DEDICATED_SERVER)
[25Jul2023 18:46:31.584] [main/WARN] [mixin/]: @mixin target net.minecraft.client.renderer.ItemModelShaper was not found modernfix-common.mixins.json:perf.dynamic_resources.ItemModelShaperMixin
[25Jul2023 18:46:31.587] [main/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/block/model/ItemOverrides for invalid dist DEDICATED_SERVER
[25Jul2023 18:46:31.587] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/block/model/ItemOverrides (java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/block/model/ItemOverrides for invalid dist DEDICATED_SERVER)
[25Jul2023 18:46:31.587] [main/WARN] [mixin/]: @mixin target net.minecraft.client.renderer.block.model.ItemOverrides was not found modernfix-common.mixins.json:perf.dynamic_resources.ItemOverridesMixin
[25Jul2023 18:46:31.599] [main/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/GameRenderer for invalid dist DEDICATED_SERVER
[25Jul2023 18:46:31.599] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/GameRenderer (java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/GameRenderer for invalid dist DEDICATED_SERVER)
[25Jul2023 18:46:31.600] [main/WARN] [mixin/]: @mixin target net.minecraft.client.renderer.GameRenderer was not found modernfix-common.mixins.json:perf.faster_item_rendering.GameRendererMixin
[25Jul2023 18:46:31.601] [main/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/entity/ItemRenderer for invalid dist DEDICATED_SERVER
[25Jul2023 18:46:31.601] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/ItemRenderer (java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/entity/ItemRenderer for invalid dist DEDICATED_SERVER)
[25Jul2023 18:46:31.601] [main/WARN] [mixin/]: @mixin target net.minecraft.client.renderer.entity.ItemRenderer was not found modernfix-common.mixins.json:perf.faster_item_rendering.ItemRendererMixin
[25Jul2023 18:46:31.816] [main/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/block/model/ItemOverrides for invalid dist DEDICATED_SERVER
[25Jul2023 18:46:31.817] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/block/model/ItemOverrides (java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/block/model/ItemOverrides for invalid dist DEDICATED_SERVER)
[25Jul2023 18:46:31.817] [main/WARN] [mixin/]: @mixin target net.minecraft.client.renderer.block.model.ItemOverrides was not found modernfix-forge.mixins.json:perf.dynamic_resources.ItemOverridesForgeMixin
[25Jul2023 18:46:31.819] [main/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/resources/model/ModelManager for invalid dist DEDICATED_SERVER
[25Jul2023 18:46:31.819] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/resources/model/ModelManager (java.lang.RuntimeException: Attempted to load class net/minecraft/client/resources/model/ModelManager for invalid dist DEDICATED_SERVER)
[25Jul2023 18:46:31.820] [main/WARN] [mixin/]: @mixin target net.minecraft.client.resources.model.ModelManager was not found modernfix-forge.mixins.json:perf.dynamic_resources.ModelManagerMixin
[25Jul2023 18:46:31.821] [main/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/resources/model/ModelBakery$ModelBakerImpl for invalid dist DEDICATED_SERVER
[25Jul2023 18:46:31.821] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/resources/model/ModelBakery$ModelBakerImpl (java.lang.RuntimeException: Attempted to load class net/minecraft/client/resources/model/ModelBakery$ModelBakerImpl for invalid dist DEDICATED_SERVER)
[25Jul2023 18:46:31.821] [main/WARN] [mixin/]: @mixin target net.minecraft.client.resources.model.ModelBakery$ModelBakerImpl was not found modernfix-forge.mixins.json:perf.dynamic_resources.ModelBakerImplMixin
[25Jul2023 18:46:32.025] [main/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/GameRenderer for invalid dist DEDICATED_SERVER
[25Jul2023 18:46:32.026] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/GameRenderer (java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/GameRenderer for invalid dist DEDICATED_SERVER)
[25Jul2023 18:46:32.026] [main/WARN] [mixin/]: @mixin target net.minecraft.client.renderer.GameRenderer was not found sanitydim.mixins.json:MixinGameRenderer
[25Jul2023 18:46:32.068] [main/WARN] [mixin/]: Error loading class: dev/latvian/mods/kubejs/recipe/RecipesEventJS (java.lang.ClassNotFoundException: dev.latvian.mods.kubejs.recipe.RecipesEventJS)
[25Jul2023 18:46:32.068] [main/WARN] [mixin/]: @mixin target dev.latvian.mods.kubejs.recipe.RecipesEventJS was not found sliceanddice.mixins.json:RecipeEventJSMixin
[25Jul2023 18:46:32.815] [main/WARN] [mixin/]: Error loading class: com/mojang/blaze3d/audio/Channel (java.lang.ClassNotFoundException: com.mojang.blaze3d.audio.Channel)
[25Jul2023 18:46:32.816] [main/WARN] [mixin/]: @mixin target com.mojang.blaze3d.audio.Channel was not found assets/sound_physics_remastered/sound_physics_remastered.mixins.json:ChannelAccessor
[25Jul2023 18:46:32.820] [main/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/texture/SpriteContents for invalid dist DEDICATED_SERVER
[25Jul2023 18:46:32.820] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/texture/SpriteContents (java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/texture/SpriteContents for invalid dist DEDICATED_SERVER)
[25Jul2023 18:46:32.820] [main/WARN] [mixin/]: @mixin target net.minecraft.client.renderer.texture.SpriteContents was not found jaopca.mixins.json:SpriteContentsAccessor
[25Jul2023 18:46:33.694] [main/INFO] [mixin/]: Mixing server.MixinDedicatedServer from mixins/common/nochatreports.mixins.json into net.minecraft.server.dedicated.DedicatedServer
[25Jul2023 18:46:34.388] [main/INFO] [net.minecraft.server.Bootstrap/]: ModernFix bootstrap
[25Jul2023 18:46:37.029] [main/INFO] [net.minecraft.server.Bootstrap/]: Vanilla bootstrap took 2637 milliseconds
[25Jul2023 18:46:37.098] [main/INFO] [mixin/]: Mixing common.MixinFriendlyByteBuf from mixins/common/nochatreports.mixins.json into net.minecraft.network.FriendlyByteBuf
[25Jul2023 18:46:37.100] [main/INFO] [mixin/]: Renaming synthetic method lambda$onWriteJsonWithCodec$1(Ljava/lang/Object;Ljava/lang/String;)Lio/netty/handler/codec/EncoderException; to md5b568f$lambda$onWriteJsonWithCodec$1$0 in mixins/common/nochatreports.mixins.json:common.MixinFriendlyByteBuf
[25Jul2023 18:46:37.100] [main/INFO] [mixin/]: Renaming synthetic method lambda$onReadJsonWithCodec$0(Ljava/lang/String;)Lio/netty/handler/codec/DecoderException; to md5b568f$lambda$onReadJsonWithCodec$0$1 in mixins/common/nochatreports.mixins.json:common.MixinFriendlyByteBuf
[25Jul2023 18:46:39.425] [main/INFO] [mixin/]: Mixing server.MixinServerGamePacketListenerImpl from mixins/common/nochatreports.mixins.json into net.minecraft.server.network.ServerGamePacketListenerImpl
[25Jul2023 18:46:40.642] [modloading-worker-0/INFO] [dynamiclightsreforged/]: [LambDynLights] Initializing Dynamic Lights Reforged...
[25Jul2023 18:46:40.673] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: [KONKRETE] Successfully initialized!
[25Jul2023 18:46:40.674] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: [KONKRETE] Server-side libs ready to use!
[25Jul2023 18:46:40.703] [modloading-worker-0/INFO] [mixin/]: Mixing server.MixinPlayerList from mixins/common/nochatreports.mixins.json into net.minecraft.server.players.PlayerList
[25Jul2023 18:46:40.712] [modloading-worker-0/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: sanitydim, class croissantnova.sanitydim.SanityMod
java.lang.NoClassDefFoundError: org/apache/commons/compress/utils/Lists
at croissantnova.sanitydim.config.ConfigDefault.(ConfigDefault.java:117) ~[sanitydim-mc1.20-1.0.0.jar%23297!/:1.0.0]
at net.minecraftforge.common.ForgeConfigSpec$Builder.configure(ForgeConfigSpec.java:609) ~[forge-1.20.1-47.1.43-universal.jar%23328!/:?]
at croissantnova.sanitydim.config.ConfigHandler.init(ConfigHandler.java:26) ~[sanitydim-mc1.20-1.0.0.jar%23297!/:1.0.0]
at croissantnova.sanitydim.SanityMod.(SanityMod.java:53) ~[sanitydim-mc1.20-1.0.0.jar%23297!/:1.0.0]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.20.1-47.1.43.jar%23325!/:?]
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:123) ~[fmlcore-1.20.1-47.1.43.jar%23324!/:?]
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
Caused by: java.lang.ClassNotFoundException: org.apache.commons.compress.utils.Lists
at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) ~[securejarhandler-2.1.10.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) ~[securejarhandler-2.1.10.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
... 18 more
[25Jul2023 18:46:40.726] [modloading-worker-0/INFO] [Collective/]: Loading Collective version 6.65.
[25Jul2023 18:46:41.137] [modloading-worker-0/INFO] [com.alcatrazescapee.notreepunching.NoTreePunching/]: I tried to punch tree. It didn't work, my hands are now covered in blood and splinters. Need to try something else ...
[25Jul2023 18:46:41.152] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:pufferfish_bucket is now minecraft:bucket.
[25Jul2023 18:46:41.153] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:salmon_bucket is now minecraft:bucket.
[25Jul2023 18:46:41.153] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:cod_bucket is now minecraft:bucket.
[25Jul2023 18:46:41.153] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:tropical_fish_bucket is now minecraft:bucket.
[25Jul2023 18:46:41.154] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:axolotl_bucket is now minecraft:bucket.
[25Jul2023 18:46:41.154] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:powder_snow_bucket is now minecraft:bucket.
[25Jul2023 18:46:41.154] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:tadpole_bucket is now minecraft:bucket.
[25Jul2023 18:46:41.250] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 47.1.43, for MC 1.20.1 with MCP 20230612.114412
[25Jul2023 18:46:41.251] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v47.1.43 Initialized
[25Jul2023 18:46:41.271] [modloading-worker-0/INFO] [NoChatReports/]: KONNICHIWA ZA WARUDO!
[25Jul2023 18:46:41.275] [modloading-worker-0/INFO] [NoChatReports/]: Default JVM text encoding is: UTF-8
[25Jul2023 18:46:41.289] [modloading-worker-0/INFO] [NoChatReports/]: Reading config file NoChatReports/NCR-Common.json...
[25Jul2023 18:46:41.348] [modloading-worker-0/INFO] [NoChatReports/]: Writing config file NoChatReports/NCR-Common.json...
[25Jul2023 18:46:41.420] [modloading-worker-0/INFO] [ironfurnaces.IronFurnaces/]: Initializing Update Checker...
[25Jul2023 18:46:41.429] [ Iron Furnaces Update Checker/INFO] [ironfurnaces.IronFurnaces/]: Starting Update Check...
[25Jul2023 18:46:41.774] [modloading-worker-0/INFO] [be.florens.expandability.ExpandAbility/]: ExpandAbility here, who dis?
[25Jul2023 18:46:41.828] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for easymagic:main
[25Jul2023 18:46:41.834] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for puzzleslib:main
[25Jul2023 18:46:42.011] [modloading-worker-0/INFO] [CraterLib/]: Registered simple-discord-bot.toml successfully!
[25Jul2023 18:46:42.025] [modloading-worker-0/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/mch/multicraft/servers/server190655/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23323!/assets/.mcassetsroot' uses unexpected schema
[25Jul2023 18:46:42.026] [modloading-worker-0/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/mch/multicraft/servers/server190655/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23323!/data/.mcassetsroot' uses unexpected schema
[25Jul2023 18:46:42.197] [modloading-worker-0/INFO] [thelm.jaopca.data.DataCollector/]: Pack supplier thelm.jaopca.compat.openloader.OpenLoaderPackSupplier has missing mod dependencies, skipping
[25Jul2023 18:46:42.665] [modloading-worker-0/INFO] [thedarkcolour.kotlinforforge.test.KotlinForForge/]: Kotlin For Forge Enabled!
[25Jul2023 18:46:42.693] [ Iron Furnaces Update Checker/INFO] [ironfurnaces.IronFurnaces/]: Update Check done!
[25Jul2023 18:46:42.694] [ Iron Furnaces Update Checker/INFO] [ironfurnaces.IronFurnaces/]: Iron Furnaces is up to date!
[25Jul2023 18:46:44.094] [modloading-worker-0/INFO] [mixin/]: Mixing common.MixinServerStatus from mixins/common/nochatreports.mixins.json into net.minecraft.network.protocol.status.ServerStatus
[25Jul2023 18:46:44.142] [modloading-worker-0/INFO] [thelm.jaopca.data.DataCollector/]: Found 2191 unique defined tags
[25Jul2023 18:46:44.249] [modloading-worker-0/INFO] [thelm.jaopca.data.DataCollector/]: Found 5864 unique defined recipes
[25Jul2023 18:46:44.304] [modloading-worker-0/INFO] [thelm.jaopca.data.DataCollector/]: Found 4868 unique defined loot tables
[25Jul2023 18:46:44.347] [modloading-worker-0/INFO] [thelm.jaopca.data.DataCollector/]: Found 4863 unique defined advancements
[25Jul2023 18:46:44.398] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.voluminousenergy.VoluminousEnergyModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.398] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.voluminousenergy.VoluminousEnergyDustModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.399] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.voluminousenergy.VoluminousEnergyCrystalModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.399] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.voluminousenergy.VoluminousEnergyCompatModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.399] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.occultism.OccultismModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.399] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.occultism.OccultismCompatModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.399] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.integrateddynamics.IntegratedDynamicsNonIngotModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.401] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.integrateddynamics.IntegratedDynamicsModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.401] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.integrateddynamics.IntegratedDynamicsLegacyModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.402] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.indreb.IndRebModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.402] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.indreb.IndRebCompatModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.403] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.factorium.FactoriumModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.403] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.factorium.FactoriumCompatModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.403] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.electrodynamics.ElectrodynamicsNonIngotModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.403] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.electrodynamics.ElectrodynamicsModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.404] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.electrodynamics.ElectrodynamicsCompatModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.404] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.cyclic.CyclicNonIngotModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.404] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.cyclic.CyclicModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.404] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.crossroads.CrossroadsNonIngotModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.404] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.crossroads.CrossroadsModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.405] [modloading-worker-0/INFO] [thelm.jaopca.modules.ModuleHandler/]: Module thelm.jaopca.compat.crossroads.CrossroadsCompatModule has missing mod dependencies, skipping
[25Jul2023 18:46:44.469] [modloading-worker-0/INFO] [thelm.jaopca.materials.MaterialHandler/]: Added 16 materials
[25Jul2023 18:46:44.577] [main/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 1 errors found
[25Jul2023 18:46:44.710] [main/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID 00ecea3b-c89a-4db3-8e26-5494310b8ca5
[25Jul2023 18:46:44.711] [main/FATAL] [net.minecraftforge.server.loading.ServerModLoader/]: Crash report saved to ./crash-reports/crash-2023-07-25_18.46.44-fml.txt
[25Jul2023 18:46:44.715] [main/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID 884761ec-c4bb-4da5-9a15-c2a5e88c2e10
[25Jul2023 18:46:44.716] [main/ERROR] [net.minecraft.server.Main/FATAL]: Failed to start the minecraft server
net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [
Sanity: Descent Into Madness (sanitydim) has failed to load correctly
§7java.lang.NoClassDefFoundError: org/apache/commons/compress/utils/Lists
]
at net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:246) ~[fmlcore-1.20.1-47.1.43.jar%23324!/:?]
at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$20(ModLoader.java:210) ~[fmlcore-1.20.1-47.1.43.jar%23324!/:?]
at java.util.Optional.ifPresent(Optional.java:178) ~[?:?]
at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:210) ~[fmlcore-1.20.1-47.1.43.jar%23324!/:?]
at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$13(ModLoader.java:183) ~[fmlcore-1.20.1-47.1.43.jar%23324!/:?]
at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?]
at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:183) ~[fmlcore-1.20.1-47.1.43.jar%23324!/:?]
at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:30) ~[forge-1.20.1-47.1.43-universal.jar%23328!/:?]
at net.minecraft.server.Main.main(Main.java:125) ~[server-1.20.1-20230612.114412-srg.jar%23323!/:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.43.jar%2369!/:?]
at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.1.43.jar%2369!/:?]
at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.1.43.jar%2369!/:?]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar%2355!/:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar%2355!/:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar%2355!/:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar%2355!/:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar%2355!/:?]
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar%2355!/:?]
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar%2355!/:?]
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?]
[25Jul2023 18:46:45.033] [pool-3-thread-7/INFO] [Simple Discord Link/]: Successfully connected to discord
[25Jul2023 18:46:48.942] [pool-3-thread-2/INFO] [Simple Discord Link/]: Discord Invite Link for Bot: https://discord.com/api/oauth2/authorize?client_id=1133456809210953809&permissions=3154463760&scope=bot%20applications.commands

Nevermind, I was not using the latest version! Sorry!