Recent changes to vanilla cataclysm have caused the error message:
DEBUG : JSON contains circular dependency. Discarded 1 objects:
{
“type”: “COMESTIBLE”,
“id”: “lasagne_cooked”,
“name”: “boiled lasagne”,
“copy-from”: “lasagne_cooked”,
“freezing_point”: -1000
},
FUNCTION : void DynamicDataLoader::load_deferred(DynamicDataLoader::deferred_json&)
FILE : src/init.cpp
LINE : 130
Does that mean line 130 should be deleted to make the error stop or does it mean something else? The error doesn’t seem to actually impact anything but might put off less experienced mod users.