Juff_Ma Posted January 18, 2023 Share Posted January 18, 2023 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 Quote Link to comment Share on other sites More sharing options...
warjort Posted January 18, 2023 Share Posted January 18, 2023 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 Quote 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. Link to comment Share on other sites More sharing options...
Juff_Ma Posted January 19, 2023 Author Share Posted January 19, 2023 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? Quote Link to comment Share on other sites More sharing options...
warjort Posted January 19, 2023 Share Posted January 19, 2023 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. Quote 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. Link to comment Share on other sites More sharing options...
Juff_Ma Posted January 20, 2023 Author Share Posted January 20, 2023 Didn't help, still not working Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.