Create Crafts & Additions

Create Crafts & Additions

61M Downloads

CRASH after Updated but Create Additions is looking for config early?

TWheatKing opened this issue · 7 comments

commented

[17:49:32] [Render thread/ERROR]: Could not execute tick method net.createmod.catnip.client.events.ClientEvents.clientTick() for mod createaddition
java.lang.IllegalStateException: Cannot get config value before config is loaded
at com.simibubi.create.foundation.config.ConfigBase$CValue.get(ConfigBase.java:127) ~[create-1.21.1-6.0.4.jar!/:6.0.4]
at com.mrh0.createaddition.sound.CASoundScapes.tick(CASoundScapes.java:74) ~[createaddition-1.4.2.jar!/:1.4.2]

been trying to fix this but i can't figue this out

i looked to AI for help but id rather have help from you all

The new crash is NOT caused by Ponder anymore.
✅ You successfully disabled Ponder.
❗ But the game still crashes because Create Crafts & Additions (createaddition) itself tries to access a config value too early, independent of Ponder now.

Here’s the proof from your log:

lua
Copy
Edit
[17:49:32] [Render thread/ERROR]: Could not execute tick method net.createmod.catnip.client.events.ClientEvents.clientTick() for mod createaddition
java.lang.IllegalStateException: Cannot get config value before config is loaded
at com.simibubi.create.foundation.config.ConfigBase$CValue.get(ConfigBase.java:127) ~[create-1.21.1-6.0.4.jar!/:6.0.4]
at com.mrh0.createaddition.sound.CASoundScapes.tick(CASoundScapes.java:74) ~[createaddition-1.4.2.jar!/:1.4.2]
🔎 Key observations:

The crash now comes from Create's config system, not Ponder anymore.

createaddition asks Create’s ConfigBase$CValue.get().

Create throws "Cannot get config value before config is loaded."

Ponder is no longer mentioned in the stack trace at all.

commented

Can you attach the full crash report and logs?

commented

crash-2025-07-08_09.48.34-client.txt
I'm getting the same error, the same mod pack works fine on Windows but linux machines (this VM and my Steam Deck) blow up with this error. I'm using PrismLauncher to manage the pack.

commented

Same happening to me, but on Windows.

crash-2025-07-09_15.36.36-client.txt
latest.log

commented

debug.log
latest.log

crash-2025-08-19_17.39.21-client.txt

got the same after updating MoonlightLib to 2.22.0 or 2.22.1

commented

I’m not sure if this will help, but I’ve encountered the same error before.
Removing the EMI For Create Stock mod solved it for me.
However, since there are people experiencing crashes without using EMI For Create Stock, I don’t think that’s the complete cause.

commented

I’m not sure if this will help, but I’ve encountered the same error before. Removing the EMI For Create Stock mod solved it for me. However, since there are people experiencing crashes without using EMI For Create Stock, I don’t think that’s the complete cause.

i dont actually think its a specific compat related issue, weirdly enough removing better boat movement was the fix for me... somehow

commented

Yeah this is very odd, have still not been able to reproduce this issue