On Mar 20, 2008, at 5:47 PM, T.J. Ferraro wrote: > Well, here's what I got when running it through OllyDbg. [snip] > LastErr stays 0 after making all of the relevant calls, is there > anything else I should be specifically be looking for?
The messages you've sent before make me think that gdk-pixbuf is failing to load the loader modules. This happens on demand from gdk_pixbuf_new_from_file() and gdk_pixbuf_animation_new_from_file(), but i think the function you want to step through in the debugger is _gdk_pixbuf_load_module(), called by both. gtk_image_new_from_file() calls gtk_image_set_from_file(), which calls gdk_pixbuf_animation_new_from_file(). > I've attached the two sources just in case the slight discrepancies > could be explained by differences in the code? Nothing jumps out. -- The one difference between Dali and a crazy man is very simple: Dali is not crazy at all. -- Salvador Dali _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
