https://bugs.winehq.org/show_bug.cgi?id=41936
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |joseph.kucia@gmail.com
--- Comment #2 from Józef Kucia joseph.kucia@gmail.com --- (In reply to Jeff MacLoue from comment #0)
Tracked the breakage between 1.9.13 and 1.9.14 (tested a few of 1.9.x series, the bug is reproduced up to version 1.9.23) and used git bisect to track the commit which introduced the regression:
beccd5a2e53927137de031c1976e66d35b08afeb is the first bad commit commit beccd5a2e53927137de031c1976e66d35b08afeb Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Wed Jun 22 06:00:55 2016 +0000
d3dx9_39: Share the source with d3dx9_36. Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
:040000 040000 bfecf0f484447414e0b927c99d73c24cf4f695c9 4fbc2c7f69c3217284b8be7ebddad88ed1fdf094 M dlls :040000 040000 d2bc5924fd8102f1a1aff298f4426050db271fd5 60184108c62c5437f2724096b1cd43f14083eaba M tools
This is probably the same issue as reported initially in bug 41318, and not a regression per se. A "WINEDEBUG=+loaddll" log from a working Wine version may be useful in order to confirm.