https://bugs.winehq.org/show_bug.cgi?id=47894
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fgouget@codeweavers.com, | |z.figura12@gmail.com
--- Comment #4 from Zebediah Figura z.figura12@gmail.com --- I think most of these are caused by missing dependencies even where the main dll is present. One solution to this is to do as TestLauncher does and refuse to run tests when any imported DLLs are missing. On the other hand, I suspect that at least some of these missing dependencies are unintentional. For example, the wxppro machines apparently have mfplat but not d3d11 (or, weirdly, any other MF DLLs); we can just as easily load the latter at runtime.
A weird case is François' fg-winxp-lusr machine, which has windowscodecs but not propsys. MSDN implies that propsys should be present since at least SP2, though, and it's clearly present on the TestBot XP machine. François, do you have any idea why propsys is missing on that machine?