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.