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

RuntimeException: No saved settings #21

Closed
Rehdzi opened this issue Feb 8, 2022 · 1 comment
Closed

RuntimeException: No saved settings #21

Rehdzi opened this issue Feb 8, 2022 · 1 comment

Comments

@Rehdzi
Copy link

Rehdzi commented Feb 8, 2022

image

@Rehdzi Rehdzi changed the title SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". RuntimeException: No saved settings Feb 8, 2022
@Feodor0090
Copy link
Owner

That was intentional, as you can see game falls back to default settings and continue to work.

Also, you are using old version. Now there is an early return on the 20th line:

if (r.getNumRecords() < 1) {
r.closeRecordStore();
return;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants