Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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"

@notbronwyn
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.

@notbronwyn
Copy link

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

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

No branches or pull requests

3 participants