http://bugs.winehq.org/show_bug.cgi?id=7630
Summary: Supreme Commander: When using DirectX XACT engine: stack overflow Product: Wine Version: 0.9.32. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: liquitsnake@gmx.net
In order to get sound in Wine, I registered the 7 xactengine2_<>.dll's with regsvr32. These are extracted from the Feb 07 update of DirectX 9, I can upload them if needed. These files seem to be essential to having sound in SupCom. One of them however, which is xactengine2_4.dll, causes SupCom to give me these 2 errors when launching:
wine: Call from 0x3229d71 to unimplemented function msvcrt.dll._aligned_malloc, aborting err:seh:setup_exception stack overflow 12 bytes in thread 000e eip 010ce4e8 esp 00c30ff4 stack 0xc31000-0xe40000
I tried using msvcrt.dll as native and builtin as well as replacing it with different versions with no success.
Will provide more information when told which.