Am 04.07.2017 um 23:42 schrieb alvinpenner:
just built Inkscape 0.92+devel trunk-65-gf65c700 2017-07-04: commit f65c70038c52f305d0da7e97f96bf6695cb3554e Author: Tavmjong Bah <tavmjong@...8...> Date: Tue Jul 4 20:05:55 2017 +0200
More icon clean-up.
................................................................ most of the icons are missing. There are many messages of the type:
(inkscape.exe:9664): GLib-GIO-CRITICAL **: g_file_new_for_path: assertion 'path != NULL' failed (inkscape.exe:9664): GLib-GIO-CRITICAL **: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed (inkscape.exe:9664): GLib-GIO-CRITICAL **: g_file_new_for_path: assertion 'path != NULL' failed (inkscape.exe:9664): GLib-GIO-CRITICAL **: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed
tia, Alvin
Works fine in MSYS2 builds (I guess you're still using devlibs64?)
The error suggests, that an icon file can not be found. If you want you can check if the file is where it's supposed to be (e.g. among many others you should now have "inkscape\share\icons\align-horizontal-baseline.svg").
Apart from that there were changes to both icon handling code as well has the code that handles resource paths during the hackfest (so a regression in both is possible)
Regards, Eduard