http://bugs.winehq.org/show_bug.cgi?id=33678
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | Regression SHA1|4adfb787f4e8c36a37ce1d53a7e | |6df16d03ecd8a |
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2013-06-10 13:45:17 CDT --- It works when disabling stack alignment only for RtlAllocateHeap, or when changing stack usage some other way, for instance by disabling valgrind. It looks like the app is using uninitialized stack data or something along those lines.