What's in your start gcode ?
Maybe you use a variable that has been deprecated between the 4.12 and 5.6, and is set to 0 ?
https://all3dp.com/2/cura-start-gcode-end-gcode/
For example :
{print_temperature} Alias for material_print_temperature (deprecated, do not use)
{print_bed_temperature} Alias for material_bed_temperature (deprecated, do not use)
instead of :
{material_print_temperature_layer_0} and {material_bed_temperature_layer_0}