"Robert Shearman" R.J.Shearman@warwick.ac.uk writes:
X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 12 (X_ConfigureWindow) Serial number of failed request: 93 Current serial number in output stream: 98
There is a message describing the problem and the resolution here: http://www.winehq.org/hypermail/wine-devel/2003/08/0356.html
Unfortunately, it will require downloading the patch in the mentioned in the message, reversing it from the source and compiling it. If you and other people are unhappy with this not being fixed, raise your voices on wine-devel. Hopefully someone will take the time to submit a proper fix to this.
*raises his voice* Please fix this, if you can. This is the last piece in a big puzzle for me and I'd really want it seen fixed. I tried reversing the patch out of 20030813 but it still fails with similar X errors as the one above:
Error of failed request: 180 Major opcode of failed request: 153 (RENDER) Minor opcode of failed request: 7 () Serial number of failed request: 7105 Current serial number in output stream: 7123
Sometimes it's a "BadDrawable" error.
Erik.
Well, firstly the error you're seeing is not the same on as the problem talked about on the wine-devel link. That is about InstallSHield causing BadMatch errors by shifting around windows in multiple desktops, the error you are seeing is probably caused by bad fonts. See if you can get a +font trace when synchronous mode is switched on (see the config file), and a backtrace. That might help figure out what the problem is.
thanks -mike
Mike Hearn mike@theoretic.com writes:
See if you can get a +font trace when synchronous mode is switched on (see the config file), and a backtrace. That might help figure out what the problem is.
I got the synchronous mode and +font done in the following file:
http://home.prium.net:9999/wine-trace
but I'm not sure how to get the backtrace, though. Does that file tell me anything about what goes wrong? I used wine 20031118.
Thanks for your reply,
Erik.
Mike Hearn mike@theoretic.com writes:
See if you can get a +font trace when synchronous mode is switched on (see the config file), and a backtrace. That might help figure out what the problem is.
Have you had a chance to look at the backtrace?
Thanks,
Erik.