https://bugs.winehq.org/show_bug.cgi?id=41859
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msvcrt Resolution|INVALID |--- Status|RESOLVED |UNCONFIRMED
--- Comment #2 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Bruno Jesus from comment #1)
Also crashes in Windows, most likely a program bug. I can always reproduce the issue in XP.
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).
Reopening.