Hi, Has anyone seen this error? X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 4 (X_DestroyWindow) Resource id in failed request: 0x1e0009b Serial number of failed request: 1280 Current serial number in output stream: 1301 I get this error in Freelance Graphics when hitting the Create Blank Presentation button on the opening Wizard Dialog. I searched through the wine source 06/29/2001 and didnt run into this error message anywhere. Thoughts? Suggestions for dubbugging this are appreciated. Thanks, neotokyo
On Fri, 20 Jul 2001 11:41:47 -0500, niptastic@usa.net <niptastic@usa.net> wrote:>X Error of failed request: BadWindow (invalid Window parameter) > Major opcode of failed request: 4 (X_DestroyWindow) > Resource id in failed request: 0x1e0009b > Serial number of failed request: 1280 > Current serial number in output stream: 1301(...)>Thoughts? Suggestions for dubbugging this are appreciated.This is NOT a Wine error, but an X11 error, so you will not find this error message anywhere in Wine. To debug this, add the following line in your [x11drv] section of your config file : "Synchronous" = "Y" And re-run Wine. If you have everything set-up properly, you should enter the debugger and you could then post here the backtrace to help us debug the problem. Lionel -- Lionel Ulmer - http://www.bbrox.org/
What exactly does the Synchronous = Y setting do? It has fixed the problem. I found out that FreeLance had an internal error trying to locate the blank presentation template file. Once I set the Synchronous to yes, it told me that, then I changed the File Location settings in Lotus and now that works. Thanks for the help. neotokyo