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

Causing a warning during load resulting in no confiog files written to the config directory #2

Open
PaxJaromeMalues opened this issue Apr 27, 2022 · 9 comments

Comments

@PaxJaromeMalues
Copy link

 [13:04:02] [Server thread/WARN] [Sponge]: /************************************************************************************************************************/
[13:04:02] [Server thread/WARN] [Sponge]: /*                                        Could not pass  FMLInitializationEvent                                        */
[13:04:02] [Server thread/WARN] [Sponge]: /************************************************************************************************************************/
[13:04:02] [Server thread/WARN] [Sponge]: /* Could not pass the event FMLInitializationEvent to an Event Listener!                                                */
[13:04:02] [Server thread/WARN] [Sponge]: /*                                                                                                                      */
[13:04:02] [Server thread/WARN] [Sponge]: /* Since the event can be modified during the event's listener,                                                         */
[13:04:02] [Server thread/WARN] [Sponge]: /* there could be adverse side effects of the exception occurring                                                       */
[13:04:02] [Server thread/WARN] [Sponge]: /* such that duplications or other game breaking issues could exist.                                                    */
[13:04:02] [Server thread/WARN] [Sponge]: /*                                                                                                                      */
[13:04:02] [Server thread/WARN] [Sponge]: /* Due to the nature of the exception, this is not likely an exception                                                  */
[13:04:02] [Server thread/WARN] [Sponge]: /* that is covered by SpongeForge or Forge itself, and therefore should                                                 */
[13:04:02] [Server thread/WARN] [Sponge]: /* be reported to the mod/plugin author first prior to reporting to                                                     */
[13:04:02] [Server thread/WARN] [Sponge]: /* Sponge or Forge.                                                                                                     */
[13:04:02] [Server thread/WARN] [Sponge]: /*                                                                                                                      */
[13:04:02] [Server thread/WARN] [Sponge]: /* Owning Mod/Plugin: taxation                                                                                          */
[13:04:02] [Server thread/WARN] [Sponge]: /* Exception:                                                                                                           */
[13:04:02] [Server thread/WARN] [Sponge]: /*     java.io.IOException:                                                                                             */
[13:04:02] [Server thread/WARN] [Sponge]: /*     configurate.typesafe.config.ConfigEx                                                                             */
[13:04:02] [Server thread/WARN] [Sponge]: /*     eption$Parse: Reader: 10: Expecting                                                                              */
[13:04:02] [Server thread/WARN] [Sponge]: /*     a value but got wrong token:                                                                                     */
[13:04:02] [Server thread/WARN] [Sponge]: /*     'newline' (JSON does not allow                                                                                   */
[13:04:02] [Server thread/WARN] [Sponge]: /*     unescaped newline in quoted strings,                                                                             */
[13:04:02] [Server thread/WARN] [Sponge]: /*     use a backslash escape) (if you                                                                                  */
[13:04:02] [Server thread/WARN] [Sponge]: /*     intended 'newline' (JSON does not                                                                                */
[13:04:02] [Server thread/WARN] [Sponge]: /*     allow unescaped newline in quoted                                                                                */
[13:04:02] [Server thread/WARN] [Sponge]: /*     strings, use a backslash escape) to                                                                              */
[13:04:02] [Server thread/WARN] [Sponge]: /*     be part of a key or string value,                                                                                */
[13:04:02] [Server thread/WARN] [Sponge]: /*     try enclosing the key or value in                                                                                */
[13:04:02] [Server thread/WARN] [Sponge]: /*     double quotes, or you may be able to                                                                             */
[13:04:02] [Server thread/WARN] [Sponge]: /*     rename the file .properties rather                                                                               */
[13:04:02] [Server thread/WARN] [Sponge]: /*     than .conf)                                                                                                      */
[13:04:02] [Server thread/WARN] [Sponge]: /*     ninja.leaping.configurate.loader.AbstractConfigurationLoader.load(AbstractConfigurationLoader.java:146)          */
[13:04:02] [Server thread/WARN] [Sponge]: /*     de.randombyte.taxation.shaded.kosp.config.ConfigManager.load(ConfigManager.kt:38)                                */
[13:04:02] [Server thread/WARN] [Sponge]: /*     de.randombyte.taxation.shaded.kosp.config.ConfigHolder.reload(ConfigHolder.kt:15)                                */
[13:04:02] [Server thread/WARN] [Sponge]: /*     de.randombyte.taxation.shaded.kosp.config.ConfigAccessor.reloadAll(ConfigAccessors.kt:21)                        */
[13:04:02] [Server thread/WARN] [Sponge]: /*     de.randombyte.taxation.Taxation.onInit(Taxation.kt:84)                                                           */
[13:04:02] [Server thread/WARN] [Sponge]: /*     org.spongepowered.common.event.listener.GameInitializationEventListener_Taxation_onInit69.handle(Unknown Source) */
[13:04:02] [Server thread/WARN] [Sponge]: /*     org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:97)                             */
[13:04:02] [Server thread/WARN] [Sponge]: /*     org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:383)                           */
[13:04:02] [Server thread/WARN] [Sponge]: /*     org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:458)                   */
[13:04:02] [Server thread/WARN] [Sponge]: /*     org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:419)                           */
[13:04:02] [Server thread/WARN] [Sponge]: /*     org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:255)                                               */
[13:04:02] [Server thread/WARN] [Sponge]: /*     org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:363)                                                 */
[13:04:02] [Server thread/WARN] [Sponge]: /*     sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)                                                      */
[13:04:02] [Server thread/WARN] [Sponge]: /*     sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)                                    */
[13:04:02] [Server thread/WARN] [Sponge]: /*     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)                            */
[13:04:02] [Server thread/WARN] [Sponge]: /*     java.lang.reflect.Method.invoke(Method.java:498)                                                                 */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)                                 */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)         */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)                                                  */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)                   */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)                                          */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)                    */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.EventBus.post(EventBus.java:217)                                                      */
[13:04:02] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)                    */
[13:04:02] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)                      */
[13:04:02] [Server thread/WARN] [Sponge]: /*     sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)                                                      */
[13:04:02] [Server thread/WARN] [Sponge]: /*     sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)                                    */
[13:04:02] [Server thread/WARN] [Sponge]: /*     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)                            */
[13:04:02] [Server thread/WARN] [Sponge]: /*     java.lang.reflect.Method.invoke(Method.java:498)                                                                 */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)                                 */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)         */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)                                                  */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)                   */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)                                          */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)                    */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.EventBus.post(EventBus.java:217)                                                      */
[13:04:02] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.common.LoadController.redirect$zza000$forgeImpl$PostEvent(LoadController.java:568)        */
[13:04:02] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)                     */
[13:04:02] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)                                             */
[13:04:02] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108)                    */
[13:04:02] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338)                        */
[13:04:02] [Server thread/WARN] [Sponge]: /*     net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)                            */
[13:04:02] [Server thread/WARN] [Sponge]: /*     net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)                                               */
[13:04:02] [Server thread/WARN] [Sponge]: /*     java.lang.Thread.run(Thread.java:748)                                                                            */
[13:04:02] [Server thread/WARN] [Sponge]: /*     configurate.typesafe.config.ConfigEx                                                                             */
[13:04:02] [Server thread/WARN] [Sponge]: /*     eption$Parse: Reader: 10: Expecting                                                                              */
[13:04:02] [Server thread/WARN] [Sponge]: /*     a value but got wrong token:                                                                                     */
[13:04:02] [Server thread/WARN] [Sponge]: /*     'newline' (JSON does not allow                                                                                   */
[13:04:02] [Server thread/WARN] [Sponge]: /*     unescaped newline in quoted strings,                                                                             */
[13:04:02] [Server thread/WARN] [Sponge]: /*     use a backslash escape) (if you                                                                                  */
[13:04:02] [Server thread/WARN] [Sponge]: /*     intended 'newline' (JSON does not                                                                                */
[13:04:02] [Server thread/WARN] [Sponge]: /*     allow unescaped newline in quoted                                                                                */
[13:04:02] [Server thread/WARN] [Sponge]: /*     strings, use a backslash escape) to                                                                              */
[13:04:02] [Server thread/WARN] [Sponge]: /*     be part of a key or string value,                                                                                */
[13:04:02] [Server thread/WARN] [Sponge]: /*     try enclosing the key or value in                                                                                */
[13:04:02] [Server thread/WARN] [Sponge]: /*     double quotes, or you may be able to                                                                             */
[13:04:02] [Server thread/WARN] [Sponge]: /*     rename the file .properties rather                                                                               */
[13:04:02] [Server thread/WARN] [Sponge]: /*     than .conf)                                                                                                      */
[13:04:02] [Server thread/WARN] [Sponge]: /*     configurate.typesafe.config.impl.ConfigDocumentParser$ParseContext.parseError(ConfigDocumentParser.java:201)     */
[13:04:02] [Server thread/WARN] [Sponge]: /*     configurate.typesafe.config.impl.ConfigDocumentParser$ParseContext.parseError(ConfigDocumentParser.java:197)     */
[13:04:02] [Server thread/WARN] [Sponge]: /*     configurate.typesafe.config.impl.ConfigDocumentParser$ParseContext.parseValue(ConfigDocumentParser.java:251)     */
[13:04:02] [Server thread/WARN] [Sponge]: /*     configurate.typesafe.config.impl.ConfigDocumentParser$ParseContext.parseObject(ConfigDocumentParser.java:473)    */
[13:04:02] [Server thread/WARN] [Sponge]: /*     configurate.typesafe.config.impl.ConfigDocumentParser$ParseContext.parse(ConfigDocumentParser.java:646)          */
[13:04:02] [Server thread/WARN] [Sponge]: /*     configurate.typesafe.config.impl.ConfigDocumentParser.parse(ConfigDocumentParser.java:14)                        */
[13:04:02] [Server thread/WARN] [Sponge]: /*     configurate.typesafe.config.impl.Parseable.rawParseValue(Parseable.java:260)                                     */
[13:04:02] [Server thread/WARN] [Sponge]: /*     configurate.typesafe.config.impl.Parseable.rawParseValue(Parseable.java:248)                                     */
[13:04:02] [Server thread/WARN] [Sponge]: /*     configurate.typesafe.config.impl.Parseable.parseValue(Parseable.java:180)                                        */
[13:04:02] [Server thread/WARN] [Sponge]: /*     configurate.typesafe.config.impl.Parseable.parseValue(Parseable.java:174)                                        */
[13:04:02] [Server thread/WARN] [Sponge]: /*     configurate.typesafe.config.impl.Parseable.parse(Parseable.java:299)                                             */
[13:04:02] [Server thread/WARN] [Sponge]: /*     configurate.typesafe.config.ConfigFactory.parseReader(ConfigFactory.java:622)                                    */
[13:04:02] [Server thread/WARN] [Sponge]: /*     ninja.leaping.configurate.hocon.HoconConfigurationLoader.loadInternal(HoconConfigurationLoader.java:173)         */
[13:04:02] [Server thread/WARN] [Sponge]: /*     ninja.leaping.configurate.hocon.HoconConfigurationLoader.loadInternal(HoconConfigurationLoader.java:54)          */
[13:04:02] [Server thread/WARN] [Sponge]: /*     ninja.leaping.configurate.loader.AbstractConfigurationLoader.load(AbstractConfigurationLoader.java:137)          */
[13:04:02] [Server thread/WARN] [Sponge]: /*     de.randombyte.taxation.shaded.kosp.config.ConfigManager.load(ConfigManager.kt:38)                                */
[13:04:02] [Server thread/WARN] [Sponge]: /*     de.randombyte.taxation.shaded.kosp.config.ConfigHolder.reload(ConfigHolder.kt:15)                                */
[13:04:02] [Server thread/WARN] [Sponge]: /*     de.randombyte.taxation.shaded.kosp.config.ConfigAccessor.reloadAll(ConfigAccessors.kt:21)                        */
[13:04:02] [Server thread/WARN] [Sponge]: /*     de.randombyte.taxation.Taxation.onInit(Taxation.kt:84)                                                           */
[13:04:02] [Server thread/WARN] [Sponge]: /*     org.spongepowered.common.event.listener.GameInitializationEventListener_Taxation_onInit69.handle(Unknown Source) */
[13:04:02] [Server thread/WARN] [Sponge]: /*     org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:97)                             */
[13:04:02] [Server thread/WARN] [Sponge]: /*     org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:383)                           */
[13:04:02] [Server thread/WARN] [Sponge]: /*     org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:458)                   */
[13:04:02] [Server thread/WARN] [Sponge]: /*     org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:419)                           */
[13:04:02] [Server thread/WARN] [Sponge]: /*     org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:255)                                               */
[13:04:02] [Server thread/WARN] [Sponge]: /*     org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:363)                                                 */
[13:04:02] [Server thread/WARN] [Sponge]: /*     sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)                                                      */
[13:04:02] [Server thread/WARN] [Sponge]: /*     sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)                                    */
[13:04:02] [Server thread/WARN] [Sponge]: /*     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)                            */
[13:04:02] [Server thread/WARN] [Sponge]: /*     java.lang.reflect.Method.invoke(Method.java:498)                                                                 */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)                                 */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)         */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)                                                  */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)                   */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)                                          */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)                    */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.EventBus.post(EventBus.java:217)                                                      */
[13:04:02] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)                    */
[13:04:02] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)                      */
[13:04:02] [Server thread/WARN] [Sponge]: /*     sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)                                                      */
[13:04:02] [Server thread/WARN] [Sponge]: /*     sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)                                    */
[13:04:02] [Server thread/WARN] [Sponge]: /*     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)                            */
[13:04:02] [Server thread/WARN] [Sponge]: /*     java.lang.reflect.Method.invoke(Method.java:498)                                                                 */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)                                 */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)         */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)                                                  */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)                   */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)                                          */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)                    */
[13:04:02] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.EventBus.post(EventBus.java:217)                                                      */
[13:04:02] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.common.LoadController.redirect$zza000$forgeImpl$PostEvent(LoadController.java:568)        */
[13:04:02] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)                     */
[13:04:02] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)                                             */
[13:04:02] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108)                    */
[13:04:02] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338)                        */
[13:04:02] [Server thread/WARN] [Sponge]: /*     net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)                            */
[13:04:02] [Server thread/WARN] [Sponge]: /*     net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)                                               */
[13:04:02] [Server thread/WARN] [Sponge]: /*     java.lang.Thread.run(Thread.java:748)                                                                            */
[13:04:02] [Server thread/WARN] [Sponge]: /************************************************************************************************************************/
@randombyte-developer
Copy link
Owner

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.

@PaxJaromeMalues
Copy link
Author

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.

@PaxJaromeMalues
Copy link
Author

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.

@PaxJaromeMalues
Copy link
Author

PaxJaromeMalues commented Apr 27, 2022

I tried it your way anyways, just in case, but after booting with an empty directory it remained empty, no default config was build.
Screenshot 2022-04-27 164152

@PaxJaromeMalues
Copy link
Author

Bump

@PaxJaromeMalues
Copy link
Author

PaxJaromeMalues commented May 3, 2022

I did a full reset of everything and this time the plugin threw this:
EDIT: it also did not create a database, nor a config file FYI.

[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]: /********************************************************************************************************************************/

@PaxJaromeMalues
Copy link
Author

And yes, there is a configured currency pieconomy:gold

@PaxJaromeMalues
Copy link
Author

Bump

@PaxJaromeMalues
Copy link
Author

Same issue with economylite:coin. Oh. Bump btw.

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

Successfully merging a pull request may close this issue.

2 participants