https://bugs.winehq.org/show_bug.cgi?id=33092
--- Comment #7 from Martin martin.drautzburg@web.de --- Wine-1.7.50 runs the current "Medodyne editor (singletrack)", but not "Melodyne Studio" (neither 3.1.2.0 nor the newer 3.2.1.5).
As a workaround to get "Meldodyne studio" running I compiled Wine-1.1.13. This was quite painful, as it doesn't compile out of the box anymore. I had to change the following line:
in dlls/mountmgr.sys/mountmgr.c - IO_STACK_LOCATION *irpsp = irp->Tail.Overlay.s.u.CurrentStackLocation; + IO_STACK_LOCATION *irpsp = irp->Tail.Overlay.s.u2.CurrentStackLocation;
and exclude some of the tests from the build, by editing TESTSUBDIRS in dlls/Makefile and ALL_TEST_DIRS in programs/winetest/Makefile, namely
# gdi32/tests # kernel32/tests # ntdll/tests # rpcrt4/tests # shell32/tests # shlwapi/tests # urlmon/tests # user32/tests # wininet/tests
Also I had to use wineasio-0.9.2.
This way I got Meldodyne running again.