Willieiche Posted September 30, 2022 Share Posted September 30, 2022 ---- Minecraft Crash Report ---- // Ooh. Shiny. Time: 9/30/22, 9:29 PM Description: Mod loading error has occurred java.lang.Exception: Mod Loading has failed at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:71) ~[forge:?] {re:classloading} at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:37) ~[forge:?] {re:classloading} at net.minecraft.server.Main.main(Main.java:95) ~[?:?] {re:classloading} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] {} at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:37) ~[server.jar:36.2] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {} at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:49) [server.jar:?] {} at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:46) [server.jar:?] {} at net.minecraftforge.server.ServerMain.main(ServerMain.java:43) [server.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: main Stacktrace: at me.shedaniel.architectury.registry.forge.RegistriesImpl$RegistryProviderImpl.lambda$new$0(RegistriesImpl.java:78) ~[architectury:?] {re:classloading} -- MOD ftbchunks -- Details: Caused by 0: java.lang.ExceptionInInitializerError at dev.ftb.mods.ftbchunks.forge.FTBChunksForge.<init>(FTBChunksForge.java:16) ~[ftbchunks:?] {re:classloading} at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {re:classloading,re:classloading} at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?] {re:classloading,re:classloading} at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {re:classloading,re:classloading} at java.lang.reflect.Constructor.newInstance(Constructor.java:490) ~[?:?] {} at java.lang.Class.newInstance(Class.java:584) ~[?:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[forge:36.2] {re:classloading} at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[forge:?] {re:classloading} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1728) ~[?:?] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) ~[?:?] {} at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) ~[?:?] {} at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) ~[?:?] {re:computing_frames} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) ~[?:?] {re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) ~[?:?] {} Mod File: ftb-chunks-forge-1605.3.1-build.41.jar Failure message: FTB Chunks (ftbchunks) has failed to load correctly java.lang.ExceptionInInitializerError: null Mod Version: 1605.3.1-build.41 Mod Issue URL: https://github.com/FTBTeam/FTB-Chunks/issues Exception message: java.lang.IllegalStateException: Can't get event bus for mod 'ftbchunks' because it was not registered! Stacktrace: at me.shedaniel.architectury.registry.forge.RegistriesImpl$RegistryProviderImpl.lambda$new$0(RegistriesImpl.java:78) ~[architectury:?] {re:classloading} at java.util.Optional.orElseThrow(Optional.java:408) ~[?:?] {} at me.shedaniel.architectury.registry.forge.RegistriesImpl$RegistryProviderImpl.<init>(RegistriesImpl.java:78) ~[architectury:?] {re:classloading} at me.shedaniel.architectury.registry.forge.RegistriesImpl._get(RegistriesImpl.java:56) ~[architectury:?] {re:classloading} at me.shedaniel.architectury.registry.Registries._get(Registries.java) ~[architectury:?] {re:classloading} at me.shedaniel.architectury.registry.Registries.<init>(Registries.java:46) ~[architectury:?] {re:classloading} at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1705) ~[?:?] {} at me.shedaniel.architectury.registry.Registries.get(Registries.java:42) ~[architectury:?] {re:classloading} at dev.ftb.mods.ftbchunks.FTBChunks.<clinit>(FTBChunks.java:104) ~[ftbchunks:?] {re:classloading} at dev.ftb.mods.ftbchunks.forge.FTBChunksForge.<init>(FTBChunksForge.java:16) ~[ftbchunks:?] {re:classloading} at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {re:classloading,re:classloading,re:classloading} at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?] {re:classloading,re:classloading,re:classloading} at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {re:classloading,re:classloading,re:classloading} at java.lang.reflect.Constructor.newInstance(Constructor.java:490) ~[?:?] {} at java.lang.Class.newInstance(Class.java:584) ~[?:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[forge:36.2] {re:classloading} at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[forge:?] {re:classloading} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1728) ~[?:?] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) ~[?:?] {} at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) ~[?:?] {} at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) ~[?:?] {re:computing_frames} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) ~[?:?] {re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) ~[?:?] {} -- System Details -- Details: Minecraft Version: 1.16.5 Minecraft Version ID: 1.16.5 Operating System: Linux (amd64) version 5.19.9-xanmod1 Java Version: 11.0.11, GraalVM Community Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), GraalVM Community Memory: 2979264840 bytes (2841 MB) / 3380609024 bytes (3224 MB) up to 6979321856 bytes (6656 MB) CPUs: 32 JVM Flags: 23 total; -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCIProduct -XX:-UnlockExperimentalVMOptions -XX:ThreadPriorityPolicy=1 -Xms128M -Xmx6656M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec ModLauncher launch target: fmlserver ModLauncher naming: srg ModLauncher services: /mixin-0.8.4.jar mixin PLUGINSERVICE /eventbus-4.0.0.jar eventbus PLUGINSERVICE /server.jar object_holder_definalize PLUGINSERVICE /server.jar runtime_enum_extender PLUGINSERVICE /server.jar capability_inject_definalize PLUGINSERVICE /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE /server.jar runtimedistcleaner PLUGINSERVICE /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE /server.jar fml TRANSFORMATIONSERVICE FML: 36.2 Forge: net.minecraftforge:36.2.35 FML Language Providers: [email protected] minecraft@1 Mod List: forge-1.16.5-36.2.35-server.jar |Minecraft |minecraft |1.16.5 |CREATE_REG|Manifest: NOSIGNATURE rhino-forge-1605.1.5-build.75.jar |Rhino |rhino |1605.1.5-build.75 |CREATE_REG|Manifest: NOSIGNATURE theoneprobe-1.16-3.1.4.jar |The One Probe |theoneprobe |1.16-3.1.4 |CREATE_REG|Manifest: NOSIGNATURE MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |CREATE_REG|Manifest: NOSIGNATURE ae2wtlib-0.3.3-1.16.5.jar |AE2 Wireless Terminals |ae2wtlib |0.3.3-1.16.5 |CREATE_REG|Manifest: NOSIGNATURE mana-and-artifice-1.5.1.7.jar |Mana and Artifice |mana-and-artifice |1.5.1.7 |CREATE_REG|Manifest: NOSIGNATURE BiomesOPlenty-1.16.5-13.1.0.477-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.5-13.1.0.477 |CREATE_REG|Manifest: NOSIGNATURE jei-1.16.5-7.7.1.118.jar |Just Enough Items |jei |7.7.1.118 |CREATE_REG|Manifest: NOSIGNATURE Mekanism-1.16.5-10.1.2.457.jar |Mekanism |mekanism |10.1.2 |CREATE_REG|Manifest: NOSIGNATURE flywheel-1.16-0.2.3.jar |Flywheel |flywheel |1.16-0.2.3 |CREATE_REG|Manifest: NOSIGNATURE curios-forge-1.16.5-4.0.5.3.jar |Curios API |curios |1.16.5-4.0.5.3 |CREATE_REG|Manifest: NOSIGNATURE create-mc1.16.5_v0.3.2d.jar |Create |create |v0.3.2d |CREATE_REG|Manifest: NOSIGNATURE gravestone-1.16.5-1.0.6.jar |Gravestone Mod |gravestone |1.16.5-1.0.6 |CREATE_REG|Manifest: NOSIGNATURE Clumps-6.0.0.25.jar |Clumps |clumps |6.0.0.25 |CREATE_REG|Manifest: NOSIGNATURE journeymap-1.16.5-5.7.3.jar |Journeymap |journeymap |5.7.3 |CREATE_REG|Manifest: NOSIGNATURE Placebo-1.16.4-4.5.0.jar |Placebo |placebo |4.5.0 |CREATE_REG|Manifest: NOSIGNATURE AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |CREATE_REG|Manifest: NOSIGNATURE appliedenergistics2-8.4.7.jar |Applied Energistics 2 |appliedenergistics2 |8.4.7 |CREATE_REG|Manifest: 95:58:cc:83:9d:a8:fa:4f:e9:f3:54:90:66:61:c8:ae:9c:08:88:11:52:52:df:2d:28:5f:05:d8:28:57:0f:98 lazierae2-1.16.5-2.0.4.jar |Lazier AE2 |lazierae2 |2.0.4 |CREATE_REG|Manifest: NOSIGNATURE StorageDrawers-1.16.3-8.3.0.jar |Storage Drawers |storagedrawers |8.3.0 |CREATE_REG|Manifest: NOSIGNATURE morered_computercraft_integration-1.16.5-1.0.0.0.j|More Red Computercraft Integra|morered_computercraft_integrat|1.0.0.0 |CREATE_REG|Manifest: NOSIGNATURE MekanismTools-1.16.5-10.1.2.457.jar |Mekanism: Tools |mekanismtools |10.1.2 |CREATE_REG|Manifest: NOSIGNATURE architectury-1.20.29-forge.jar |Architectury |architectury |1.20.29 |CREATE_REG|Manifest: NOSIGNATURE ftb-library-forge-1605.3.1-build.58.jar |FTB Library |ftblibrary |1605.3.1-build.58 |CREATE_REG|Manifest: NOSIGNATURE ftb-ranks-1605.1.4-build.9-forge.jar |FTB Ranks |ftbranks |1605.1.4-build.9 |CREATE_REG|Manifest: NOSIGNATURE Morpheus-1.16.5-4.2.70.jar |Morpheus |morpheus |4.2.70 |CREATE_REG|Manifest: NOSIGNATURE cc-tweaked-1.16.5-1.100.9.jar |CC: Tweaked |computercraft |1.100.9 |CREATE_REG|Manifest: NOSIGNATURE MekanismGenerators-1.16.5-10.1.2.457.jar |Mekanism: Generators |mekanismgenerators |10.1.2 |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 light-overlay-5.8.1.jar |Light Overlay |lightoverlay |5.8.1 |CREATE_REG|Manifest: NOSIGNATURE cloth-config-4.11.26-forge.jar |Cloth Config v4 API |cloth-config |4.11.26 |CREATE_REG|Manifest: NOSIGNATURE ImmersivePetroleum-1.16.5-3.4.0-13.jar |Immersive Petroleum |immersivepetroleum |3.4.0-13 |CREATE_REG|Manifest: NOSIGNATURE ImmersiveEngineering-1.16.5-5.1.0-148.jar |Immersive Engineering |immersiveengineering |1.16.5-5.1.0-148 |CREATE_REG|Manifest: NOSIGNATURE ftb-teams-forge-1605.2.1-build.20.jar |FTB Teams |ftbteams |1605.2.1-build.20 |CREATE_REG|Manifest: NOSIGNATURE ftb-chunks-forge-1605.3.1-build.41.jar |FTB Chunks |ftbchunks |1605.3.1-build.41 |ERROR |Manifest: NOSIGNATURE kubejs-forge-1605.3.19-build.299.jar |KubeJS |kubejs |1605.3.19-build.299 |CREATE_REG|Manifest: NOSIGNATURE kubejs-immersive-engineering-1605.1.2-build.28.jar|KubeJS Immersive Engineering |kubejs_immersive_engineering |1605.1.2-build.28 |CREATE_REG|Manifest: NOSIGNATURE forge-1.16.5-36.2.35-universal.jar |Forge |forge |36.2.35 |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 Quark-r2.4-316.jar |Quark |quark |r2.4-316 |CREATE_REG|Manifest: NOSIGNATURE appleskin-forge-mc1.16.x-2.1.0.jar |AppleSkin |appleskin |mc1.16.4-2.1.0 |CREATE_REG|Manifest: NOSIGNATURE FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |CREATE_REG|Manifest: NOSIGNATURE Storage4ComputerCraft-1.16.5-1.3.1.jar |Storage for ComputerCraft |storage4computercraft |1.3.1 |CREATE_REG|Manifest: NOSIGNATURE geckolib-forge-1.16.5-3.0.92.jar |GeckoLib |geckolib3 |3.0.92 |CREATE_REG|Manifest: NOSIGNATURE morered-1.16.5-2.1.1.0.jar |More Red |morered |2.1.1.0 |CREATE_REG|Manifest: NOSIGNATURE DynamicSurroundings-1.16.4-4.0.4.2.jar |§3Dynamic Surroundings |dsurround |1.16.4-4.0.4.2 |CREATE_REG|Manifest: b4:98:14:b9:76:55:25:4f:e5:5f:4d:71:90:87:43:5b:f9:d5:3a:02:60:42:5e:da:1f:15:9c:ff:be:a9:7c:77 PackMenu-1.16.4-2.4.2.jar |Pack Menu |packmenu |2.4.2 |CREATE_REG|Manifest: NOSIGNATURE createplus-1.16.4_v0.3.2.1.jar |Create Plus |createplus |1.16.4_v0.3.2.1 |CREATE_REG|Manifest: NOSIGNATURE Crash Report UUID: 460ab5dc-d58f-418f-91d6-a958a23bbe45 Link to comment Share on other sites More sharing options...
TileEntity Posted October 1, 2022 Share Posted October 1, 2022 Ersetze Architectury mal mit diesem build: https://www.curseforge.com/minecraft/mc-mods/architectury-api/files/3857643 Ist der Server lokal gehostet? Irgendwie läuft der Server auf Java 11 - was ua. auch zu Problemen führen kann. Für Minecraft 1.16.5 wird Java 8 empfohlen Link to comment Share on other sites More sharing options...
Willieiche Posted October 8, 2022 Author Share Posted October 8, 2022 Danke 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now