cm.startup

class UserSettings When loading saved UserSettings (such as RtSettings and CoreSettings) CET looks for the file in the folder in "CET Documents\Preferences<versionID>", where versionID is replaced with the versionID of the currently running CET ("64-bit" for the release, "Beta-64-bit" for the beta or the name of the workspace in develop mode for example). Previously, if the file was not found there, CET would just search for older versions by recursively traversing all folders in "CET Documents\Preferences" and use the first one found. This has now been changed so that CET will now only look for previous versions in the folder with the same version ID.