Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Architecture is detected incorrectly on 32-bit JVMs #34

Open
bigfoot547 opened this issue May 19, 2023 · 3 comments
Open

Architecture is detected incorrectly on 32-bit JVMs #34

bigfoot547 opened this issue May 19, 2023 · 3 comments

Comments

@bigfoot547
Copy link
Member

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"

@featherwhisker2
Copy link

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

@FoxbitDreamtail
Copy link

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.

@featherwhisker2
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants