https://bugs.winehq.org/show_bug.cgi?id=38197
--- Comment #5 from whatbug n296869@rtrtr.com --- I too can confirm the existence of this bug.
The last known good released version is Wine 1.5.2.
I was able to run a regression test and pin-point it:
--- d01e0647d14a79b4a9ce78200eb737d62f9ce298 is the first bad commit commit d01e0647d14a79b4a9ce78200eb737d62f9ce298 Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Apr 24 20:54:15 2012 +0200
d3d9: Get rid of IDirect3DBaseTexture9Impl.
:040000 040000 af94e516df0c9ad435e7c88c51393def4ae11d51 b00b1a11b0e6cb45bf749f50923b396c4923fce4 M dlls ---
I hope this helps the developers in fixing this long-standing bug.
I tried reverting the patch with: git show d01e0647d14a79b4a9ce78200eb737d62f9ce298 | patch -p1 -R However, that caused the compilation to fail.