Jump to content

Mod update process timing out on 1.18.2


Juff_Ma

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.