We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
forge.sh
Describe the bug forge.sh is missing escape characters for the newlines in the java call. This causes the shell script to fail without starting Forge.
java
To Reproduce Steps to reproduce the behavior:
Expected behavior Forge starts
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Already fixed today, try snapshot
Sorry, something went wrong.
The install for snapshot 1.04 doesn't run:
java -jar forge-installer-2.0.02-SNAPSHOT-01.04.jar SEVERE: java.lang.ArrayIndexOutOfBoundsException: Index 70131 out of bounds for length 22674
The newline problem still exists on snapshot 1.03.
The newline problem was fixed with 1.04, so of course it does still exist on snapshot 1.03
for the ArrayIndexOutOfBoundsException, do we need a longer backtrace if able
No branches or pull requests
Describe the bug
forge.sh
is missing escape characters for the newlines in thejava
call. This causes the shell script to fail without starting Forge.To Reproduce
Steps to reproduce the behavior:
forge.sh
on Linux or MacExpected behavior
Forge starts
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: