DarkRadiant: master 7ea2eab8

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 27.08.2019 21:54 master 900f9839
Changeset Avoid crashing if a user registry file is corrupted

Instead of throwing an uncaught exception during XMLRegistry module
initialisation, leading to program termination, we now catch exceptions in the
loadUserFileFromSettingsPath() method. This handles the case where a
user-modified settings file has become corrupted, as reported by several users
with bad filters.xml files.
mod - radiant/xmlregistry/XMLRegistry.cpp Diff File