Primož Gabrijelčič 223 Posted August 12, 2019 Delphi 10.3.2, IDE Fix Pack 6.4.4 When I close a project with File, Close All, I get this error: This happens with all projects. Startup Layout.dst attached. @jbg Startup Layout.dst Share this post Link to post
billom 1 Posted March 4, 2020 I was having the same issue. It started shortly after adding the ToDo list to the dock panel. To fix: Make a backup copy of the dst file. Edit the dst file and location the DockSite0 section. Find the entry for TabDockClients and remove any clients that you may have added recently. I believe the default value for that entry is, "RefactoringForm,PatchForm,FindReferencsForm" As soon as I removed "Todo List" the exception stopped appearing. 1 Share this post Link to post