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

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Nov 22 01:51:07 CST 2013


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

Nikolay Sivov <bunglehead at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|-unknown                    |ntdll

--- Comment #10 from Nikolay Sivov <bunglehead at gmail.com> 2013-11-22 01:51:07 CST ---
The failure comes from SearchPathW() that fails to build a path because of:

---
    if (!info->lpAssemblyManifestPath || !info->lpAssemblyDirectoryName)
    {
        status = STATUS_SXS_KEY_NOT_FOUND;
        goto done;
    }
---

in find_actctx_dllpath(). LoadLibraryEx() should work just fine for path
without trailing '.dll', I checked that, so the next thing is to test actctx
part.

-- 
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