Jump to content

[1.19.2] Huge crash report for my modded server (plz help)


Hestiaw

Recommended Posts

Hi ! I just want to make a modded server in 1.19.2 with my friends and my community

the server would be based mainly on Vanilla + RP type survival with a lot of mods that add animals, means of transport ect.
I've been trying to fight for a week now to get the modpack to work solo as well as on a server but all my tries have ended in failure


can someone help me with my errors?

Quote

---- Minecraft Crash Report ----
// I feel sad now :(

Time: 2023-03-17 20:21:48
Description: Mod loading error has occurred

java.lang.Exception: Mod Loading has failed
    at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:55) ~[forge-1.19.2-43.2.0-universal.jar%23346!/:?] {re:classloading}
    at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:39) ~[forge-1.19.2-43.2.0-universal.jar%23346!/:?] {re:classloading}
    at net.minecraft.server.Main.main(Main.java:113) ~[server-1.19.2-20220805.130853-srg.jar%23341!/:?] {re:classloading}
    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.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29) ~[fmlloader-1.19.2-43.2.0.jar%2367!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2354!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2354!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2354!/:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2354!/:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2354!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2354!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2354!/:?] {}
    at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.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:57) ~[fmlloader-1.19.2-43.2.0.jar%2367!/:1.0] {}
-- MOD skinlayers3d --
Details:
    Mod File: /var/directory_serv/minecraft_398604/mods/3dskinlayers-forge-1.5.2-mc1.19.1.jar
    Failure message: 3dSkinLayers (skinlayers3d) has failed to load correctly
        java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER
    Mod Version: 1.5.2
    Mod Issue URL: NOT PROVIDED
    Exception message: java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER
Stacktrace:
    at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.19.2-43.2.0.jar%2367!/:1.0] {}
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.8.jar%2354!/:?] {}
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.8.jar%2354!/:?] {}
    at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.8.jar%2354!/:?] {}
    at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.4.jar:?] {}
    at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {}
    at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.4.jar:?] {}
    at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {}
    at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.4.jar:?] {}
    at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}
    at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:?] {re:mixin}
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:3373) ~[?:?] {re:mixin}
    at java.lang.Class.getConstructor0(Class.java:3578) ~[?:?] {re:mixin}
    at java.lang.Class.getDeclaredConstructor(Class.java:2754) ~[?:?] {re:mixin}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19.2-43.2.0.jar%23343!/:?] {}
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.2-43.2.0.jar%23342!/:?] {}
    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) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}


