itzg / docker-minecraft-server

Docker image that provides a Minecraft Server that will automatically download selected version at startup

Home Page:https://docker-minecraft-server.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minecraft 1.21 Forge getsockopt

Logan9312 opened this issue · comments

commented

Describe the problem

When running a minecraft curseforge server on 1.21 and trying to join, I get the following error:

Connection refused: getsockopt;

Container definition

docker run -d -it -p 25565:25565 -e EULA=TRUE -e TYPE=FORGE -e VERSION=1.21 itzg/minecraft-server

Container logs

[init] Running as uid=1000 gid=1000 with /data as 'drwxr-x--- 2 1000 1000 4096 Jun 15 19:17 /data'
[init] Resolving type given FORGE
[mc-image-helper] 22:04:52.603 INFO  : Downloading Forge installer 51.0.17 for Minecraft 1.21
[mc-image-helper] 22:04:53.070 INFO  : Running Forge 51.0.17 installer for Minecraft 1.21. This might take a while...
[init] Creating server properties in /data/server.properties
[init] Disabling whitelist functionality
[mc-image-helper] 22:05:25.471 INFO  : Created/updated 4 properties in /data/server.properties
[init] Setting initial memory to 1G and max to 1G
[init] Using Forge supplied run.sh script...
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
[22:05:28] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forge_server]
[22:05:28] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.3+9-LTS
[22:05:28] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.2.1 starting: java version 21.0.3 by Eclipse Adoptium; OS Linux arch aarch64 version 6.6.31-linuxkit
[22:05:28] [main/WARN] [ne.mi.fm.lo.FMLConfig/CORE]: Configuration file /data/config/fml.toml is not correct. Correcting
[22:05:28] [main/INFO] [ne.mi.fm.lo.FMLConfig/CORE]: Incorrect key [earlyWindowSkipGLVersions] was corrected from null to []
[22:05:28] [main/INFO] [ne.mi.fm.lo.FMLConfig/CORE]: Incorrect key [earlyWindowLogHelpMessage] was corrected from null to true
[22:05:28] [main/INFO] [ne.mi.fm.lo.FMLConfig/CORE]: Incorrect key [earlyWindowSquir] was corrected from null to false
[22:05:28] [main/INFO] [ne.mi.fm.lo.FMLConfig/CORE]: Incorrect key [earlyWindowShowCPU] was corrected from null to false
[22:05:28] [main/INFO] [ne.mi.fm.lo.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forge_server
[22:05:28] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=jar:file:///data/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar!/ Service=ModLauncher Env=SERVER
[22:05:28] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: No dependencies to load found. Skipping!
[22:05:29] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forge_server' with arguments []
[22:05:29] [main/WARN] [os.ut.FileUtil/]: Configuration conflict: there is more than one oshi.properties file on the classpath: [jar:file:///data/libraries/com/github/oshi/oshi-core/6.4.10/oshi-core-6.4.10.jar!/oshi.properties, jar:file:/data/libraries/com/github/oshi/oshi-core/6.4.10/oshi-core-6.4.10.jar!/oshi.properties, jar:file:///data/libraries/com/github/oshi/oshi-core/6.4.10/oshi-core-6.4.10.jar!/oshi.properties, jar:file:/data/libraries/com/github/oshi/oshi-core/6.4.10/oshi-core-6.4.10.jar!/oshi.properties]
[22:05:29] [main/WARN] [os.ut.FileUtil/]: Configuration conflict: there is more than one oshi.architecture.properties file on the classpath: [jar:file:///data/libraries/com/github/oshi/oshi-core/6.4.10/oshi-core-6.4.10.jar!/oshi.architecture.properties, jar:file:/data/libraries/com/github/oshi/oshi-core/6.4.10/oshi-core-6.4.10.jar!/oshi.architecture.properties, jar:file:///data/libraries/com/github/oshi/oshi-core/6.4.10/oshi-core-6.4.10.jar!/oshi.architecture.properties, jar:file:/data/libraries/com/github/oshi/oshi-core/6.4.10/oshi-core-6.4.10.jar!/oshi.architecture.properties]
[22:05:31] [modloading-worker-0/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 51.0.17, for MC 1.21 with MCP 20240613.102039
[22:05:31] [modloading-worker-0/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v51.0.17 Initialized
[22:05:31] [modloading-worker-0/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Opening jdk.naming.dns/com.sun.jndi.dns to java.naming
[22:05:31] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
[22:05:31] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Found status: BETA Current: 51.0.17 Target: 51.0.17
[22:05:32] [main/INFO] [mojang/YggdrasilAuthenticationService]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[22:05:32] [main/INFO] [minecraft/Main]: No existing world data, creating new world
[22:05:32] [main/INFO] [minecraft/RecipeManager]: Loaded 1290 recipes
[22:05:32] [main/INFO] [minecraft/AdvancementTree]: Loaded 1399 advancements
[22:05:32] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.21
[22:05:32] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties
[22:05:32] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL
[22:05:32] [Server thread/INFO] [minecraft/MinecraftServer]: Generating keypair
[22:05:32] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on *:25565
[22:05:33] [Server thread/INFO] [minecraft/ServerConnectionListener]: Using default channel type
[22:05:33] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file ./world/serverconfig/forge-server.toml is not correct. Correcting
[22:05:33] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server was corrected from null to its default, SynchronizedConfig{DataHolder:{}}.
[22:05:33] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringBlockEntities was corrected from null to its default, false.
[22:05:33] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringEntities was corrected from null to its default, false.
[22:05:33] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.fullBoundingBoxLadders was corrected from null to its default, false.
[22:05:33] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.permissionHandler was corrected from null to its default, forge:default_handler.
[22:05:33] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.advertiseDedicatedServerToLan was corrected from null to its default, true.
[22:05:33] [Server thread/INFO] [minecraft/DedicatedServer]: Preparing level "world"
[22:05:35] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for dimension minecraft:overworld
[22:05:35] [Worker-Main-1/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 2%
[22:05:36] [Worker-Main-3/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 2%
[22:05:36] [Worker-Main-2/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 18%
[22:05:37] [Netty Server IO #1/INFO] [ne.mi.se.ServerLifecycleHooks/SERVERHOOKS]: [/[::1]:46374] Disconnecting VANILLA connection attempt: Server is still starting! Please wait before reconnecting.
[22:05:37] [Worker-Main-4/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 51%
[22:05:37] [Server thread/INFO] [minecraft/LoggerChunkProgressListener]: Time elapsed: 1842 ms
[22:05:37] [Server thread/INFO] [minecraft/DedicatedServer]: Done (4.368s)! For help, type "help"
[22:05:37] [Server thread/INFO] [minecraft/DedicatedServer]: Starting remote control listener
[22:05:37] [Server thread/INFO] [minecraft/GenericThread]: Thread RCON Listener started
[22:05:37] [Server thread/INFO] [minecraft/RconThread]: RCON running on 0.0.0.0:25575
[22:05:37] [LanServerPinger #1/WARN] [minecraft/LanServerPinger]: LanServerPinger: Network is unreachable
[22:05:37] [Server thread/INFO] [ne.mi.se.pe.PermissionAPI/]: Successfully initialized permission handler forge:default_handler

You have configured the container correctly and logs indicate it is ready for connections

[22:05:32] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on *:25565

One of the mods may be causing problems or its because 1.21 is very new. Either way it's not something can be fixed by this image.

commented

The issue is this is an empty server with no mods, so maybe it's just an issue with 1.21 forge itself? It's also happening on NeoForged if that helps

I'm running into the same issue.

06/29/2024
02:11:45 PM
2024-06-29T21:11:45.282Z	INFO	mc-server-runner	Waiting for completion...
06/29/2024
02:11:45 PM
[21:11:45] [Server thread/INFO]: Saving players
06/29/2024
02:11:45 PM
[21:11:45] [Server thread/INFO]: Saving worlds
06/29/2024
02:11:45 PM
[21:11:45] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
06/29/2024
02:13:04 PM
[init] Running as uid=1000 gid=1000 with /data as 'drwxrwxrwx 1 1000 1000 358 Jun 29 20:41 /data'
06/29/2024
02:13:05 PM
[init] Resolving type given VANILLA
06/29/2024
02:13:08 PM
[init] Resolved version given 1.20 into 1.20
06/29/2024
02:13:11 PM
[init] Downloading 1.20 server...
06/29/2024
02:13:31 PM
[init] Setting mode
06/29/2024
02:13:34 PM
[mc-image-helper] 21:13:34.805 INFO  : Created/updated 3 properties in /data/server.properties
06/29/2024
02:13:41 PM
[init] Setting initial memory to 1G and max to 1G
06/29/2024
02:13:42 PM
[init] Starting the Minecraft server...
06/29/2024
02:13:42 PM
Unpacking 1.20/server-1.20.jar (versions:1.20) to versions/1.20/server-1.20.jar
06/29/2024
02:13:43 PM
Unpacking com/github/oshi/oshi-core/6.2.2/oshi-core-6.2.2.jar (libraries:com.github.oshi:oshi-core:6.2.2) to libraries/com/github/oshi/oshi-core/6.2.2/oshi-core-6.2.2.jar
06/29/2024
02:13:43 PM
Unpacking com/google/code/gson/gson/2.10/gson-2.10.jar (libraries:com.google.code.gson:gson:2.10) to libraries/com/google/code/gson/gson/2.10/gson-2.10.jar
06/29/2024
02:13:43 PM
Unpacking com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (libraries:com.google.guava:guava:31.1-jre) to libraries/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
06/29/2024
02:13:43 PM
Unpacking com/mojang/authlib/4.0.43/authlib-4.0.43.jar (libraries:com.mojang:authlib:4.0.43) to libraries/com/mojang/authlib/4.0.43/authlib-4.0.43.jar
06/29/2024
02:13:43 PM
Unpacking com/mojang/brigadier/1.1.8/brigadier-1.1.8.jar (libraries:com.mojang:brigadier:1.1.8) to libraries/com/mojang/brigadier/1.1.8/brigadier-1.1.8.jar
06/29/2024
02:13:43 PM
Unpacking com/mojang/datafixerupper/6.0.8/datafixerupper-6.0.8.jar (libraries:com.mojang:datafixerupper:6.0.8) to libraries/com/mojang/datafixerupper/6.0.8/datafixerupper-6.0.8.jar
06/29/2024
02:13:43 PM
Unpacking com/mojang/logging/1.1.1/logging-1.1.1.jar (libraries:com.mojang:logging:1.1.1) to libraries/com/mojang/logging/1.1.1/logging-1.1.1.jar
06/29/2024
02:13:43 PM
Unpacking commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (libraries:commons-io:commons-io:2.11.0) to libraries/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
06/29/2024
02:13:43 PM
Unpacking io/netty/netty-buffer/4.1.82.Final/netty-buffer-4.1.82.Final.jar (libraries:io.netty:netty-buffer:4.1.82.Final) to libraries/io/netty/netty-buffer/4.1.82.Final/netty-buffer-4.1.82.Final.jar
06/29/2024
02:13:43 PM
Unpacking io/netty/netty-codec/4.1.82.Final/netty-codec-4.1.82.Final.jar (libraries:io.netty:netty-codec:4.1.82.Final) to libraries/io/netty/netty-codec/4.1.82.Final/netty-codec-4.1.82.Final.jar
06/29/2024
02:13:43 PM
Unpacking io/netty/netty-common/4.1.82.Final/netty-common-4.1.82.Final.jar (libraries:io.netty:netty-common:4.1.82.Final) to libraries/io/netty/netty-common/4.1.82.Final/netty-common-4.1.82.Final.jar
06/29/2024
02:13:43 PM
Unpacking io/netty/netty-handler/4.1.82.Final/netty-handler-4.1.82.Final.jar (libraries:io.netty:netty-handler:4.1.82.Final) to libraries/io/netty/netty-handler/4.1.82.Final/netty-handler-4.1.82.Final.jar
06/29/2024
02:13:43 PM
Unpacking io/netty/netty-resolver/4.1.82.Final/netty-resolver-4.1.82.Final.jar (libraries:io.netty:netty-resolver:4.1.82.Final) to libraries/io/netty/netty-resolver/4.1.82.Final/netty-resolver-4.1.82.Final.jar
06/29/2024
02:13:43 PM
Unpacking io/netty/netty-transport/4.1.82.Final/netty-transport-4.1.82.Final.jar (libraries:io.netty:netty-transport:4.1.82.Final) to libraries/io/netty/netty-transport/4.1.82.Final/netty-transport-4.1.82.Final.jar
06/29/2024
02:13:43 PM
Unpacking io/netty/netty-transport-classes-epoll/4.1.82.Final/netty-transport-classes-epoll-4.1.82.Final.jar (libraries:io.netty:netty-transport-classes-epoll:4.1.82.Final) to libraries/io/netty/netty-transport-classes-epoll/4.1.82.Final/netty-transport-classes-epoll-4.1.82.Final.jar
06/29/2024
02:13:43 PM
Unpacking io/netty/netty-transport-native-epoll/4.1.82.Final/netty-transport-native-epoll-4.1.82.Final-linux-x86_64.jar (libraries:io.netty:netty-transport-native-epoll:4.1.82.Final:linux-x86_64) to libraries/io/netty/netty-transport-native-epoll/4.1.82.Final/netty-transport-native-epoll-4.1.82.Final-linux-x86_64.jar
06/29/2024
02:13:43 PM
Unpacking io/netty/netty-transport-native-epoll/4.1.82.Final/netty-transport-native-epoll-4.1.82.Final-linux-aarch_64.jar (libraries:io.netty:netty-transport-native-epoll:4.1.82.Final:linux-aarch_64) to libraries/io/netty/netty-transport-native-epoll/4.1.82.Final/netty-transport-native-epoll-4.1.82.Final-linux-aarch_64.jar
06/29/2024
02:13:43 PM
Unpacking io/netty/netty-transport-native-unix-common/4.1.82.Final/netty-transport-native-unix-common-4.1.82.Final.jar (libraries:io.netty:netty-transport-native-unix-common:4.1.82.Final) to libraries/io/netty/netty-transport-native-unix-common/4.1.82.Final/netty-transport-native-unix-common-4.1.82.Final.jar
06/29/2024
02:13:43 PM
Unpacking it/unimi/dsi/fastutil/8.5.9/fastutil-8.5.9.jar (libraries:it.unimi.dsi:fastutil:8.5.9) to libraries/it/unimi/dsi/fastutil/8.5.9/fastutil-8.5.9.jar
06/29/2024
02:13:43 PM
Unpacking net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar (libraries:net.java.dev.jna:jna:5.12.1) to libraries/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar
06/29/2024
02:13:43 PM
Unpacking net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.jar (libraries:net.java.dev.jna:jna-platform:5.12.1) to libraries/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.jar
06/29/2024
02:13:43 PM
Unpacking org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (libraries:org.apache.commons:commons-lang3:3.12.0) to libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
06/29/2024
02:13:43 PM
Unpacking org/apache/logging/log4j/log4j-api/2.19.0/log4j-api-2.19.0.jar (libraries:org.apache.logging.log4j:log4j-api:2.19.0) to libraries/org/apache/logging/log4j/log4j-api/2.19.0/log4j-api-2.19.0.jar
06/29/2024
02:13:43 PM
Unpacking org/apache/logging/log4j/log4j-core/2.19.0/log4j-core-2.19.0.jar (libraries:org.apache.logging.log4j:log4j-core:2.19.0) to libraries/org/apache/logging/log4j/log4j-core/2.19.0/log4j-core-2.19.0.jar
06/29/2024
02:13:43 PM
Unpacking org/apache/logging/log4j/log4j-slf4j2-impl/2.19.0/log4j-slf4j2-impl-2.19.0.jar (libraries:org.apache.logging.log4j:log4j-slf4j2-impl:2.19.0) to libraries/org/apache/logging/log4j/log4j-slf4j2-impl/2.19.0/log4j-slf4j2-impl-2.19.0.jar
06/29/2024
02:13:43 PM
Unpacking org/slf4j/slf4j-api/2.0.1/slf4j-api-2.0.1.jar (libraries:org.slf4j:slf4j-api:2.0.1) to libraries/org/slf4j/slf4j-api/2.0.1/slf4j-api-2.0.1.jar
06/29/2024
02:13:43 PM
Starting net.minecraft.server.Main
06/29/2024
02:13:49 PM
[21:13:49] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
06/29/2024
02:13:51 PM
[21:13:51] [ServerMain/INFO]: Loaded 7 recipes
06/29/2024
02:13:51 PM
[21:13:51] [ServerMain/INFO]: Loaded 1271 advancements
06/29/2024
02:13:52 PM
[21:13:52] [Server thread/INFO]: Starting minecraft server version 1.20
06/29/2024
02:13:52 PM
[21:13:52] [Server thread/INFO]: Loading properties
06/29/2024
02:13:52 PM
[21:13:52] [Server thread/INFO]: Default game type: SURVIVAL
06/29/2024
02:13:52 PM
[21:13:52] [Server thread/INFO]: Generating keypair
06/29/2024
02:13:52 PM
[21:13:52] [Server thread/INFO]: Starting Minecraft server on *:25565
06/29/2024
02:13:52 PM
[21:13:52] [Server thread/INFO]: Using epoll channel type
06/29/2024
02:13:52 PM
[21:13:52] [Server thread/INFO]: Preparing level "world"
06/29/2024
02:13:54 PM
[21:13:54] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
06/29/2024
02:13:56 PM
[21:13:56] [Worker-Main-3/INFO]: Preparing spawn area: 0%
06/29/2024
02:13:56 PM
[21:13:56] [Worker-Main-2/INFO]: Preparing spawn area: 0%
06/29/2024
02:13:56 PM
[21:13:56] [Worker-Main-2/INFO]: Preparing spawn area: 0%
06/29/2024
02:13:56 PM
[21:13:56] [Worker-Main-5/INFO]: Preparing spawn area: 0%
06/29/2024
02:13:56 PM
[21:13:56] [Worker-Main-3/INFO]: Preparing spawn area: 0%
06/29/2024
02:13:57 PM
[21:13:57] [Worker-Main-3/INFO]: Preparing spawn area: 1%
06/29/2024
02:13:57 PM
[21:13:57] [Worker-Main-4/INFO]: Preparing spawn area: 1%
06/29/2024
02:13:58 PM
[21:13:58] [Worker-Main-5/INFO]: Preparing spawn area: 1%
06/29/2024
02:13:58 PM
[21:13:58] [Worker-Main-3/INFO]: Preparing spawn area: 3%
06/29/2024
02:13:59 PM
[21:13:59] [Worker-Main-4/INFO]: Preparing spawn area: 3%
06/29/2024
02:13:59 PM
[21:13:59] [Worker-Main-2/INFO]: Preparing spawn area: 4%
06/29/2024
02:14:00 PM
[21:14:00] [Worker-Main-6/INFO]: Preparing spawn area: 5%
06/29/2024
02:14:00 PM
[21:14:00] [Worker-Main-5/INFO]: Preparing spawn area: 6%
06/29/2024
02:14:01 PM
[21:14:01] [Worker-Main-3/INFO]: Preparing spawn area: 7%
06/29/2024
02:14:01 PM
[21:14:01] [Worker-Main-2/INFO]: Preparing spawn area: 9%
06/29/2024
02:14:03 PM
[21:14:03] [Worker-Main-1/INFO]: Preparing spawn area: 9%
06/29/2024
02:14:03 PM
[21:14:03] [Worker-Main-7/INFO]: Preparing spawn area: 9%
06/29/2024
02:14:03 PM
[21:14:03] [Worker-Main-7/INFO]: Preparing spawn area: 9%
06/29/2024
02:14:03 PM
[21:14:03] [Worker-Main-7/INFO]: Preparing spawn area: 9%
06/29/2024
02:14:04 PM
[21:14:04] [Worker-Main-1/INFO]: Preparing spawn area: 10%
06/29/2024
02:14:04 PM
[21:14:04] [Worker-Main-6/INFO]: Preparing spawn area: 12%
06/29/2024
02:14:05 PM
[21:14:05] [Worker-Main-1/INFO]: Preparing spawn area: 13%
06/29/2024
02:14:05 PM
[21:14:05] [Worker-Main-5/INFO]: Preparing spawn area: 15%
06/29/2024
02:14:06 PM
[21:14:06] [Worker-Main-4/INFO]: Preparing spawn area: 16%
06/29/2024
02:14:06 PM
[21:14:06] [Worker-Main-1/INFO]: Preparing spawn area: 17%
06/29/2024
02:14:07 PM
[21:14:07] [Worker-Main-6/INFO]: Preparing spawn area: 20%
06/29/2024
02:14:07 PM
[21:14:07] [Worker-Main-3/INFO]: Preparing spawn area: 22%
06/29/2024
02:14:08 PM
[21:14:08] [Worker-Main-5/INFO]: Preparing spawn area: 23%
06/29/2024
02:14:08 PM
[21:14:08] [Worker-Main-6/INFO]: Preparing spawn area: 25%
06/29/2024
02:14:09 PM
[21:14:09] [Worker-Main-2/INFO]: Preparing spawn area: 26%
06/29/2024
02:14:09 PM
[21:14:09] [Worker-Main-3/INFO]: Preparing spawn area: 28%
06/29/2024
02:14:10 PM
[21:14:10] [Worker-Main-3/INFO]: Preparing spawn area: 31%
06/29/2024
02:14:10 PM
[21:14:10] [Worker-Main-2/INFO]: Preparing spawn area: 32%
06/29/2024
02:14:11 PM
[21:14:11] [Worker-Main-1/INFO]: Preparing spawn area: 34%
06/29/2024
02:14:11 PM
[21:14:11] [Worker-Main-1/INFO]: Preparing spawn area: 35%
06/29/2024
02:14:12 PM
[21:14:12] [Worker-Main-7/INFO]: Preparing spawn area: 37%
06/29/2024
02:14:12 PM
[21:14:12] [Worker-Main-3/INFO]: Preparing spawn area: 41%
06/29/2024
02:14:13 PM
[21:14:13] [Worker-Main-2/INFO]: Preparing spawn area: 42%
06/29/2024
02:14:13 PM
[21:14:13] [Worker-Main-7/INFO]: Preparing spawn area: 44%
06/29/2024
02:14:14 PM
[21:14:14] [Worker-Main-7/INFO]: Preparing spawn area: 44%
06/29/2024
02:14:14 PM
[21:14:14] [Worker-Main-7/INFO]: Preparing spawn area: 48%
06/29/2024
02:14:15 PM
[21:14:15] [Worker-Main-5/INFO]: Preparing spawn area: 49%
06/29/2024
02:14:15 PM
[21:14:15] [Worker-Main-1/INFO]: Preparing spawn area: 53%
06/29/2024
02:14:16 PM
[21:14:16] [Worker-Main-5/INFO]: Preparing spawn area: 55%
06/29/2024
02:14:16 PM
[21:14:16] [Worker-Main-3/INFO]: Preparing spawn area: 56%
06/29/2024
02:14:17 PM
[21:14:17] [Worker-Main-3/INFO]: Preparing spawn area: 58%
06/29/2024
02:14:17 PM
[21:14:17] [Worker-Main-1/INFO]: Preparing spawn area: 61%
06/29/2024
02:14:18 PM
[21:14:18] [Worker-Main-2/INFO]: Preparing spawn area: 62%
06/29/2024
02:14:18 PM
[21:14:18] [Worker-Main-7/INFO]: Preparing spawn area: 66%
06/29/2024
02:14:19 PM
[21:14:19] [Worker-Main-7/INFO]: Preparing spawn area: 68%
06/29/2024
02:14:19 PM
[21:14:19] [Worker-Main-4/INFO]: Preparing spawn area: 69%
06/29/2024
02:14:20 PM
[21:14:20] [Worker-Main-6/INFO]: Preparing spawn area: 71%
06/29/2024
02:14:20 PM
[21:14:20] [Worker-Main-7/INFO]: Preparing spawn area: 74%
06/29/2024
02:14:21 PM
[21:14:21] [Worker-Main-5/INFO]: Preparing spawn area: 77%
06/29/2024
02:14:21 PM
[21:14:21] [Worker-Main-6/INFO]: Preparing spawn area: 79%
06/29/2024
02:14:22 PM
[21:14:22] [Worker-Main-2/INFO]: Preparing spawn area: 82%
06/29/2024
02:14:22 PM
[21:14:22] [Worker-Main-1/INFO]: Preparing spawn area: 83%
06/29/2024
02:14:23 PM
[21:14:23] [Worker-Main-5/INFO]: Preparing spawn area: 84%
06/29/2024
02:14:23 PM
[21:14:23] [Worker-Main-7/INFO]: Preparing spawn area: 88%
06/29/2024
02:14:24 PM
[21:14:24] [Worker-Main-3/INFO]: Preparing spawn area: 89%
06/29/2024
02:14:24 PM
[21:14:24] [Worker-Main-7/INFO]: Preparing spawn area: 92%
06/29/2024
02:14:25 PM
[21:14:25] [Worker-Main-3/INFO]: Preparing spawn area: 94%
06/29/2024
02:14:25 PM
[21:14:25] [Worker-Main-7/INFO]: Preparing spawn area: 97%
06/29/2024
02:14:26 PM
[21:14:26] [Server thread/INFO]: Time elapsed: 31498 ms
06/29/2024
02:14:26 PM
[21:14:26] [Server thread/INFO]: Done (33.867s)! For help, type "help"
06/29/2024
02:14:26 PM
[21:14:26] [Server thread/INFO]: Starting remote control listener
06/29/2024
02:14:26 PM
[21:14:26] [Server thread/INFO]: Thread RCON Listener started
06/29/2024
02:14:26 PM
[21:14:26] [Server thread/INFO]: RCON running on 0.0.0.0:25575

Please report these issues with Forge or the modpack author. I have no ability to "fix" these types of issues.

I got a similar problem, but with a vanilla server... I use a fabric install with some client mods like sodium, the Server Im trying to join is vanilla with some plugins. I do not habe access to the server side of things, but since it restarted rejoining is impossible for me, although the others can join.

I already made all the troubleshooting steps which are viable for a similar problem in 1.20.6 (same error message) which was n exception in my firewall for Jawaw.exe

Here is the extract relevant from the log: (complete version below)

[12:59:19] [ForkJoinPool.commonPool-worker-1/INFO]:
Verifying Minecraft session...
[12:59:20] [ForkJoinPool.commonPool-worker-1/INFO]:
The Minecraft session is valid
[12:59:21] [Render thread/INFO]:
Adding auth button to the multiplayer screen
[12:59:22] [Render thread/INFO]:
Connecting to mc.azgeda.de, 25576
[12:59:43] [Server Connector #1/ERROR]:
Couldn't connect to server
io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection timed out: getsockopt: mc.azgeda.de/144.76.116.162:25576
Caused by: java.net.ConnectException: Connection timed out: getsockopt
at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[?:?]
at java.base/sun.nio.ch.Net.pollConnectNow(Unknown Source) ~[?:?]
at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source) ~[?:?]
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.97.Final.jar:?]
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.97.Final.jar:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.97.Final.jar:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.97.Final.jar:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.97.Final.jar:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.97.Final.jar:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.97.Final.jar:?]
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.97.Final.jar:?]
at java.base/java.lang.Thread.run(Unknown Source) ~[?:?]

The full log:

null[12:58:14] [main/INFO]: Loading Minecraft 1.21 with Fabric Loader 0.15.11

[12:58:14] [ForkJoinPool-1-worker-3/WARN]: Mod dev_isxander_libsdl4j uses the version 3.6896c4c-38 which isn't compatible with Loader's extended semantic version format (Could not parse version number component '6896c4c'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
[12:58:14] [main/INFO]: Dependencies overridden for minecraft, dynamic_fps, lambdynlights, fabricloader, polytone
[12:58:15] [main/WARN]: Warnings were found!

  • 'Minecraft' (minecraft) 1.21 recommends any version after 6.0.0-alpha.5 of Fabulously Optimized, which is missing!
    • You should install any version after 6.0.0-alpha.5 of Fabulously Optimized for the optimal experience.
      [12:58:15] [main/INFO]: Loading 163 mods:
    • animatica 0.6.1+1.21
    • appleskin 3.0.2+mc1.21
    • authme 8.0.0+1.21
      -- fabric-api-base 0.4.42+6573ed8c90
    • autofish 1.0.2
    • balm-fabric 21.0.8
      -- kuma_api 21.0.4
    • bobby 5.2.2+mc1.21
      |-- com_typesafe_config 1.4.2
      |-- fabric-api-base 0.4.42+6573ed8c90
      |-- fabric-command-api-v2 2.2.27+6a6dfa1990
      |-- io_leangen_geantyref_geantyref 1.3.13
      |-- org_spongepowered_configurate-core 4.1.2
      -- org_spongepowered_configurate-hocon 4.1.2
    • capes 1.5.4+1.21
    • cloth-config 15.0.127
      -- cloth-basic-math 0.6.1
    • collective 7.64
    • continuity 3.0.0-beta.5+1.21
    • controlify 2.0.0-beta.13+1.21-fabric
      |-- dev_isxander_libsdl4j 3.6896c4c-38
      |-- org_hid4java_hid4java 0.7.0
      |-- org_quiltmc_parsers_gson 0.3.0
      -- org_quiltmc_parsers_json 0.3.0
    • debugify 1.21+1.0
    • distanthorizons 2.1.2-a
      |-- fabric-api-base 0.4.42+6573ed8c90
      |-- fabric-events-interaction-v0 0.7.10+e633f88390
      |-- fabric-key-binding-api-v1 1.0.47+0af3f5a790
      |-- fabric-rendering-v1 5.0.3+d132107690
      -- fabric-screen-api-v1 2.0.24+b559734490
    • dynamic_fps 3.4.3
    • e4mc_minecraft 5.0.0
    • enhancedblockentities 0.10.1+1.21
    • entity_model_features 2.1
    • entity_texture_features 6.1.1
      -- org_apache_httpcomponents_httpmime 4.5.10
    • entityculling 1.6.6
    • fabric-api 0.100.3+1.21
      |-- fabric-api-lookup-api-v1 1.6.67+b5597344d1
      |-- fabric-biome-api-v1 13.0.28+6fc22b99d1
      |-- fabric-block-api-v1 1.0.22+0af3f5a7d1
      |-- fabric-block-view-api-v2 1.0.10+6573ed8cd1
      |-- fabric-blockrenderlayer-v1 1.1.52+0af3f5a7d1
      |-- fabric-client-tags-api-v1 1.1.15+6573ed8cd1
      |-- fabric-command-api-v1 1.2.48+f71b366fd1
      |-- fabric-commands-v0 0.2.65+df3654b3d1
      |-- fabric-content-registries-v0 8.0.13+b5597344d1
      |-- fabric-convention-tags-v1 2.0.14+7f945d5bd1
      |-- fabric-convention-tags-v2 2.3.1+8a3b5617d1
      |-- fabric-crash-report-info-v1 0.2.29+0af3f5a7d1
      |-- fabric-data-attachment-api-v1 1.1.23+6a6dfa19d1
      |-- fabric-data-generation-api-v1 20.2.8+16c4ae25d1
      |-- fabric-dimensions-v1 4.0.0+6fc22b99d1
      |-- fabric-entity-events-v1 1.6.12+6fc22b99d1
      |-- fabric-game-rule-api-v1 1.0.52+6573ed8cd1
      |-- fabric-item-api-v1 11.0.0+afdfc921d1
      |-- fabric-item-group-api-v1 4.1.1+cb5ced13d1
      |-- fabric-keybindings-v0 0.2.45+df3654b3d1
      |-- fabric-lifecycle-events-v1 2.3.11+8f3583aed1
      |-- fabric-loot-api-v2 3.0.10+6573ed8cd1
      |-- fabric-message-api-v1 6.0.13+6573ed8cd1
      |-- fabric-model-loading-api-v1 2.0.0+fe474d6bd1
      |-- fabric-networking-api-v1 4.2.0+ab7edbacd1
      |-- fabric-object-builder-api-v1 15.1.11+d1321076d1
      |-- fabric-particles-v1 4.0.2+6573ed8cd1
      |-- fabric-recipe-api-v1 5.0.9+6573ed8cd1
      |-- fabric-registry-sync-v0 5.0.22+ab7edbacd1
      |-- fabric-renderer-api-v1 3.2.16+fe474d6bd1
      |-- fabric-renderer-indigo 1.6.4+48fb1586d1
      |-- fabric-renderer-registries-v1 3.2.66+df3654b3d1
      |-- fabric-rendering-data-attachment-v1 0.3.48+73761d2ed1
      |-- fabric-rendering-fluids-v1 3.1.6+b5597344d1
      |-- fabric-rendering-v0 1.1.69+df3654b3d1
      |-- fabric-resource-conditions-api-v1 4.2.1+d153f344d1
      |-- fabric-resource-loader-v0 1.1.4+cb5ced13d1
      |-- fabric-screen-handler-api-v1 1.3.79+b5597344d1
      |-- fabric-sound-api-v1 1.0.23+6573ed8cd1
      |-- fabric-transfer-api-v1 5.1.14+b5597344d1
      -- fabric-transitive-access-wideners-v1 6.0.12+6573ed8cd1
    • fabric-language-kotlin 1.11.0+kotlin.2.0.0
      |-- org_jetbrains_kotlin_kotlin-reflect 2.0.0
      |-- org_jetbrains_kotlin_kotlin-stdlib 2.0.0
      |-- org_jetbrains_kotlin_kotlin-stdlib-jdk7 2.0.0
      |-- org_jetbrains_kotlin_kotlin-stdlib-jdk8 2.0.0
      |-- org_jetbrains_kotlinx_atomicfu-jvm 0.24.0
      |-- org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm 1.8.1
      |-- org_jetbrains_kotlinx_kotlinx-coroutines-jdk8 1.8.1
      |-- org_jetbrains_kotlinx_kotlinx-datetime-jvm 0.6.0
      |-- org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm 1.6.3
      |-- org_jetbrains_kotlinx_kotlinx-serialization-core-jvm 1.6.3
      -- org_jetbrains_kotlinx_kotlinx-serialization-json-jvm 1.6.3
    • fabricloader 0.15.11
      -- mixinextras 0.3.5
    • fabricskyboxes 0.7.4+mc1.21
    • fabrishot 1.14.0
    • fastquit 3.0.0+1.20.6
    • ferritecore 7.0.0
    • fishology 1.0.0
      -- fishology-core 1.0.0
      |-- co_touchlab_kermit-core-jvm 2.0.4
      |-- co_touchlab_kermit-jvm 2.0.4
      |-- com_badoo_reaktive_coroutines-interop-jvm 2.2.0
      |-- com_badoo_reaktive_reaktive-annotations-jvm 2.2.0
      |-- com_badoo_reaktive_reaktive-jvm 2.2.0
      -- com_badoo_reaktive_utils-internal-jvm 2.2.0
    • fsb-interop 1.4.0+mc1.21-build.54
    • immediatelyfast 1.2.18+1.21
      -- net_lenni0451_reflect 1.3.4
    • indium 1.0.33+mc1.21
    • inventive_inventory 0.4.5
    • inventoryessentials 21.0.2
    • iris 1.7.1+mc1.21
      |-- fabric-api-base 0.4.42+6573ed8c90
      |-- fabric-key-binding-api-v1 1.0.47+0af3f5a790
      |-- io_github_douira_glsl-transformer 2.0.1
      |-- org_anarres_jcpp 1.4.14
      -- org_antlr_antlr4-runtime 4.13.1
    • isxander-main-menu-credits 1.2.0
    • java 21
    • languagereload 1.6.1+1.21
    • lithium 0.12.7
    • minecraft 1.21
    • mixintrace 1.1.1+1.17
    • modelfix 1.21-1.6
    • modernfix 5.18.3+mc1.21
    • modmenu 11.0.1
      |-- fabric-api-base 0.4.42+6573ed8c90
      |-- fabric-key-binding-api-v1 1.0.47+0af3f5a790
      |-- fabric-screen-api-v1 2.0.24+b559734490
      -- placeholder-api 2.4.0-pre.2+1.21
    • morechathistory 1.3.1
    • mousetweaks 2.26
    • nochatreports 1.21-v2.8.0
    • optigui 2.3.0-beta.2+1.21
      |-- org_apache_commons_commons-text 1.12.0
      -- org_ini4j_ini4j 0.5.4
    • owo 0.12.10+1.21
      |-- blue_endless_jankson 1.2.2
      |-- io_wispforest_endec 0.1.0
      |-- io_wispforest_endec_gson 0.1.0
      |-- io_wispforest_endec_jankson 0.1.0
      -- io_wispforest_endec_netty 0.1.0
    • paginatedadvancements 2.4.2
    • polytone 1.21-2.0.3
      -- net_objecthunter_exp4j 0.4.8
    • puzzle 1.6.3+1.21
      |-- midnightlib 1.5.7
      |-- puzzle-base 1.6.3+1.21
      |-- puzzle-gui 1.6.3+1.21
      |-- puzzle-models 1.6.3+1.21
      -- puzzle-splashscreen 1.6.3+1.21
    • reeses-sodium-options 1.7.2+mc1.21
    • rrls 5.0.0+mc1.21-fabric
    • sodium 0.5.9+mc1.21
      -- fabric-api-base 0.4.42+6573ed8c90
    • sodium-extra 0.5.7+mc1.21
      -- caffeineconfig 1.3.0+1.17
    • xaerominimap 24.2.1
    • xaeroworldmap 1.38.8
    • xaerozoomout 2.0.0
    • yet_another_config_lib_v3 3.5.0+1.21-fabric
      |-- com_twelvemonkeys_common_common-image 3.10.0
      |-- com_twelvemonkeys_common_common-io 3.10.0
      |-- com_twelvemonkeys_common_common-lang 3.10.0
      |-- com_twelvemonkeys_imageio_imageio-core 3.10.0
      |-- com_twelvemonkeys_imageio_imageio-metadata 3.10.0
      -- com_twelvemonkeys_imageio_imageio-webp 3.10.0
    • yosbr 0.1.2
    • zoomify 2.14.0+1.21
      -- com_akuleshov7_ktoml-core-jvm 0.5.1
      [12:58:15] [main/INFO]: Applying default options... (YOSBR)
      [12:58:15] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C:/Users/{COMPUTER_USERNAME}/AppData/Roaming/com.modrinth.theseus/meta/libraries/net/fabricmc/sponge-mixin/0.13.3+mixin.0.8.5/sponge-mixin-0.13.3+mixin.0.8.5.jar Service=Knot/Fabric Env=CLIENT
      [12:58:15] [main/INFO]: Compatibility level set to JAVA_16
      [12:58:15] [main/INFO]: Compatibility level set to JAVA_21
      [12:58:16] [main/INFO]: Preloading Debugify
      [12:58:17] [main/INFO]: Loaded configuration file for Lithium: 138 options available, 1 override(s) found
      [12:58:17] [main/INFO]: Loaded configuration file for ModernFix 5.18.3+mc1.21: 55 options available, 0 override(s) found
      [12:58:17] [main/INFO]: Applying Nashorn fix
      [12:58:17] [main/INFO]: Loaded configuration file for Sodium: 42 options available, 3 override(s) found
      [12:58:17] [main/INFO]: Loaded configuration file for Sodium Extra: 35 options available, 0 override(s) found
      [12:58:18] [main/WARN]: Force disabled MC-122477 because it only applies to OS: LINUX
      [12:58:18] [main/WARN]: Force disabled MC-22882 because it only applies to OS: MAC
      [12:58:18] [main/WARN]: Force disabled MC-59810 because it only applies to OS: MAC
      [12:58:18] [main/WARN]: Error loading class: net/raphimc/immediatelyfast/feature/core/ImmediateAdapter (java.lang.ClassNotFoundException: net/raphimc/immediatelyfast/feature/core/ImmediateAdapter)
      [12:58:18] [main/WARN]: Error loading class: dev/tr7zw/skinlayers/render/CustomizableModelPart (java.lang.ClassNotFoundException: dev/tr7zw/skinlayers/render/CustomizableModelPart)
      [12:58:18] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/vertex/buffer/SodiumBufferBuilder (java.lang.ClassNotFoundException: me/jellysquid/mods/sodium/client/render/vertex/buffer/SodiumBufferBuilder)
      [12:58:18] [main/WARN]: Force-disabling mixin 'alloc.blockstate.StateMixin' as rule 'mixin.alloc.blockstate' (added by mods [ferritecore]) disables it and children
      [12:58:19] [main/WARN]: Error loading class: xyz/nucleoid/server/translations/impl/language/SystemDelegatedLanguage (java.lang.ClassNotFoundException: xyz/nucleoid/server/translations/impl/language/SystemDelegatedLanguage)
      [12:58:19] [main/WARN]: Force-disabling mixin 'features.render.entity.CuboidMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
      [12:58:19] [main/WARN]: Force-disabling mixin 'features.render.entity.ModelPartMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
      [12:58:19] [main/WARN]: Force-disabling mixin 'features.render.entity.cull.EntityRendererMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
      [12:58:19] [main/WARN]: Force-disabling mixin 'features.render.entity.shadows.EntityRenderDispatcherMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
      [12:58:19] [main/WARN]: Force-disabling mixin 'features.render.gui.font.GlyphRendererMixin' as rule 'mixin.features.render.gui.font' (added by mods [iris]) disables it and children
      [12:58:19] [main/WARN]: Force-disabling mixin 'features.render.world.sky.BackgroundRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
      [12:58:19] [main/WARN]: Force-disabling mixin 'features.render.world.sky.ClientWorldMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
      [12:58:19] [main/WARN]: Force-disabling mixin 'features.render.world.sky.WorldRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
      [12:58:19] [main/WARN]: Error loading class: org/jetbrains/annotations/ApiStatus$Internal (java.lang.ClassNotFoundException: org/jetbrains/annotations/ApiStatus$Internal)
      [12:58:19] [main/WARN]: Error loading class: org/jetbrains/annotations/ApiStatus$Internal (java.lang.ClassNotFoundException: org/jetbrains/annotations/ApiStatus$Internal)
      [12:58:19] [main/INFO]: Searching for graphics cards...
      [12:58:20] [main/INFO]: Found graphics adapter: AdapterInfo{vendor=NVIDIA, description='NVIDIA GeForce GTX 970', adapterType=0x0000030B, openglIcdFilePath='C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_5714f0dca6485379\nvoglv64.dll', openglIcdVersion=32.0.15.5612}
      [12:58:20] [main/WARN]: Sodium has applied one or more workarounds to prevent crashes or other issues on your system: [NVIDIA_THREADED_OPTIMIZATIONS]
      [12:58:20] [main/WARN]: This is not necessarily an issue, but it may result in certain features or optimizations being disabled. You can sometimes fix these issues by upgrading your graphics driver.
      [12:58:21] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5).
      [12:58:24] [Datafixer Bootstrap/INFO]: 226 Datafixer optimizations took 846 milliseconds
      [12:58:26] [main/INFO]: Injecting BlockStateBase cache population hook into lithium$getPathNodeType from me.jellysquid.mods.lithium.mixin.ai.pathing.AbstractBlockStateMixin
      [12:58:26] [main/INFO]: Injecting BlockStateBase cache population hook into lithium$getAllFlags from me.jellysquid.mods.lithium.mixin.util.block_tracking.AbstractBlockStateMixin
      [12:58:26] [main/INFO]: Injecting BlockStateBase cache population hook into lithium$getNeighborPathNodeType from me.jellysquid.mods.lithium.mixin.ai.pathing.AbstractBlockStateMixin
      [12:58:28] [main/WARN]: Static binding violation: PRIVATE @overwrite method method_21740 in modernfix-common.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin from mod modernfix cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
      [12:58:28] [main/WARN]: Method overwrite conflict for method_21740 in modernfix-common.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin from mod modernfix, previously written by me.jellysquid.mods.lithium.mixin.world.temperature_cache.BiomeMixin. Skipping method.
      [12:58:33] [main/INFO]: Vanilla bootstrap took 9101 milliseconds
      [12:58:34] [Render thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
      [12:58:34] [Render thread/INFO]: Setting user: {MINECRAFT_USERNAME}
      [12:58:35] [Render thread/INFO]: Loading Collective version 7.64.
      [12:58:35] [Render thread/INFO]: Enabled 10 bug fixes: [MC-577, MC-22882, MC-59810, MC-89146, MC-90683, MC-112730, MC-122477, MC-199467, MC-237493, MC-263865]
      [12:58:35] [Render thread/INFO]: Successfully Debugify'd your game!
      [12:58:36] [Render thread/INFO]: assume less - mald more
      [12:58:38] [Render thread/INFO]: Trying to read config file...
      [12:58:38] [Render thread/INFO]: A config file was found, loading it..
      [12:58:38] [Render thread/INFO]: Successfully loaded config file.
      [12:58:38] [Render thread/INFO]: Pre-initializing Controlify...
      [12:58:38] [Render thread/INFO]: Initializing Distant Horizons
      [12:58:38] [Render thread/INFO]: Java.awt.headless set to true. Distant Horizons can correctly display error and info dialog windows.
      [12:58:38] [Render thread/INFO]: Distant Horizons, Version: 2.1.2-a
      [12:58:38] [Render thread/INFO]: DH Branch: main
      [12:58:38] [Render thread/INFO]: DH Commit: 095fff96ff360513ae486764ec5942f778b50300
      [12:58:38] [Render thread/INFO]: DH Jar Build Source: User
      [12:58:38] [Render thread/INFO]: Registering Fabric Client Events
      [12:58:38] [Render thread/INFO]: Registering Fabric Server Events
      [12:58:38] [Render thread/INFO]: Registered mod compatibility accessor for: [Sodium-Fabric].
      [12:58:38] [Render thread/INFO]: Registered mod compatibility accessor for: [iris].
      [12:58:38] [Render thread/INFO]: Distant Horizons Initialized
      [12:58:38] [Render thread/INFO]: Initialising config for DistantHorizons
      [12:58:39] [Render thread/INFO]: Config for DistantHorizons initialised
      [12:58:39] [Render thread/INFO]: Dynamic FPS 3.4.3 active on Fabric!
      [12:58:39] [Render thread/INFO]: Loading Entity Model Features, not fit for consumption in Portugal.
      [12:58:40] [Render thread/INFO]: 6 new ETF Random Properties registered by entity_model_features.
      [12:58:40] [Render thread/INFO]: Loading Entity Texture Features, Thanks for 10 Million plus downloads!!
      [12:58:40] [Render thread/INFO]: [Indigo] Different rendering plugin detected; not applying Indigo.
      [12:58:40] [Render thread/INFO]: [FastQuit] Initialized
      [12:58:40] [Render thread/INFO]: Inventive Inventory initialized successfully!
      [12:58:40] [Render thread/INFO]: [STDOUT]: [Mouse Tweaks] Main.initialize()
      [12:58:41] [Render thread/INFO]: [STDOUT]: [Mouse Tweaks] Initialized.
      [12:58:42] [Render thread/INFO]: Loading Xaero's Minimap - Stage 1/2
      [12:58:42] [DH-ApplyConfigPresetTimer/INFO]: changing preset to: LOW_IMPACT
      [12:58:42] [DH-ApplyConfigPresetTimer/INFO]: changing preset to: MEDIUM
      [12:58:42] [DH-ApplyConfigPresetTimer/INFO]: preset active: MEDIUM
      [12:58:42] [DH-ApplyConfigPresetTimer/INFO]: preset active: LOW_IMPACT
      [12:58:42] [Render thread/INFO]: Loading Xaero's World Map - Stage 1/2
      [12:58:44] [Render thread/INFO]: Deserializing YACLConfig from 'C:\Users{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\profiles\Fabulously Optimized\config\yacl.json5'
      [12:58:44] [Render thread/INFO]: Queuing DH event binding...
      [12:58:44] [Render thread/INFO]: DH Ready, binding Iris event handlers...
      [12:58:44] [Render thread/INFO]: DH Iris events bound.
      [12:58:45] [Render thread/WARN]: Pack distanthorizons declared support for versions [16, 90000] but declared main format is 7, defaulting to 7
      [12:58:45] [Render thread/INFO]: Backend library: LWJGL version 3.3.3-snapshot
      [12:58:45] [Render thread/WARN]: Applying workaround: Prevent the NVIDIA OpenGL driver from using broken optimizations (NVIDIA_THREADED_OPTIMIZATIONS)
      [12:58:46] [Render thread/INFO]: Initializing ImmediatelyFast 1.2.18+1.21 on NVIDIA GeForce GTX 970/PCIe/SSE2 (NVIDIA Corporation) with OpenGL 3.2.0 NVIDIA 556.12
      [12:58:46] [Render thread/INFO]: Found Iris/Oculus 1.7.1+mc1.21. Enabling compatibility.
      [12:58:46] [Render thread/INFO]: Debug functionality is disabled.
      [12:58:46] [Render thread/INFO]: ARB_direct_state_access detected, enabling DSA.
      [12:58:46] [Render thread/INFO]: Shaders are disabled because enableShaders is set to false in iris.properties
      [12:58:46] [Render thread/WARN]: Pack distanthorizons declared support for versions [16, 90000] but declared main format is 7, defaulting to 7
      [12:58:47] [Render thread/INFO]: Hardware information:
      [12:58:47] [Render thread/INFO]: CPU: 4x Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz
      [12:58:47] [Render thread/INFO]: GPU: NVIDIA GeForce GTX 970/PCIe/SSE2 (Supports OpenGL 3.2.0 NVIDIA 556.12)
      [12:58:47] [Render thread/INFO]: OS: Windows 10 (10.0)
      [12:58:48] [Render thread/INFO]: Starting up renderer (fabric)
      [12:58:48] [Render thread/INFO]: Renderer starting up.
      [12:58:48] [Render thread/INFO]: Creating GLProxy... If this is the last message you see there must have been an OpenGL error.
      [12:58:48] [Render thread/INFO]: Lod Render OpenGL version [3.2.0 NVIDIA 556.12].
      [12:58:48] [Render thread/INFO]: minecraftGlCapabilities:
      Your OpenGL support:
      openGL version 3.2+: [true] <- REQUIRED
      Vertex Attribute Buffer Binding: [true] <- optional improvement
      Buffer Storage: [true] <- optional improvement

[12:58:48] [Render thread/INFO]: GPU Vendor [NVIDIA CORPORATION], Preferred upload method is [BUFFER_STORAGE].
[12:58:48] [Render thread/INFO]: GLProxy creation successful. OpenGL smiles upon you this day.
[12:58:48] [Render thread/INFO]: DH TerraFirmaCraft detection: false
[12:58:48] [Render thread/INFO]: Invalidating pack caches
[12:58:48] [Render thread/INFO]: Reloading ResourceManager: vanilla, fabric, animatica, appleskin, authme, autofish, balm-fabric, bobby, caffeineconfig, capes, cloth-config, continuity, controlify, debugify, distanthorizons, dynamic_fps, e4mc_minecraft, enhancedblockentities, entity_model_features, entity_texture_features, entityculling, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-message-api-v1, fabric-model-loading-api-v1, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, fabricskyboxes, fabrishot, fastquit, fishology, fishology-core, fsb-interop, immediatelyfast, indium, inventive_inventory, inventoryessentials, iris, languagereload, lithium, midnightlib, mixintrace, modernfix, modmenu, morechathistory, nochatreports, optigui, owo, paginatedadvancements, polytone, puzzle, puzzle-base, puzzle-gui, puzzle-models, puzzle-splashscreen, reeses-sodium-options, rrls, sodium, sodium-extra, xaerominimap, xaeroworldmap, xaerozoomout, yet_another_config_lib_v3, yosbr, zoomify, continuity:glass_pane_culling_fix, continuity:default, file/SodiumTranslations.zip, file/Mod Menu Helper.zip, file/Chat Reporting Helper.zip, file/Fast Better Grass.zip
[12:58:48] [Worker-ResourceReload-1/INFO]: Found unifont_all_no_pua-15.1.05.hex, loading
[12:58:49] [Render thread/INFO]: Post-Initializing Mod
[12:58:49] [Render thread/INFO]: Mod Post-Initialized
[12:58:49] [Worker-ResourceReload-1/INFO]: Found unifont_jp_patch-15.1.05.hex, loading
[12:58:49] [Render thread/INFO]: Loading Xaero's World Map - Stage 2/2
[12:58:49] [Render thread/INFO]: New world map region cache hash code: -2045510127
[12:58:49] [Render thread/INFO]: Registered player tracker system: map_synced
[12:58:49] [Render thread/INFO]: Xaero's WorldMap Mod: Xaero's minimap found!
[12:58:49] [Render thread/INFO]: Registered player tracker system: minimap_synced
[12:58:49] [Render thread/INFO]: No Optifine!
[12:58:49] [Render thread/INFO]: Xaero's World Map: No Vivecraft!
[12:58:49] [Render thread/INFO]: Xaero's World Map: Iris found!
[12:58:50] [Render thread/INFO]: Loading Xaero's Minimap - Stage 2/2
[12:58:51] [Render thread/ERROR]: suppressed exception
java.net.SocketTimeoutException: Read timed out
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(Unknown Source) ~[?:?]
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) ~[?:?]
at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?]
at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) ~[?:?]
at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) ~[?:?]
at java.base/java.security.AccessController.doPrivileged(Unknown Source) ~[?:?]
at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) ~[?:?]
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:?]
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:?]
at xaero.common.misc.Internet.checkModVersion(Internet.java:55) [Xaeros_Minimap_24.2.1_Fabric_1.21.jar:?]
at xaero.common.HudMod.loadLater(HudMod.java:234) [Xaeros_Minimap_24.2.1_Fabric_1.21.jar:?]
at xaero.minimap.XaeroMinimapFabric.tryLoadLater(XaeroMinimapFabric.java:65) [Xaeros_Minimap_24.2.1_Fabric_1.21.jar:?]
at net.minecraft.class_310.handler$eee002$xaerominimap$onTickStart(class_310.java:28677) [client-intermediary.jar:?]
at net.minecraft.class_310.method_1574(class_310.java) [client-intermediary.jar:?]
at net.minecraft.class_310.method_1523(class_310.java:1246) [client-intermediary.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:882) [client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:256) [client-intermediary.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) [fabric-loader-0.15.11.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.15.11.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.15.11.jar:?]
Caused by: java.net.SocketTimeoutException: Read timed out
at java.base/sun.nio.ch.NioSocketImpl.timedRead(Unknown Source) ~[?:?]
at java.base/sun.nio.ch.NioSocketImpl.implRead(Unknown Source) ~[?:?]
at java.base/sun.nio.ch.NioSocketImpl.read(Unknown Source) ~[?:?]
at java.base/sun.nio.ch.NioSocketImpl$1.read(Unknown Source) ~[?:?]
at java.base/java.net.Socket$SocketInputStream.read(Unknown Source) ~[?:?]
at java.base/java.io.BufferedInputStream.fill(Unknown Source) ~[?:?]
at java.base/java.io.BufferedInputStream.read1(Unknown Source) ~[?:?]
at java.base/java.io.BufferedInputStream.implRead(Unknown Source) ~[?:?]
at java.base/java.io.BufferedInputStream.read(Unknown Source) ~[?:?]
at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source) ~[?:?]
at java.base/sun.net.www.http.HttpClient.parseHTTP(Unknown Source) ~[?:?]
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:?]
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:?]
at java.base/sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source) ~[?:?]
at java.base/java.net.URLConnection.getHeaderFieldLong(Unknown Source) ~[?:?]
at java.base/java.net.URLConnection.getContentLengthLong(Unknown Source) ~[?:?]
at xaero.common.misc.Internet.checkModVersion(Internet.java:53) ~[Xaeros_Minimap_24.2.1_Fabric_1.21.jar:?]
... 10 more
[12:58:51] [Render thread/INFO]: Registered player tracker system: minimap_synced
[12:58:51] [Render thread/INFO]: Xaero's Minimap: World Map found!
[12:58:51] [Render thread/INFO]: No Optifine!
[12:58:51] [Render thread/INFO]: Xaero's Minimap: No Vivecraft!
[12:58:51] [Render thread/INFO]: Xaero's Minimap: Iris found!
[12:58:55] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play
[12:58:55] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break
[12:58:55] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Lautsprecher (2- High Definition Audio Device)
[12:58:55] [Render thread/INFO]: Sound engine started
[12:58:55] [Render thread/INFO]: Created: 1024x1024x0 minecraft:textures/atlas/blocks.png-atlas
[12:58:55] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/signs.png-atlas
[12:58:55] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/banner_patterns.png-atlas
[12:58:55] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/shield_patterns.png-atlas
[12:58:55] [Render thread/INFO]: Created: 1024x1024x0 minecraft:textures/atlas/armor_trims.png-atlas
[12:58:55] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/chest.png-atlas
[12:58:55] [Render thread/INFO]: Created: 128x64x0 minecraft:textures/atlas/decorated_pot.png-atlas
[12:58:55] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/beds.png-atlas
[12:58:55] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/shulker_boxes.png-atlas
[12:58:57] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas
[12:58:57] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas
[12:58:57] [Render thread/INFO]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[12:58:57] [Render thread/INFO]: Created: 64x64x0 minecraft:textures/atlas/map_decorations.png-atlas
[12:58:57] [Render thread/INFO]: Created: 1024x512x0 minecraft:textures/atlas/gui.png-atlas
[12:58:57] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program.
[12:58:57] [Render thread/INFO]: Shutting down renderer (fabric)
[12:58:57] [Render thread/INFO]: Renderer shutting down.
[12:58:57] [Render thread/INFO]: Starting up renderer (fabric)
[12:58:57] [Render thread/INFO]: Renderer starting up.
[12:58:57] [Render thread/WARN]: Removing existing FSB skies...
[12:58:57] [Render thread/WARN]: FSB-Interop is converting MCPatcher/OptiFine custom skies resource packs! Any visual bugs are likely caused by FSB-Interop. Please do not report these issues to FabricSkyBoxes nor Resource Pack creators!
[12:58:57] [Render thread/INFO]: Looking for OptiFine/MCPatcher Skies...
[12:58:57] [Render thread/INFO]: Loaded GUI modifiers for: [] [] [] []
[12:58:57] [Render thread/INFO]: Reloaded Polytone Resources in 14 ms
[12:58:57] [Render thread/INFO]: Successfully reloaded the minimap shaders!
[12:58:57] [Render thread/INFO]: Successfully reloaded the world map shaders!
[12:58:57] [Render thread/INFO]: Successfully loaded image 'zoomify:textures/demo/third-person-hud.webp'
[12:58:57] [Render thread/INFO]: Successfully loaded image 'zoomify:textures/demo/third-person-view.webp'
[12:58:57] [Render thread/INFO]: Successfully loaded image 'zoomify:textures/demo/zoom-hand.webp'
[12:58:57] [Render thread/INFO]: Successfully loaded image 'zoomify:textures/demo/zoom-world.webp'
[12:58:57] [Render thread/INFO]: Successfully loaded image 'controlify:textures/screenshots/reach-around-placement.webp'
[12:58:57] [Render thread/INFO]: Successfully loaded image 'controlify:textures/screenshots/reduce-aim-sensitivity.webp'
[12:58:57] [Render thread/INFO]: Successfully loaded image 'controlify:textures/screenshots/screen-button-guide.webp'
[12:58:57] [Render thread/INFO]: reloading ETF data.
[12:58:57] [Render thread/INFO]: emissive suffixes loaded: {_e}.
[12:58:57] [Render thread/INFO]: emissive suffixes loaded: {_e}.
[12:58:57] [Render thread/INFO]: Checking for DH update
[12:58:58] [Render thread/INFO]: Creating pipeline for dimension minecraft:overworld
[12:58:58] [Render thread/INFO]: Initializing Controlify...
[12:58:58] [Render thread/INFO]: Loading Controlify config...
[12:59:00] [Render thread/WARN]: Game took 48.01 seconds to start
[12:59:19] [Render thread/INFO]: inventoryessentials.mixins.json:CreativeModeInventoryScreenAccessor from mod inventoryessentials->@Accessor[FIELD_GETTER]::getCONTAINER()Lnet/minecraft/class_1277; should be static as its target is
[12:59:19] [Render thread/INFO]: Adding auth button to the multiplayer screen
[12:59:19] [ForkJoinPool.commonPool-worker-1/INFO]: Verifying Minecraft session...
[12:59:20] [ForkJoinPool.commonPool-worker-1/INFO]: The Minecraft session is valid
[12:59:21] [Render thread/INFO]: Adding auth button to the multiplayer screen
[12:59:22] [Render thread/INFO]: Connecting to mc.azgeda.de, 25576
[12:59:43] [Server Connector #1/ERROR]: Couldn't connect to server
io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection timed out: getsockopt: mc.azgeda.de/144.76.116.162:25576
Caused by: java.net.ConnectException: Connection timed out: getsockopt
at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[?:?]
at java.base/sun.nio.ch.Net.pollConnectNow(Unknown Source) ~[?:?]
at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source) ~[?:?]
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.97.Final.jar:?]
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.97.Final.jar:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.97.Final.jar:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.97.Final.jar:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.97.Final.jar:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.97.Final.jar:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.97.Final.jar:?]
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.97.Final.jar:?]
at java.base/java.lang.Thread.run(Unknown Source) ~[?:?]
[12:59:48] [Render thread/INFO]: Adding auth button to the multiplayer screen

commented

I believe it is an issue with this docker deployment and not forge directly because I’ve had no issue setting up forge servers using pterodactyl containers on the new versions, and old versions of this container work fine. It’s just the new versions that had these issues.