Re: Huh?



Loban Rahman <loban@enigma.caltech.edu> writes:
> What does this error mean?
> 
> Gdk-ERROR **: BadMatch (invalid parameter attributes)
>   serial 217 error_code 8 request_code 62 minor_code 0
> 

Could mean a lot of things, but typically you're passing incorrect
parameters to a GDK drawing function.

Run your app in gdb with the --sync option, then GTK will do X
requests synchronously and you'll be able to find where the error
occurs.

Havoc




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