Waystones (Fabric Edition)

Waystones (Fabric Edition)

3M Downloads

Fabric failing to initialize

snowandcats opened this issue ยท 2 comments

commented

Minecraft Version

1.19.x

Mod Loader

Fabric

Mod Loader Version

0.14.8

Mod Version

11.0.1

Describe the Issue

Context: My Minecraft was running fine before a storm hit and took out my power for a few secs a couple times. Once it passed and I opened MC again, the launcher kept failing to load (Text shown below). I deleted all the mods I was using and redownloaded the latest versions. Once that didn't fix it, I deleted and reinstalled fabric as well.

The game crashed whilst initializing game
Error: java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'waystones'!
Exit Code: -1

And I'm not sure how relevant this is, but here's part of the crash report:
---- Minecraft Crash Report ----
// Shall we play a game?

Time: 7/12/22, 7:27 PM
Description: Initializing game

java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'waystones'!
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
at net.minecraft.class_310.(class_310.java:443)
at net.minecraft.client.main.Main.main(Main.java:198)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: java.lang.RuntimeException: java.lang.IllegalStateException: Key is not followed by an equals sign on line 1:
at me.shedaniel.cloth.clothconfig.shadowed.com.moandjiezana.toml.Toml.read(Toml.java:74)
at me.shedaniel.autoconfig.serializer.Toml4jConfigSerializer.deserialize(Toml4jConfigSerializer.java:73)
at me.shedaniel.autoconfig.ConfigManager.load(ConfigManager.java:92)
at me.shedaniel.autoconfig.ConfigManager.(ConfigManager.java:53)
at me.shedaniel.autoconfig.AutoConfig.register(AutoConfig.java:66)
at net.blay09.mods.balm.fabric.config.FabricBalmConfig.initializeBackingConfig(FabricBalmConfig.java:23)
at net.blay09.mods.balm.api.config.AbstractBalmConfig.registerConfig(AbstractBalmConfig.java:73)
at net.blay09.mods.waystones.config.WaystonesConfig.initialize(WaystonesConfig.java:13)
at net.blay09.mods.waystones.Waystones.initialize(Waystones.java:18)
at net.blay09.mods.waystones.FabricWaystones.onInitialize(FabricWaystones.java:8)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
... 7 more
Caused by: java.lang.IllegalStateException: Key is not followed by an equals sign on line 1:
at me.shedaniel.cloth.clothconfig.shadowed.com.moandjiezana.toml.Toml.read(Toml.java:140)
at me.shedaniel.cloth.clothconfig.shadowed.com.moandjiezana.toml.Toml.read(Toml.java:107)
at me.shedaniel.cloth.clothconfig.shadowed.com.moandjiezana.toml.Toml.read(Toml.java:72)
... 17 more

Logs

No response

Do you use any performance-enhancing mods (e.g. OptiFine)?

No

commented

Problem solved by deleting all waystone files I could find and rerunning MC! But I still feel like I learned nothing lmao

commented

Looks like your config file got corrupted:

Caused by: java.lang.IllegalStateException: Key is not followed by an equals sign on line 1:
at me.shedaniel.cloth.clothconfig.shadowed.com.moandjiezana.toml.Toml.read(Toml.java:140)