impulze
SMSatisfactory Modding
•Created by impulze on 11/2/2024 in #help-using-mods
ContentLib Segmentation Fault on Linux Dedicated Server
My Server crashes with a segmentation fault when loading mods JSON files, see attached log.
In this case it tried to load the JSON provided by the Nuclear Rebalance Patch mod (https://ficsit.app/mod/NuclearRebalancePatch).
I found the offending code on the github (https://github.com/Nogg-aholic/ContentLib/blob/master/Source/ContentLib/Private/CLItemBPFLib.cpp#L115) in GetNuclearFuelAsJsonObject:
const auto SpentFuelClass = MakeShared<FJsonValueString>(CDO->GetSpentFuelClass(Item)->GetPathName());
3 replies