I believe the issue is now resolved, can you please test the following fix.
[Link removed] Please download via Live Update.
The issue was caused by a rather unusual situation.
On the connection menu we trim the site name on the "reconnect: <site>" menu entry by measuring the width of the text and trimming it to fit the width of the menu.
A week ago it was brought to my attention that the original method used for trimming did not use the menu font for measurements, instead it was using the application font, which can be quite different. In 1667 this was changed to use the menu font and was thoroughly tested or so I thought.
I haven't been able to determine the exact cause but I believe that in some cases the returned font is either invalid or incorrect, which results in an end-less measure and trim loop. To remedy the problem I have added a safe guard to avoid the end-less loop and fall back to the old method which doesn't use the menu font.
Please let me know if this resolves the problem.
I will publish this build via Live Update as soon as I can get more people to confirm the fix.
Thank you
P.S. This build also includes a fix for bug #602 (
tree navigation bug)