[Bug 50984] Amazon games application error popup when trying to install a game

WineHQ Bugzilla wine-bugs at winehq.org
Wed Apr 14 13:34:07 CDT 2021


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

--- Comment #6 from Cheyner <ryan at rnrcarpet.com> ---
I notice that WMI looks to be used here and that Wine historically has parts of
WMI not implemented. Not sure if that's causing an issue here.

For example: fixme:wbemprox:wbem_locator_ConnectServer authentication not
supported

but this also appears earlier in the application and that part works fine.

I would think username, password, or authority even though they trip in
wbem_locator_ConnectServer() that it would be a problem earlier.

>    if (User || Password || Authority)
>        FIXME("authentication not supported\n");

https://github.com/wine-mirror/wine/blob/e909986e6ea5ecd49b2b847f321ad89b2ae4f6f1/dlls/wbemprox/wbemlocator.c#183

Perhaps its a bunch of stuff that needs to be implemented?

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