[Bug 33092] Melodyne Studio demo crashes on startup due to kernel32 forwarding some 16-bit API to krnl386.exe16

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Sep 22 13:38:24 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=33092

--- Comment #7 from Martin <martin.drautzburg at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list