http://bugs.winehq.org/show_bug.cgi?id=10697
--- Comment #34 from Roderick Colenbrander thunderbird2k@gmx.net 2008-01-12 09:48:12 --- You could try to do the following in surface_blt_to_drawable to disable GL_ARB_texture_rectangle.
if(This->glDescription.target == GL_TEXTURE_RECTANGLE_ARB) to if((This->glDescription.target == GL_TEXTURE_RECTANGEL_ARB) && !((This->resource.format == WINED3DFMT_P8) && GL_SUPPORT(EXT_PALETTED_TEXTURE)))