[Bug 38576] New: PES2015 won't connect to online services/2 (ConvertInterfaceLuidToGuid is missing)

wine-bugs at winehq.org wine-bugs at winehq.org
Thu May 14 08:45:30 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38576

            Bug ID: 38576
           Summary: PES2015 won't connect to online services/2
                    (ConvertInterfaceLuidToGuid is missing)
           Product: Wine
           Version: 1.7.42
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: iphlpapi
          Assignee: wine-bugs at winehq.org
          Reporter: c10ud.dev at gmail.com
      Distribution: ---

the game needs this unimplemented function (iphlpapi):

@ stdcall ConvertInterfaceLuidToGuid( ptr ptr )

DWORD WINAPI ConvertInterfaceLuidToGuid(const NET_LUID *InterfaceLuid,
                                        GUID     *InterfaceGuid)
{
    FIXME("(handle %d): stub\n", *InterfaceLuid);
    return NO_ERROR;
}

this is just enough for getting it working. This function looks simple so maybe
a proper implementation can be easily done.

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