Incorrect version when Loading Launcher
When i launch the Launcher, The "OS" Will equal to Windows 8.1 instead of Windows 10.
Also another problem is that before the Launcher was really slow than normal.
Environment
Windows 10 Technical Preview Build 9879 (Development)
Created Issue:
Incorrect version in Loading Launcher
When i launch the Launcher, The "OS" Will equal to Windows 8.1 instead of Windows 10.
Also another problem is that before the Launcher was really slow than normal.
Environment
Windows 10 Technical Preview Build 9879 (Development)
Changed Summary:
Incorrect versionin Loading LauncherIncorrect version when Loading Launcher
Data:
System.getProperty('os.name') == 'Windows 8.1'
When it should be
System.getProperty('os.name') == 'Windows 10'
I don't think this is Mojang's doing. I have found multiple bugs on the Java bug tracker reporting a similar thing with the "System.getProperty('os.name') method.
Not a Minecraft issue.
Make a ticket at Microsoft's bug tracker.