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

Crash when config.json and/or "pluginsFolder" is missing #15

Open
vddCore opened this issue Oct 25, 2022 · 1 comment
Open

Crash when config.json and/or "pluginsFolder" is missing #15

vddCore opened this issue Oct 25, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@vddCore
Copy link

vddCore commented Oct 25, 2022

Plugin repository assumes the config entry exists, leading to a crash on fresh installations.

Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true
Error: plugin.PluginRepository.Init:37 rt4.client.mainInit:1027 rt4.GameShell.run:610 java.base/java.lang.Thread.run:829 | java.lang.NullPointerException
error_game_crash
@Pazaz Pazaz added the bug Something isn't working label Nov 9, 2022
@PureTryOut
Copy link

PureTryOut commented Feb 20, 2023

I can reproduce this, I was wondering why the game just closed immediately. Is a fix near?
The latest version that still works for me is 1.0.2 from the 4th of August, anything newer crashes (even after running 1.0.2 first).

Also interestingly although it crashes (intentionally from code), the exit code is still 0. The shell or any launcher thus doesn't realize the game has crashed rather than exiting nicely.

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

3 participants