Client crashes with "Config property is not linked yet"
AugustSaintFreytag opened this issue · 3 comments
Minecraft 1.20.1
Fabric Loader 0.16.13
Framework 0.7.15
Backpacked 2.2.7
Furniture Refurbished 1.0.12
I have a custom mod pack running on a dedicated server. After a few minutes of time with two players connected and just walking/looking around, both of our clients fully crash to desktop.
This is the mod list, has been working well for a long time overall:
Haze 2.15.1 (Fabric, 1.20.1).md
This is the trace:
---- Minecraft Crash Report ----
Time: 2025-05-22 20:05:16
Description: Unexpected error
java.lang.IllegalStateException: Config property is not linked yet
at knot//com.mrcrayfish.framework.api.config.AbstractProperty.get(AbstractProperty.java:89)
at knot//com.mrcrayfish.furniture.refurbished.electricity.ISourceNode.getMaxPowerableNodes(ISourceNode.java:45)
at knot//com.mrcrayfish.furniture.refurbished.electricity.ISourceNode.searchNodeNetwork(ISourceNode.java:140)
at knot//com.mrcrayfish.furniture.refurbished.blockentity.ElectricityGeneratorBlockEntity.searchNodeNetwork(ElectricityGeneratorBlockEntity.java:186)
at knot//com.mrcrayfish.furniture.refurbished.electricity.ISourceNode.earlyNodeTick(ISourceNode.java:127)
at knot//com.mrcrayfish.furniture.refurbished.blockentity.ElectricityGeneratorBlockEntity.earlyNodeTick(ElectricityGeneratorBlockEntity.java:335)
at knot//com.mrcrayfish.furniture.refurbished.electricity.ElectricityTicker.tickSet(ElectricityTicker.java:78)
at knot//com.mrcrayfish.furniture.refurbished.electricity.ElectricityTicker.earlyTick(ElectricityTicker.java:53)
at knot//net.minecraft.class_1937.handler$jeh000$refurbished_furniture$refurbishedFurniture$TickBlockEntitiesHead(class_1937.java:10054)
at knot//net.minecraft.class_1937.method_18471(class_1937.java:458)
at knot//net.minecraft.class_638.method_18116(class_638.java:259)
at knot//net.minecraft.class_310.method_1574(class_310.java:1901)
at knot//net.minecraft.class_310.method_1523(class_310.java:1181)
at knot//net.minecraft.class_310.method_1514(class_310.java:802)
at knot//net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
Full log: latest.log
Can I please get the server logs? Use https://mclo.gs to send it as it will strip most sensitive information.
This should've been a log from when it happened: https://mclo.gs/ffZmkJe
I've since experimented a bit and I believe this is caused by either "FastBoot" or "Starlight", though I'm betting on the former. After removing those, clients no longer disconnect. If it was something else consistently causing this for the 3–5 times we've run into it, it must've been a freak accident.