You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This happens only when
allowAutomaticBugReporting
key inshoebill.yml
is missing.The text was updated successfully, but these errors were encountered: