This was originally reported on wald:
https://wald.intevation.org/tracker/index.php?func=detail&aid=6564&group_id=11&atid=126
The problem is that GPA fails to launch because of a symbol lookup error in glib.
The commit that caused this problem in glib is:
https://git.gnome.org/browse/glib/commit/glib/grand.c?id=0e1924a66c642d4aa4a30b97cff509903f972435
According to MSDN and the mingw bug enabling it
(https://sourceforge.net/p/mingw/bugs/2122/) this should be available on Windows
XP in the msvcrt.dll but according to the reporter it is not.
Next step here would be to check if we can reproduce it on our clean windows xp
test systems. It would be good to know if we can still claim Windows XP as a
supported platform or not.