http://bugs.winehq.org/show_bug.cgi?id=22203
Summary: X Error of failed request: BadWindow Product: Wine Version: 1.1.31 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jb.imm@gmx.de
Created an attachment (id=27094) --> (http://bugs.winehq.org/attachment.cgi?id=27094) Crash when it actually starts up
When I want to install an appliation, it shows the spash screen of the installer, then crashes with the message:
X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 19 (X_DeleteProperty) Resource id in failed request: 0x4e00005 Serial number of failed request: 979 Current serial number in output stream: 1030
I'm on 32 bit Linux (no 64 bit drivers!) on a 64-bit machine and do have a Radeon video card (no nvidia module or anythign like that). Using the Ubuntu wine-1.2 package.
The weird thing is that it usually (19 in 20 times) crashes with that exact message, but 1 in 20 times it starts up the installer and crashes during the installation process. I've created an attachment for the message that appears when it crashes during installation.
http://bugs.winehq.org/show_bug.cgi?id=22203
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2010-03-29 10:55:58 --- Please retest with Wine 1.1.41
http://bugs.winehq.org/show_bug.cgi?id=22203
--- Comment #2 from Johannes Bauer jb.imm@gmx.de 2010-03-30 08:27:25 --- No change:
defiant joe [~/.wine/drive_c]: wine --version wine-1.1.41 defiant joe [~/.wine/drive_c]: wine setup.exe fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 19 (X_DeleteProperty) Resource id in failed request: 0x4400005 Serial number of failed request: 622 Current serial number in output stream: 650
http://bugs.winehq.org/show_bug.cgi?id=22203
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2010-03-31 00:23:59 --- Do 'rm -rf ~/.wine' and try again. You Wine prefix is polluted with native DLLs.
http://bugs.winehq.org/show_bug.cgi?id=22203
--- Comment #4 from Johannes Bauer jb.imm@gmx.de 2010-03-31 03:02:00 --- Nope, didn't change a thing:
defiant joe [~]: rm -fr .wine defiant joe [~]: winecfg wine: created the configuration directory '/home/joe/.wine' Could not load wine-gecko. HTML rendering will be disabled. wine: configuration in '/home/joe/.wine' has been updated. defiant joe [~]: cd .wine/drive_c defiant joe [~/.wine/drive_c]: cp ~/setup.exe . defiant joe [~/.wine/drive_c]: wine setup.exe X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 19 (X_DeleteProperty) Resource id in failed request: 0x4600005 Serial number of failed request: 688 Current serial number in output stream: 700
http://bugs.winehq.org/show_bug.cgi?id=22203
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2010-03-31 03:37:36 --- Please run with WINEDEBUG=synchronous and post the backtrace.
http://bugs.winehq.org/show_bug.cgi?id=22203
--- Comment #6 from Johannes Bauer jb.imm@gmx.de 2010-03-31 05:25:37 --- Wow, this is weird: When I start with WINEDEBUG=synchronous, the 1 in 20 phaenomenon is gone - the setup program start up *every* time as it is supposed to. However, it still crashes about 70% into the installation, the backtrace is attached.
Seems like some kind of race condition which does not occur when the debugging slows down wine?
http://bugs.winehq.org/show_bug.cgi?id=22203
--- Comment #7 from Johannes Bauer jb.imm@gmx.de 2010-03-31 05:26:14 --- Created an attachment (id=27117) --> (http://bugs.winehq.org/attachment.cgi?id=27117) Crash at 70% installation progress
Crash at 70% installation progress with WINEDEBUG=synchronous
http://bugs.winehq.org/show_bug.cgi?id=22203
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com 2010-03-31 05:36:36 --- (In reply to comment #7)
Created an attachment (id=27117)
--> (http://bugs.winehq.org/attachment.cgi?id=27117) [details]
Crash at 70% installation progress
It crashes in native comctl32 module. Why are you using it?
http://bugs.winehq.org/show_bug.cgi?id=22203
--- Comment #9 from Johannes Bauer jb.imm@gmx.de 2010-03-31 05:48:10 --- Ehrm... I have no idea which version of comctl32 I'm using and have not made any special setting. Just downloaded the wine development version, configure, make, make install.
http://bugs.winehq.org/show_bug.cgi?id=22203
--- Comment #10 from Nikolay Sivov bunglehead@gmail.com 2010-03-31 05:57:07 --- (In reply to comment #9)
Ehrm... I have no idea which version of comctl32 I'm using and have not made any special setting. Just downloaded the wine development version, configure, make, make install.
Then it could be supplied with application, use winecfg to set comctl32 to builtin only.
http://bugs.winehq.org/show_bug.cgi?id=22203
--- Comment #11 from Johannes Bauer jb.imm@gmx.de 2010-03-31 06:26:36 --- Excellent - the crash during the installation is now gone. This seems to be a different issue than the startup crash.
The startup crash does not show when I specify WINEDEBUG=synchronous, it still does (even with internal comctl32) when no debugging is turned on, however.
http://bugs.winehq.org/show_bug.cgi?id=22203
--- Comment #12 from Alexandre Julliard julliard@winehq.org 2010-03-31 06:32:43 --- Please get a +win,+event,+x11drv trace of the crash.
http://bugs.winehq.org/show_bug.cgi?id=22203
--- Comment #13 from Johannes Bauer jb.imm@gmx.de 2010-03-31 06:47:11 --- Created an attachment (id=27120) --> (http://bugs.winehq.org/attachment.cgi?id=27120) WINEDEBUG=+win,+event,+x11drv wine setup.exe
As requested...
http://bugs.winehq.org/show_bug.cgi?id=22203
--- Comment #14 from Alexandre Julliard julliard@winehq.org 2010-05-18 07:30:10 --- Please retest with current git.
http://bugs.winehq.org/show_bug.cgi?id=22203
fracting fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=22203
John Yani vanuan@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |vanuan@gmail.com
--- Comment #15 from John Yani vanuan@gmail.com 2012-12-23 06:35:03 CST --- I have this on 1.5.19 when I run winecfg or any other wine program. It is fixable by changing wineprefix. So it's something configuration-related.
https://bugs.winehq.org/show_bug.cgi?id=22203
roger@mailinator.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |roger@mailinator.com
--- Comment #16 from roger@mailinator.com --- abandon/invalid?
https://bugs.winehq.org/show_bug.cgi?id=22203
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED
--- Comment #17 from Austin English austinenglish@gmail.com --- Abandoned.
https://bugs.winehq.org/show_bug.cgi?id=22203
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #18 from Bruno Jesus 00cpxxx@gmail.com --- Closing abandoned bugs.