olauncher icon indicating copy to clipboard operation
olauncher copied to clipboard

Architecture is detected incorrectly on 32-bit JVMs

Open bigfoot547 opened this issue 2 years ago • 3 comments

If someone uses the x86 version of java (the notorious java.com download), their architecture will be detected as x86, despite that not truly being the case. This affects which bundled runtime architecture is selected, causing some issues launching the game.

"Could not reserve enough space for ...KB object heap"

bigfoot547 avatar May 19 '23 04:05 bigfoot547

I think a good way to check would be to see if the computer has more than 4gb of ram

WindClan avatar Mar 11 '24 03:03 WindClan

If someone uses the x86 version of java (the notorious java.com download), their architecture will be detected as x86, despite that not truly being the case. This affects which bundled runtime architecture is selected, causing some issues launching the game.

"Could not reserve enough space for ...KB object heap"

I have only ever gotten this issue with java versions > 8u152 on windows xp and with the branding One-Core-API Package installed.

FoxbitDreamtail avatar May 04 '24 12:05 FoxbitDreamtail

this issue is when an x64 user uses x86 JVM not an One-Core issue

WindClan avatar May 05 '24 02:05 WindClan