Re: Gdk Error codes



"Miguel A. Figueroa-Villanueva" <miguelf msu edu> writes:
> 
> I am using the gdk-pixbuf library in a code and have the following error
> output (the application crashes immediately):
> 
> Gdk-ERROR **: BadMatch (invalid parameter attributes)
>   serial 101 error_code 8 request_code 130 minor_code 3
> 
> Is there a place where I can find what these numbers mean so that I can debug
> the problem.
> 

The best way to debug this is to run your app in gdb with the --sync
command line option. The you can get a meaningful backtrace. 

The error codes are in /usr/X11R6/lib/X11/XErrorDB on my system.
Typically it's just mismatched pixmap/drawable depths though.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]