On Thu, 2005-08-04 at 11:58 +0800, Davyd Madeley wrote: > We get this from a GTK 1.2+ application running on Fedora Core 4. Has > anyone ever encountered something like this? How did you fix it? > > Gdk-ERROR **: BadMatch (invalid parameter attributes) > serial 954 error_code 8 request_code 72 minor_code 0 > Gdk-ERROR **: BadMatch (invalid parameter attributes) > serial 958 error_code 8 request_code 72 minor_code 0
>From looking at /usr/include/XProto.h it looks like request_code 72 is a call to XPutImage(). If you look at the XPutImage man page it tells you why BadMatch may occur. (Usually I think it happens because of different depths of the source image and the destination drawable.) If you run the app with --sync, and maybe --g-fatal-warnings you may be able to find what call is causing the problem. Damon _______________________________________________ desktop-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/desktop-devel-list
