The guistate52.xml file contains 1 recent file, but has as 'AmountRecentFilesStored' value: 3. Also the file contains whitespace, as if it's edited in an editor.
Please explain these 2 things, especially the last one: did you edit the file in an editor? It's written without whitespace and assumed it doesn't contain any.
That the # of 'recent files' is 3 but there is just 1 file mentioned in the xml causes a problem with the recent files and gives an exception at startup, not about a rich text box tho.
We've added code to avoid this load error in the future to v5.2 (and merge with v5.3). We'll release a hotfix later today with that update.
I see there are panels missing, we'll look into that now.
(edit) the panels data is simply missing from the xml file. So when it's loaded back, these aren't re-created. I think this happened because some exception occurred before they could be created (so they weren't there), designer was closed (so the file was overwritten, but as the panels weren't there, their state wasn't written into the file), and next time the panels weren't there.
We'll add code to recreate them if they're missing after the deserialization of the state data so this can't happen again.