http://bugs.winehq.org/show_bug.cgi?id=34544
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com 2013-11-20 13:21:09 CST ---
--- 0024:trace:ole:CoGetClassObject CLSID: {d6bca079-f61c-4e1e-b453-32a0477d02e3},IID: {00000001-0000-0000-c000-000000000046} 0024:trace:actctx:RtlFindActivationContextSectionGuid 00000001 (null) 4 {d6bca079-f61c-4e1e-b453-32a0477d02e3} 0x32f5b0 0024:trace:actctx:RtlActivateActivationContext 0x15d8638 cookie=15e79f0 0024:trace:actctx:RtlFindActivationContextSectionString 00000001 (null) 2 L"WebKit" 0x32f210 0024:trace:actctx:RtlQueryInformationActivationContext 00000000 0x15d8638 0x32f234 3 0x15feed8 1024 0x32f204 0024:trace:actctx:RtlDeactivateActivationContext 0 cookie=15e79f0 0024:warn:ole:get_inproc_class_object class {d6bca079-f61c-4e1e-b453-32a0477d02e3} not registered inproc ---
That basically means it failed to retrieve module path. It's just a first guess, assembly file name is 'WebKit' without extension, it could be a reason of such breakage. Does it help if you rename actual file by removing 'dll' extension? (hoping nothing else will break because of that)