http://bugs.winehq.org/show_bug.cgi?id=14034
--- Comment #33 from Alexander Dorofeyev alexd4@inbox.lv --- AFAIK This bug would normally only be reproducible on hardware that lacks good NPOW texture support. IIRC the graphics driver must either be lacking GL_ARB_texture_non_power_of_two and GL_ARB_texture_rectangle features, or Wine must be hacked to pretend both these features are not present.
Because some of the recent reports come from people with new hardware, and the new cards probably all support these extensions, I suspect most simply didn't hit the codepath that doesn't work.
Bruno Jesus, what's the output of glxinfo | egrep -oi 'GL_ARB_texture_rectangle|GL_ARB_texture_non_power_of_two' ?