My suggestion is putting the line
PropertySet* const globalSettings = getGlobalSettings();
after
filter = createPluginFilter();
since i set my plugin options in the plugin itself, if it’s called before the plugin is created i get assertions and stuff from ApplicationProperties class (and crashes later).
