http://bugs.winehq.org/show_bug.cgi?id=17115
--- Comment #2 from Andrey Turkin andrey.turkin@gmail.com 2009-01-24 13:51:14 --- (In reply to comment #0)
The regression testing showed the following result:
d2685e7bd7d1c7f595c86ae08ddeaf9c696c43d8 is first bad commit commit d2685e7bd7d1c7f595c86ae08ddeaf9c696c43d8 Author: Andrey Turkin andrey.turkin@gmail.com Date: Mon Jan 12 03:34:30 2009 +0300
ntdll: Add RtlCaptureStackBackTrace stub.
:040000 040000 3c18b09465d2719e256307e0df28d100ce0ff4e7 b2a3ed8ed753b91fd6e86ddf6ab8a1a20ef64ec1 M dlls
Well, it is dwmapi.dll that fails because of missing function (dwmapi is Vista-only and so it may expect functions implemented in Vista to be implemented). Stub I added probably made dwmapi use another logic and fail. Anyway probably not worth investigating for now.
Note: a separate issue, but as per instructions in the Wine AppDB, dwmapi.dll is needed before the application will run.
This is it - instead of trying to make native dwmapi.dll to run we should fix the application to run with builtin - this seems to be not hard at all, I've already sent the patch (http://www.winehq.org/pipermail/wine-patches/2009-January/068314.html) which you can use.