GTK
#2
I believe that's a libpng error, not GTK. I had the same error when opening images a while back. Using the convert tool from imagemagick fixed it for me.
convert $filename.png $filename.png
I'm assuming AC gives that error when opening the various png files it uses for the GUI. sdl_image depends on libpng, so it could be that.
Thanks given by:


Messages In This Thread
GTK - by Mousikos - 27 Oct 13, 03:11PM
RE: GTK - by blueberry - 28 Oct 13, 01:20AM