One of the problems seen when loading savegame from #44419 to master is that many cities have inconsistent size. I've tracked this to the fact that some of the city workers in the savegame are outside the radius_sq, and savegame loading simple won't notice (not set, nor count) them.
While this gives errors (for the city size inconsistency) in its current form, I think it's worth detecting and handling this particular reason for such inconsistency specifically (to at least give more informative error message)
One of the problems seen when loading savegame from #44419 to master is that many cities have inconsistent size. I've tracked this to the fact that some of the city workers in the savegame are outside the radius_sq, and savegame loading simple won't notice (not set, nor count) them.
While this gives errors (for the city size inconsistency) in its current form, I think it's worth detecting and handling this particular reason for such inconsistency specifically (to at least give more informative error message)