Quark config reload msg spam
Rodg88 opened this issue ยท 4 comments
Modpack version
0.4.0
Describe the bug
On first joining a world after startup, I get a msg every few seconds saying the quark config was reloaded. It seems to be reloading a few different config files, but quark is the only one that prints a msg. EG:
[24Feb2021 21:10:56.599] [Render thread/INFO] [net.minecraft.client.gui.NewChatGui/]: [CHAT] - If you changed anything that would change recipes, please run /reload.
[24Feb2021 21:10:56.599] [Render thread/INFO] [net.minecraft.client.gui.NewChatGui/]: [CHAT] - If your changes aren't applied, try restarting the game.
[24Feb2021 21:11:06.474] [Thread-1/WARN] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Configuration file /Users/Rodger/Library/Application Support/gdlauncher_next/instances/E6 0.4/config/Mekanism/tools.toml is not correct. Correcting
[24Feb2021 21:11:06.482] [Thread-1/WARN] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Configuration file /Users/Rodger/Library/Application Support/gdlauncher_next/instances/E6 0.4/config/kleeslabs-common.toml is not correct. Correcting
[24Feb2021 21:11:06.486] [Thread-1/WARN] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Configuration file /Users/Rodger/Library/Application Support/gdlauncher_next/instances/E6 0.4/config/quark-common.toml is not correct. Correcting
[24Feb2021 21:11:06.531] [Thread-1/WARN] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Configuration file /Users/Rodger/Library/Application Support/gdlauncher_next/instances/E6 0.4/config/endermail-common.toml is not correct. Correcting
[24Feb2021 21:11:06.533] [Thread-1/WARN] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Configuration file /Users/Rodger/Library/Application Support/gdlauncher_next/instances/E6 0.4/config/sophisticatedbackpacks-common.toml is not correct. Correcting
[24Feb2021 21:11:06.535] [Thread-1/WARN] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Configuration file /Users/Rodger/Library/Application Support/gdlauncher_next/instances/E6 0.4/config/aquaculture-common.toml is not correct. Correcting
[24Feb2021 21:11:06.537] [Thread-1/WARN] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Configuration file /Users/Rodger/Library/Application Support/gdlauncher_next/instances/E6 0.4/config/immersivepetroleum-common.toml is not correct. Correcting
Exiting the world to the main menu and reloading the world seems to reduce the amount of configs that reload. Last test it changed to only spamming [24Feb2021 21:28:02.304] [Thread-1/WARN] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Configuration file /Users/Rodger/Library/Application Support/gdlauncher_next/instances/E6 0.4/config/Mekanism/tools.toml is not correct. Correcting
in the log post world reload
Logs
https://gist.githubusercontent.com/Rodg88/1b95752c0b734a5fb4b9fecc064c5cdb/raw/9ee4e5f2073734dd13dc237a55c71c24e7e256b2/latest.log
Screenshots
https://media.discordapp.net/attachments/726178356143456287/814076717097811978/unknown.png
Thanks for the report, this is a known issue that Quark has resolved or is still actively working to resolve :P strange that it only happens to some.
I'm also hitting this. Just updated to 0.4.0. Although I am only getting Quark and Sophisticatedbackpacks for mine.
21:59:03.405
net.minecraftforge.fml.config.ConfigFileTypeHandler
Thread-1
Configuration file C:\Users\Xerock\Documents\Curse\Minecraft\Instances\Enigmatica 6 - E6 - 1.16.5\config\quark-common.toml is not correct. Correcting
21:59:03.458
net.minecraftforge.fml.config.ConfigFileTypeHandler
Thread-1
Configuration file C:\Users\Xerock\Documents\Curse\Minecraft\Instances\Enigmatica 6 - E6 - 1.16.5\config\sophisticatedbackpacks-common.toml is not correct. Correcting
I'm just trying a test fix build of Quark now, but it might not just be Quark that's the issue. In the log its saying there's cfg updates in Mekanism/tools, kleeslabs-common, quark-common, endermail-common, sophisticatedbackpacks-common, aquaculture-common, and immersivepetroleum-common.
It might be related to this forge commit? Looks like this is what's writing the log entries anyway MinecraftForge/MinecraftForge@d2cfda3
And if the quark update does fix it, the other mods might just need to use the forge config api, as that's what's mentioned in the quark commit for the test build. VazkiiMods/Quark#3022
Heres a detail reason of why this is happening, Just know Ae2 wont fix it
ShetiPhian/Localizations-and-Issues#293