try {
initializeGlobalSettings(args);
showSplash = Global.isWindowVisible("SplashScreen");
if (showSplash)
splash.show();
dbConn = setupDatabaseConnection();
// Must be last stage of setup - only safe once DB is open hence we know we are the only instance running
Global.getFileManager().purgeResDirectory(true);