https://bugs.winehq.org/show_bug.cgi?id=50984 --- Comment #6 from Cheyner <ryan(a)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/e909986e6ea5ecd49b2b847f321ad89b2ae... 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.