[Bug 34544] Grand Theft Auto V - The Manual needs native dotnet40

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Dec 4 01:10:58 CST 2013


http://bugs.winehq.org/show_bug.cgi?id=34544

--- Comment #11 from Nikolay Sivov <bunglehead at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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