http://bugs.winehq.org/show_bug.cgi?id=12560
--- Comment #29 from franklin peterson lordchaos82@googlemail.com 2008-10-23 06:21:37 --- Thanks everybody I managed to disable the S3TC as mentioned in the link above.
How I did it.
open dll/wined3d/device.c and search for S3TC for me I changed the else statement at line 5907 (wine-1.1.2 source code) to else { FIXME("PW no S3TC support") } save
then
open dll/wined3d/directx.c and search for S3TC
for me i changed line 2291 from return TRUE; to return FALSE;
then compile and now you should have disabled the S3TC support in wine. I attach a patch for wine 1.1.2 wich include ani cursor und noS3TC
cheers