Hi,
it seems that last update is loading Graphics first and thus removing CornerRounder before loading Morphic. Alas, the old Morphic might still be using CornerRounder.

In some old images still using some rounded things it happened that the update process failed with unresponsive image (recursive error or something...).

I disabled all the rounded* Preferences, but it does not seem to be enough (I think the progress dialog itself must be using rounded corners or some thing like that...).

Can we fix that?
(for example just delay inclusion of latest Graphics - that is exclude it from the latest update)