Jump to content

Recommended Posts

Posted

Hello i made a modded Minecraft Server about 10 minutes ago and it's still crashing.

That's the Crash log:

 

[04Sep2021 11:44:05.934] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.0, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui]
[04Sep2021 11:44:05.937] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_301 by Oracle Corporation
[04Sep2021 11:44:06.388] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[04Sep2021 11:44:06.418] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/noelm/Desktop/Mods%20Lel/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=SERVER
[04Sep2021 11:44:07.659] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [mods.betterfoliage.MixinConnector]
[04Sep2021 11:44:07.664] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]
[04Sep2021 11:44:07.786] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/resources/SkinManager (java.lang.ClassNotFoundException: null)
[04Sep2021 11:44:07.786] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.resources.SkinManager was not found transliterationlib.forge.mixins.json:PlayerSkinProviderMixin
[04Sep2021 11:44:07.881] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/entity/player/AbstractClientPlayerEntity for invalid dist DEDICATED_SERVER
[04Sep2021 11:44:07.882] [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)
[04Sep2021 11:44:07.882] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.entity.player.AbstractClientPlayerEntity was not found transliterationlib.forge.mixins.json:AbstractClientPlayerEntityMixin
[04Sep2021 11:44:07.884] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/resources/DefaultPlayerSkin (java.lang.ClassNotFoundException: null)
[04Sep2021 11:44:07.884] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.resources.DefaultPlayerSkin was not found transliterationlib.forge.mixins.json:DefaultSkinHelperMixin
[04Sep2021 11:44:07.896] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/model/PlayerModel (java.lang.ClassNotFoundException: null)
[04Sep2021 11:44:07.897] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.model.PlayerModel was not found transliterationlib.forge.mixins.json:PlayerEntityModelMixin
[04Sep2021 11:44:07.899] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/layers/HeldItemLayer (java.lang.ClassNotFoundException: null)
[04Sep2021 11:44:07.899] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.layers.HeldItemLayer was not found transliterationlib.forge.mixins.json:HeldItemFeatureRendererMixin
[04Sep2021 11:44:13.770] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `debug`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[04Sep2021 11:44:13.773] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `citadel_book`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[04Sep2021 11:44:13.773] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `effect_item`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[04Sep2021 11:44:13.774] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `fancy_item`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[04Sep2021 11:44:13.894] [modloading-worker-8/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/world/ClientWorld for invalid dist DEDICATED_SERVER
[04Sep2021 11:44:13.890] [modloading-worker-3/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: firstpersonmod, class dev.tr7zw.firstperson.forge.FirstPersonModelMod
java.lang.NoClassDefFoundError: net/minecraft/client/renderer/IRenderTypeBuffer
    at dev.tr7zw.firstperson.forge.FirstPersonModelMod.<init>(FirstPersonModelMod.java:38) ~[firstpersonmod:2.0.1]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_301]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_301]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_301]
    at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_301]
    at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_301]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) ~[forge:36.2]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_301]
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.IRenderTypeBuffer
    at java.lang.ClassLoader.findClass(Unknown Source) ~[?:1.8.0_301]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_301]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:106) ~[modlauncher-8.0.9.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_301]
    ... 14 more
    Suppressed: java.lang.ClassNotFoundException
        at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:282) ~[modlauncher-8.0.9.jar:?]
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.9.jar:?]
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.9.jar:?]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_301]
        at dev.tr7zw.firstperson.forge.FirstPersonModelMod.<init>(FirstPersonModelMod.java:38) ~[firstpersonmod:2.0.1]
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_301]
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_301]
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_301]
        at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_301]
        at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_301]
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) ~[forge:36.2]
        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?]
        at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) [?:1.8.0_301]
        at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) [?:1.8.0_301]
        at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_301]
        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_301]
        at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_301]
        at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_301]
[04Sep2021 11:44:13.886] [modloading-worker-9/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Disabled because not running on the client.
[04Sep2021 11:44:13.902] [modloading-worker-8/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: transliterationlib, class dev.tr7zw.transliterationlib.forge.TRansliterationLibMod
java.lang.RuntimeException: Attempted to load class net/minecraft/client/world/ClientWorld for invalid dist DEDICATED_SERVER
    at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:71) ~[forge-1.16.5-36.2.0.jar:36.2]
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.9.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_301]
    at dev.tr7zw.transliterationlib.forge.TRansliterationLibAPIImpl.<init>(TRansliterationLibAPIImpl.java:23) ~[transliterationlib:1.0.4]
    at dev.tr7zw.transliterationlib.forge.TRansliterationLibMod.<init>(TRansliterationLibMod.java:18) ~[transliterationlib:1.0.4]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_301]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_301]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_301]
    at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_301]
    at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_301]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) ~[forge:36.2]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_301]
[04Sep2021 11:44:13.955] [modloading-worker-8/INFO] [com.github.ipixeli.lagmeter.LagMeter/]: LagMeter 1.3.6 (1.16.5)
[04Sep2021 11:44:13.999] [modloading-worker-10/INFO] [JarSignVerifier/]: Mod usefulrailroads is signed with a valid certificate.
[04Sep2021 11:44:14.128] [modloading-worker-13/INFO] [JarSignVerifier/]: Mod uteamcore is signed with a valid certificate.
[04Sep2021 11:44:14.257] [modloading-worker-9/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 36.2.0, for MC 1.16.5 with MCP 20210115.111550
[04Sep2021 11:44:14.343] [modloading-worker-9/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v36.2.0 Initialized
[04Sep2021 11:44:14.634] [modloading-worker-8/INFO] [TerraForged/]: Environment: dev=false, stable=true, vanilla=false
[04Sep2021 11:44:14.705] [modloading-worker-8/INFO] [TerraForged/]: Signature:  7b:73:d0:a2:c3:40:13:84:35:4f:c9:0e:2b:85:8c:08:ea:3c:3c:eb:f1:98:8b:5b:6e:ca:8a:a0:9a:cf:12:b3
[04Sep2021 11:44:14.749] [modloading-worker-8/INFO] [TerraForged/]: Trust Data: CN=TerraForged self-signed
[04Sep2021 11:44:14.766] [modloading-worker-8/INFO] [TerraForged/]: Initializing tags
[04Sep2021 11:44:15.793] [modloading-worker-13/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class me/shedaniel/clothconfig2/forge/api/ConfigBuilder for invalid dist DEDICATED_SERVER
[04Sep2021 11:44:15.879] [modloading-worker-13/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/Minecraft for invalid dist DEDICATED_SERVER
[04Sep2021 11:44:15.882] [modloading-worker-13/ERROR] [thedarkcolour.kotlinforforge.LoggerKt/LOADING]: Failed to create mod instance. ModID: betterfoliage, class mods.betterfoliage.BetterFoliageMod
java.lang.ExceptionInInitializerError: null
    at sun.misc.Unsafe.ensureClassInitialized(Native Method) ~[?:1.8.0_301]
    at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(Unknown Source) ~[?:1.8.0_301]
    at sun.reflect.ReflectionFactory.newFieldAccessor(Unknown Source) ~[?:1.8.0_301]
    at java.lang.reflect.Field.acquireFieldAccessor(Unknown Source) ~[?:1.8.0_301]
    at java.lang.reflect.Field.getFieldAccessor(Unknown Source) ~[?:1.8.0_301]
    at java.lang.reflect.Field.get(Unknown Source) ~[?:1.8.0_301]
    at kotlin.reflect.jvm.internal.KClassImpl$Data$objectInstance$2.invoke(KClassImpl.kt:117) ~[?:?]
    at kotlin.reflect.jvm.internal.ReflectProperties$LazyVal.invoke(ReflectProperties.java:62) ~[?:?]
    at kotlin.reflect.jvm.internal.ReflectProperties$Val.getValue(ReflectProperties.java:31) ~[?:?]
    at kotlin.reflect.jvm.internal.KClassImpl$Data.getObjectInstance(KClassImpl.kt) ~[?:?]
    at kotlin.reflect.jvm.internal.KClassImpl.getObjectInstance(KClassImpl.kt:242) ~[?:?]
    at thedarkcolour.kotlinforforge.KotlinModContainer.constructMod(KotlinModContainer.kt:102) ~[?:1.14.0]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_301]
Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/Minecraft for invalid dist DEDICATED_SERVER
    at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:71) ~[forge-1.16.5-36.2.0.jar:36.2]
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.9.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_301]
    at mods.betterfoliage.BetterFoliageMod.<clinit>(BetterFoliageMod.kt:73) ~[betterfoliage:2.7.1]
    ... 19 more
[04Sep2021 11:44:16.068] [main/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 3 errors found
[04Sep2021 11:44:16.087] [main/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID 3b14008a-e00b-4269-861c-7089d054eb64
[04Sep2021 11:44:16.091] [main/INFO] [STDOUT/]: [net.minecraft.crash.CrashReport:func_85057_a:196]: Negative index in crash report handler (16/18)
[04Sep2021 11:44:16.126] [main/FATAL] [net.minecraftforge.fml.server.ServerModLoader/]: Crash report saved to .\crash-reports\crash-2021-09-04_11.44.16-fml.txt
[04Sep2021 11:44:16.139] [main/FATAL] [net.minecraft.server.Main/]: Failed to start the minecraft server
net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [
    TRansliterationLib Mod (transliterationlib) has failed to load correctly
§7java.lang.RuntimeException: Attempted to load class net/minecraft/client/world/ClientWorld for invalid dist DEDICATED_SERVER,
    FirstPersonModel Mod (firstpersonmod) has failed to load correctly
§7java.lang.NoClassDefFoundError: net/minecraft/client/renderer/IRenderTypeBuffer,
    Better Foliage (betterfoliage) has failed to load correctly
§7java.lang.ExceptionInInitializerError: null
]
    at net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:269) ~[forge:?]
    at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:236) ~[forge:?]
    at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:194) ~[forge:?]
    at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:44) ~[forge:?]
    at net.minecraft.server.Main.main(Main.java:95) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_301]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_301]
    at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[forge-1.16.5-36.2.0.jar:36.2]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?]
    at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge-1.16.5-36.2.0.jar:?]
    at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge-1.16.5-36.2.0.jar:?]
    at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge-1.16.5-36.2.0.jar:?]
 

