-
Notifications
You must be signed in to change notification settings - Fork 3
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
Causing a warning during load resulting in no confiog files written to the config directory #2
Comments
Backup and delete your config, then let it regenerate a fresh one and compare what's wrong. The error message is pretty clear about something being wrongly formatted. |
The point is... there is no config to begin with. I raw installed your plugin and after first boot there were no config files in your plugins config/taxation directory. |
I then went ahead an copied your config content out of the github wiki. Atleast it generated a persistence_database now on its own, but it is still throwing that error. Pretty sure if I remove the configs I will end up having none again. |
Bump |
I did a full reset of everything and this time the plugin threw this: [01:18:02] [Server thread/WARN] [Sponge]: /********************************************************************************************************************************/
[01:18:02] [Server thread/WARN] [Sponge]: /* Could not pass FMLInitializationEvent */
[01:18:02] [Server thread/WARN] [Sponge]: /********************************************************************************************************************************/
[01:18:02] [Server thread/WARN] [Sponge]: /* Could not pass the event FMLInitializationEvent to an Event Listener! */
[01:18:02] [Server thread/WARN] [Sponge]: /* */
[01:18:02] [Server thread/WARN] [Sponge]: /* Since the event can be modified during the event's listener, */
[01:18:02] [Server thread/WARN] [Sponge]: /* there could be adverse side effects of the exception occurring */
[01:18:02] [Server thread/WARN] [Sponge]: /* such that duplications or other game breaking issues could exist. */
[01:18:02] [Server thread/WARN] [Sponge]: /* */
[01:18:02] [Server thread/WARN] [Sponge]: /* Due to the nature of the exception, this is not likely an exception */
[01:18:02] [Server thread/WARN] [Sponge]: /* that is covered by SpongeForge or Forge itself, and therefore should */
[01:18:02] [Server thread/WARN] [Sponge]: /* be reported to the mod/plugin author first prior to reporting to */
[01:18:02] [Server thread/WARN] [Sponge]: /* Sponge or Forge. */
[01:18:02] [Server thread/WARN] [Sponge]: /* */
[01:18:02] [Server thread/WARN] [Sponge]: /* Owning Mod/Plugin: taxation */
[01:18:02] [Server thread/WARN] [Sponge]: /* Exception: */
[01:18:02] [Server thread/WARN] [Sponge]: /* java.lang.IndexOutOfBoundsException: */
[01:18:02] [Server thread/WARN] [Sponge]: /* Index: 1000, Size: 0 */
[01:18:02] [Server thread/WARN] [Sponge]: /* java.util.ArrayList.rangeCheckForAdd(ArrayList.java:667) */
[01:18:02] [Server thread/WARN] [Sponge]: /* java.util.ArrayList.add(ArrayList.java:479) */
[01:18:02] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.ListConfigValue.putChild(ListConfigValue.java:130) */
[01:18:02] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.ListConfigValue.putChild(ListConfigValue.java:93) */
[01:18:02] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.SimpleConfigurationNode.attachChild(SimpleConfigurationNode.java:616) */
[01:18:02] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.SimpleConfigurationNode.attachChild(SimpleConfigurationNode.java:566) */
[01:18:02] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.SimpleConfigurationNode.attachIfNecessary(SimpleConfigurationNode.java:553) */
[01:18:02] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.SimpleConfigurationNode.insertNewValue(SimpleConfigurationNode.java:311) */
[01:18:02] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.SimpleConfigurationNode.setValue(SimpleConfigurationNode.java:300) */
[01:18:02] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.commented.SimpleCommentedConfigurationNode.setValue(SimpleCommentedConfigurationNode.java:112) */
[01:18:02] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.commented.SimpleCommentedConfigurationNode.setValue(SimpleCommentedConfigurationNode.java:34) */
[01:18:02] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.objectmapping.serialize.NumberSerializer.serialize(NumberSerializer.java:71) */
[01:18:02] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.objectmapping.serialize.NumberSerializer.serialize(NumberSerializer.java:28) */
[01:18:02] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.objectmapping.serialize.MapSerializer.serialize(MapSerializer.java:97) */
[01:18:02] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.objectmapping.serialize.MapSerializer.serialize(MapSerializer.java:34) */
[01:18:02] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.objectmapping.ObjectMapper$FieldData.serializeTo(ObjectMapper.java:166) */
[01:18:02] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.objectmapping.ObjectMapper$BoundInstance.serialize(ObjectMapper.java:215) */
[01:18:02] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.objectmapping.serialize.AnnotatedObjectSerializer.serialize(AnnotatedObjectSerializer.java:80) */
[01:18:02] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.ConfigurationNode.setValue(ConfigurationNode.java:673) */
[01:18:02] [Server thread/WARN] [Sponge]: /* de.randombyte.taxation.shaded.kosp.config.ConfigManager.save(ConfigManager.kt:46) */
[01:18:02] [Server thread/WARN] [Sponge]: /* de.randombyte.taxation.shaded.kosp.config.ConfigManager$load$1.invoke(ConfigManager.kt:39) */
[01:18:02] [Server thread/WARN] [Sponge]: /* de.randombyte.taxation.shaded.kosp.config.ConfigManager.load(ConfigManager.kt:41) */
[01:18:02] [Server thread/WARN] [Sponge]: /* de.randombyte.taxation.shaded.kosp.config.ConfigHolder.reload(ConfigHolder.kt:15) */
[01:18:02] [Server thread/WARN] [Sponge]: /* de.randombyte.taxation.shaded.kosp.config.ConfigAccessor.reloadAll(ConfigAccessors.kt:21) */
[01:18:02] [Server thread/WARN] [Sponge]: /* de.randombyte.taxation.Taxation.onInit(Taxation.kt:84) */
[01:18:02] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.listener.GameInitializationEventListener_Taxation_onInit54.handle(Unknown Source) */
[01:18:02] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:97) */
[01:18:02] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:383) */
[01:18:02] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:458) */
[01:18:02] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:419) */
[01:18:02] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:255) */
[01:18:02] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:363) */
[01:18:02] [Server thread/WARN] [Sponge]: /* sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) */
[01:18:02] [Server thread/WARN] [Sponge]: /* sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) */
[01:18:02] [Server thread/WARN] [Sponge]: /* sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) */
[01:18:02] [Server thread/WARN] [Sponge]: /* java.lang.reflect.Method.invoke(Method.java:498) */
[01:18:02] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) */
[01:18:02] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) */
[01:18:02] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) */
[01:18:02] [Server thread/WARN] [Sponge]: /* com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) */
[01:18:02] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) */
[01:18:02] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) */
[01:18:02] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.EventBus.post(EventBus.java:217) */
[01:18:02] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) */
[01:18:02] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) */
[01:18:02] [Server thread/WARN] [Sponge]: /* sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) */
[01:18:02] [Server thread/WARN] [Sponge]: /* sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) */
[01:18:02] [Server thread/WARN] [Sponge]: /* sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) */
[01:18:02] [Server thread/WARN] [Sponge]: /* java.lang.reflect.Method.invoke(Method.java:498) */
[01:18:02] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) */
[01:18:02] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) */
[01:18:02] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) */
[01:18:02] [Server thread/WARN] [Sponge]: /* com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) */
[01:18:02] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) */
[01:18:02] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) */
[01:18:02] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.EventBus.post(EventBus.java:217) */
[01:18:02] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.LoadController.redirect$zza000$forgeImpl$PostEvent(LoadController.java:568) */
[01:18:02] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) */
[01:18:02] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) */
[01:18:02] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) */
[01:18:02] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) */
[01:18:02] [Server thread/WARN] [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) */
[01:18:02] [Server thread/WARN] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) */
[01:18:02] [Server thread/WARN] [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
[01:18:02] [Server thread/WARN] [Sponge]: /********************************************************************************************************************************/ |
And yes, there is a configured currency |
Bump |
Same issue with |
The text was updated successfully, but these errors were encountered: