https://bugs.winehq.org/show_bug.cgi?id=41859
--- Comment #6 from Daniel Bermond danielbermond@yahoo.com --- (In reply to Dmitry Timoshkov from comment #2)
While it indeed crashes under XP the application works just fine under Windows 7. The app relies on newer msvcrt behaviour to allocate aligned memory in malloc. Copying msvcrt.dll from Windows 7 and setting reported Windows version to Windows 7 in winecfg (otherwise msvcrt refuses to load) makes the application work under Wine (msvcrt=n).
Thanks for investigating and for pointing a workaround.