https://bugs.winehq.org/show_bug.cgi?id=43607
--- Comment #17 from Toni eldrad@autistici.org --- Was thinking we could limit the workaround to just certain versions, so far documented games that crash due to not returning ok seem to request version 65648 (most games reports I've seen in bugzilla) and 131184 (secret of mana).
Once we're returning S_OK for say <= 131184 technically an application crashing because of this could be considered a regression, but also I don't see how implementation will move forward if next steps are hidden by mfplat.dll
Always returning "bad version" and thus hiding the problems after initialization (that seem to be about a number of interfaces implemented on different dlls as explained at https://bugs.winehq.org/show_bug.cgi?id=44498#c4).