https://bugs.winehq.org/show_bug.cgi?id=54450
--- Comment #9 from Jonathan Romano jonathan@luxaritas.com --- Looking at this again and thought I'd give some additional things a try just for kicks. I noticed complaints about missing the Windows Runtime classes Windows.Internal.Security.WebAuthentication.AuthenticationManager and Windows.Security.Authentication.Web.Core.WebAuthenticationCoreManager. I grabbed their respective DLLs from my Windows install (Windows.Security.Authentication.OnlineId.dll and Windows.Security.Authentication.Web.Core.dll) and set up the registry entries for them (and did the same for Windows.Security.Authentication.OnlineId.OnlineIdServiceTicketRequest which then came up and points to Windows.Security.Authentication.OnlineId.dll).
No dice. However, a couple of interesting new messages in the log: * wine: Call from 0000000174013C67 to unimplemented function combase.dll.RoGetAgileReference, aborting * 0228:err:module:DelayLoadFailureHook failed to delay load RPCRT4.dll.NdrMesTypeFree3 * wine: Call from 0000000174013C67 to unimplemented function RPCRT4.dll.NdrMesTypeFree3, aborting
At this point I'm guessing there's not much more I can dig into given those DLLs are a bit low level to swap out (being naive, I tried it, and immediately discovered that was a mistake ????)
No idea if this is meaningful information, but figured I'd throw it here just in case