-- System Details --
Details:
    Minecraft Version: 1.19.2
    Minecraft Version ID: 1.19.2
    Operating System: Linux (amd64) version 4.19.0-22-amd64
    Java Version: 17.0.2, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
    Memory: 1456635328 bytes (1389 MiB) / 2126446592 bytes (2027 MiB) up to 31894405120 bytes (30416 MiB)
    CPUs: 16
    Processor Vendor: AuthenticAMD
    Processor Name: AMD Ryzen 7 5800X 8-Core Processor
    Identifier: AuthenticAMD Family 25 Model 33 Stepping 2
    Microarchitecture: Zen 3
    Frequency (GHz): -0.00
    Number of physical packages: 1
    Number of physical CPUs: 8
    Number of logical CPUs: 16
    Graphics card #0 name: ASPEED Graphics Family
    Graphics card #0 vendor: ASPEED Technology, Inc. (0x1a03)
    Graphics card #0 VRAM (MB): 0.00
    Graphics card #0 deviceId: 0x2000
    Graphics card #0 versionInfo: unknown
    Virtual memory max (MB): 74166.81
    Virtual memory used (MB): 124547.64
    Swap memory total (MB): 9721.00
    Swap memory used (MB): 2460.47
    JVM Flags: 15 total; -Xms2048M -XX:MetaspaceSize=384M -XX:MaxMetaspaceSize=768M -XX:+UseSerialGC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:InitiatingHeapOccupancyPercent=15 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -XX:UseSSE=4 -XX:SoftMaxHeapSize=2048M -XX:InitiatingHeapOccupancyPercent=0
    ModLauncher: 10.0.8+10.0.8+main.0ef7e830
    ModLauncher launch target: forgeserver
    ModLauncher naming: srg
    ModLauncher services: 
        mixin-0.8.5.jar mixin PLUGINSERVICE 
        eventbus-6.0.3.jar eventbus PLUGINSERVICE 
        fmlloader-1.19.2-43.2.0.jar slf4jfixer PLUGINSERVICE 
        fmlloader-1.19.2-43.2.0.jar object_holder_definalize PLUGINSERVICE 
        fmlloader-1.19.2-43.2.0.jar runtime_enum_extender PLUGINSERVICE 
        fmlloader-1.19.2-43.2.0.jar capability_token_subclass PLUGINSERVICE 
        accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE 
        fmlloader-1.19.2-43.2.0.jar runtimedistcleaner PLUGINSERVICE 
        modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE 
        modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE 
    FML Language Providers: 
        [email protected]
        lowcodefml@null
        javafml@null
    Mod List: 
        YungsBetterDungeons-1.19.2-Forge-3.2.2.jar        |YUNG's Better Dungeons        |betterdungeons                |1.19.2-Forge-3.2.2  |COMMON_SET|Manifest: NOSIGNATURE
        crustaceans-1.19.2-1.0.1.jar                      |Crustaceans                   |crustaceans                   |1.19.2-1.0.1        |COMMON_SET|Manifest: NOSIGNATURE
        beautify-1.4.3.jar                                |Beautify                      |beautify                      |1.4.3               |COMMON_SET|Manifest: NOSIGNATURE
        naturalist-forge-2.1.1-1.19.2.jar                 |Naturalist                    |naturalist                    |2.1.1               |COMMON_SET|Manifest: NOSIGNATURE
        DoggyTalents-1.19.2-2.6.10.jar                    |Doggy Talents 2               |doggytalents                  |2.6.10              |COMMON_SET|Manifest: NOSIGNATURE
        YungsBetterOceanMonuments-1.19.2-Forge-2.1.0.jar  |YUNG's Better Ocean Monuments |betteroceanmonuments          |1.19.2-Forge-2.1.0  |COMMON_SET|Manifest: NOSIGNATURE
        mcw-windows-2.1.1-mc1.19.2forge.jar               |Macaw's Windows               |mcwwindows                    |2.1.1               |COMMON_SET|Manifest: NOSIGNATURE
        immersive_aircraft-0.3.1+1.19.2-forge.jar         |Immersive Aircraft            |immersive_aircraft            |0.3.1+1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
        music_player-1.19.2-2.5.1.202.jar                 |Music Player                  |musicplayer                   |2.5.1.202           |COMMON_SET|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
        macawsroofsbyg-1.19.2-1.2.jar                     |Macaw's Roofs - BYG           |macawsroofsbyg                |1.19.2-1.2          |COMMON_SET|Manifest: NOSIGNATURE
        UsefulClipboard-1.19.2-0.0.24.jar                 |Useful Clipboard              |usclb                         |1.19.2-0.0.22       |COMMON_SET|Manifest: NOSIGNATURE
        Decoration Mod 1.10 (Ver 1.19.2).jar              |Decoration and Furniture      |decoration_mod                |1.10                |COMMON_SET|Manifest: NOSIGNATURE
        citadel-2.1.1-1.19.jar                            |Citadel                       |citadel                       |2.1.1               |COMMON_SET|Manifest: NOSIGNATURE
        alexsmobs-1.21.1.jar                              |Alex's Mobs                   |alexsmobs                     |1.21.1              |COMMON_SET|Manifest: NOSIGNATURE
        YungsApi-1.19.2-Forge-3.8.9.jar                   |YUNG's API                    |yungsapi                      |1.19.2-Forge-3.8.9  |COMMON_SET|Manifest: NOSIGNATURE
        nocube's_farmers_compats_1.0.0_Forge_1.19.2.jar   |Farmer's Compats (by NoCube)  |nocubes_farmer_compats        |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        additional-guns-0.8.2-1.19.2.jar                  |Additional Guns               |additionalguns                |0.8.2               |COMMON_SET|Manifest: NOSIGNATURE
        Bookshelf-Forge-1.19.2-16.2.18.jar                |Bookshelf                     |bookshelf                     |16.2.18             |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        u_team_core-1.19.2-4.4.3.236.jar                  |U Team Core                   |uteamcore                     |4.4.3.236           |COMMON_SET|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
        mcw-doors-1.0.8forge-mc1.19.2.jar                 |Macaw's Doors                 |mcwdoors                      |1.0.8               |COMMON_SET|Manifest: NOSIGNATURE
        zetter-0.20.1-1.19.2-rc.jar                       |Zetter                        |zetter                        |0.20.1-1.19.2-rc    |COMMON_SET|Manifest: NOSIGNATURE
        balm-forge-1.19.2-4.5.6.jar                       |Balm                          |balm                          |4.5.6               |COMMON_SET|Manifest: NOSIGNATURE
        carryon-forge-1.19.2-2.0.5.10.jar                 |Carry On                      |carryon                       |2.0.5.10            |COMMON_SET|Manifest: NOSIGNATURE
        annabethscore-1.19-1.5.jar                        |AnnabethsCore                 |annabethscore                 |1.19-1.5            |COMMON_SET|Manifest: NOSIGNATURE
        chat_heads-0.10.6-forge-1.19.2.jar                |Chat Heads                    |chat_heads                    |0.10.6              |COMMON_SET|Manifest: NOSIGNATURE
        cloth-config-8.2.88-forge.jar                     |Cloth Config v8 API           |cloth_config                  |8.2.88              |COMMON_SET|Manifest: NOSIGNATURE
        mcw-bridges-2.0.6-mc1.19.2forge.jar               |Macaw's Bridges               |mcwbridges                    |2.0.6               |COMMON_SET|Manifest: NOSIGNATURE
        FarmersDelight-1.19-1.2.0.jar                     |Farmer's Delight              |farmersdelight                |1.19-1.2.0          |COMMON_SET|Manifest: NOSIGNATURE
        material_elements_1.19.2-6.3.0.jar                |Material Elements             |material_elements             |6.3.0               |COMMON_SET|Manifest: NOSIGNATURE
        ChunkAnimator-1.19.2-1.3.7.jar                    |Chunk Animator                |chunkanimator                 |1.19.2-1.3.7        |COMMON_SET|Manifest: NOSIGNATURE
        mcw-trapdoors-1.0.9-mc1.19.2forge.jar             |Macaw's Trapdoors             |mcwtrpdoors                   |1.0.9               |COMMON_SET|Manifest: NOSIGNATURE
        skinned_lanterns-1.19.2-1.3.4.jar                 |Skinned Lanterns              |skinnedlanterns               |1.19.2-1.3.4        |COMMON_SET|Manifest: NOSIGNATURE
        simplylight-1.19.2-1.4.5-build.42.jar             |Simply Light                  |simplylight                   |1.19.2-1.4.5-build.4|COMMON_SET|Manifest: NOSIGNATURE
        MOAdecor TOYS 1.19.1.jar                          |MOA DECOR: TOYS               |moa_decor_toys                |1.19.1              |COMMON_SET|Manifest: NOSIGNATURE
        fairylights-6.0.0-1.19.2.jar                      |Fairy Lights                  |fairylights                   |6.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        COOKERY 1.19.1.jar                                |MOA DECOR: COOKERY            |moa_decor_cookery             |1.19.1              |COMMON_SET|Manifest: NOSIGNATURE
        CNB-1.19-1.5.2.jar                                |Creatures and Beasts          |cnb                           |1.5.2               |COMMON_SET|Manifest: NOSIGNATURE
        cluttered-1.2.2-1.19.2.jar                        |Cluttered                     |luphieclutteredmod            |1.2.2               |COMMON_SET|Manifest: NOSIGNATURE
        curios-forge-1.19.2-5.1.3.0.jar                   |Curios API                    |curios                        |1.19.2-5.1.3.0      |COMMON_SET|Manifest: NOSIGNATURE
        ydms_redpanda-forge-1.19.x-1.0.2.jar              |YDM's Red Panda               |ydms_redpanda                 |1.19-1.0.0          |COMMON_SET|Manifest: NOSIGNATURE
        sswplus-1.19-1.6.jar                              |Stairs Slabs Walls +          |sswplus                       |1.19-1.6            |COMMON_SET|Manifest: NOSIGNATURE
        simplehats-forge-1.19.2-0.1.6.jar                 |SimpleHats                    |simplehats                    |1.19.2-0.1.6        |COMMON_SET|Manifest: NOSIGNATURE
        horse_colors-1.19.2-11.1.jar                      |Realistic Horse Genetics      |horse_colors                  |1.19.2-11.1         |COMMON_SET|Manifest: NOSIGNATURE
        BetterThirdPerson-Forge-1.19-1.9.0.jar            |Better Third Person           |betterthirdperson             |1.9.0               |COMMON_SET|Manifest: NOSIGNATURE
        morefrogs-1.19.x-1.1.1a-forge.jar                 |More Frogs                    |morefrogs                     |0.0NONE             |COMMON_SET|Manifest: NOSIGNATURE
        elevatorid-1.19.2-1.8.9.jar                       |Elevator Mod                  |elevatorid                    |1.19.2-1.8.9        |COMMON_SET|Manifest: NOSIGNATURE
        Gobber2-Forge-1.19.2-2.7.28.jar                   |Gobber 2                      |gobber2                       |2.7.28              |COMMON_SET|Manifest: NOSIGNATURE
        YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar     |YUNG's Better Strongholds     |betterstrongholds             |1.19.2-Forge-3.2.0  |COMMON_SET|Manifest: NOSIGNATURE
        mcw-roofs-2.2.3-mc1.19.2forge.jar                 |Macaw's Roofs                 |mcwroofs                      |2.2.3               |COMMON_SET|Manifest: NOSIGNATURE
        cfm-7.0.0-pre35-1.19.2.jar                        |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre35         |COMMON_SET|Manifest: NOSIGNATURE
        architectury-6.5.69-forge.jar                     |Architectury                  |architectury                  |6.5.69              |COMMON_SET|Manifest: NOSIGNATURE
        Chimes-1.1.4-1.19.jar                             |Chimes                        |chimes                        |1.1.4               |COMMON_SET|Manifest: NOSIGNATURE
        framework-0.4.2-1.19.2.jar                        |Framework                     |framework                     |0.4.2               |COMMON_SET|Manifest: NOSIGNATURE
        smallships-1.19.2-2.0.0-Alpha-0.4.jar             |Small Ships Mod               |smallships                    |2.0.0-a0.4          |COMMON_SET|Manifest: NOSIGNATURE
        MOAdecor ART 1.19.1.jar                           |MOA DECOR: ART                |moa_decor_art                 |1.19.1              |COMMON_SET|Manifest: NOSIGNATURE
        exoticbirds-1.19.2-2.6.0.jar                      |Exotic Birds                  |exoticbirds                   |2.6.0               |COMMON_SET|Manifest: NOSIGNATURE
        YungsBetterMineshafts-1.19.2-Forge-3.2.0.jar      |YUNG's Better Mineshafts      |bettermineshafts              |1.19.2-Forge-3.2.0  |COMMON_SET|Manifest: NOSIGNATURE
        geckolib-forge-1.19-3.1.40.jar                    |GeckoLib                      |geckolib3                     |3.1.40              |COMMON_SET|Manifest: NOSIGNATURE
        V_Slabs__Stairs_v1.0_v1.19.2.jar                  |V & H Slabs & Stairs          |v__h_slabs__stairs            |1.0                 |COMMON_SET|Manifest: NOSIGNATURE
        frozen_delight_1.3.0_forge_1.19.2.jar             |Frozen Delight (By NoCube)    |frozen_delight                |1.3.0               |COMMON_SET|Manifest: NOSIGNATURE
        tameablebeasts-1.19.2-3.0.jar                     |Tameable Beasts               |tameablebeasts                |2.0                 |COMMON_SET|Manifest: NOSIGNATURE
        betteranimalmodels-1.19-5.6.0-forge.jar           |Cyber's Better Animal Models  |betteranimalmodels            |1.19-5.6.0          |COMMON_SET|Manifest: NOSIGNATURE
        coralreef-forge-1.19-1.0.2.jar                    |Coral Reef                    |coralreef                     |1.19-1.0.2          |COMMON_SET|Manifest: NOSIGNATURE
        cgm-1.3.4-1.19.2.jar                              |MrCrayfish's Gun Mod          |cgm                           |1.3.4               |COMMON_SET|Manifest: NOSIGNATURE
        amwplushies-forge-1.19.2-2.0.1.jar                |A Man With Plushies           |a_man_with_plushies           |2.0.1               |COMMON_SET|Manifest: NOSIGNATURE
        jei-1.19.2-forge-11.6.0.1013.jar                  |Just Enough Items             |jei                           |11.6.0.1013         |COMMON_SET|Manifest: NOSIGNATURE
        MoGuns-1.9.2-1.19.2.jar                           |Mo' Guns                      |moguns                        |1.9.2               |COMMON_SET|Manifest: NOSIGNATURE
        waystones-forge-1.19.2-11.3.1.jar                 |Waystones                     |waystones                     |11.3.1              |COMMON_SET|Manifest: NOSIGNATURE
        Clumps-forge-1.19.2-9.0.0+14.jar                  |Clumps                        |clumps                        |9.0.0+14            |COMMON_SET|Manifest: NOSIGNATURE
        journeymap-1.19.2-5.9.4-forge.jar                 |Journeymap                    |journeymap                    |5.9.4               |COMMON_SET|Manifest: NOSIGNATURE
        LibX-1.19.2-4.2.8.jar                             |LibX                          |libx                          |1.19.2-4.2.8        |COMMON_SET|Manifest: NOSIGNATURE
        SimplyTools-1.19.2-1.2.1.jar                      |Simply Tools                  |simplytools                   |1.19.2-1.2.1        |COMMON_SET|Manifest: NOSIGNATURE
        CustomPlayerModels-1.19-0.6.6a.jar                |Customizable Player Models    |cpm                           |0.6.6a              |COMMON_SET|Manifest: NOSIGNATURE
        Decorative Blocks-forge-1.19.2-3.0.0.jar          |Decorative Blocks             |decorative_blocks             |3.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        SkinnedCarts-1.19-1.1.2.jar                       |Skinned Carts                 |skinnedcarts                  |1.1.2               |COMMON_SET|Manifest: NOSIGNATURE
        MOAdecor SCIENCE 1.19.1.jar                       |MOA DECOR: SCIENCE            |moa_decor_science             |1.19.1              |COMMON_SET|Manifest: NOSIGNATURE
        betteranimalsplus-1.19.2-11.0.10-forge.jar        |Better Animals Plus           |betteranimalsplus             |1.19.2-11.0.10      |COMMON_SET|Manifest: NOSIGNATURE
        More Babies-forge-1.19.1-1.0.0.jar                |More Babies                   |more_babies                   |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        additional_lights-1.19-2.1.6.jar                  |Additional Lights             |additional_lights             |2.1.6               |COMMON_SET|Manifest: NOSIGNATURE
        Animalistic_mod_1.2.0_1.19.2.jar                  |Animalistic                   |animalistic_a                 |1.2.0               |COMMON_SET|Manifest: NOSIGNATURE
        material_elements_decorative_1.19.2-6.3.0.jar     |Material Elements Decorative  |material_elements_decorative  |6.3.0               |COMMON_SET|Manifest: NOSIGNATURE
        [Universal]Immersive Structures-2.0.7.jar         |Immersive Structure           |imst                          |2.0.7               |COMMON_SET|Manifest: NOSIGNATURE
        frozenup-1.19.2-2.1.2-forge.jar                   |Frozen Up                     |frozenup                      |2.1.2-forge         |COMMON_SET|Manifest: NOSIGNATURE
        3dskinlayers-forge-1.5.2-mc1.19.1.jar             |3dSkinLayers                  |skinlayers3d                  |1.5.2               |ERROR     |Manifest: NOSIGNATURE
        forge-1.19.2-43.2.0-universal.jar                 |Forge                         |forge                         |43.2.0              |COMMON_SET|Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
        wearablebackpacks-1.19.2-0.1.2.jar                |Wearable Backpacks            |wearablebackpacks             |0.1.2               |COMMON_SET|Manifest: NOSIGNATURE
        chococraft-1.19.2-forge-0.6.5.jar                 |Chococraft 4                  |chococraft                    |0.6.5               |COMMON_SET|Manifest: NOSIGNATURE
        mcw-paths-1.0.2forge-mc1.19.2.jar                 |Macaw's Paths and Pavings     |mcwpaths                      |1.0.2               |COMMON_SET|Manifest: NOSIGNATURE
        bunchobugs-1.3.2-1.19.2.jar                       |Bunch O' Bugs                 |bunchobugs                    |1.3.2-1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
        ferdinandsflowers-2.01-1.19.2.jar                 |Ferdinand's Flowers           |ferdinandsflowers             |2.01-1.19.2         |COMMON_SET|Manifest: NOSIGNATURE
        server-1.19.2-20220805.130853-srg.jar             |Minecraft                     |minecraft                     |1.19.2              |COMMON_SET|Manifest: NOSIGNATURE
        cofh_core-1.19.2-10.2.1.40.jar                    |CoFH Core                     |cofh_core                     |10.2.1              |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
        voicechat-forge-1.19.2-2.3.28.jar                 |Simple Voice Chat             |voicechat                     |1.19.2-2.3.28       |COMMON_SET|Manifest: NOSIGNATURE
        EnchantmentDescriptions-Forge-1.19.2-13.0.14.jar  |EnchantmentDescriptions       |enchdesc                      |13.0.14             |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        TerraBlender-forge-1.19.2-2.0.1.128.jar           |TerraBlender                  |terrablender                  |2.0.1.128           |COMMON_SET|Manifest: NOSIGNATURE
        BiomesOPlenty-1.19.2-17.1.1.162.jar               |Biomes O' Plenty              |biomesoplenty                 |17.1.1.162          |COMMON_SET|Manifest: NOSIGNATURE
        moonlight-1.19.2-2.2.16-forge.jar                 |Moonlight Library             |moonlight                     |1.19.2-2.2.16       |COMMON_SET|Manifest: NOSIGNATURE
        MouseTweaks-forge-mc1.19-2.23.jar                 |Mouse Tweaks                  |mousetweaks                   |2.23                |COMMON_SET|Manifest: NOSIGNATURE
        Colored Water-1.19.2-1.3.6.jar                    |Colored Water                 |colored_water                 |1.19.2-1.3.6        |COMMON_SET|Manifest: NOSIGNATURE
        animal_feeding_trough-1.0.3+1.19.2-forge.jar      |Animal Feeding Trough         |animal_feeding_trough         |1.0.3+1.19.2-forge  |COMMON_SET|Manifest: NOSIGNATURE
        another_furniture-forge-2.1.2-1.19.2.jar          |Another Furniture             |another_furniture             |2.1.2-1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
        astikorcarts-1.19.2-1.1.2.jar                     |AstikorCarts                  |astikorcarts                  |1.1.2               |COMMON_SET|Manifest: NOSIGNATURE
        car-1.19.2-1.0.0.jar                              |Ultimate Car Mod              |car                           |1.19.2-1.0.0        |COMMON_SET|Manifest: NOSIGNATURE
        plushies-1.2-1.19.2.jar                           |Plushie Mod                   |plushies                      |1.2                 |COMMON_SET|Manifest: NOSIGNATURE
        FarmersRespite-1.19-2.0.jar                       |Farmer's Respite              |farmersrespite                |1.19-2.0            |COMMON_SET|Manifest: NOSIGNATURE
        Gobber_Delight_1.1.1_Forge_1.19.2.jar             |Gobber Delight (by NoCube)    |gobberdelight                 |1.1.1               |COMMON_SET|Manifest: NOSIGNATURE
        ecologics-forge-1.19.2-2.1.11.jar                 |Ecologics                     |ecologics                     |2.1.11              |COMMON_SET|Manifest: NOSIGNATURE
        gravestone-1.19.2-1.0.1.jar                       |Gravestone Mod                |gravestone                    |1.19.2-1.0.1        |COMMON_SET|Manifest: NOSIGNATURE
        AutoRegLib-1.8.2-55.jar                           |AutoRegLib                    |autoreglib                    |1.8.2-55            |COMMON_SET|Manifest: NOSIGNATURE
        Quark-3.4-394.jar                                 |Quark                         |quark                         |3.4-394             |COMMON_SET|Manifest: NOSIGNATURE
        DramaticDoors-Forge-1.19.2-2.1.9.jar              |Dramatic Doors                |dramaticdoors                 |1.19.2-2.1.9        |COMMON_SET|Manifest: NOSIGNATURE
        StorageDrawers-1.19-11.1.2.jar                    |Storage Drawers               |storagedrawers                |11.1.2              |COMMON_SET|Manifest: NOSIGNATURE
        searchlight-1.19-forge-1.1.8.jar                  |Searchlight                   |searchlight                   |1.1.8               |COMMON_SET|Manifest: NOSIGNATURE
        immersive_paintings-0.5.1+1.19.2-forge.jar        |Immersive Paintings           |immersive_paintings           |0.5.1+1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
        crittersandcompanions-1.19.2-1.1.2.jar            |Critters and Companions       |crittersandcompanions         |1.19.2-1.1.2        |COMMON_SET|Manifest: NOSIGNATURE
        coloredbricks-1.19-4.3.jar                        |Colored Bricks Mod            |coloredbricks                 |1.19-4.3            |COMMON_SET|Manifest: NOSIGNATURE
        AccommodationJapanese1.2.0.jar                    |Accommodation                 |accommodation_                |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        appleskin-forge-mc1.19-2.4.2.jar                  |AppleSkin                     |appleskin                     |2.4.2+mc1.19        |COMMON_SET|Manifest: NOSIGNATURE
        CuteHermitCrabs 3.0.0 [1.19-1.19.2].jar           |Cute Hermit Crabs             |cutehermitcrabs               |1.19-3.0.0          |COMMON_SET|Manifest: NOSIGNATURE
        nifty-1.27.1.jar                                  |NiftyBlocks                   |nifty                         |1.27.1              |COMMON_SET|Manifest: NOSIGNATURE
        material_elements_panels_plates_slabs_1.19.2-6.4.0|Material Elements Panels, Plat|material_elements_panels_plate|6.4.0               |COMMON_SET|Manifest: NOSIGNATURE
        BetterF3-4.0.0-Forge-1.19.2.jar                   |BetterF3                      |betterf3                      |4.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        player_companions_1.19.2-6.0.0.jar                |Bo's Player Companions        |player_companions             |6.0.0               |COMMON_SET|Manifest: NOSIGNATURE
    Crash Report UUID: e2d02346-5875-4039-88e6-d22d369ec88c
    FML: 43.2
    Forge: net.minecraftforge:43.2.0

 

