https://bugs.winehq.org/show_bug.cgi?id=47894
--- Comment #5 from Zebediah Figura z.figura12@gmail.com --- Others:
* 2008 apparently has mfreadwrite, but not mfplat, which is head-scratchingly bizarre. In fact, even after removing all references to mfplat from the test it still fails, probably because mfreadwrite links to mfplat. What the hell, Microsoft?
* w7pro64 seems to have d3dcompiler_47 but not d3dx9_36 (or d3dcompiler_43). There are some tests that we can do without d3dx9_36, so I guess we should probably link that dynamically. Or maybe just install d3dx9 on that machine?
* Intermittent and inexplicable failures to load various tests on various machines. I don't see any sign of these in screenshots, however... - http://test.winehq.org/data/6e4d441ce11739b145dae200d7b20743c64147de/win7_newtb-w7pro64-32/version.html - failure to load comdlg32. - http://test.winehq.org/data/5034d109e033fbe820829ae43adba0cc30bf9b99/win7_newtb-w7pro64-32/version.html - failure to load amstream. - http://test.winehq.org/data/fa97cbdf14883fb301dcc0a5264369f8ed184182/win7_newtb-w7pro64-32/version.html - failure to load avifil32 and comdlg32. - http://test.winehq.org/data/6e4d441ce11739b145dae200d7b20743c64147de/win10_newtb-w1064v1809-zh-CN-32/version.html - advpack, uiautomationcore, user32, webservices, winmm, wmvcore.
* Windows 10 (and possibly others) trigger on a different kind of dialog, which also seems to be causing comctl32 failures. Something in comctl32 is leaking memory, apparently? See the following dialogs: - https://testbot.winehq.org/JobDetails.pl?Key=62492&s108=1#k108: "Le processus est terminé, car il est impossible d'allouer davantage de mémoire." Apparently from comctl32:button. - https://testbot.winehq.org/JobDetails.pl?Key=62325&s110=1#k110: "O aplicativo não pôde ser inicializado corretamente (0xc000012d). Clique em OK para fechar o aplicativo." That's STATUS_COMMITMENT_LIMIT, apparently from comctl32:imagelist. - http://test.winehq.org/data/5034d109e033fbe820829ae43adba0cc30bf9b99/win10_newtb-w1064v1809-ru-32/report.html — the corresponding screenshot only shows an empty dialog box, but comctl32:taskdialog hangs. - https://testbot.winehq.org/JobDetails.pl?Key=61734&s109=1#k109: "The application was unable to start correctly (0xc0000142). Click OK to close the application." That's STATUS_DLL_INIT_FAILED, apparently from comctl32:pager.