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

Installer crashes in Java 12 when invoked from CLI #83

Open
leijurv opened this issue Oct 10, 2019 · 0 comments
Open

Installer crashes in Java 12 when invoked from CLI #83

leijurv opened this issue Oct 10, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@leijurv
Copy link
Member

leijurv commented Oct 10, 2019

java -jar ~/Downloads/installer-0.7.1-donator.jar --mode vanilla --no-gui works fine in Java 8, but in Java 12 it results in:

Exception in thread "main" java.util.ConcurrentModificationException
	at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1134)
	at io.github.ImpactDevelopment.installer.setting.InstallationConfig.getSettingValue(Unknown Source)
	at io.github.ImpactDevelopment.installer.setting.InstallationConfig.execute(Unknown Source)
	at io.github.ImpactDevelopment.installer.Installer.main(Unknown Source)
@leijurv leijurv added the bug Something isn't working label Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant