http://bugs.winehq.org/show_bug.cgi?id=29431
--- Comment #18 from Sylvain Petreolle spetreolle@yahoo.fr 2012-03-07 06:36:29 CST --- (In reply to comment #16)
Someone on the Arch bug pointed out that this is caused by the stack alignment problem from Wine Bug 22316 (see also https://bugs.archlinux.org/task/27560). Adding -mstackrealign to the dsound build flags fixes the problem, so it's pretty clearly the same bug.
To fix this in the meantime, make sure you build wine with -mstackrealign. See the Arch Linux PKGBUILD: http://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/wine
*** This bug has been marked as a duplicate of bug 22316 ***
Is this part of a wiki / faq ? People building wine by hand won't be aware of this otherwise.