[Bug 48430] New: Windows 2008 VM has broken Media Foundation libs

WineHQ Bugzilla wine-bugs at winehq.org
Tue Jan 7 09:17:04 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=48430

            Bug ID: 48430
           Summary: Windows 2008 VM has broken Media Foundation libs
           Product: Wine-Testbot
           Version: unspecified
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: unknown
          Assignee: wine-bugs at winehq.org
          Reporter: jacek at codeweavers.com
      Distribution: ---

I noticed in user32:winstation tests that there is weird window
"mfreadwrite_test.exe - Unable To Locate Component" messing with foreground
window tests:
http://test.winehq.org/data/37dec9f144501fb93e173214578b759122ac999a/2008_newtb-w2008s64-64/user32:winstation.html

I investigated a bit deeper and it seems that the installation contains
mfreadwrite.dll, but not mfplat.dll. When you attempt to load mfreadwrite.dll,
Windows shows an error dialog about incomplete installation like:
https://testbot.winehq.org/JobDetails.pl?Key=62943&s104=1#k104

It seems that there is a separated installer for MF for win2k8:
https://www.microsoft.com/en-US/download/details.aspx?id=20424

I can see a few solutions:

1. Try to install MF into VM and hope it helps (and ignore failures on
installations missing MF).
2. Load mfplat.dll and mfreadwrite.dll dynamically and skip tests if mfplat.dll
is missing (this would make code uglier for a questionable benefit).
3. Get rid of win2k8 VMs and consider them unsupported. This may seem radical
for the above problem, but I don't see any value in win2k8 test results in
general.

-- 
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.



More information about the wine-bugs mailing list