Thanks for the anwsers

Posted (edited)
  On 9/4/2021 at 9:48 AM, LostSlimee said:

[04Sep2021 11:44:13.890] [modloading-worker-3/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: firstpersonmod, class dev.tr7zw.firstperson.forge.FirstPersonModelMod

Expand  

The FirstPersonMod is for clients, not servers, try removing it. If it still crashes, post new logs. :)

*edit: looks like you have other client mods on there too, I saw mousetweaks. Make sure to consult mod descriptions/instructions for if they are compatible with dedicated servers.

Edited by Ugdhar
Posted

First of all thx for the reply but it's still crashing. Here's te log
 

C:\Users\noelm\Desktop\Mods Lel>java -Xmx14000M -jar forge-1.16.5-36.2.0.jar nogui
2021-09-04 12:38:43,745 main WARN Advanced terminal features are not available in this environment
[12:38:43] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.0, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui]
[12:38:43] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_301 by Oracle Corporation
[12:38:44] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[12:38:44] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/noelm/Desktop/Mods%20Lel/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=SERVER
Init CreativeCore coremods ...
[12:38:45] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [mods.betterfoliage.MixinConnector]
[12:38:45] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]
[12:38:45] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/resources/SkinManager (java.lang.ClassNotFoundException: null)
[12:38:45] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.resources.SkinManager was not found transliterationlib.forge.mixins.json:PlayerSkinProviderMixin
[12:38:45] [main/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/entity/player/AbstractClientPlayerEntity for invalid dist DEDICATED_SERVER
[12:38:45] [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)
[12:38:45] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.entity.player.AbstractClientPlayerEntity was not found transliterationlib.forge.mixins.json:AbstractClientPlayerEntityMixin
[12:38:45] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/resources/DefaultPlayerSkin (java.lang.ClassNotFoundException: null)
[12:38:45] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.resources.DefaultPlayerSkin was not found transliterationlib.forge.mixins.json:DefaultSkinHelperMixin
[12:38:45] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/model/PlayerModel (java.lang.ClassNotFoundException: null)
[12:38:45] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.model.PlayerModel was not found transliterationlib.forge.mixins.json:PlayerEntityModelMixin
[12:38:45] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/layers/HeldItemLayer (java.lang.ClassNotFoundException: null)
[12:38:45] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.layers.HeldItemLayer was not found transliterationlib.forge.mixins.json:HeldItemFeatureRendererMixin
[12:38:50] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `debug`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:38:50] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `citadel_book`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:38:50] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `effect_item`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:38:50] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `fancy_item`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:38:51] [modloading-worker-15/INFO] [co.gi.ip.la.LagMeter/]: LagMeter 1.3.6 (1.16.5)
[12:38:51] [modloading-worker-10/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/RenderType for invalid dist DEDICATED_SERVER
[12:38:51] [modloading-worker-10/ERROR] [ne.mi.fm.ja.FMLModContainer/LOADING]: Failed to create mod instance. ModID: transliterationlib, class dev.tr7zw.transliterationlib.forge.TRansliterationLibMod
java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/RenderType for invalid dist DEDICATED_SERVER
        at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:71) ~[forge-1.16.5-36.2.0.jar:36.2] {}
        at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.9.jar:?] {re:classloading}
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.9.jar:?] {re:classloading}
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_301] {}
        at dev.tr7zw.transliterationlib.forge.TRansliterationLibAPIImpl.<init>(TRansliterationLibAPIImpl.java:23) ~[transliterationlib:1.0.4] {re:classloading}
        at dev.tr7zw.transliterationlib.forge.TRansliterationLibMod.<init>(TRansliterationLibMod.java:18) ~[transliterationlib:1.0.4] {re:classloading}
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_301] {}
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_301] {}
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_301] {}
        at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_301] {}
        at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_301] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) ~[forge:36.2] {re:classloading}
        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?] {re:classloading}
        at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) [?:1.8.0_301] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) [?:1.8.0_301] {}
        at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_301] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_301] {}
        at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_301] {}
        at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_301] {}
