1.20.1 Forge server crash on linux - Server Support and Administration - Support - Minecraft Forum (2024)

Java

  • Search
    • Search all Forums
    • Search this Forum
    • Search this Thread
  • Tools
    • Jump to Forum

1.20.1 Forge server crash on linux

  • #1May 20, 2024

    Sombry

    Sombry

    • View User Profile
    • View Posts
    • Send Message

    • Join Date:5/20/2024
    • Posts:1
    • Member Details

    hi, im pretty new at this.

    i just installed a forge server on my linux machine (new at this aswell)

    i got this error

    [noparse]---- Minecraft Crash Report ----
    // You're mean.

    Time: 2024-05-20 19:43:53
    Description: Mod loading error has occurred

    java.lang.Exception: Mod Loading has failed
    at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:60) ~[forge-1.20.1-47.2.32-universal.jar%23384!/:?] {re:classloading}
    at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:37) ~[forge-1.20.1-47.2.32-universal.jar%23384!/:?] {re:classloading}
    at net.minecraft.server.Main.main(Main.java:125) ~[server-1.20.1-20230612.114412-srg.jar%23379!/:?] {re:mixin,re:classloading,pl:mixin:A}
    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) ~[?:?] {re:mixin}
    at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.2.32.jar%2369!/:?] {}
    at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.2.32.jar%2369!/:?] {}
    at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.2.32.jar%2369!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar%2355!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar%2355!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar%2355!/:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar%2355!/:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar%2355!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar%2355!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar%2355!/:?] {}
    at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}

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

    -- Head --
    Thread: main
    Suspected Mods: NONE
    Stacktrace:
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2398) ~[?:?] {}
    -- MOD cyclic --
    Details:
    Mod File: /home/moddato/server/mods/Cyclic-1.20.1-1.12.9.jar
    Failure message: Cyclic (cyclic) has failed to load correctly
    java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-17-openjdk-amd64/lib/libawt_xawt.so
    Mod Version: 1.12.9
    Mod Issue URL: https://github.com/Lothrazar/cyclic/issues
    Exception message: java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-17-openjdk-amd64/lib/libawt_xawt.so
    Stacktrace:
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2398) ~[?:?] {}
    at java.lang.Runtime.load0(Runtime.java:755) ~[?:?] {}
    at java.lang.System.load(System.java:1957) ~[?:?] {re:mixin}
    at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?] {}
    at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?] {}
    at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?] {}
    at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?] {}
    at jdk.internal.loader.NativeLibraries.findFromPaths(NativeLibraries.java:315) ~[?:?] {}
    at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:285) ~[?:?] {}
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2403) ~[?:?] {}
    at java.lang.Runtime.loadLibrary0(Runtime.java:818) ~[?:?] {}
    at java.lang.System.loadLibrary(System.java:1993) ~[?:?] {re:mixin}
    at java.awt.Toolkit$2.run(Toolkit.java:1388) ~[?:?] {}
    at java.awt.Toolkit$2.run(Toolkit.java:1386) ~[?:?] {}
    at java.security.AccessController.doPrivileged(AccessController.java:318) ~[?:?] {}
    at java.awt.Toolkit.loadLibraries(Toolkit.java:1385) ~[?:?] {}
    at java.awt.Toolkit.initStatic(Toolkit.java:1423) ~[?:?] {}
    at java.awt.Toolkit.<clinit>(Toolkit.java:1397) ~[?:?] {}
    at java.awt.Color.<clinit>(Color.java:277) ~[?:?] {}
    at com.lothrazar.cyclic.config.ClientConfigCyclic.<clinit>(ClientConfigCyclic.java:19) ~[Cyclic-1.20.1-1.12.9.jar%23271!/:1.20.1-1.12.9] {re:classloading}
    at com.lothrazar.cyclic.config.ConfigRegistry.initClientConfig(ConfigRegistry.java:563) ~[Cyclic-1.20.1-1.12.9.jar%23271!/:1.20.1-1.12.9] {re:classloading}
    at com.lothrazar.cyclic.config.ConfigRegistry.initConfig(ConfigRegistry.java:553) ~[Cyclic-1.20.1-1.12.9.jar%23271!/:1.20.1-1.12.9] {re:classloading}
    at com.lothrazar.cyclic.config.ConfigRegistry.<clinit>(ConfigRegistry.java:141) ~[Cyclic-1.20.1-1.12.9.jar%23271!/:1.20.1-1.12.9] {re:classloading}
    at com.lothrazar.cyclic.ModCyclic.<init>(ModCyclic.java:41) ~[Cyclic-1.20.1-1.12.9.jar%23271!/:1.20.1-1.12.9] {re:classloading}
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {}
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {}
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {}
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:70) ~[javafmllanguage-1.20.1-47.2.32.jar%23381!/:?] {}
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:124) ~[fmlcore-1.20.1-47.2.32.jar%23380!/:?] {}
    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:mixin,re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin}

    -- System Details --
    Details:
    Minecraft Version: 1.20.1
    Minecraft Version ID: 1.20.1
    Operating System: Linux (amd64) version 6.8.0-31-generic
    Java Version: 17.0.11, Ubuntu
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Ubuntu
    Memory: 902209504 bytes (860 MiB) / 1652555776 bytes (1576 MiB) up to 8396996608 bytes (8008 MiB)
    CPUs: 12
    Processor Vendor: AuthenticAMD
    Processor Name: AMD Ryzen 5 1600X Six-Core Processor
    Identifier: AuthenticAMD Family 23 Model 1 Stepping 1
    Microarchitecture: Zen
    Frequency (GHz): -0.00
    Number of physical packages: 1
    Number of physical CPUs: 6
    Number of logical CPUs: 12
    Graphics card #0 name: TU106 [GeForce RTX 2060 SUPER]
    Graphics card #0 vendor: NVIDIA Corporation (0x10de)
    Graphics card #0 VRAM (MB): 288.00
    Graphics card #0 deviceId: 0x1f06
    Graphics card #0 versionInfo: unknown
    Virtual memory max (MB): 24203.63
    Virtual memory used (MB): 3074.11
    Swap memory total (MB): 8192.00
    Swap memory used (MB): 0.00
    JVM Flags: 0 total;
    ModLauncher: 10.0.9+10.0.9+main.dcd20f30
    ModLauncher launch target: forgeserver
    ModLauncher naming: srg
    ModLauncher services:
    mixin-0.8.5.jar mixin PLUGINSERVICE
    eventbus-6.0.5.jar eventbus PLUGINSERVICE
    fmlloader-1.20.1-47.2.32.jar slf4jfixer PLUGINSERVICE
    fmlloader-1.20.1-47.2.32.jar object_holder_definalize PLUGINSERVICE
    fmlloader-1.20.1-47.2.32.jar runtime_enum_extender PLUGINSERVICE
    fmlloader-1.20.1-47.2.32.jar capability_token_subclass PLUGINSERVICE
    accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
    fmlloader-1.20.1-47.2.32.jar runtimedistcleaner PLUGINSERVICE
    modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
    modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
    FML Language Providers:
    [emailprotected]
    javafml@null
    [emailprotected]
    lowcodefml@null
    Mod List:
    supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |COMMON_SET|Manifest: NOSIGNATURE
    geckolib-forge-1.20.1-4.4.4.jar |GeckoLib 4 |geckolib |4.4.4 |COMMON_SET|Manifest: NOSIGNATURE
    botarium-forge-1.20.1-2.3.3.jar |Botarium |botarium |2.3.3 |COMMON_SET|Manifest: NOSIGNATURE
    mcw-windows-2.2.1-mc1.20.1forge.jar |Macaw's Windows |mcwwindows |2.2.1 |COMMON_SET|Manifest: NOSIGNATURE
    sophisticatedcore-1.20.1-0.6.22.611.jar |Sophisticated Core |sophisticatedcore |0.6.22.611 |COMMON_SET|Manifest: NOSIGNATURE
    mcwfurnituresbop-1.20-1.1.jar |Macaw's Furnitures - BOP |mcwfurnituresbop |1.20-1.1 |COMMON_SET|Manifest: NOSIGNATURE
    ritchiesprojectilelib-1.0.0-369e88d+1.20.1-forge.j|Ritchie's Projectile Library |ritchiesprojectilelib |1.0.0-369e88d+1.20.1|COMMON_SET|Manifest: NOSIGNATURE
    Controlling-forge-1.20.1-12.0.2.jar |Controlling |controlling |12.0.2 |COMMON_SET|Manifest: NOSIGNATURE
    Placebo-1.20.1-8.6.1.jar |Placebo |placebo |8.6.1 |COMMON_SET|Manifest: NOSIGNATURE
    modernfix-forge-5.17.0+mc1.20.1.jar |ModernFix |modernfix |5.17.0+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
    mixinextras-forge-0.2.0-beta.8.jar |MixinExtras |mixinextras |0.2.0-beta.8 |COMMON_SET|Manifest: NOSIGNATURE
    BotanyPotsTiers-Forge-1.20.1-6.0.1.jar |BotanyPotsTiers |botanypotstiers |6.0.1 |COMMON_SET|Manifest: NOSIGNATURE
    Bookshelf-Forge-1.20.1-20.1.10.jar |Bookshelf |bookshelf |20.1.10 |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
    sophisticatedbackpacks-1.20.1-3.20.5.1044.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.20.5.1044 |COMMON_SET|Manifest: NOSIGNATURE
    DarkUtilities-Forge-1.20.1-17.0.3.jar |DarkUtilities |darkutils |17.0.3 |COMMON_SET|Manifest: NOSIGNATURE
    Apotheosis-1.20.1-7.3.5.jar |Apotheosis |apotheosis |7.3.5 |COMMON_SET|Manifest: NOSIGNATURE
    mcw-doors-1.1.0forge-mc1.20.1.jar |Macaw's Doors |mcwdoors |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
    wares-1.20.1-1.2.8.jar |Wares |wares |1.2.8 |COMMON_SET|Manifest: NOSIGNATURE
    create-new-age-forge-1.20.1-1.1.2.jar |Create: New Age |create_new_age |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
    balm-forge-1.20.1-7.2.2.jar |Balm |balm |7.2.2 |COMMON_SET|Manifest: NOSIGNATURE
    carryon-forge-1.20.1-2.1.2.7.jar |Carry On |carryon |2.1.2.7 |COMMON_SET|Manifest: NOSIGNATURE
    JustEnoughResources-1.20.1-1.4.0.247.jar |Just Enough Resources |jeresources |1.4.0.247 |COMMON_SET|Manifest: NOSIGNATURE
    macawsroofsbop-1.20-1.0.jar |Macaw's Roofs - BOP |macawsroofsbop |1.20-1.0 |COMMON_SET|Manifest: NOSIGNATURE
    mob_grinding_utils-1.20.1-1.1.0.jar |Mob Grinding Utils |mob_grinding_utils |1.20.1-1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
    refinedstorage-1.12.4.jar |Refined Storage |refinedstorage |1.12.4 |COMMON_SET|Manifest: NOSIGNATURE
    corpse-forge-1.20.1-1.0.12.jar |Corpse |corpse |1.20.1-1.0.12 |COMMON_SET|Manifest: NOSIGNATURE
    mcw-bridges-3.0.0-mc1.20.1forge.jar |Macaw's Bridges |mcwbridges |3.0.0 |COMMON_SET|Manifest: NOSIGNATURE
    tempad-forge-1.20.1-2.3.3.jar |Tempad |tempad |2.3.3 |COMMON_SET|Manifest: NOSIGNATURE
    ironfurnaces-1.20.1-4.1.6.jar |Iron Furnaces |ironfurnaces |4.1.6 |COMMON_SET|Manifest: NOSIGNATURE
    mcw-trapdoors-1.1.3-mc1.20.1forge.jar |Macaw's Trapdoors |mcwtrpdoors |1.1.3 |COMMON_SET|Manifest: NOSIGNATURE
    mcw-fences-1.1.1-mc1.20.1forge.jar |Macaw's Fences and Walls |mcwfences |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE
    supermartijn642corelib-1.1.17-forge-mc1.20.1.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.17 |COMMON_SET|Manifest: NOSIGNATURE
    resourcefulconfig-forge-1.20.1-2.1.2.jar |Resourcefulconfig |resourcefulconfig |2.1.2 |COMMON_SET|Manifest: NOSIGNATURE
    spark-1.10.53-forge.jar |spark |spark |1.10.53 |COMMON_SET|Manifest: NOSIGNATURE
    curios-forge-5.9.0+1.20.1.jar |Curios API |curios |5.9.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
    Patchouli-1.20.1-84-FORGE.jar |Patchouli |patchouli |1.20.1-84-FORGE |COMMON_SET|Manifest: NOSIGNATURE
    simplehats-forge-1.20.1-0.3.0.jar |SimpleHats |simplehats |1.20.1-0.3.0 |COMMON_SET|Manifest: NOSIGNATURE
    Searchables-forge-1.20.1-1.0.3.jar |Searchables |searchables |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
    time-in-a-bottle-4.0.4-mc1.20.1.jar |Time In A Bottle |tiab |4.0.4-mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
    ApothicAttributes-1.20.1-1.3.5.jar |Apothic Attributes |attributeslib |1.3.5 |COMMON_SET|Manifest: NOSIGNATURE
    elevatorid-1.20.1-lex-1.9.jar |Elevator Mod |elevatorid |1.20.1-lex-1.9 |COMMON_SET|Manifest: NOSIGNATURE
    ftb-ultimine-forge-2001.1.4.jar |FTB Ultimine |ftbultimine |2001.1.4 |COMMON_SET|Manifest: NOSIGNATURE
    Runelic-Forge-1.20.1-18.0.2.jar |Runelic |runelic |18.0.2 |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
    resourcefullib-forge-1.20.1-2.1.24.jar |Resourceful Lib |resourcefullib |2.1.24 |COMMON_SET|Manifest: NOSIGNATURE
    ExtraStorage-1.20.1-4.0.7.jar |ExtraStorage |extrastorage |4.0.7 |COMMON_SET|Manifest: NOSIGNATURE
    createliquidfuel-2.1.1-1.20.1.jar |Create Liquid Fuel |createliquidfuel |2.1.1-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
    mcw-roofs-2.3.0-mc1.20.1forge.jar |Macaw's Roofs |mcwroofs |2.3.0 |COMMON_SET|Manifest: NOSIGNATURE
    architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |COMMON_SET|Manifest: NOSIGNATURE
    mcw-furniture-3.2.2-mc1.20.1forge.jar |Macaw's Furniture |mcwfurnitures |3.2.2 |COMMON_SET|Manifest: NOSIGNATURE
    flib-1.20.1-0.0.12.jar |flib |flib |0.0.12 |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
    framework-forge-1.20.1-0.6.27.jar |Framework |framework |0.6.27 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
    Towns-and-Towers-1.12-Fabric+Forge.jar |Towns and Towers |t_and_t |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE
    FastLeafDecay-31.jar |Fast Leaf Decay |fastleafdecay |31 |COMMON_SET|Manifest: NOSIGNATURE
    CodeChickenLib-1.20.1-4.4.0.509-universal.jar |CodeChicken Lib |codechickenlib |4.4.0.509 |COMMON_SET|Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
    createteleporters2.1-1.20.1.jar |Create Teleporters |createteleporters |2.1 |COMMON_SET|Manifest: NOSIGNATURE
    mcw-lights-1.0.6-mc1.20.1forge.jar |Macaw's Lights and Lamps |mcwlights |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE
    Cyclic-1.20.1-1.12.9.jar |Cyclic |cyclic |1.12.9 |ERROR |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
    createbigcannons-forge-1.20.1-0.5.4.jar |Create Big Cannons |createbigcannons |0.5.4-nightly-8b9cea|COMMON_SET|Manifest: NOSIGNATURE
    Cucumber-1.20.1-7.0.8.jar |Cucumber Library |cucumber |7.0.8 |COMMON_SET|Manifest: NOSIGNATURE
    ftb-library-forge-2001.1.5.jar |FTB Library |ftblibrary |2001.1.5 |COMMON_SET|Manifest: NOSIGNATURE
    ftb-teams-forge-2001.2.0.jar |FTB Teams |ftbteams |2001.2.0 |COMMON_SET|Manifest: NOSIGNATURE
    ftb-ranks-forge-2001.1.3.jar |FTB Ranks |ftbranks |2001.1.3 |COMMON_SET|Manifest: NOSIGNATURE
    ftb-essentials-forge-2001.2.2.jar |FTB Essentials |ftbessentials |2001.2.2 |COMMON_SET|Manifest: NOSIGNATURE
    rechiseled-1.1.6-forge-mc1.20.jar |Rechiseled |rechiseled |1.1.6 |COMMON_SET|Manifest: NOSIGNATURE
    goblintraders-forge-1.20.1-1.9.3.jar |Goblin Traders |goblintraders |1.9.3 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
    waystones-forge-1.20-14.1.3.jar |Waystones |waystones |14.1.3 |COMMON_SET|Manifest: NOSIGNATURE
    mcw-holidays-1.1.0-mc1.20.1forge.jar |Macaw's Holidays |mcwholidays |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
    Structory_1.20.x_v1.3.5.jar |Structory |structory |1.3.5 |COMMON_SET|Manifest: NOSIGNATURE
    mcw-paintings-1.0.5-1.20.1forge.jar |Macaw's Paintings |mcwpaintings |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
    Clumps-forge-1.20.1-12.0.0.4.jar |Clumps |clumps |12.0.0.4 |COMMON_SET|Manifest: NOSIGNATURE
    journeymap-1.20.1-5.9.21-forge.jar |Journeymap |journeymap |5.9.21 |COMMON_SET|Manifest: NOSIGNATURE
    NaturesCompass-1.20.1-1.11.2-forge.jar |Nature's Compass |naturescompass |1.20.1-1.11.2-forge |COMMON_SET|Manifest: NOSIGNATURE
    SimpleStorageNetwork-1.20.1-1.10.0.jar |Simple Storage Network |storagenetwork |1.10.0 |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
    configured-forge-1.20.1-2.2.3.jar |Configured |configured |2.2.3 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
    BotanyPots-Forge-1.20.1-13.0.29.jar |BotanyPots |botanypots |13.0.29 |COMMON_SET|Manifest: NOSIGNATURE
    rechiseledcreate-1.0.2-forge-mc1.20.jar |Rechiseled: Create |rechiseledcreate |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
    mcjtylib-1.20-8.0.5.jar |McJtyLib |mcjtylib |1.20-8.0.5 |COMMON_SET|Manifest: NOSIGNATURE
    rftoolsbase-1.20-5.0.3.jar |RFToolsBase |rftoolsbase |1.20-5.0.3 |COMMON_SET|Manifest: NOSIGNATURE
    rftoolsdim-1.20-11.0.6.jar |RFToolsDimensions |rftoolsdim |1.20-11.0.6 |COMMON_SET|Manifest: NOSIGNATURE
    ExplorersCompass-1.20.1-1.3.3-forge.jar |Explorer's Compass |explorerscompass |1.20.1-1.3.3-forge |COMMON_SET|Manifest: NOSIGNATURE
    ToastControl-1.20.1-8.0.3.jar |Toast Control |toastcontrol |8.0.3 |COMMON_SET|Manifest: NOSIGNATURE
    inventorypets-1.20.1-2.1.1.jar |Inventory Pets |inventorypets |2.1.1 |COMMON_SET|Manifest: NOSIGNATURE
    fusion-1.1.1-forge-mc1.20.1.jar |Fusion |fusion |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE
    EnderStorage-1.20.1-2.11.0.188-universal.jar |EnderStorage |enderstorage |2.11.0.188 |COMMON_SET|Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
    ars_nouveau-1.20.1-4.10.0-all.jar |Ars Nouveau |ars_nouveau |4.10.0 |COMMON_SET|Manifest: NOSIGNATURE
    rftoolspower-1.20-6.0.2.jar |RFToolsPower |rftoolspower |1.20-6.0.2 |COMMON_SET|Manifest: NOSIGNATURE
    ExtraDisks-1.20.1-3.0.2.jar |Extra Disks |extradisks |1.20.1-3.0.2 |COMMON_SET|Manifest: NOSIGNATURE
    EdivadLib-1.20.1-2.0.1.jar |EdivadLib |edivadlib |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE
    skinlayers3d-forge-1.6.4-mc1.20.1.jar |3d-Skin-Layers |skinlayers3d |1.6.4 |COMMON_SET|Manifest: NOSIGNATURE
    ftb-chunks-forge-2001.2.7.jar |FTB Chunks |ftbchunks |2001.2.7 |COMMON_SET|Manifest: NOSIGNATURE
    forge-1.20.1-47.2.32-universal.jar |Forge |forge |47.2.32 |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
    bloodmagic-1.20.1-3.3.3-45.jar |Blood Magic |bloodmagic |3.3.3-45 |COMMON_SET|Manifest: NOSIGNATURE
    tfmg-0.8.0b-1.20.1.jar |Create: The Factory Must Grow |tfmg |0.8.0b |COMMON_SET|Manifest: NOSIGNATURE
    mcw-paths-1.0.5-1.20.1forge.jar |Macaw's Paths and Pavings |mcwpaths |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
    MysticalAgriculture-1.20.1-7.0.11.jar |Mystical Agriculture |mysticalagriculture |7.0.11 |COMMON_SET|Manifest: NOSIGNATURE
    MysticalAgradditions-1.20.1-7.0.3.jar |Mystical Agradditions |mysticalagradditions |7.0.3 |COMMON_SET|Manifest: NOSIGNATURE
    ironchest-1.20.1-14.4.4.jar |Iron Chests |ironchest |1.20.1-14.4.4 |COMMON_SET|Manifest: NOSIGNATURE
    ZeroCore2-1.20.1-2.1.41.jar |Zero CORE 2 |zerocore |1.20.1-2.1.41 |COMMON_SET|Manifest: NOSIGNATURE
    ExtremeReactors2-1.20.1-2.0.77.jar |Extreme Reactors |bigreactors |1.20.1-2.0.77 |COMMON_SET|Manifest: NOSIGNATURE
    server-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
    cofh_core-1.20.1-11.0.0.51.jar |CoFH Core |cofh_core |11.0.0 |COMMON_SET|Manifest: NOSIGNATURE
    thermal_core-1.20.1-11.0.2.18.jar |Thermal Series |thermal |11.0.2 |COMMON_SET|Manifest: NOSIGNATURE
    thermal_integration-1.20.1-11.0.0.23.jar |Thermal Integration |thermal_integration |11.0.0 |COMMON_SET|Manifest: NOSIGNATURE
    thermal_innovation-1.20.1-11.0.0.21.jar |Thermal Innovation |thermal_innovation |11.0.0 |COMMON_SET|Manifest: NOSIGNATURE
    thermal_foundation-1.20.1-11.0.2.64.jar |Thermal Foundation |thermal_foundation |11.0.2 |COMMON_SET|Manifest: NOSIGNATURE
    thermal_expansion-1.20.1-11.0.0.27.jar |Thermal Expansion |thermal_expansion |11.0.0 |COMMON_SET|Manifest: NOSIGNATURE
    thermal_dynamics-1.20.1-11.0.0.21.jar |Thermal Dynamics |thermal_dynamics |11.0.0 |COMMON_SET|Manifest: NOSIGNATURE
    rftoolsutility-1.20-6.0.6.jar |RFToolsUtility |rftoolsutility |1.20-6.0.6 |COMMON_SET|Manifest: NOSIGNATURE
    voicechat-forge-1.20.1-2.5.14.jar |Simple Voice Chat |voicechat |1.20.1-2.5.14 |COMMON_SET|Manifest: NOSIGNATURE
    Steam_Rails-1.6.4+forge-mc1.20.1.jar |Create: Steam 'n' Rails |railways |1.6.4+forge-mc1.20.1|COMMON_SET|Manifest: NOSIGNATURE
    TerraBlender-forge-1.20.1-3.0.1.6.jar |TerraBlender |terrablender |3.0.1.6 |COMMON_SET|Manifest: NOSIGNATURE
    BiomesOPlenty-1.20.1-18.0.0.592.jar |Biomes O' Plenty |biomesoplenty |18.0.0.592 |COMMON_SET|Manifest: NOSIGNATURE
    macawsbridgesbop-1.20-1.2.jar |Macaw's Bridges - BOP |macawsbridgesbop |1.20-1.2 |COMMON_SET|Manifest: NOSIGNATURE
    mcwfencesbop-1.20-1.0.jar |Macaw's Fences - BOP |mcwfencesbop |1.20-1.0 |COMMON_SET|Manifest: NOSIGNATURE
    moonlight-1.20-2.11.22-forge.jar |Moonlight Library |moonlight |1.20-2.11.22 |COMMON_SET|Manifest: NOSIGNATURE
    mixinsquared-forge-0.1.1.jar |MixinSquared |mixinsquared |0.1.1 |COMMON_SET|Manifest: NOSIGNATURE
    spectrelib-forge-0.13.15+1.20.1.jar |SpectreLib |spectrelib |0.13.15+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
    EnderIO-1.20.1-6.0.25-alpha.jar |Ender IO |enderio |6.0.25-alpha |COMMON_SET|Manifest: NOSIGNATURE
    kffmod-4.10.0.jar |Kotlin For Forge |kotlinforforge |4.10.0 |COMMON_SET|Manifest: NOSIGNATURE
    rftoolsbuilder-1.20-6.0.5.jar |RFToolsBuilder |rftoolsbuilder |1.20-6.0.5 |COMMON_SET|Manifest: NOSIGNATURE
    notenoughanimations-forge-1.7.3-mc1.20.1.jar |NotEnoughAnimations |notenoughanimations |1.7.3 |COMMON_SET|Manifest: NOSIGNATURE
    flywheel-forge-1.20.1-0.6.10-7.jar |Flywheel |flywheel |0.6.10-7 |COMMON_SET|Manifest: NOSIGNATURE
    create-1.20.1-0.5.1.f.jar |Create |create |0.5.1.f |COMMON_SET|Manifest: NOSIGNATURE
    thermal_cultivation-1.20.1-11.0.0.22.jar |Thermal Cultivation |thermal_cultivation |11.0.0 |COMMON_SET|Manifest: NOSIGNATURE
    PigPen-Forge-1.20.1-15.0.2.jar |PigPen |pigpen |15.0.2 |COMMON_SET|Manifest: NOSIGNATURE
    polymorph-forge-0.49.3+1.20.1.jar |Polymorph |polymorph |0.49.3+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
    storagedrawers-1.20.1-12.0.3.jar |Storage Drawers |storagedrawers |12.0.3 |COMMON_SET|Manifest: NOSIGNATURE
    almostunified-forge-1.20.1-0.9.3.jar |AlmostUnified |almostunified |1.20.1-0.9.3 |COMMON_SET|Manifest: NOSIGNATURE
    jei-1.20.1-forge-15.3.0.4.jar |Just Enough Items |jei |15.3.0.4 |COMMON_SET|Manifest: NOSIGNATURE
    appliedenergistics2-forge-15.2.1.jar |Applied Energistics 2 |ae2 |15.2.1 |COMMON_SET|Manifest: NOSIGNATURE
    Mekanism-1.20.1-10.4.6.20.jar |Mekanism |mekanism |10.4.6 |COMMON_SET|Manifest: NOSIGNATURE
    MekanismGenerators-1.20.1-10.4.6.20.jar |Mekanism: Generators |mekanismgenerators |10.4.6 |COMMON_SET|Manifest: NOSIGNATURE
    MekanismAdditions-1.20.1-10.4.6.20.jar |Mekanism: Additions |mekanismadditions |10.4.6 |COMMON_SET|Manifest: NOSIGNATURE
    AEAdditions-1.20.1-5.0.6.jar |AE Additions |ae2additions |5.0.6 |COMMON_SET|Manifest: NOSIGNATURE
    MekanismTools-1.20.1-10.4.6.20.jar |Mekanism: Tools |mekanismtools |10.4.6 |COMMON_SET|Manifest: NOSIGNATURE
    pipez-forge-1.20.1-1.2.6.jar |Pipez |pipez |1.20.1-1.2.6 |COMMON_SET|Manifest: NOSIGNATURE
    Zeta-1.0-16.jar |Zeta |zeta |1.0-16 |COMMON_SET|Manifest: NOSIGNATURE
    buildinggadgets2-1.0.7.jar |Building Gadgets 2 |buildinggadgets2 |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE
    lootr-forge-1.20-0.7.33.83.jar |Lootr |lootr |0.7.33.82 |COMMON_SET|Manifest: NOSIGNATURE
    Quark-4.0-443.jar |Quark |quark |4.0-443 |COMMON_SET|Manifest: NOSIGNATURE
    supplementaries-1.20-2.8.11.jar |Supplementaries |supplementaries |1.20-2.8.11 |COMMON_SET|Manifest: NOSIGNATURE
    ferritecore-6.0.1-forge.jar |Ferrite Core |ferritecore |6.0.1 |COMMON_SET|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
    refinedstorageaddons-0.10.0.jar |Refined Storage Addons |refinedstorageaddons |0.10.0 |COMMON_SET|Manifest: NOSIGNATURE
    refinedpolymorph-0.1.1-1.20.1.jar |Refined Polymorphism |refinedpolymorph |0.1.1-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
    cosmeticarmorreworked-1.20.1-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.20.1-v1a |COMMON_SET|Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
    createaddition-1.20.1-1.2.3.jar |Create Crafts & Additions |createaddition |1.20.1-1.2.3 |COMMON_SET|Manifest: NOSIGNATURE
    cristellib-1.1.5-forge.jar |Cristel Lib |cristellib |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE
    Crash Report UUID: f3e438ef-39d2-4496-91b5-94f7189cd369
    FML: 47.2
    Forge: net.minecraftforge:47.2.32[/noparse]


  • #2May 21, 2024

    TileEntity

    TileEntity

    • View User Profile
    • View Posts
    • Send Message

    • Beyond the Horizon
    • Join Date:9/20/2016
    • Posts:22,815
    • Location:Germany
    • Member Details

    Cyclic is not working - try other builds or remove it

    1.20.1 Forge server crash on linux - Server Support and Administration - Support - Minecraft Forum (3)

  • To post a comment, please login.

