Hello,
When you play Minecraft 1.8.9
The launcher download 32 bits native instead of 64 of, for example twitch natives.
I'm using the new launcher. But the old launcher download the 64 bits version of twitch natives.
I think this is a problem.
Attachments
Comments 6
Hello,
As you can see in the log, I've deleted the library that was not using the correct architecture.
It looks that there is a problem while parsing.
"downloads": {
"classifiers": {
"natives-osx": {
"path": "tv/twitch/twitch-platform/6.5/twitch-platform-6.5-natives-osx.jar",
"sha1": "5f9d1ee26257b3a33f0ca06fed335ef462af659f",
"size": 455359,
"url": "https://libraries.minecraft.net/tv/twitch/twitch-platform/6.5/twitch-platform-6.5-natives-osx.jar"
},
"natives-windows-32": {
"path": "tv/twitch/twitch-platform/6.5/twitch-platform-6.5-natives-windows-32.jar",
"sha1": "206c4ccaecdbcfd2a1631150c69a97bbc9c20c11",
"size": 474225,
"url": "https://libraries.minecraft.net/tv/twitch/twitch-platform/6.5/twitch-platform-6.5-natives-windows-32.jar"
},
"natives-windows-64": {
"path": "tv/twitch/twitch-platform/6.5/twitch-platform-6.5-natives-windows-64.jar",
"sha1": "9fdd0fd5aed0817063dcf95b69349a171f447ebd",
"size": 580098,
"url": "https://libraries.minecraft.net/tv/twitch/twitch-platform/6.5/twitch-platform-6.5-natives-windows-64.jar"
}
}
}
In this piece of manifest of Minecraft 1.8.9, we can see that there is three categories of downloads.
natives-osx, natives-windows-32 and natives-windows-64.
But the problem is: the launcher doesn't respects the platform, and choose to download natives-windows-32 instead of natives-windows-64.
I hope I have correctly answered your request.
Have a nice day.
That's not a parsing problem,
It's doing the same with a parameter only for x86 architecture.
The parameter -Xss1M should be included only on x86 architecture as showed by the rule:
{
"rules": [
{
"action": "allow",
"os": {
"arch": "x86"
}
}
],
"value": "-Xss1M"
}
[Info: 2021-05-23 17:05:10.6442246: ClientStarter.cpp(904)] Java argument:-Xss1M
But, In the log, we can see:
[Info: 2021-05-29 16:57:39.8812304: Common.cpp(41)] x64: trueSo, the Launcher doesn't recognise correctly the system architecture !
So, the Launcher just don't use this value.
Hi there!
Can you give us some in-depth repro steps?
Also what is Twitch natives?
This ticket will automatically reopen when you reply.
Hello,
Here are the in-depth reproduction steps:
Install Minecraft Launcher for Minecraft Java Edition
Log in with your Microsoft/Mojang account
Go to configurations
Click New Configuration
Enter as name: Minecraft 1.8.9
Select the icon: Cake
Select version: 1.8.9
Go to JVM arguments: change -Xmx2G to -Xmx4G
Press Create
Navigate to Play Tab
Press the Play button
Check I understand risks
And press play
Wait for it to download the game...
Press quit game.
NOTE: Certains of these elements are certainly useless because I'm saying what I'm exactly doing.
And I notice that this bug is fixed in the last version, as it now downloads the x64 version instead of the x86 version !
Have a nice day.
Please attach a log