[12:38:51] [modloading-worker-6/INFO] [JarSignVerifier/]: Mod usefulrailroads is signed with a valid certificate.
[12:38:51] [modloading-worker-10/INFO] [JarSignVerifier/]: Mod uteamcore is signed with a valid certificate.
[12:38:51] [modloading-worker-1/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 36.2.0, for MC 1.16.5 with MCP 20210115.111550
[12:38:51] [modloading-worker-1/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v36.2.0 Initialized
[12:38:51] [modloading-worker-15/INFO] [TerraForged/]: Environment: dev=false, stable=true, vanilla=false
[12:38:51] [modloading-worker-15/INFO] [TerraForged/]: Signature:  7b:73:d0:a2:c3:40:13:84:35:4f:c9:0e:2b:85:8c:08:ea:3c:3c:eb:f1:98:8b:5b:6e:ca:8a:a0:9a:cf:12:b3
[12:38:51] [modloading-worker-15/INFO] [TerraForged/]: Trust Data: CN=TerraForged self-signed
[12:38:51] [modloading-worker-15/INFO] [TerraForged/]: Initializing tags
[12:38:53] [modloading-worker-2/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class me/shedaniel/clothconfig2/forge/api/ConfigBuilder for invalid dist DEDICATED_SERVER
[12:38:53] [modloading-worker-2/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/Minecraft for invalid dist DEDICATED_SERVER
[12:38:53] [modloading-worker-2/ERROR] [th.ko.LoggerKt/LOADING]: Failed to create mod instance. ModID: betterfoliage, class mods.betterfoliage.BetterFoliageMod
java.lang.ExceptionInInitializerError: null
        at sun.misc.Unsafe.ensureClassInitialized(Native Method) ~[?:1.8.0_301] {}
        at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(Unknown Source) ~[?:1.8.0_301] {}
        at sun.reflect.ReflectionFactory.newFieldAccessor(Unknown Source) ~[?:1.8.0_301] {}
        at java.lang.reflect.Field.acquireFieldAccessor(Unknown Source) ~[?:1.8.0_301] {}
        at java.lang.reflect.Field.getFieldAccessor(Unknown Source) ~[?:1.8.0_301] {}
        at java.lang.reflect.Field.get(Unknown Source) ~[?:1.8.0_301] {}
        at kotlin.reflect.jvm.internal.KClassImpl$Data$objectInstance$2.invoke(KClassImpl.kt:117) ~[?:?] {re:classloading}
        at kotlin.reflect.jvm.internal.ReflectProperties$LazyVal.invoke(ReflectProperties.java:62) ~[?:?] {re:classloading}
        at kotlin.reflect.jvm.internal.ReflectProperties$Val.getValue(ReflectProperties.java:31) ~[?:?] {re:classloading}
        at kotlin.reflect.jvm.internal.KClassImpl$Data.getObjectInstance(KClassImpl.kt) ~[?:?] {re:classloading}
        at kotlin.reflect.jvm.internal.KClassImpl.getObjectInstance(KClassImpl.kt:242) ~[?:?] {re:classloading}
        at thedarkcolour.kotlinforforge.KotlinModContainer.constructMod(KotlinModContainer.kt:102) ~[?:1.14.0] {re:classloading}
        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?] {re:classloading}
        at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) [?:1.8.0_301] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) [?:1.8.0_301] {}
        at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_301] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_301] {}
        at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_301] {}
        at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_301] {}
Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/Minecraft for invalid dist DEDICATED_SERVER
        at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:71) ~[forge-1.16.5-36.2.0.jar:36.2] {}
        at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.9.jar:?] {re:classloading}
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.9.jar:?] {re:classloading}
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_301] {}
        at mods.betterfoliage.BetterFoliageMod.<clinit>(BetterFoliageMod.kt:73) ~[betterfoliage:2.7.1] {re:classloading}
        ... 19 more
[12:38:53] [main/FATAL] [ne.mi.fm.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 2 errors found
[12:38:53] [main/FATAL] [ne.mi.co.ForgeMod/]: Preparing crash report with UUID 59027172-83df-4d55-a5ea-33040f4be804
[12:38:53] [main/INFO] [STDOUT/]: [net.minecraft.crash.CrashReport:func_85057_a:196]: Negative index in crash report handler (16/18)
[12:38:53] [main/FATAL] [ne.mi.fm.se.ServerModLoader/]: Crash report saved to .\crash-reports\crash-2021-09-04_12.38.53-fml.txt
---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 04/09/21 12:38
Description: Mod loading error has occurred

java.lang.Exception: Mod Loading has failed
        at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:85) ~[forge:?] {re:classloading}
        at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:51) ~[forge:?] {re:classloading}
        at net.minecraft.server.Main.main(Main.java:95) ~[?:?] {re:classloading}
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_301] {}
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301] {}
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301] {}
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_301] {}
        at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[forge-1.16.5-36.2.0.jar:36.2] {}
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
        at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge-1.16.5-36.2.0.jar:?] {}
        at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge-1.16.5-36.2.0.jar:?] {}
        at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge-1.16.5-36.2.0.jar:?] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: main
Stacktrace:
        at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:71) ~[forge-1.16.5-36.2.0.jar:36.2] {}
-- MOD transliterationlib --
Details:
        Mod File: TRansliterationLib-1.0.4.jar
        Failure message: TRansliterationLib Mod (transliterationlib) has failed to load correctly
                java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/RenderType for invalid dist DEDICATED_SERVER
        Mod Version: 1.0.4
        Mod Issue URL: https://github.com/tr7zw/TRansliterationLib/issues
        Exception message: java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/RenderType for invalid dist DEDICATED_SERVER
Stacktrace:
        at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:71) ~[forge-1.16.5-36.2.0.jar:36.2] {}
        at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.9.jar:?] {re:classloading}
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.9.jar:?] {re:classloading}
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_301] {}
        at dev.tr7zw.transliterationlib.forge.TRansliterationLibAPIImpl.<init>(TRansliterationLibAPIImpl.java:23) ~[transliterationlib:1.0.4] {re:classloading}
        at dev.tr7zw.transliterationlib.forge.TRansliterationLibMod.<init>(TRansliterationLibMod.java:18) ~[transliterationlib:1.0.4] {re:classloading}
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_301] {}
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_301] {}
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_301] {}
        at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_301] {}
        at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_301] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) ~[forge:36.2] {re:classloading}
        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?] {re:classloading}
        at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) ~[?:1.8.0_301] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) ~[?:1.8.0_301] {}
        at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:1.8.0_301] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) ~[?:1.8.0_301] {}
        at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:1.8.0_301] {}
        at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:1.8.0_301] {}


-- MOD betterfoliage --
Details:
        Caused by 0: java.lang.ExceptionInInitializerError
                at sun.misc.Unsafe.ensureClassInitialized(Native Method) ~[?:1.8.0_301] {}
                at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(Unknown Source) ~[?:1.8.0_301] {}
                at sun.reflect.ReflectionFactory.newFieldAccessor(Unknown Source) ~[?:1.8.0_301] {}
                at java.lang.reflect.Field.acquireFieldAccessor(Unknown Source) ~[?:1.8.0_301] {}
                at java.lang.reflect.Field.getFieldAccessor(Unknown Source) ~[?:1.8.0_301] {}
                at java.lang.reflect.Field.get(Unknown Source) ~[?:1.8.0_301] {}
                at kotlin.reflect.jvm.internal.KClassImpl$Data$objectInstance$2.invoke(KClassImpl.kt:117) ~[?:?] {re:classloading}
                at kotlin.reflect.jvm.internal.ReflectProperties$LazyVal.invoke(ReflectProperties.java:62) ~[?:?] {re:classloading}
                at kotlin.reflect.jvm.internal.ReflectProperties$Val.getValue(ReflectProperties.java:31) ~[?:?] {re:classloading}
                at kotlin.reflect.jvm.internal.KClassImpl$Data.getObjectInstance(KClassImpl.kt) ~[?:?] {re:classloading}
                at kotlin.reflect.jvm.internal.KClassImpl.getObjectInstance(KClassImpl.kt:242) ~[?:?] {re:classloading}
                at thedarkcolour.kotlinforforge.KotlinModContainer.constructMod(KotlinModContainer.kt:102) ~[?:1.14.0] {re:classloading}
                at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?] {re:classloading}
                at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) ~[?:1.8.0_301] {}
                at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) ~[?:1.8.0_301] {}
                at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:1.8.0_301] {}
                at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) ~[?:1.8.0_301] {}
                at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:1.8.0_301] {}
                at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:1.8.0_301] {}

        Mod File: BetterFoliage-2.7.1-Forge-1.16.5.jar
        Failure message: Better Foliage (betterfoliage) has failed to load correctly
                java.lang.ExceptionInInitializerError: null
        Mod Version: 2.7.1
        Mod Issue URL: https://github.com/octarine-noise/BetterFoliage/issues
        Exception message: java.lang.RuntimeException: Attempted to load class net/minecraft/client/Minecraft for invalid dist DEDICATED_SERVER
