When i try to install Half-life I receive the the message bellow. It starts Ok but when the main window of the installation is going to open, i receive it. Someone that can Help me with this. 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 Thanks Mathias --------------------------------- Yahoo! Mail Mais espa?o, mais seguran?a e gratuito: caixa postal de 6MB, antiv?rus, prote??o contra spam. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20030723/a4d676a9/attachment.htm
I've seen this error on many news-group and forum posts, but I've never seen any resolutions for it. When I try to install any application that uses InstallShiled (Unreal, SOF_Gold) it initializes the Install Shield engine, and then gives me a console error: 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 (always the same numbers, BTW.) At that point, the installshield hangs and has to be killed manually. This all started when I removed the Wine RPM I had installed to install WineX. I couldn't get anything to work under it, so I removed it and reinstalled the newest RPM of wine. I then tried to go about reinstalling some apps, and that's when this error started. I've searched for everything on my system pertaining to Wine and deleted it, including all of my config files (which worked fine before) and reintsalled the RPM to no avail. Other apps, like notepad, will run just fine, and I can install progs that don't use the InstallShield, like WinMX, but anything that uses the InstallShield is doomed to hang. System: -------------- RH9.0, vanilla kernel Most recent version of Wine via RPM compiled for RH9 and athalon -------------- ~M~ -- __________________________________________________________ Sign-up for your own personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers
If you're using a kernel.org kernel, you may not know that Red Hat has backported nptl to kernel 2.4, and probably the Red Hat RPM was compiled for that kernel; so you should try recompiling wine without nptl support (just do a normal ./configure && make depend && make)
> On Mon, 2003-08-18 at 19:01, Matt Kiefer wrote: > > I've seen this error on many news-group and forum posts, but I've never seen any resolutions for it. > > > > When I try to install any application that uses InstallShiled (Unreal, SOF_Gold) it initializes the Install Shield engine, and then gives me a console error: > > > > 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 > > > > (always the same numbers, BTW.) > > > > At that point, the installshield hangs and has to be killed manually. > > > > This all started when I removed the Wine RPM I had installed to install WineX. I couldn't get anything to work under it, so I removed it and reinstalled the newest RPM of wine. > > > > I then tried to go about reinstalling some apps, and that's when this error started. I've searched for everything on my system pertaining to Wine and deleted it, including all of my config files (which worked fine before) and reintsalled the RPM to no avail. Other apps, like notepad, will run just fine, and I can install progs that don't use the InstallShield, like WinMX, but anything that uses the InstallShield is doomed to hang. > > > > System: > > -------------- > > RH9.0, vanilla kernel > > Most recent version of Wine via RPM compiled for RH9 and athalon > > -------------- > > > > ~M~ > > No clue how to get the RPMs to work (I rearly use RPM, don't really like > it), just download the tar.gz of the newest release. > Make it all like this: > > ./configure --with-nptl > > Then make && make install > > Should fix it >The current wine RPMS are already complied with the correct options for the RedHat kernel. Plus I don't think that the problem that I'm having is the same issue that is caused by incorrect compiling arguements. Just to try it, tho, I removed the RPM and compiled from source using the '--with-nptl' option on the configure script. The end result was the same: the InstallShiled hangs every time. Also, because someone suggested that I try it without the '--with-nptl' option, I tried that, but when I try to run wine all I get is a Seg. fault. -- __________________________________________________________ Sign-up for your own personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers
> When I try to install any application that uses InstallShiled (Unreal,SOF_Gold) it> initializes the Install Shield engine, and then gives me a console error: > > 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: 98There 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. Rob