http://bugs.winehq.org/show_bug.cgi?id=14822
sneer max.domarev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |max.domarev@gmail.com
--- Comment #17 from sneer max.domarev@gmail.com 2008-09-25 14:47:42 ---
Changing ntdll's default heap block alignment from 8 to 16 bytes boundary and fixing in-use arena (by adding dummy list entry to struct or fixing offset calc) to avoid unaligned arena pointers makes this app successfully load. This fix might be useful for other apps which use SSE instructions and "mysteriously" crash.
Can you explain me how I can do this? May be this changes is in cvs?