Stacktrace:
        at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:71) ~[forge-1.16.5-36.2.0.jar:36.2] {}
        at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.9.jar:?] {re:classloading}
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.9.jar:?] {re:classloading}
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_301] {}
        at mods.betterfoliage.BetterFoliageMod.<clinit>(BetterFoliageMod.kt:73) ~[betterfoliage:2.7.1] {re:classloading}
        at sun.misc.Unsafe.ensureClassInitialized(Native Method) ~[?:1.8.0_301] {}
        at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(Unknown Source) ~[?:1.8.0_301] {}
        at sun.reflect.ReflectionFactory.newFieldAccessor(Unknown Source) ~[?:1.8.0_301] {}
        at java.lang.reflect.Field.acquireFieldAccessor(Unknown Source) ~[?:1.8.0_301] {}
        at java.lang.reflect.Field.getFieldAccessor(Unknown Source) ~[?:1.8.0_301] {}
        at java.lang.reflect.Field.get(Unknown Source) ~[?:1.8.0_301] {}
        at kotlin.reflect.jvm.internal.KClassImpl$Data$objectInstance$2.invoke(KClassImpl.kt:117) ~[?:?] {re:classloading}
        at kotlin.reflect.jvm.internal.ReflectProperties$LazyVal.invoke(ReflectProperties.java:62) ~[?:?] {re:classloading}
        at kotlin.reflect.jvm.internal.ReflectProperties$Val.getValue(ReflectProperties.java:31) ~[?:?] {re:classloading}
        at kotlin.reflect.jvm.internal.KClassImpl$Data.getObjectInstance(KClassImpl.kt) ~[?:?] {re:classloading}
        at kotlin.reflect.jvm.internal.KClassImpl.getObjectInstance(KClassImpl.kt:242) ~[?:?] {re:classloading}
        at thedarkcolour.kotlinforforge.KotlinModContainer.constructMod(KotlinModContainer.kt:102) ~[?:1.14.0] {re:classloading}
        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?] {re:classloading}
        at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) ~[?:1.8.0_301] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) ~[?:1.8.0_301] {}
        at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:1.8.0_301] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) ~[?:1.8.0_301] {}
        at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:1.8.0_301] {}
        at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:1.8.0_301] {}


-- System Details --
Details:
        Minecraft Version: 1.16.5
        Minecraft Version ID: 1.16.5
        Operating System: Windows 10 (amd64) version 10.0
        Java Version: 1.8.0_301, Oracle Corporation
        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
        Memory: 1694760528 bytes (1616 MB) / 2848456704 bytes (2716 MB) up to 13049004032 bytes (12444 MB)
        CPUs: 12
        JVM Flags: 1 total; -Xmx14000M
        ModLauncher: 8.0.9+86+master.3cf110c
        ModLauncher launch target: fmlserver
        ModLauncher naming: srg
        ModLauncher services:
                /mixin-0.8.2.jar mixin PLUGINSERVICE
                /eventbus-4.0.0.jar eventbus PLUGINSERVICE
                /forge-1.16.5-36.2.0.jar object_holder_definalize PLUGINSERVICE
                /forge-1.16.5-36.2.0.jar runtime_enum_extender PLUGINSERVICE
                /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
                /forge-1.16.5-36.2.0.jar capability_inject_definalize PLUGINSERVICE
                /forge-1.16.5-36.2.0.jar runtimedistcleaner PLUGINSERVICE
                /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
                /forge-1.16.5-36.2.0.jar fml TRANSFORMATIONSERVICE
        FML: 36.2
        Forge: net.minecraftforge:36.2.0
        FML Language Providers:
                javafml@36.2
                minecraft@1
                kotlinforforge@1.14.0
        Mod List:
                forge-1.16.5-36.2.0-server.jar                    |Minecraft                     |minecraft                     |1.16.5              |CREATE_REG|Manifest: NOSIGNATURE
                TenshiLib-1.16.3-1.3.0.jar                        |TenshiLib                     |tenshilib                     |1.16.3-1.3.0        |CREATE_REG|Manifest: NOSIGNATURE
                TreeChop-1.16.4-0.14.5.jar                        |HT's TreeChop                 |treechop                      |0.14.5              |CREATE_REG|Manifest: NOSIGNATURE
                morevillagers-FORGE-1.16.5-1.5.4.jar              |More Villagers                |morevillagers                 |1.5.4               |CREATE_REG|Manifest: NOSIGNATURE
                swingthroughgrass-1.16.4-1.5.3.jar                |SwingThroughGrass             |swingthroughgrass             |1.16.4-1.5.3        |CREATE_REG|Manifest: NOSIGNATURE
                physics-mod-1.0.6_forge.jar                       |Physics Mod                   |physicsmod                    |1.0                 |CREATE_REG|Manifest: NOSIGNATURE
                AmbientSounds_v3.1.9_mc1.16.5.jar                 |Ambient Sounds                |ambientsounds                 |3.0.3               |CREATE_REG|Manifest: NOSIGNATURE
                useful_railroads-1.16.5-1.4.6.38.jar              |Useful Railroads              |usefulrailroads               |1.4.6.38            |CREATE_REG|Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
                TRansliterationLib-1.0.4.jar                      |TRansliterationLib Mod        |transliterationlib            |1.0.4               |ERROR     |Manifest: NOSIGNATURE
                areas_1.16.5-2.8.jar                              |Areas                         |areas                         |2.8                 |CREATE_REG|Manifest: NOSIGNATURE
                CreativeCore_v2.2.1_mc1.16.5.jar                  |CreativeCore                  |creativecore                  |2.0.0               |CREATE_REG|Manifest: NOSIGNATURE
                jei-1.16.5-7.7.1.121.jar                          |Just Enough Items             |jei                           |7.7.1.121           |CREATE_REG|Manifest: NOSIGNATURE
                spark-forge.jar                                   |spark                         |spark                         |1.6.0               |CREATE_REG|Manifest: NOSIGNATURE
                easy_villagers-1.16.5-1.0.11.jar                  |Easy Villagers                |easy_villagers                |1.16.5-1.0.11       |CREATE_REG|Manifest: NOSIGNATURE
                notenoughanimations-1.2.4.jar                     |NotEnoughAnimations Mod       |notenoughanimations           |1.2.4               |CREATE_REG|Manifest: NOSIGNATURE
                [1.16.5]LagMeter-1.3.6.jar                        |LagMeter                      |lagmeter                      |1.3.5               |CREATE_REG|Manifest: NOSIGNATURE
                villagernames_1.16.5-3.3.jar                      |Villager Names                |villagernames                 |3.3                 |CREATE_REG|Manifest: NOSIGNATURE
                TerraForged-1.16.5-0.2.14.jar                     |TerraForged                   |terraforged                   |0.2.14              |CREATE_REG|Manifest: 7b:73:d0:a2:c3:40:13:84:35:4f:c9:0e:2b:85:8c:08:ea:3c:3c:eb:f1:98:8b:5b:6e:ca:8a:a0:9a:cf:12:b3
                collective-1.16.5-2.60.jar                        |Collective                    |collective                    |2.60                |CREATE_REG|Manifest: NOSIGNATURE
                betterweather-2.0.1.jar                           |Better Weather                |betterweather                 |2.0.1               |CREATE_REG|Manifest: NOSIGNATURE
                comforts-forge-1.16.5-4.0.1.3.jar                 |Comforts                      |comforts                      |1.16.5-4.0.1.3      |CREATE_REG|Manifest: NOSIGNATURE
                citadel-1.8.1-1.16.5.jar                          |Citadel                       |citadel                       |1.8.1               |CREATE_REG|Manifest: NOSIGNATURE
                alexsmobs-1.12.0.jar                              |Alex's Mobs                   |alexsmobs                     |1.12.0              |CREATE_REG|Manifest: NOSIGNATURE
                randomvillagenames_1.16.5-1.3.jar                 |Random Village Names          |randomvillagenames            |1.3                 |CREATE_REG|Manifest: NOSIGNATURE
                BetterThirdPerson-Forge-1.16.4-1.5.1.jar          |Better Third Person           |betterthirdperson             |1.5.1               |CREATE_REG|Manifest: NOSIGNATURE
                stoneholm-1.2.2.jar                               |Stoneholm                     |stoneholm                     |1.2                 |CREATE_REG|Manifest: NOSIGNATURE
                decorative_blocks-1.16.4-1.7.2.jar                |Decorative Blocks             |decorative_blocks             |1.7.2               |CREATE_REG|Manifest: NOSIGNATURE
                decorative_blocks_abnormals-1.2.jar               |Decorative Blocks Abnormals   |decorative_blocks_abnormals   |1.2                 |CREATE_REG|Manifest: NOSIGNATURE
                u_team_core-1.16.5-3.2.1.196.jar                  |U Team Core                   |uteamcore                     |3.2.1.196           |CREATE_REG|Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
                cfm-7.0.0pre22-1.16.3.jar                         |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre22         |CREATE_REG|Manifest: NOSIGNATURE
                Morpheus-1.16.5-4.2.70.jar                        |Morpheus                      |morpheus                      |4.2.70              |CREATE_REG|Manifest: NOSIGNATURE
                Hwyla-forge-1.10.11-B78_1.16.2.jar                |Waila                         |waila                         |1.10.11-B78_1.16.2  |CREATE_REG|Manifest: NOSIGNATURE
                cloth-config-4.11.26-forge.jar                    |Cloth Config v4 API           |cloth-config                  |4.11.26             |CREATE_REG|Manifest: NOSIGNATURE
                iChunUtil-1.16.5-10.4.1.jar                       |iChunUtil                     |ichunutil                     |10.4.1              |CREATE_REG|Manifest: NOSIGNATURE
                FpsReducer-forge-1.23-mc1.16.5.jar                |FPS Reducer                   |fpsreducer                    |1.23-mc1.16.5       |CREATE_REG|Manifest: NOSIGNATURE
                Jungle Villages 1.16.5  v1.1.jar                  |Jungle Villages               |jungle_villages               |1.0.0               |CREATE_REG|Manifest: NOSIGNATURE
                VillagersFollowEmeralds-1.16.5-1.0.0.jar          |Villagers Follow Emeralds     |vfe                           |1.0.0               |CREATE_REG|Manifest: NOSIGNATURE
                forge-1.16.5-36.2.0-universal.jar                 |Forge                         |forge                         |36.2.0              |CREATE_REG|Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
                improvedmobs-1.16.5-1.7.9.jar                     |Improved Mobs Mod             |improvedmobs                  |1.16.5-1.7.9        |CREATE_REG|Manifest: NOSIGNATURE
                Disenchanting-forge-1.16.5-1.7.1.jar              |Disenchanting                 |disenchanting                 |1.6.0               |CREATE_REG|Manifest: NOSIGNATURE
                betterendforge-1.16.4-1.6.0.jar                   |BetterEnd Forge               |betterendforge                |1.16.4-1.6.0        |CREATE_REG|Manifest: NOSIGNATURE
                Upgraded Netherite 1.10.0.jar                     |Upgraded Netherite            |upgradednetherite             |1.10.0              |CREATE_REG|Manifest: NOSIGNATURE
                BetterFoliage-2.7.1-Forge-1.16.5.jar              |Better Foliage                |betterfoliage                 |2.7.1               |ERROR     |Manifest: NOSIGNATURE
                corpse-1.16.5-1.0.5.jar                           |Corpse                        |corpse                        |1.16.5-1.0.5        |CREATE_REG|Manifest: NOSIGNATURE
                DungeonsArise-1.16.5-2.1.47-release.jar           |When Dungeons Arise           |dungeons_arise                |2.1.47              |CREATE_REG|Manifest: NOSIGNATURE
                BetterAdvancements-1.16.5-0.1.1.115.jar           |Better Advancements           |betteradvancements            |0.1.1.115           |CREATE_REG|Manifest: NOSIGNATURE
        Crash Report UUID: 59027172-83df-4d55-a5ea-33040f4be804[12:38:53] [main/FATAL] [minecraft/Main]: Failed to start the minecraft server
