[1.16] Server crash on startup due to attempting to load a null config value, even though value is set in config
arketec opened this issue ยท 0 comments
DO NOT REPORT AN ISSUE IF YOU HAVEN'T TESTED THE ISSUE WITH THE LATEST VERSION IN CURSEFORGE
I have not tested in 1.16.5-3.2.14.7 as this is an intermittent issue that has only occurred twice so far, however I do not think that version fixes this issue.
Upon starting my Vault Hunters Server, I sometimes get a crash where this mod is attempting to read in a null config value for the dissolution chamber powerPerTick. This is strange, because the value is not null
config:
[MachineCoreConfig]
[MachineCoreConfig.LatexProcessingUnitBlock]
#Power consumed every tick when the machine is working
POWER_CONSUMED_EVERY_TICK = 20
[MachineCoreConfig.LatexProcessingUnitConfig]
#Amount of Power Consumed per Tick - Default: [400FE]
powerPerTick = 20
#Max Stored Power [FE] - Default: [10000 FE]
maxStoredPower = 10000
#Max Amount of Stored Fluid [Latex] - Default: [8000mB]
maxLatexTankSize = 16000
#Max Amount of Stored Fluid [Water] - Default: [8000mB]
maxWaterTankSize = 16000
#Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)]
maxProgress = 100
[MachineCoreConfig.FluidExtractorConfig]
#Max Stored Power [FE] - Default: [10000 FE]
maxStoredPower = 10000
#Max Amount of Stored Fluid [Latex] - Default: [8000mB]
maxLatexTankSize = 1000
#Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)]
maxProgress = 100
#Amount of Power Consumed per Operation - Default: [10FE] - This is Calculated as [VALUE * (amount + 1)]
powerPerOperation = 500
[MachineCoreConfig.DissolutionChamberConfig]
#Amount of Power Consumed per Tick - Default: [60FE]
powerPerTick = 90
#Max Stored Power [FE] - Default: [10000 FE]
maxStoredPower = 10000
#Max Amount of Stored Fluid [Output] - Default: [8000mB]
maxOutputTankSize = 16000
#Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)]
maxProgress = 100
#Max Amount of Stored Fluid [Input] - Default: [8000mB]
maxInputTankSize = 8000
Industrial Foregoing Version:
1.16.5-3.2.14.6
Titanium Version:
1.16.5-3.2.8.4-10
Crashlog If Applicable (Upload to pastebin/gist):
pastbin