http://bugs.winehq.org/show_bug.cgi?id=34544
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2013-12-04 01:10:58 CST --- Created attachment 46729 --> http://bugs.winehq.org/attachment.cgi?id=46729 hack
With attached hack Manual application works fine for me - webkit frame is loaded and is responsive.
Two separate issues here:
- assembly dir is not set which leads to path lookup failure, with it set WebKit.dll is loaded just fine; - CoGetPSClsid() is called for IDropTarget which is redirected by a manifest, it's done is a strange way - clsid is set to iid itself in manifest. As a result class creation fails later. I'll try to test that more, no idea why they decided to override builtin interface like that, but if set to PSFactoryBuffer it will work with our code too.