Re: Porting to gtk 1.3.5



monkeyiq <monkeyiq dingoblue net au> writes:
>   I know that gtk2 is not a stable API at current. Though it
> would be better to wait, I don't know that I will have the
> time to code when gtk2 is out, so I am doing it now in the hopes
> that the API doesn't change that much between now and then.
> 
> I have gevas almost ported to 1.3.5, I suspect that I fluffed
> a few small things up along the way and now I get
> 
> Gdk-ERROR **: BadMatch (invalid parameter attributes)
>   serial 118 error_code 8 request_code 1 minor_code 0
> 
> When I run my test app. Any ideas on what this error means
> and where I can find out what errors mean from the above 
> output in case I get them again.
> 

To debug these, run your app in gdb with the --sync option:

$ gdb ./myapp
(gdb) run --sync

Then get a backtrace when it crashes.

Havoc




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