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

LaunchServer.bat not using specified jvm arguments #885

Open
2 tasks done
abidbmt opened this issue Apr 6, 2024 · 0 comments
Open
2 tasks done

LaunchServer.bat not using specified jvm arguments #885

abidbmt opened this issue Apr 6, 2024 · 0 comments
Labels
bug Confirmed bugs or reports that are very likely to be bugs. low-priority Low priority to be addressed.

Comments

@abidbmt
Copy link

abidbmt commented Apr 6, 2024

What happened?

In the LaunchServer.bat file on lines 43 and 45, you need to change %jvm_args% to %jvmargs% to fix the issue.

From this:

echo Launching below command
echo -----------------------
echo %javapath% -Xmx%maxmemory% %jvm_args%   -jar fabric-server-launch.jar %launchargs%
echo.
%javapath% -Xmx%maxmemory% %jvm_args%   -jar fabric-server-launch.jar %launchargs%
PAUSE

To this:

echo Launching below command
echo -----------------------
echo %javapath% -Xmx%maxmemory% %jvmargs%   -jar fabric-server-launch.jar %launchargs%
echo.
%javapath% -Xmx%maxmemory% %jvmargs%   -jar fabric-server-launch.jar %launchargs%
PAUSE

Operating System

Windows

Relevant log output

No response

Additional Information

No response

Is this actually a launcher bug?

  • I am sure this is a bug with the launcher and not an issue with running Minecraft

Code of Conduct

  • I agree to follow this project's Code of Conduct
@abidbmt abidbmt added bug Confirmed bugs or reports that are very likely to be bugs. triage Issue has not been looked at to classify and validate. labels Apr 6, 2024
@RyanTheAllmighty RyanTheAllmighty added low-priority Low priority to be addressed. and removed triage Issue has not been looked at to classify and validate. labels Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bugs or reports that are very likely to be bugs. low-priority Low priority to be addressed.
Development

No branches or pull requests

2 participants