Re: Random X errors caused by recent cursor patch

2007-07-06 Thread Lei Zhang
It's fixed in git and it will be fixed in Wine 0.9.41. http://bugs.winehq.org/show_bug.cgi?id=7959 On 7/6/07, Vitaly N. Zadunaisky <[EMAIL PROTECTED]> wrote: Subject: Using Win32 apllication under wine. Using wine for running win32 applications we met the problem. The origin error is: X Error

Random X errors caused by recent cursor patch

2007-07-06 Thread Vitaly N. Zadunaisky
Subject: Using Win32 apllication under wine. Using wine for running win32 applications we met the problem. The origin error is: X Error of failed request: BadPixmap (invalid Pixmap parameter) Major opcode of failed request: 54 (X_FreePixmap) Resource id in failed request: 0x2a029f9 Seri

Re: Random X errors caused by recent cursor patch?

2007-04-16 Thread Lei Zhang
On 4/16/07, Huw Davies <[EMAIL PROTECTED]> wrote: On Sat, Apr 14, 2007 at 05:19:31AM -0700, Dan Kegel wrote: > On 4/3/07, Huw Davies <[EMAIL PROTECTED]> wrote: > >> X Error of failed request: BadPixmap (invalid Pixmap parameter) > >> Major opcode of failed request: 54 (X_FreePixmap) > >> Reso

Re: Random X errors caused by recent cursor patch?

2007-04-16 Thread Huw Davies
On Sat, Apr 14, 2007 at 05:19:31AM -0700, Dan Kegel wrote: > On 4/3/07, Huw Davies <[EMAIL PROTECTED]> wrote: > >> X Error of failed request: BadPixmap (invalid Pixmap parameter) > >> Major opcode of failed request: 54 (X_FreePixmap) > >> Resource id in failed request: 0x2a0006a > > > >Could y

Re: Random X errors caused by recent cursor patch?

2007-04-14 Thread Dan Kegel
On 4/3/07, Huw Davies <[EMAIL PROTECTED]> wrote: > X Error of failed request: BadPixmap (invalid Pixmap parameter) > Major opcode of failed request: 54 (X_FreePixmap) > Resource id in failed request: 0x2a0006a Could you see if this helps? It looks like XRenderFreePicture actually destroys

Re: Random X errors caused by recent cursor patch?

2007-04-06 Thread Klaus Layer
Am Dienstag, 3. April 2007 18:15 schrieb Huw Davies: > > Hi Dan, > > Could you see if this helps? It looks like XRenderFreePicture > actually destroys the underlying pixmap, so we ended up freeing it > twice. > > Thanks, > Huw. > -- > Huw Davies > [EMAIL PROTECTED] Hi Huw, other than Dan for

Re: Random X errors caused by recent cursor patch?

2007-04-06 Thread Dan Kegel
On 4/3/07, Huw Davies <[EMAIL PROTECTED]> wrote: > X Error of failed request: BadPixmap (invalid Pixmap parameter) Could you see if this helps? It looks like XRenderFreePicture actually destroys the underlying pixmap, so we ended up freeing it twice. I finally ran into the bug again, so I ap

Re: Random X errors caused by recent cursor patch?

2007-04-05 Thread Tom Spear
On 4/5/07, John Smith <[EMAIL PROTECTED]> wrote: This patch seemed to fix this (or atleast hide it from being as reproducible as it was). Hide it from being as reproducible? Are you still able to reproduce it at all, now? -- Thanks Tom Check out this new 3D Instant Messenger called IMVU.

Re: Random X errors caused by recent cursor patch?

2007-04-05 Thread John Smith
I was able to reproduce the badpixmap bug on peachtree 2006 right after picking a company from the "open company" dialog. This patch seemed to fix this (or atleast hide it from being as reproducible as it was). I had some trouble applying it to current gitwine, but I typed it in manually and it

Re: Random X errors caused by recent cursor patch?

2007-04-03 Thread Huw Davies
On Tue, Apr 03, 2007 at 08:26:59AM -0700, Dan Kegel wrote: > Looks like there's been a regression lately. I'm > getting errors like this > > X Error of failed request: BadPixmap (invalid Pixmap parameter) > Major opcode of failed request: 54 (X_FreePixmap) > Resource id in failed request: 0x

Random X errors caused by recent cursor patch?

2007-04-03 Thread Dan Kegel
Looks like there's been a regression lately. I'm getting errors like this X Error of failed request: BadPixmap (invalid Pixmap parameter) Major opcode of failed request: 54 (X_FreePixmap) Resource id in failed request: 0x2a0006a randomly, about every fourth time I run things that used to w