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@winehq.org Reporter: c10ud.dev@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.