With the ‘finalize’ bug fix, build 2544 crashes when testing with ProgressRing.
The issue is the function fixFinalize() is still called, and something inside it causes the crash.
A slight delay prevents the function to be called and won’t cause the crash:
timer.performWithDelay(1, function()
if not finalizeFixed then fixFinalize() end
end)
I haven’t determined what exactly inside the function causes the crash though.
Mac OS 10.10.1 with all the latest updates.
Dave