https://bugs.winehq.org/show_bug.cgi?id=50349
Bug ID: 50349 Summary: SlingPlayer crashes on launch (needs IDirectXVideoDecoderService) Product: Wine Version: 5.19 Hardware: x86-64 OS: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: dxva2 Assignee: wine-bugs@winehq.org Reporter: z.figura12@gmail.com Regression SHA1: 24aaf0d535b6c5c0d56b1e50deb2e47d3cce9ab8 Distribution: ---
It calls IDirect3DeviceManager9::GetVideoService(&IID_IDirectXVideoDecoderService), and expects that to succeed.
Technically a regression, it was able to handle failure from IDirect3DDeviceManager9::OpenDeviceHandle().
Disabling dxva2.dll is also a workaround.