Hi,
Here's what I normally do when approaching problem at the X level (X error
...)
First, this message is caused by a wrong call made to X API or a bug in X.
In both cases you should start looking for which X call is causing the
problem. All calls to X are in one directory: tsx11/*.c. Adding trace in TSX
functions, should allow you to find it quickly.
Looking at your error, it looks like it is XCreateWindow, then you should
trace all the parameter of the failing call, and then verify each of the
parameters according to X documentation (Ex: make sure the parent parameter
is a valid Window when calling XCreateWindow).
Also it is possible the problem is cause by a combination of X call.
I hope, this helps.
Stephane Lussier
Macadamian Technologies
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 16, 2000 2:57 AM
> To: [EMAIL PROTECTED]
> Subject: X Error of failed request: BadValue
>
>
> Good day!
>
> I don't have a clue how to debug this.
>
> Wine-20000614.
> (unmanaged)
>
> X Error of failed request: BadValue (integer parameter out of range for
> operation)
> Major opcode of failed request: 1 (X_CreateWindow)
> Value in failed request: 0x0
> Serial number of failed request: 4009
> Current serial number in output stream: 4035
> err:win32:EnterCriticalSection Critical section 0x402c2150 wait timed
> out, retrying (60 sec)
> err:win32:EnterCriticalSection Critical section 0x402c2150 wait timed
> out, retrying (60 sec)
>
> The debugger seems to insist on running in an xterm, but I thought it
> might not get buried if I used desktop:
>
> winedbg --desktop 800x600+200+150 /dosw/j1.49/bin/juno.exe
>
> The error does not occur. I guess I can try to debug it in unmanaged
> mode, but I fear the debugger will be buried, and I'm not much good with
> X errors. I'll even try --managed if I have to, but I was hoping maybe
> somebody already knew what this is.
>
> Regards,
>
> Lawson
>
> Oh - Michael McCormack, those little comm fixes are no harm to juno
> 1.49. :-)
> -------------------
>
>
>
>
> ________________________________________________________________
> YOU'RE PAYING TOO MUCH FOR THE INTERNET!
> Juno now offers FREE Internet Access!
> Try it today - there's no risk! For your FREE software, visit:
> http://dl.www.juno.com/get/tagj.
>
>