[Bug 48062] Detect and report WineTest's "load errors"

WineHQ Bugzilla wine-bugs at winehq.org
Wed Dec 11 05:44:53 CST 2019


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

--- Comment #1 from François Gouget <fgouget at codeweavers.com> ---
The "mfplat=load error 1359" error is legitimate on Windows XP.

It happens because mfplat_test.exe imports d3d11.dll which is missing. This
triggers a #32770 dialog saying so and blocks the process. As a result
WineTest.exe does not get the subtest list and issues the 'load error 1359'
error.

So to avoid false positives WineTest must be modified to detect this #32770
dialog  and properly report the missing dll. Only then can the other 'load
error 1359' errors be detected and reported.

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