http://bugs.winehq.org/show_bug.cgi?id=29488 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |mstefani(a)redhat.com Ever Confirmed|0 |1 --- Comment #4 from Michael Stefaniuc <mstefani(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.