http://bugs.winehq.org/show_bug.cgi?id=29488
Bug #: 29488 Summary: BurnPlot sporadically fails to start with an X error (invalid Window parameter) Product: Wine Version: 1.3.35 Platform: x86-64 URL: http://download.imgburn.com/BurnPlot_1.0.1.5.zip OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com Classification: Unclassified
Created attachment 38176 --> http://bugs.winehq.org/attachment.cgi?id=38176 Normal log
Once in a while (maybe 5% or so) BurnPlot fails to start with the message "X Error of failed request: BadWindow (invalid Window parameter)" instead of giving the error dialog described in bug 28605.
Prerequisite: winetricks vb6run
http://bugs.winehq.org/show_bug.cgi?id=29488
--- Comment #1 from A Wine user RandomAccountName@mail.com 2011-12-30 07:15:24 CST --- Created attachment 38177 --> http://bugs.winehq.org/attachment.cgi?id=38177 +synchronous log
http://bugs.winehq.org/show_bug.cgi?id=29488
A Wine user RandomAccountName@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=29488
A Wine user RandomAccountName@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #38177|0 |1 is obsolete| |
--- Comment #2 from A Wine user RandomAccountName@mail.com 2011-12-30 07:30:26 CST --- Created attachment 38178 --> http://bugs.winehq.org/attachment.cgi?id=38178 +synchronous log
Not sure whether it could make a difference, but I just noticed I forgot to run the executable from Wine's C: drive (on ext4, was running from FAT32 before) for this test. New log attached just in case.
http://bugs.winehq.org/show_bug.cgi?id=29488
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2012-02-13 13:53:22 CST --- Created attachment 38860 --> http://bugs.winehq.org/attachment.cgi?id=38860 Create clip window as soon as possible
This will probably help.
http://bugs.winehq.org/show_bug.cgi?id=29488
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |mstefani@redhat.com Ever Confirmed|0 |1
--- Comment #4 from Michael Stefaniuc mstefani@redhat.com 2012-02-13 14:23:20 CST --- I get the error pretty reliable on Wine on different machines during WINEPREFIX creation/update: for i in `seq 1 20`; do WINEPREFIX=/tmp/X_UnmapWindow/$i wine hostname >> /tmp/X_UnmapWindow/$i.out 2>&1; done grep -l BadWindow /tmp/X_UnmapWindow/*.out | wc -l 16
So 16 out of 20 tries produce the error.
With the patch from comment #3 I don't get that error anymore for the same 20 WINEPREFIX created.
http://bugs.winehq.org/show_bug.cgi?id=29488
--- Comment #5 from A Wine user RandomAccountName@mail.com 2012-02-14 05:48:57 CST --- (In reply to comment #3)
Created attachment 38860 [details] Create clip window as soon as possible
This will probably help.
Well, I set up a script to run BurnPlot 100 times and save the output, and I never got the X error with this patch. I did the same thing with creation of a new prefix and still got an X error twice (down from 70 times without the patch). One of those was the same invalid window parameter error mentioned here, the other was BadColor (invalid Colormap parameter).
http://bugs.winehq.org/show_bug.cgi?id=29488
A Wine user RandomAccountName@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |fdef173ce0394c65330e5154b6e | |43d63a80e2bb0 Status|NEW |RESOLVED Component|-unknown |winex11.drv Resolution| |FIXED
--- Comment #6 from A Wine user RandomAccountName@mail.com 2012-02-15 05:22:18 CST --- BurnPlot is fixed by fdef173ce0394c65330e5154b6e43d63a80e2bb0.
I ran the prefix creation script again with current git - but this time had it run 300 times - and didn't get any X errors, so that seems to be fixed too.
http://bugs.winehq.org/show_bug.cgi?id=29488
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2012-02-17 13:51:22 CST --- Closing bugs fixed in 1.4-rc4.