
- Warnings (compiler):
r11721 is down to 56 warnings about mismatched tags :) (new list attached - IIRC those about 'ColorProfile' originate from trunk)
Okay :) .
- Warnings (runtime):
Testing the latest (clean) build with default (fresh) preferences, these warnings are printed to the console when opening 'Fill and Stroke', in addition to a couple of 'TypeNotRegistered' exceptions > (see attached console log):
(inkscape:77083): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GObject'
(inkscape:77083): GLib-GObject-CRITICAL **: void g_object_set(gpointer, const gchar *, ...): assertion `G_IS_OBJECT (object)' failed
(inkscape:77083): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GObject'
(inkscape:77083): GLib-GObject-CRITICAL **: void g_object_set(gpointer, const gchar *, ...): assertion `G_IS_OBJECT (object)' failed
Note: the same critical warnings appear already at launch time if the preferences haven't been reset (preferences.xml removed) but have last been saved with a regular trunk build.
I asked about that a few weeks ago, but it seems I had forgotten about it. SPGuide used these GObject properties, I replaced them with normal ones... fixed, I hope :) . These TypeNotRegisteredExceptions are no problem, more of a hint that there is something wrong elsewhere. The old factory simply returns NULL when it didn't find a corresponding SP-class for an xml node. E. g. see SPObject::child_added (l. 577).
- Crash (not reproduced with current trunk builds):
I'm sorry, but I simply can't reproduce it :( . How often is "a couple of times"?
Regards, Markus