http://bugs.winehq.org/show_bug.cgi?id=2273
------- Additional Comments From philip.dicke@raytheon.com 2004-08-07 15:48 ------- I tried with the CVS version from about 3:30 on 07/08 and I still have the same problem. After looking at this issue some more, it appears that XGetImage is not requesting an area outside of the drawable. So the BadMatch must be coming from calling XGetImage on a window that is not displayed (which I think it is) or on a window that is InputOnly.
I was able to get the error to happen anywhere; both over ssh on a remote PC and on the console. I was also able to hack bitblt.c to allow the program to start up. However, I'm still getting the same error if I do the following: 1) Tear off a toolbar 2) close the toolbar 3) from the View Menu, choose to display the toolbar you just closed
My problem is that I don't know how to figure out: 1) If the drawable is a window 2) If the drawable is visible (mapped) 3) If the drawable is an input only window Any help would be greatly appreciated.