[Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds... [Pterodactyl Daemon]: Updating process configuration files... [Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds... container@cloudnord~ Server marked as starting... [Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete... Pulling from pterodactyl/yolks Digest: sha256:693ee078728ac35d1da23387fd9de2fac9a1dbc4c9dbe56c875c961a090ff7e6 Status: Image is up to date for ghcr.io/pterodactyl/yolks:java_21 [Pterodactyl Daemon]: Finished pulling Docker container image container@pterodactyl~ java -version openjdk version "21.0.7" 2025-04-15 LTS OpenJDK Runtime Environment Temurin-21.0.7+6 (build 21.0.7+6-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.7+6 (build 21.0.7+6-LTS, mixed mode, sharing) container@pterodactyl~ java -Xms128M -Xmx4915M -Dterminal.jline=false -Dterminal.ansi=true -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -jar server.jar [18:57:30] [main/INFO]: ModLauncher running: args [--launchTarget, neoforgeserver, --fml.neoForgeVersion, 21.8.13, --fml.fmlVersion, 9.0.16, --fml.mcVersion, 1.21.8, --fml.neoFormVersion, 20250717.133445] [18:57:30] [main/INFO]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.7+6-LTS [18:57:30] [main/INFO]: ModLauncher 9.0 starting: java version 21.0.7 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-28-amd64 [18:57:30] [main/WARN]: Configuration file /home/********/config/fml.toml is not correct. Correcting [18:57:30] [main/INFO]: ImmediateWindowProvider not loading because launch target is neoforgeserver [18:57:30] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=union:/home/********/libraries/net/fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/sponge-mixin-0.15.2+mixin.0.8.7.jar%2388!/ Service=ModLauncher Env=SERVER [18:57:30] [main/WARN]: Configuration file /home/********/config/fml.toml is not correct. Correcting Exception in thread "main" java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at cpw.mods.bootstraplauncher/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:203) at cpw.mods.bootstraplauncher/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:62) Caused by: java.lang.AbstractMethodError: Receiver class org.sinytra.connector.service.ConnectorLoaderService$1 does not define or inherit an implementation of the resolved method 'abstract void updateProgress(java.lang.String)' of interface net.neoforged.fml.loading.EarlyLoadingScreenController. at MC-BOOTSTRAP/fml_loader@9.0.16/net.neoforged.fml.loading.ImmediateWindowHandler.updateProgress(ImmediateWindowHandler.java:69) at MC-BOOTSTRAP/fml_loader@9.0.16/net.neoforged.fml.loading.moddiscovery.ModDiscoverer.discoverMods(ModDiscoverer.java:64) at MC-BOOTSTRAP/fml_loader@9.0.16/net.neoforged.fml.loading.FMLLoader.beginModScan(FMLLoader.java:130) at MC-BOOTSTRAP/fml_loader@9.0.16/net.neoforged.fml.loading.FMLServiceProvider.beginScanning(FMLServiceProvider.java:84) at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.TransformationServiceDecorator.runScan(TransformationServiceDecorator.java:101) at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.TransformationServicesHandler.lambda$runScanningTransformationServices$7(TransformationServicesHandler.java:96) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1787) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622) at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627) at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.TransformationServicesHandler.runScanningTransformationServices(TransformationServicesHandler.java:97) at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:52) at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.Launcher.run(Launcher.java:85) at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.Launcher.main(Launcher.java:75) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ... 3 more container@cloudnord~ Server marked as offline... [Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ---------- [Pterodactyl Daemon]: Exit code: 1 [Pterodactyl Daemon]: Out of memory: false [Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds... [Pterodactyl Daemon]: Updating process configuration files... [Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds... container@cloudnord~ Server marked as starting... [Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete... Pulling from pterodactyl/yolks Status: Image is up to date for ghcr.io/pterodactyl/yolks:java_21 Digest: sha256:693ee078728ac35d1da23387fd9de2fac9a1dbc4c9dbe56c875c961a090ff7e6 [Pterodactyl Daemon]: Finished pulling Docker container image container@pterodactyl~ java -version openjdk version "21.0.7" 2025-04-15 LTS OpenJDK Runtime Environment Temurin-21.0.7+6 (build 21.0.7+6-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.7+6 (build 21.0.7+6-LTS, mixed mode, sharing) container@pterodactyl~ java -Xms128M -Xmx4915M -Dterminal.jline=false -Dterminal.ansi=true -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -jar server.jar [18:57:33] [main/INFO]: ModLauncher running: args [--launchTarget, neoforgeserver, --fml.neoForgeVersion, 21.8.13, --fml.fmlVersion, 9.0.16, --fml.mcVersion, 1.21.8, --fml.neoFormVersion, 20250717.133445] [18:57:33] [main/INFO]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.7+6-LTS [18:57:33] [main/INFO]: ModLauncher 9.0 starting: java version 21.0.7 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-28-amd64 [18:57:33] [main/WARN]: Configuration file /home/********/config/fml.toml is not correct. Correcting [18:57:34] [main/INFO]: ImmediateWindowProvider not loading because launch target is neoforgeserver [18:57:34] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=union:/home/********/libraries/net/fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/sponge-mixin-0.15.2+mixin.0.8.7.jar%2388!/ Service=ModLauncher Env=SERVER [18:57:34] [main/WARN]: Configuration file /home/********/config/fml.toml is not correct. Correcting Exception in thread "main" java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at cpw.mods.bootstraplauncher/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:203) at cpw.mods.bootstraplauncher/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:62) Caused by: java.lang.AbstractMethodError: Receiver class org.sinytra.connector.service.ConnectorLoaderService$1 does not define or inherit an implementation of the resolved method 'abstract void updateProgress(java.lang.String)' of interface net.neoforged.fml.loading.EarlyLoadingScreenController. at MC-BOOTSTRAP/fml_loader@9.0.16/net.neoforged.fml.loading.ImmediateWindowHandler.updateProgress(ImmediateWindowHandler.java:69) at MC-BOOTSTRAP/fml_loader@9.0.16/net.neoforged.fml.loading.moddiscovery.ModDiscoverer.discoverMods(ModDiscoverer.java:64) at MC-BOOTSTRAP/fml_loader@9.0.16/net.neoforged.fml.loading.FMLLoader.beginModScan(FMLLoader.java:130) at MC-BOOTSTRAP/fml_loader@9.0.16/net.neoforged.fml.loading.FMLServiceProvider.beginScanning(FMLServiceProvider.java:84) at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.TransformationServiceDecorator.runScan(TransformationServiceDecorator.java:101) at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.TransformationServicesHandler.lambda$runScanningTransformationServices$7(TransformationServicesHandler.java:96) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1787) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622) at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627) at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.TransformationServicesHandler.runScanningTransformationServices(TransformationServicesHandler.java:97) at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:52) at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.Launcher.run(Launcher.java:85) at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.Launcher.main(Launcher.java:75) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ... 3 more container@cloudnord~ Server marked as offline... [Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ---------- [Pterodactyl Daemon]: Exit code: 1 [Pterodactyl Daemon]: Out of memory: false [Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60 seconds ago.