@Urielsalis the Path is c:/ thus it is a Windows OS 😉
What is with Linux?
Hey @Galxy_2Alex,
yes this issue ist still exist.
Successfully downloaded https://launcher.mojang.com/mc/game/17w06a/client/UUID/client.jar to C:/Users%username%\AppData\Roaming\.minecraft\versions\17w06a/17w06a.jar
The new launcher ist using https://toolbox.googleapps.com/apps/dig/#AAAA/launcher.mojang.com
which resolves to https://toolbox.googleapps.com/apps/dig/#AAAA/da2uwvc3too2a.cloudfront.net
But there is no IPv6 support.
@ziggurism yes it is. But you need to change the security-group in EC2 and S3 to enable / not block IPv6.
For EC2 this is documented here: https://aws.amazon.com/de/blogs/aws/new-ipv6-support-for-ec2-instances-in-virtual-private-clouds/
For S3 I've tested it and it is possible. Mojang only needs to change s3.amazonaws.com to s3.dualstack.us-east-1.amazonaws.com.
Is there a reason why this is not prioritized? You only need to change
For example https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma
Needs to be https://s3.dualstack.us-east-1.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (verified - is functional)
This enables IPv6 downloads for all OS wich prefer IPv6 over IPv4. If there is no IPv6 available/enabled then the OS will use IPv4. So there should be only an impact if the IPv6 implementation is not correct/broken. But every downloader should automatically switch over to IPv4.
Still unable to use the Launcher if you disable IPv6!
help.mojang.com and bugs.mojang.com too!
launchermeta.mojang.com does NOT resolve IPv6 Addresses. So the Launcher is unable to display News, Serverstatus, latest version if not already available, download Minecraft, get token for online play, ..