Posts Quoted:

Reply

Clear All Quotes

Previous Thread

Jump to Forum

Next Thread

1.20.1 Forge server crash on linux - Server Support and Administration - Support - Minecraft Forum (2024)

FAQs

Why is my forge Minecraft server crashing? ›

If your Forge Minecraft Server is crashing whenever you connect, it's likely you have a ticking block entity. To put it simply, a ticking entity is either a modded block, mob or animal which will cause your server to crash.

How do you tell what mod is crashing Minecraft server? ›

Determine the Cause of the Crash

Check the console for an error message. Additionally, check the crash-reports folder for crash report files. You can access the crash-reports folder by clicking on Files in Command Center. In the error messages, you can usually make out the name of the mod that is causing the issue.

What can crash a Minecraft server? ›

Server crashes can occur if you do not have enough resources to run your server or installed a non-functioning/incompatible mod or plugin.

What version of Java does Minecraft 1.20 use? ›

The default Java version shipped with the game has been upgraded to Microsoft OpenJDK 17.0.8. Added validation for symbolic links in datapacks and resource packs, to improve safety.

How do I reset my Minecraft Forge server? ›

For Minecraft and Forge servers, you need to delete the world folder on the Savegames-FTP. When you start the server again, a new savegame will be created.

How to stop a forge crash? ›

