Alexandre Julliard wrote:
Probably the app expects some heap block to be 16-byte aligned, and uses MMX vector functions that crash on unaligned data. I guess you need to figure out where the block comes from, and why it would always be aligned on Windows. Maybe it's large enough that Windows allocates it with VirtualAlloc or something like that.
Any hints on how I would do that? I'm pretty new to this...
Regards, Martin