Vincent Povirk madewokherd@gmail.com wrote:
The original version is useful to test the original bug, it may be the difference between resolving it as FIXED (was able to reproduce and no longer happens) or WORKSFORME (could not reproduce in the reported version and nowadays).
Why is the original version better for this purpose than a later version that was tested and known to be affected by the bug?
It's always better to test using exact version that the user had in order to avoid any side effects of patches applied after that point, possible another regression, something else that may happen after that (like introducing new compiler optimization in default flags, changed config.h dependency, added/removed MS_HOOK/WINAPI/CDECL thing, etc.,etc.)
Testing using a later Wine version may reproduce something that looks like an original bug but be not the same thing in reality.