Re-Download Minecraft Forge: If a corrupted or incomplete download causes the issue, you can try re-downloading Forge from a reliable source. This will ensure that you have a complete and uncorrupted version of the software, which should reduce the chances of it crashing during installation.

Why does Minecraft keep crashing exit code? ›

The “Exit Code 1” crash means the Java runtime configuration isn't working properly. However, there are plenty of other reasons for this problem. Whether you've been playing around with mods or manually tweaking your game files, lots of triggers can cause this situation.

Why is my forge Minecraft not working? ›

One common reason for Minecraft Forge Not Working is that you install the Windows version of the game on your computer while Forge only runs in the Java version of the game. In addition, the Java version should match the version of the game. Otherwise, Forge won't work either.

How to read Minecraft forge crash logs? ›

Command Center
  1. Login to Command Center.
  2. From the servers page, select manage for the server you are using.
  3. Click on the Files tab.
  4. In the list of files and folders, select the logs folder.
  5. You should see a server-fml-latest. log file or similar. Clicking on that will open it in a separate window.

How to figure out why Minecraft is crashing? ›

A sign of a server crash during gameplay is a "Saving chunks" or "Shutting down internal server" screen. The most common causes of crashes are mods, pre-existing bugs, and updates. Attempting to modify the files of Minecraft or individual worlds, even with advanced editors, can also cause crashes.

