app: run errors_init() after gimp_load_config().
Since error handling is based on preferences, the config needs to be loaded first. Otherwise the gimp->config object does not exist yet and we get a bunch of "'G_IS_OBJECT (object)' failed" assertion which recurse in error handling when trying to get the "debug-policy" property. Just init the error handling later. It means it won't handle early loading code, but that is not much of an issue.
Showing
Please register or sign in to comment