itzg / docker-minecraft-server

Docker image that provides a Minecraft Server that will automatically download selected version at startup
https://docker-minecraft-server.readthedocs.io/
Apache License 2.0
9.14k stars 1.51k forks source link

Minecraft 1.21 Forge getsockopt #2919

Closed Logan9312 closed 2 months ago

Logan9312 commented 2 months ago

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
itzg commented 2 months ago

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.

Logan9312 commented 2 months ago

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

imcodingideas commented 2 months ago

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
itzg commented 2 months ago

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

Nukliar7077 commented 2 months ago

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!

[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

Logan9312 commented 2 months ago

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.