https://bugs.winehq.org/show_bug.cgi?id=55867
Bug ID: 55867 Summary: Roon 2.0.23 crashes due to unimplemented function shcore.dll.CreateRandomAccessStreamOverStream Product: Wine Version: 8.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: shlwapi Assignee: wine-bugs@winehq.org Reporter: briguy992@live.com Distribution: ---
Created attachment 75391 --> https://bugs.winehq.org/attachment.cgi?id=75391 Verbose wine output
Starting with 8.19, Roon (a media player) now crashes seconds after launch assuming you have an audio zone selected (which for most users would be true as you'd be using it to play music somewhere).
Crashes with Roonfirst started in 8.18 with the implementation of MediaControl, which was fixed in 8.19, but we are now crashing in CreateRandomAccessStreamOverStream not being implemented.
Relevant snippet from the log attached:
0114:fixme:manipulation:update_manager_Update 00007FFFFF297140, 0000000000000000 0114:fixme:mediacontrol:media_control_get_DisplayUpdater iface 00007FFFFF2971D0, value 00007FFFFE27E400 semi-stub! wine: Call from 00006FFFFFC53C07 to unimplemented function shcore.dll.CreateRandomAccessStreamOverStream, aborting
Running 8.19 wine-staging on EndeavourOS
https://bugs.winehq.org/show_bug.cgi?id=55867
Jonathan joni.hilger@yahoo.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |joni.hilger@yahoo.de
https://bugs.winehq.org/show_bug.cgi?id=55867
--- Comment #1 from briguy992@live.com --- As a workaround, you can add this when you launch Roon to stub out the media control, and you don't hit this unimplemented function. And everything seems to work fine.
WINEDLLOVERRIDES="windows.media.mediacontrol="
https://bugs.winehq.org/show_bug.cgi?id=55867
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |9a80befba38a93cda15aaf42685 | |58a3960c2d78d Resolution|--- |FIXED
--- Comment #2 from Vijay Kamuju infyquest@gmail.com --- fix committed to add a stub so that the app wont crash in the below commit. https://source.winehq.org/git/wine.git/commitdiff/9a80befba38a93cda15aaf4268...
This will be available in wine 8.22 or latest git
https://bugs.winehq.org/show_bug.cgi?id=55867
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.0-rc1.