my client tell me when I try to create new map: 

Quote

The game crashed whilst exception generating new chunk Error: java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / byg:redwood_thicket]=net.minecraft.world.level.biome.Biome@119f7767}, Reference{ResourceKey[minecraft:worldgen/biome / byg:amaranth_fields]=net.minecraft.world.level.biome.Biome@690f480c}]

I really appreciate anyone who can help me...

Edited by Hestiaw
Adding version in title
Link to comment
Share on other sites

  • Hestiaw changed the title to [1.19.2] Huge crash report for my modded server (plz help)
Quote

Details:
    Mod File: /var/directory_serv/minecraft_398604/mods/3dskinlayers-forge-1.5.2-mc1.19.1.jar
    Failure message: 3dSkinLayers (skinlayers3d) has failed to load correctly
        java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER
    Mod Version: 1.5.2
    Mod Issue URL: NOT PROVIDED
    Exception message: java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER

You have a mod trying to load client classes on the server.

Maybe it is one of those client side only mods that doesn't work on the server?

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

Quote

The game crashed whilst exception generating new chunk Error: java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / byg:redwood_thicket]=net.minecraft.world.level.biome.Biome@119f7767}, Reference{ResourceKey[minecraft:worldgen/biome / byg:amaranth_fields]=net.minecraft.world.level.biome.Biome@690f480c}]

You have this problem:

https://misode.github.io/guides/feature-order-cycle/

It is caused by mods conflicting in their worldgen configuration.

One of the mods is byg (oh the biomes you will go), mentioned in the error.

Unfortunately, Mojangs error doesn't show the other mod.

Contact the byg mod authors, maybe they can help you?

Otherwise you will need to experiment with removing mods until the problem goes away to find the other mod. Backup your world(s) before removing mods.

Edited by warjort

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

Join the conversation

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

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

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

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

×   Your previous content has been restored.   Clear editor

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

Announcements



×
×
  • Create New...

Important Information

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