game crash when placing crucible (java.lang.IllegalStateException: Referencing value before loaded)
GoldHeartTheOne opened this issue ยท 3 comments
Here is my crash report
crash-2024-01-06_13.04.33-server.txt
and here is my log
latest.log
so its an issue between gregtech and tfc?
How would i go and fix this? cuase i havent edit this modpack yet, iv only just installed the mods.
Your issue is a broken modpack / configuration.
[06Jan2024 13:04:23.147] [Render thread/ERROR] [net.dries007.tfc.util.DataManager/]: metal 'tfc:weak_red_steel' failed to parse. JsonParseException: Unknown fluid: gtceu:weak_red_steel
[06Jan2024 13:04:23.147] [Render thread/ERROR] [net.dries007.tfc.util.DataManager/]: metal 'tfc:pig_iron' failed to parse. JsonParseException: Unknown fluid: gtceu:pig_iron
[06Jan2024 13:04:23.147] [Render thread/ERROR] [net.dries007.tfc.util.DataManager/]: metal 'tfc:high_carbon_black_steel' failed to parse. JsonParseException: Unknown fluid: gtceu:high_carbon_black_steel
[06Jan2024 13:04:23.147] [Render thread/ERROR] [net.dries007.tfc.util.DataManager/]: metal 'tfc:high_carbon_steel' failed to parse. JsonParseException: Unknown fluid: gtceu:high_carbon_steel
[06Jan2024 13:04:23.147] [Render thread/ERROR] [net.dries007.tfc.util.DataManager/]: metal 'tfc:weak_blue_steel' failed to parse. JsonParseException: Unknown fluid: gtceu:weak_blue_steel
[06Jan2024 13:04:23.147] [Render thread/ERROR] [net.dries007.tfc.util.DataManager/]: metal 'tfc:high_carbon_red_steel' failed to parse. JsonParseException: Unknown fluid: gtceu:high_carbon_red_steel
[06Jan2024 13:04:23.147] [Render thread/ERROR] [net.dries007.tfc.util.DataManager/]: metal 'tfc:high_carbon_blue_steel' failed to parse. JsonParseException: Unknown fluid: gtceu:high_carbon_blue_steel
[06Jan2024 13:04:23.148] [Render thread/ERROR] [net.dries007.tfc.util.DataManager/]: metal 'tfc:cast_iron' failed to parse. JsonParseException: Unknown fluid: gtceu:cast_iron
[06Jan2024 13:04:23.148] [Render thread/ERROR] [net.dries007.tfc.util.DataManager/]: metal 'tfc:weak_steel' failed to parse. JsonParseException: Unknown fluid: gtceu:weak_steel
[06Jan2024 13:04:23.148] [Render thread/ERROR] [net.dries007.tfc.util.DataManager/]: There were 3 'metal' that were used but not defined: [tfc:weak_blue_steel, tfc:weak_red_steel, tfc:weak_steel]
Notably "used but not defined" would lead to this crash here. I'm not sure we can realistically fix this, as it is essentially just moving what's broken to earlier during loading, as your pack has tried to override TFC metals with broken versions, which then lead to this crash.