Balm (Fabric Edition)

Balm (Fabric Edition)

27M Downloads

Exception caught during firing event

SxMAbel opened this issue ยท 0 comments

commented

Minecraft Version

1.21.4

Mod Loader

Forge

Mod Version

21.4.7

Describe the Issue

Restarted the Minecraft server and that error came up.

Logs

[18:35:59] [pool-3-thread-1/ERROR] [ne.mi.fm.ja.FMLModContainer/]: Exception caught during firing event: Cannot invoke "com.electronwill.nightconfig.core.CommentedConfig.contains(String)" because the return value of "net.minecraftforge.fml.config.ModConfig.getConfigData()" is null
        Index: 1
        Listeners:
                0: NORMAL
                1: net.minecraftforge.eventbus.EventBus$$Lambda/0x00007fb8ccd6ca30@77d89d2e
java.lang.NullPointerException: Cannot invoke "com.electronwill.nightconfig.core.CommentedConfig.contains(String)" because the return value of "net.minecraftforge.fml.config.ModConfig.getConfigData()" is null
        at TRANSFORMER/[email protected]/net.blay09.mods.balm.forge.config.ForgeBalmConfig.readConfigValues(ForgeBalmConfig.java:112)
        at TRANSFORMER/[email protected]/net.blay09.mods.balm.forge.config.ForgeBalmConfig.readConfigValues(ForgeBalmConfig.java:101)
        at TRANSFORMER/[email protected]/net.blay09.mods.balm.forge.config.ForgeBalmConfig.lambda$initializeBackingConfig$10(ForgeBalmConfig.java:235)
        at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:256)
        at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.lambda$addListener$3(EventBus.java:249)
        at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
        at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:288)
        at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.javafmlmod.FMLModContainer.dispatchConfigEvent(FMLModContainer.java:194)
        at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.config.ModConfig.fireEvent(ModConfig.java:76)
        at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigWatcher.run(ConfigFileTypeHandler.java:202)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
        at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base/java.lang.Thread.run(Thread.java:1583)
[18:35:59] [pool-3-thread-1/ERROR] [ne.mi.fm.ja.FMLModContainer/]: Exception caught during firing event: Cannot invoke "com.electronwill.nightconfig.core.CommentedConfig.contains(String)" because the return value of "net.minecraftforge.fml.config.ModConfig.getConfigData()" is null
        Index: 1
        Listeners:
                0: NORMAL
                1: net.minecraftforge.eventbus.EventBus$$Lambda/0x00007fb8ccd6ca30@4acea0f8
java.lang.NullPointerException: Cannot invoke "com.electronwill.nightconfig.core.CommentedConfig.contains(String)" because the return value of "net.minecraftforge.fml.config.ModConfig.getConfigData()" is null
        at TRANSFORMER/[email protected]/net.blay09.mods.balm.forge.config.ForgeBalmConfig.readConfigValues(ForgeBalmConfig.java:112)
        at TRANSFORMER/[email protected]/net.blay09.mods.balm.forge.config.ForgeBalmConfig.readConfigValues(ForgeBalmConfig.java:101)
        at TRANSFORMER/[email protected]/net.blay09.mods.balm.forge.config.ForgeBalmConfig.lambda$initializeBackingConfig$10(ForgeBalmConfig.java:235)
        at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:256)
        at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.lambda$addListener$3(EventBus.java:249)
        at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
        at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:288)
        at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.javafmlmod.FMLModContainer.dispatchConfigEvent(FMLModContainer.java:194)
        at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.config.ModConfig.fireEvent(ModConfig.java:76)
        at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigWatcher.run(ConfigFileTypeHandler.java:202)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
        at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base/java.lang.Thread.run(Thread.java:1583)

Do you use any performance-enhancing mods (e.g. OptiFine) or custom server distributions (e.g. SpongeForge or Arclight)?

No response