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

NullPointerException on server startup #1

Open
utkinn opened this issue Jan 8, 2018 · 0 comments
Open

NullPointerException on server startup #1

utkinn opened this issue Jan 8, 2018 · 0 comments

Comments

@utkinn
Copy link

utkinn commented Jan 8, 2018

java.lang.NullPointerException
        at net.gtaun.shoebill.util.config.AbstractConfiguration.getBoolean(AbstractConfiguration.java:181)
        at net.gtaun.shoebill.util.config.AbstractConfiguration.getBoolean(AbstractConfiguration.java:173)
        at net.gtaun.shoebill.ShoebillConfig.<init>(ShoebillConfig.java:88)
        at net.gtaun.shoebill.ShoebillImpl.<init>(ShoebillImpl.kt:50)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at net.gtaun.shoebill.ShoebillLauncher.createShoebill(ShoebillLauncher.java:75)

This happens only when allowAutomaticBugReporting key in shoebill.yml is missing.

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

1 participant