http://bugs.winehq.org/show_bug.cgi?id=58631
Mohamad Al-Jaf mowinebugs@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mowinebugs@mail.com
--- Comment #3 from Mohamad Al-Jaf mowinebugs@mail.com --- It's because vccorlib140.dll was added in 10.13:
0024:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Media.Playback.BackgroundMediaPlayer" wine: Call from 00006FFFFF3CD7F7 to unimplemented function vccorlib140.dll.?__abi_WinRTraiseClassNotRegisteredException@@YAXXZ, aborting
The real issue is the missing library. Adding it prevents the vccorlib140 function from being called and it plays music without issue on my end. It also gets rid of the pre-existing exception errors
0024:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Media.Playback.BackgroundMediaPlayer" 0024:fixme:combase:GetRestrictedErrorInfo (00007FFFFE1FF7A8) 0024:fixme:combase:RoOriginateError 0x80040154, L"": stub 0024:fixme:msvcrt:_SetWinRTOutOfMemoryExceptionCallback (0000000000000000): stub
MR - https://gitlab.winehq.org/wine/wine/-/merge_requests/8829