Posted January 18, 20232 yr Hello, a frind of mines minecraft mod update process is timing out so forge loads for decades. Can you somehow disable this process? we won't install new versions anyway The websites described in the log he can access fine by browser. log (im just pasting the timeouts here cause the log itself exceeds the pastebin limit): https://pastebin.com/Av8uBg0r we tried changing the fml.toml's "versionCheck = true" to false, but it didnt help
January 18, 20232 yr If you correctly changed the config/fml.toml file as described, you should see this message in the log you didn't post. https://github.com/MinecraftForge/MinecraftForge/blob/aa170facb7284527bb0240d847a084ea09189cbb/fmlcore/src/main/java/net/minecraftforge/fml/VersionChecker.java#L109 I am no expert on this stuff, but a lot of these connection timeout errors seem to be caused by a mismatch of your network router or firewall where it allows ipv6 on outgoing network traffic but not incoming, or vice-versa. https://forums.minecraftforge.net/topic/119545-failed-to-authenticate-error-only-on-forge/?do=findComment&comment=524664 Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
January 19, 20232 yr Author On 1/18/2023 at 5:58 PM, warjort said: If you correctly changed the config/fml.toml file as described, you should see this message in the log you didn't post. https://github.com/MinecraftForge/MinecraftForge/blob/aa170facb7284527bb0240d847a084ea09189cbb/fmlcore/src/main/java/net/minecraftforge/fml/VersionChecker.java#L109 I am no expert on this stuff, but a lot of these connection timeout errors seem to be caused by a mismatch of your network router or firewall where it allows ipv6 on outgoing network traffic but not incoming, or vice-versa. https://forums.minecraftforge.net/topic/119545-failed-to-authenticate-error-only-on-forge/?do=findComment&comment=524664 Ok Thanks but how can i disable ipv6, i remember doing this somehow in 1.12.2, but how on 1.18.2?
January 19, 20232 yr java has a system property (jvm argument) -Djava.net.preferIPv4Stack=true But the real issue is likely in your operating system or router configuration? So you need to talk to whoever provides support for them. Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.