http://bugs.winehq.org/show_bug.cgi?id=25549
--- Comment #8 from Glenn Chugg Libertas.Mania@hotmail.com 2010-12-18 14:38:04 CST ---
git show ea596f8a5f7d732bb56b5921ceb964137df0b930 | patch -p1 -R
but this is only work around, not proper fix.
Thanks for this, it is great to see that less than 40 lines of code in the xrender.c file is causing the conflict. I managed to use git to grab the latest and compile it.
First try it ran perfect, was cool to finally see Wine 1.3.9 able to use the ssWPI again.
The fixme:wincodecs:JpegDecoder... line is still shown in the terminal, meaning it's totally unrelated and the bug is instead caused by the bit depth up scaling patch given above.
I see why you said I might not have any luck fixing the bug myself, although the WinAPI's called in the patch make sense to me the C language does not, nor does any of the references and pointer uses.
Thanks again, at least I can continue to develop and test my projects using the work around.