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

wine-bugs at winehq.org wine-bugs at winehq.org
Thu May 14 13:25:09 CDT 2015


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

--- Comment #4 from Riccardo <c10ud.dev at gmail.com> ---
(In reply to Bruno Jesus from comment #3)
> Sounds plausible despite some issues like comparing the pointer instead of
> the variable contents.
> 
> The main problem is not that though, I can't see any function that sets the
> LUID for the interface, so all LUID values are possibly zero and trying to
> look for an empty LUID will probably hit the first value from
> GetAdaptersAddresses.
> 
> That's why I think it may be easier to try returning ERROR_NOT_SUPPORTED.

I tried comparing the ptr since the they were all null, but now I get why :)
returning ERROR_INVALID_PARAMETER seems to be just enough

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