Clipboard regression

Ron Jensen etech at jentronics.com
Wed Mar 16 15:15:59 CST 2005


Stefan,

You are smarter than me!  I completely missed this function.  I believe
the error is because *visual is "0".  I replaced visual with
"CopyFromParent" and it seems to work now.


On Wed, 2005-03-16 at 20:11 +0100, Stefan Dösinger wrote:
> Am Mittwoch, 16. März 2005 15:40 schrieben Sie:
> > It seems to work fine for me. If you guys could generate trace logs for me
> > with +relay,+clipboard,+event,+tid,+seh I'll take a look.
> >
> 
> Nothing really interesting there. I attached the last few lines at the end of 
> this mail. I can send you the whole log if neccessary.
> 
> I localized the failing call with the backtrace.  It's in 
> dlls/x11drv/clipboard.c, function thread_selection_wnd(). It's in line 331:
>         w = XCreateWindow(thread_display(), root_window, 0, 0, 1, 1, 0, 
> screen_depth,
>             InputOutput, visual, 0, NULL);
> 
> The X error is:
> X Error of failed request:  BadMatch (invalid parameter attributes)
>   Major opcode of failed request:  1 (X_CreateWindow)
>   Serial number of failed request:  271
>   Current serial number in output stream:  272
> 
> Stefan
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: clipboard1.diff
Type: text/x-patch
Size: 411 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20050316/083c04db/clipboard1.bin


More information about the wine-devel mailing list