net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [
        TRansliterationLib Mod (transliterationlib) has failed to load correctly
§7java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/RenderType for invalid dist DEDICATED_SERVER,
        Better Foliage (betterfoliage) has failed to load correctly
§7java.lang.ExceptionInInitializerError: null
]
        at net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:269) ~[forge:?] {re:classloading}
        at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:236) ~[forge:?] {re:classloading}
        at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:194) ~[forge:?] {re:classloading}
        at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:44) ~[forge:?] {re:classloading}
        at net.minecraft.server.Main.main(Main.java:95) ~[?:?] {re:classloading}
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_301] {}
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301] {}
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301] {}
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_301] {}
        at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[forge-1.16.5-36.2.0.jar:36.2] {}
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
        at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge-1.16.5-36.2.0.jar:?] {}
        at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge-1.16.5-36.2.0.jar:?] {}
        at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge-1.16.5-36.2.0.jar:?] {}

C:\Users\noelm\Desktop\Mods Lel>PAUSE
Press any key to continue . . .

Posted (edited)

Okay i have a new problem now!
I can't even start the server. It says:

Error occurred during initialization of VM
Too small initial heap

What the hell does that means?

Ok Never mind i'm dumb.
I don't made any heap

 

Edited by LostSlimee

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.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • New users at Temu receive a 50% Off discount on orders over 50% Off Use the code [Acg660923] during checkout to get Temu Discount 50% Off off For New Users. You n save 50% Off off your first order with the Promo Code available for a limited time only.   Extra 30% off for new and existing customers + Up to $40 Off % off & more. Link For instant Discount <<    Temu Promo Codes for New users- [acj889447]   Temu discount code for New customers- [acj889447]   Temu $40 Off Promo Code- [Acg660923]   what are Temu codes- acj789589   does Temu give you $40 Off - [acj789589] Yes Verified   Temu Promo Code January/February 2025- {acj789589}   Temu New customer offer {acj789589}   Temu discount code 2025 {Acg660923}   100 off Promo Code Temu {frd213440}   Temu 100% off any order {frp324207}   100 dollar off Temu code {frp324207}   Temu coupon $40 Off off for New customers   There are a number of discounts and deals shoppers n take advantage of with the Teemu Coupon Bundle [Acg660923]. Temu coupon $40 Off off for New customers [acj889447] will save you $40 Off on your order. To get a discount, click on the item to purchase and enter the code. You n think of it as a supercharged savings pack for all your shopping needs   Temu Promo Code 80% off – [ach789589]   Free Temu codes 50% off – [aci789589]   Temu coupon $40 Off off – [ach789589]   Temu buy to get ₱39 – [acj903114]   Temu 129 coupon bundle – [ach789589]   Temu buy 3 to get €99 – [ack887223]   Exclusive $40 Off Off Temu Coupon Code   Temu $40 Off Off Promo Code : (Acg660923)   Temu Coupon Code $40 Off Bundle (aci615791) acj789589   Temu $40 Off off Promo Code for Exsting users : (ach789589)   Temu Promo Code $40 Off off   Use the coupon code "[Acg660923]" or "[ach994037]" to get the $50 coupon bundle. On your next purchase, you will also receive a 50% discount. If you use Temu for your shipping, you can save some money by taking advantage of this offer.     The Temu 50% Off coupon code (Acg660923) will save you 50% on your order. To get a discount, click on the item to purchase and enter the code.   Temu offers 50% Off Coupon Code “Acg660923” for Existing Customers.    With the 50% Off Coupon Bundle at Temu, you can get a 50% bonus plus 30% off any purchase if you sign up with the referral code [acj889447] and make a first purchase of $40 off or more.   Temu Promo Code 100 off-{ach789589}   Temu Promo Code -{ach789589}   Temu Promo Code $40 Off off-{Acg660923}   kubonus code -{Acg660923}   Get ready to unlock a world of savings with our free Temu UK coupons! We’ve got you covered with a wide range of Temu UK coupon code options that will help you maximize your shopping experience.30% Off Temu UK Coupons, Promo Codes + 25% Cash Back [ acj789589]     Yes, Temu offers 50% off coupon code {Acg660923} for first-time users. You can get a 50% bonus plus 40% off any purchase at Temu with the 50% Coupon Bundle if you sign up with the referral code [Acg660923] and make a first purchase of 50% or more.   If you are who wish to join Temu, then you should use this exclusive Temu coupon code 50% off (Acg660923) and get 50% off on your purchase with Temu.   You can get a 50% discount with Temu coupon code {Acg660923}. This exclusive offer is for existing customers and can be used for a 50% reduction on your total purchase. Enter coupon code {Acg660923} at checkout to avail of the discount. You can use the code {Acg660923} to get a 50% off Temu coupon as a new customer. Apply this Temu coupon code 50% off (frp324207) to get a 50% discount on your shopping with Temu.   If you’re a first-time user and looking for a Temu coupon code 50% first time user(Acg660923) then using this code will give you a flat 50% Off and a 90% discount on your Temu shopping.     • Acg660923: Enjoy flat 40% off on your first Temu order.     • aci887223: Download the Temu app and get an additional 40% off.     • acj903114: Celebrate spring with up to 90% discount on selected items.     • aci558101: Score up to 90% off on clearance items.     • aci615791: Beat the heat with hot summer savings of up to 90% off.     • Acg660923: Temu UK Coupon Code to 40% off on Appliances at Temu. How to Apply Temu Coupon Code? Using the Temu coupon code 50% off is a breeze. All you need to do is follow these simple steps:     1 Visit the Temu website or app and browse through the vast collection of products.     2 Once you’ve added the items you wish to purchase to your cart, proceed to the checkout page.     3 During the checkout process, you’ll be prompted to enter a coupon code or promo code.     4 Type in the coupon code: [Acg660923] and click “Apply.”     5 Voila! You’ll instantly see the 50% discount reflected in your total purchase amount. Temu New User Coupon: Up To 90% OFF For Existing Customers Temu Existing customer’s coupon codes are designed just for new customers, offering the biggest discounts 90% and the best deals currently available on Temu. To maximize your savings, download the Temu app and apply our Temu new user coupon during checkout.     • acj889447: New users can get up to 80% extra off.     • ach841608: Get a massive 40% off your first order!     • aci615791: Get 20% off on your first order; no minimum spending required.     • ach907348: Take an extra 15% off your first order on top of existing discounts.     • acj573247: Temu UK Enjoy a 40% discount on your entire first purchase.   New users at Temu receive a 50% Off discount on orders over 50% Off Use the code [Acg660923] during checkout to get Temu Discount 50% Off off For New Users. You n save 50% Off off your first order with the Promo Code available for a limited time only. Extra 30% off for new and existing customers + Up to $40 Off % off & more. Link For instant Discount <<  Temu Promo Codes for New users- [acj889447] Temu discount code for New customers- [acj889447] Temu $40 Off Promo Code- [Acg660923] what are Temu codes- acj789589 does Temu give you $40 Off - [acj789589] Yes Verified Temu Promo Code January/February 2025- {acj789589} Temu New customer offer {acj789589} Temu discount code 2025 {Acg660923} 100 off Promo Code Temu {frd213440} Temu 100% off any order {frp324207} 100 dollar off Temu code {frp324207} Temu coupon $40 Off off for New customers There are a number of discounts and deals shoppers n take advantage of with the Teemu Coupon Bundle [Acg660923]. Temu coupon $40 Off off for New customers [acj889447] will save you $40 Off on your order. To get a discount, click on the item to purchase and enter the code. You n think of it as a supercharged savings pack for all your shopping needs Temu Promo Code 80% off – [ach789589] Free Temu codes 50% off – [ach789589] Temu coupon $40 Off off – [ach789589] Temu buy to get ₱39 – [ach789589] Temu 129 coupon bundle – [ach789589] Temu buy 3 to get €99 – [ach789589] Exclusive $40 Off Off Temu Coupon Code Temu $40 Off Off Promo Code : (Acg660923) Temu Coupon Code $40 Off Bundle (frd213440) acj789589 Temu $40 Off off Promo Code for Exsting users : (frd213440) Temu Promo Code $40 Off off Temu 50% Off OFF promo code (Acg660923) will save you 50% Off on your order. To get a discount, click on the item to purchase and enter the code. Yes, Temu offers 50% Off Coupon Code “Acg660923” for Existing Customers. You can get a 50% Off bonus plus 30% off any purchase at Temu with the 50% Off Coupon Bundle at Temu if you sign up with the referral code [acj889447] and make a first purchase of $40 Off or more. Temu Promo Code 100 off-{ach789589} Temu Promo Code -{ach789589} Temu Promo Code $40 Off off-{Acg660923} kubonus code -{Acg660923} Get ready to unlock a world of savings with our free Temu UK coupons! We’ve got you covered with a wide range of Temu UK coupon code options that will help you maximize your shopping experience.30% Off Temu UK Coupons, Promo Codes + 25% Cash Back [ acj789589] Yes, Temu offers 50% off coupon code {Acg660923} for first-time users. You can get a 50% bonus plus 40% off any purchase at Temu with the 50% Coupon Bundle if you sign up with the referral code [Acg660923] and make a first purchase of 50% or more. If you are who wish to join Temu, then you should use this exclusive Temu coupon code 50% off (Acg660923) and get 50% off on your purchase with Temu. You can get a 50% discount with Temu coupon code {Acg660923}. This exclusive offer is for existing customers and can be used for a 50% reduction on your total purchase. Enter coupon code {Acg660923} at checkout to avail of the discount. You can use the code {Acg660923} to get a 50% off Temu coupon as a new customer. Apply this Temu coupon code 50% off (frp324207) to get a 50% discount on your shopping with Temu. If you’re a first-time user and looking for a Temu coupon code 50% first time user(Acg660923) then using this code will give you a flat 50% Off and a 90% discount on your Temu shopping. • Acg660923: Enjoy flat 40% off on your first Temu order. • Acg660923: Download the Temu app and get an additional 40% off. • Acg660923: Celebrate spring with up to 90% discount on selected items. • Acg660923: Score up to 90% off on clearance items. • Acg660923: Beat the heat with hot summer savings of up to 90% off. • Acg660923: Temu UK Coupon Code to 40% off on Appliances at Temu. How to Apply Temu Coupon Code? Using the Temu coupon code 50% off is a breeze. All you need to do is follow these simple steps: 1 Visit the Temu website or app and browse through the vast collection of products. 2 Once you’ve added the items you wish to purchase to your cart, proceed to the checkout page. 3 During the checkout process, you’ll be prompted to enter a coupon code or promo code. 4 Type in the coupon code: [Acg660923] and click “Apply.” 5 Voila! You’ll instantly see the 50% discount reflected in your total purchase amount. Temu New User Coupon: Up To 90% OFF For Existing Customers Temu Existing customer’s coupon codes are designed just for new customers, offering the biggest discounts 90% and the best deals currently available on Temu. To maximize your savings, download the Temu app and apply our Temu new user coupon during checkout. • acj889447: New users can get up to 80% extra off. • acj889447: Get a massive 40% off your first order! • aci887223: Get 20% off on your first order; no minimum spending required. • acj889447: Take an extra 15% off your first order on top of existing discounts. • aci907348: Temu UK Enjoy a 40% discount on your entire first purchase. Yes, Temu offers 50% off coupon code {Acg660923} for first-time users. You can get a 50% bonus plus 40% off any purchase at Temu with the 50% Coupon Bundle if you sign up with the referral code [Acg660923] and make a first purchase of 50% or more. You can get a 50% discount with Temu coupon code { frm235849}. This exclusive offer is for existing customers and can be used for a 50% reduction on your total purchase. Enter coupon code { ack887223} at checkout to avail of the discount. You can use the code { ach903114} to get a 50% off Temu coupon as a new customer. Apply this Temu coupon code 50% off (Acg660923) to get a 50% discount on your shopping with Temu. In this article, we'll dive into how you can get 50% off + 40% Discount with a Temu coupon code. Get ready to unlock amazing savings and make the most out of your shopping experience in Temu. Temu Coupon Code 50% Off: Flat 40% Off With Code If you're a first-time user and looking for a Temu coupon code 50% first time user (ack889447) then using this code will give you a flat 50% Off and a 40% discount on your Temu shopping. Our Temu coupon code is completely safe and incredibly easy to use so that you can shop confidently. Check out these five fantastic Temu coupon codes for August and September 2025: Acg660923: Enjoy flat 40% off on your first Temu order. Acg660923: Download the Temu app and get an additional 40% off. aci907348: Celebrate spring with up to 90% discount on selected items. Acg660923: Score up to 90% off on clearance
    • Looking to save big on your next shopping spree? You’re in luck with the Temu coupon code лв800,000 off that offers massive savings on your favorite items. Our exclusive ali241292 Temu coupon code brings unmatched benefits to shoppers in the USA, Canada, and Europe, making your purchases budget-friendly. With the Temu coupon лв800,000 off and Temu 800,000 off coupon code, you can now enjoy premium deals and incredible discounts without compromising on quality. [h]What Is The Coupon Code For Temu лв100 Off?[/h] Both new and existing customers can enjoy fantastic deals when they use our Temu coupon лв800,000 off on the Temu app or website. Unlock great savings with the лв800,000 off Temu coupon and shop guilt-free. ali241292: Enjoy a flat лв800,000 off your total purchase instantly. ali241292: Access a лв100 coupon pack with multiple use vouchers. ali241292: New users receive a лв100 discount on their first purchase. ali241292: Existing users can get an extra лв100 in promo codes. ali241292: Special лв100 coupon for users in the USA and Canada. Temu Coupon Code лв100 Off For New Users In 2025 New to Temu? You can receive maximum benefits by using our code on your very first purchase. With the Temu coupon лв800,000 off and Temu coupon code лв800,000 off, your shopping becomes more affordable. ali241292: Flat лв100 discount for all new Temu users. ali241292: A лв100 coupon bundle with versatile offers. ali241292: Get up to лв100 in coupon value for multiple purchases. ali241292: Enjoy free shipping to over 68 countries worldwide. ali241292: Receive an extra 30% off on your first-time order. How To Redeem The Temu Coupon лв100 Off For New Customers? To use the Temu лв100 coupon and Temu лв800,000 off coupon code for new users, follow these simple steps: Download and install the Temu app or visit the Temu website. Create a new user account using your email or social login. Go to the "Coupons" section in your account settings. Enter the code ali241292 and tap "Apply." Shop your favorite items and enjoy a лв100 discount on your total. Temu Coupon лв100 Off For Existing Customers Even if you’re a loyal Temu user, you can still get amazing deals using our coupon code. With the Temu лв100 coupon codes for existing users and Temu coupon лв800,000 off for existing customers free shipping, there's always a way to save more. ali241292: Claim a лв100 extra discount exclusively for existing users. ali241292: Unlock a лв100 coupon pack for multiple transactions. ali241292: Enjoy a free gift and express shipping in the USA and Canada. ali241292: Get an additional 30% off, even on already discounted items. ali241292: Access free shipping to 68 global destinations. How To Use The Temu Coupon Code лв100 Off For Existing Customers? To redeem the Temu coupon code лв800,000 off and Temu coupon лв800,000 off code as an existing customer, follow these steps: Log in to your existing Temu account. Navigate to the "Coupons" or "Promo Codes" section. Enter ali241292 into the code field and apply. Browse and add items to your cart. Checkout with your discount automatically applied. Latest Temu Coupon лв100 Off First Order The best deals come to those who act fast, especially for first-time users. With the Temu coupon code лв800,000 off first order, Temu coupon code first order, and Temu coupon code лв800,000 off first time user, you get unmatched value. ali241292: Flat лв100 discount on your first-ever purchase. ali241292: Unlock a лв100 Temu coupon pack for your first order. ali241292: Get multiple-use coupons adding up to лв100. ali241292: Enjoy free shipping to 68 countries. ali241292: Benefit from an extra 30% off on your first order.  
    • New users at Temu receive a $100 Off discount on orders over $100 Off Use the code [Acg660923] during checkout to get Temu Discount $100 Off off For New Users. You n save $100 Off off your first order with the Promo Code available for a limited time only.   Extra 30% off for new and existing customers + Up to $40 Off % off & more. Link For instant Discount <<    Temu Promo Codes for New users- [acj889447]   Temu discount code for New customers- [acj889447]   Temu $40 Off Promo Code- [Acg660923]   what are Temu codes- acj789589   does Temu give you $40 Off - [acj789589] Yes Verified   Temu Promo Code January/February 2025- {acj789589}   Temu New customer offer {acj789589}   Temu discount code 2025 {Acg660923}   100 off Promo Code Temu {frd213440}   Temu 100% off any order {frp324207}   100 dollar off Temu code {frp324207}   Temu coupon $40 Off off for New customers   There are a number of discounts and deals shoppers n take advantage of with the Teemu Coupon Bundle [Acg660923]. Temu coupon $40 Off off for New customers [acj889447] will save you $40 Off on your order. To get a discount, click on the item to purchase and enter the code. You n think of it as a supercharged savings pack for all your shopping needs   Temu Promo Code 80% off – [ach789589]   Free Temu codes 50% off – [aci789589]   Temu coupon $40 Off off – [ach789589]   Temu buy to get ₱39 – [acj903114]   Temu 129 coupon bundle – [ach789589]   Temu buy 3 to get €99 – [ack887223]   Exclusive $40 Off Off Temu Coupon Code   Temu $40 Off Off Promo Code : (Acg660923)   Temu Coupon Code $40 Off Bundle (aci615791) acj789589   Temu $40 Off off Promo Code for Exsting users : (ach789589)   Temu Promo Code $40 Off off   Use the coupon code "[Acg660923]" or "[ach994037]" to get the $50 coupon bundle. On your next purchase, you will also receive a 50% discount. If you use Temu for your shipping, you can save some money by taking advantage of this offer.     The Temu $100 Off coupon code (Acg660923) will save you $100 on your order. To get a discount, click on the item to purchase and enter the code.   Temu offers $100 Off Coupon Code “Acg660923” for Existing Customers.    With the $100 Off Coupon Bundle at Temu, you can get a $100 bonus plus 30% off any purchase if you sign up with the referral code [acj889447] and make a first purchase of $40 off or more.   Temu Promo Code 100 off-{ach789589}   Temu Promo Code -{ach789589}   Temu Promo Code $40 Off off-{Acg660923}   kubonus code -{Acg660923}   Get ready to unlock a world of savings with our free Temu UK coupons! We’ve got you covered with a wide range of Temu UK coupon code options that will help you maximize your shopping experience.30% Off Temu UK Coupons, Promo Codes + 25% Cash Back [ acj789589]     Yes, Temu offers $100 off coupon code {Acg660923} for first-time users. You can get a $100 bonus plus 40% off any purchase at Temu with the $100 Coupon Bundle if you sign up with the referral code [Acg660923] and make a first purchase of $100 or more.   If you are who wish to join Temu, then you should use this exclusive Temu coupon code $100 off (Acg660923) and get $100 off on your purchase with Temu.   You can get a $100 discount with Temu coupon code {Acg660923}. This exclusive offer is for existing customers and can be used for a $100 reduction on your total purchase. Enter coupon code {Acg660923} at checkout to avail of the discount. You can use the code {Acg660923} to get a $100 off Temu coupon as a new customer. Apply this Temu coupon code $100 off (frp324207) to get a $100 discount on your shopping with Temu.   If you’re a first-time user and looking for a Temu coupon code $100 first time user(Acg660923) then using this code will give you a flat $100 Off and a 90% discount on your Temu shopping.     • Acg660923: Enjoy flat 40% off on your first Temu order.     • aci887223: Download the Temu app and get an additional 40% off.     • acj903114: Celebrate spring with up to 90% discount on selected items.     • aci558101: Score up to 90% off on clearance items.     • aci615791: Beat the heat with hot summer savings of up to 90% off.     • Acg660923: Temu UK Coupon Code to 40% off on Appliances at Temu. How to Apply Temu Coupon Code? Using the Temu coupon code $100 off is a breeze. All you need to do is follow these simple steps:     1 Visit the Temu website or app and browse through the vast collection of products.     2 Once you’ve added the items you wish to purchase to your cart, proceed to the checkout page.     3 During the checkout process, you’ll be prompted to enter a coupon code or promo code.     4 Type in the coupon code: [Acg660923] and click “Apply.”     5 Voila! You’ll instantly see the $100 discount reflected in your total purchase amount. Temu New User Coupon: Up To 90% OFF For Existing Customers Temu Existing customer’s coupon codes are designed just for new customers, offering the biggest discounts 90% and the best deals currently available on Temu. To maximize your savings, download the Temu app and apply our Temu new user coupon during checkout.     • acj889447: New users can get up to 80% extra off.     • ach841608: Get a massive 40% off your first order!     • aci615791: Get 20% off on your first order; no minimum spending required.     • ach907348: Take an extra 15% off your first order on top of existing discounts.     • acj573247: Temu UK Enjoy a 40% discount on your entire first purchase.   New users at Temu receive a $100 Off discount on orders over $100 Off Use the code [Acg660923] during checkout to get Temu Discount $100 Off off For New Users. You n save $100 Off off your first order with the Promo Code available for a limited time only. Extra 30% off for new and existing customers + Up to $40 Off % off & more. Link For instant Discount <<  Temu Promo Codes for New users- [acj889447] Temu discount code for New customers- [acj889447] Temu $40 Off Promo Code- [Acg660923] what are Temu codes- acj789589 does Temu give you $40 Off - [acj789589] Yes Verified Temu Promo Code January/February 2025- {acj789589} Temu New customer offer {acj789589} Temu discount code 2025 {Acg660923} 100 off Promo Code Temu {frd213440} Temu 100% off any order {frp324207} 100 dollar off Temu code {frp324207} Temu coupon $40 Off off for New customers There are a number of discounts and deals shoppers n take advantage of with the Teemu Coupon Bundle [Acg660923]. Temu coupon $40 Off off for New customers [acj889447] will save you $40 Off on your order. To get a discount, click on the item to purchase and enter the code. You n think of it as a supercharged savings pack for all your shopping needs Temu Promo Code 80% off – [ach789589] Free Temu codes 50% off – [ach789589] Temu coupon $40 Off off – [ach789589] Temu buy to get ₱39 – [ach789589] Temu 129 coupon bundle – [ach789589] Temu buy 3 to get €99 – [ach789589] Exclusive $40 Off Off Temu Coupon Code Temu $40 Off Off Promo Code : (Acg660923) Temu Coupon Code $40 Off Bundle (frd213440) acj789589 Temu $40 Off off Promo Code for Exsting users : (frd213440) Temu Promo Code $40 Off off Temu $100 Off OFF promo code (Acg660923) will save you $100 Off on your order. To get a discount, click on the item to purchase and enter the code. Yes, Temu offers $100 Off Coupon Code “Acg660923” for Existing Customers. You can get a $100 Off bonus plus 30% off any purchase at Temu with the $100 Off Coupon Bundle at Temu if you sign up with the referral code [acj889447] and make a first purchase of $40 Off or more. Temu Promo Code 100 off-{ach789589} Temu Promo Code -{ach789589} Temu Promo Code $40 Off off-{Acg660923} kubonus code -{Acg660923} Get ready to unlock a world of
    • New users at Temu receive a $100 discount on orders over $100 Use the code [aci789589] during checkout to get Temu Coupon Code $100 off For New Users. Yes, Temu offers $100 off coupon code “aci789589” for first-time users. Temu 100% Off coupon code "aci789589" will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes, Temu offers $100 off coupon code “aci789589” for first-time users. You can get a$100 bonus plus 30% off any purchase at Temu with the$100 Coupon Bundle at Temu if you sign up with the referral code [aci789589] and make a first purchase of$50 or more. The Temu $100 Off coupon code (aci789589) will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes Temu offers $100 Off Coupon Code “aci789589” for First Time Users. Yes, Temu offers $100 off coupon code {aci789589} for first-time users. You can get a $100 bonus plus 100% off any purchase at Temu with the $100 Coupon Bundle if you sign up with the referral code [aci789589] and make a first purchase of $100 or more. If you are who wish to join Temu, then you should use this exclusive Temu coupon code $100 off (aci789589) and get $100 off on your purchase with Temu. You can get a $100 discount with Temu coupon code {aci789589}. This exclusive offer is for existing customers and can be used for a $100 reduction on your total purchase. Enter coupon code {aci789589} at checkout to avail of the discount. You can use the code {aci789589} to get a $100 off Temu coupon as a new customer. Apply this Temu coupon code $100 off (aci789589) to get a $100 discount on your shopping with Temu. If you’re a first-time user and looking for a Temu coupon code $100 first time user(aci789589) then using this code will give you a flat $100 Off and a 90% discount on your Temu shopping. Temu $100% Off Coupon Code "aci789589" will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Temu coupon code$100off-{aci789589} Temu coupon code -{aci789589} Temu coupon code$50 off-{aci789589} Temu Coupon code [aci789589] for existing users can get up to 50% discount on product during checkout. Temu Coupon Codes for Existing Customers-aci789589 Temu values its loyal customers and offers various promo codes, including the Legit Temu Coupon Code (aci789589]) or (aci789589), which existing users can use. This ensures that repeat shoppers can also benefit from significant discounts on their purchases. Keep an eye out for special promotions and offers that are periodically available to enhance your shopping experience.
  • Topics

×
×
  • Create New...

Important Information

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