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

Java Virtual Machine Launcher Forge #568

Open
LysanderTron opened this issue Aug 11, 2023 · 4 comments
Open

Java Virtual Machine Launcher Forge #568

LysanderTron opened this issue Aug 11, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@LysanderTron
Copy link

Describe the bug

Works:
1.20.1
1.18.2

Doesnt:
1.12.2
1.16.5

Untitled

Steps to reproduce

  1. New instance
  2. Forge instance
  3. Launch

Expected behavior

To open minecraft.

Additional context

No response

@LysanderTron LysanderTron added the bug Something isn't working label Aug 11, 2023
@thesuzerain
Copy link
Contributor

Check the instance logs. You may need to increase the amount of memory allocated to the java instance- the log of you trying to run it will say something to that effect. If they do not, can you post them here?

You can change the java settings globally in the settings or per-instance in the instance options.

I had a similar thing on my machine for forge 1.12.2 but increasing from 256->1024mb in the global settings fixed it.

@LysanderTron
Copy link
Author

The issue was I had the memory allocated too high

@LysanderTron
Copy link
Author

This is causing some older modpacks to be unplayable as the maximum amount of memory that can be allocated is capped at 1024mb
latest.log
brokey

The error also changes at higher allocated memory
brokey2

@thesuzerain
Copy link
Contributor

thesuzerain commented Aug 28, 2023

Are you referring to this value? In that case the maximum value is the amount of that launcher is able to access, not hard capped at 1024 (see my example below)

image

You might need to allow your computer to allow more memory to the system/JRE.

Which modpacks in particular are you haivng trouble with? I can try on mine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants