http://bugs.winehq.org/show_bug.cgi?id=58403
Bug ID: 58403 Summary: Death to Spies: intro videos show black screen (audio works) Product: Wine Version: 10.10 Hardware: x86-64 URL: http://files.aspyr.com/support/DTS_Demo_Installer.zip OS: Linux Status: NEW Keywords: download, regression Severity: minor Priority: P2 Component: quartz Assignee: wine-bugs@winehq.org Reporter: gyebro69@gmail.com CC: z.figura12@gmail.com Regression SHA1: 0f014efc9a08b8d52da09d3fd595b32753f6c9ea Distribution: ---
Created attachment 78811 --> http://bugs.winehq.org/attachment.cgi?id=78811 plain terminal output
Similar to bug #56769 and bug #56975.
The intro videos show only black screen. The audio part works.
Reverting commit 0f014efc9a08b8d52da09d3fd595b32753f6c9ea qasf/dmowrapper: Call AllocateStreamingResources() and FreeStreamingResources().
fixes the problem for me.
Can be reproduced with the demo version.
wine-10.10-158-ge9dcdf38041
http://bugs.winehq.org/show_bug.cgi?id=58403
--- Comment #1 from Rafał Mużyło galtgendo@o2.pl --- Well, media_object_AllocateStreamingResources is indeed a E_NOTIMPL stub, making the new addition an auto-fail state.
Given that so is FreeStreamingResources, making the first one S_OK stub *might* be fine...