What to do when server crashes? ›

Take corrective action

After diagnosing the server crash and identifying its cause, take immediate corrective action. This could include updating/replacing hardware or software that was causing the crash. However, contacting a data recovery service is the wisest action to take.

What is the most destructive Minecraft server? ›

2b2t has essentially no rules and players are not permanently banned, known within Minecraft as an "anarchy server". As a result, players commonly engage in the destruction of other players' and groups creations, colloquially called "griefing", as well as hacking using modified software to gain an advantage.

Why does my CurseForge Minecraft keep crashing? ›

Create a custom profile and run it without any mods installed, to check if it crashes or not. If it crashes, this means that the issue is related to the modloader or to the game. You can ask the Minecraft modding community for further help in the #minecraft-support channel over at the CurseForge Discord server.

How do I make my Minecraft Forge server run better? ›

Upgrading your server plan (RAM amount) or switching to a premium server subscription will improve your server's performance. As the number of mods and players grows and your world gets bigger, your server may require more RAM.

How do I fix ticking entity crash forge? ›

Forge Config
  1. On your Server's Control Panel navigate to Files > FTP Access.
  2. Login to the FTP.
  3. Depending on your forge version, locate and edit the specified file: ...
  4. Once open, locate the lines removeErroringEntities and removeErroringTileEntities . ...
  5. Save your changes and restart your server.

Why won t my Minecraft Forge work? ›

One common reason for Minecraft Forge Not Working is that you install the Windows version of the game on your computer while Forge only runs in the Java version of the game. In addition, the Java version should match the version of the game. Otherwise, Forge won't work either.

References

Top Articles
Latest Posts
Article information

Author: Annamae Dooley

Last Updated:

Views: 6178

Rating: 4.4 / 5 (45 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Annamae Dooley

Birthday: 2001-07-26

Address: 9687 Tambra Meadow, Bradleyhaven, TN 53219

Phone: +9316045904039

Job: Future Coordinator

Hobby: Archery, Couponing, Poi, Kite flying, Knitting, Rappelling, Baseball

Introduction: My name is Annamae Dooley, I am a witty, quaint, lovely, clever, rich, sparkling, powerful person who loves writing and wants to share my knowledge and understanding with you.