g_get_home_dir_utf8 not available in newer Versions of glib (2014-03-15 00:31 by Asmodis #72136)
Hello there,
As some users who use your plugin (V. 0.5.9a) with gimp 2.8.10 report, it doesn't work with this version of Gimp anymore (While loading it throws an error (*) and afterwards it doesn't show up in the menu). The reason seems to be that your Plugin uses the function g_get_home_dir_utf8, which in fact isn't available in newer Versions of glib anymore. It would be nice, if you could Update the plugin in order of it to work correctly with newer Versions of Gimp.
(*) German version of the Error:
separate.exe - Einsprungpunkt nicht gefunden
---------------------------
Der Prozedureinsprungpunkt "g_get_home_dir_utf8" wurde in der DLL "libglib-2.0-0.dll" nicht gefunden.
Roughly translated into english this means: Entry point for "g_get_home_dir_utf8" wasn't found in DLL "libglib-2.0-0.dll".