https://bugs.winehq.org/show_bug.cgi?id=26223 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Component|-unknown |wmp&wmvcore Summary|Nail'd demo: black screen |Multiple apps and games |on start |need | |wmvcore.dll.WMCreateReader | |implementation (Nail'd | |demo) --- Comment #5 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, confirming. --- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Deep Silver/Nail'd Demo $ wine ./Naild_x86.exe ... fixme:d3d:resource_check_usage Unhandled usage flags 0x8. fixme:wmvcore:WMCreateReader ((nil), 1, 0x2531968): stub err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded ... --- snip --- Since bug 30660 was about wmvcore.dll.WMCreateReader stub, making this bug about the actual implementation. MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/dd757765%28v=vs.85%2... Source: http://source.winehq.org/git/wine.git/blob/c5b4c8e882c80b0599051066d8b9dbe45... --- snip --- 75 HRESULT WINAPI WMCreateReader(IUnknown *reserved, DWORD rights, IWMReader **reader) 76 { 77 FIXME("(%p, %x, %p): stub\n", reserved, rights, reader); 78 79 *reader = NULL; 80 81 return E_NOTIMPL; 82 } --- snip --- 'winetricks -q wmp9' works around. $ sha1sum naild-demo.exe de06bb9190958516b1d657a12bc0c7fc83ca697f naild-demo.exe $ du -sh naild-demo.exe 1.2G naild-demo.exe $ wine --version wine-1.7.14-207-g8199430 Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.