http://bugs.winehq.org/show_bug.cgi?id=11167
Jörg Höhle hoehle@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hoehle@users.sourceforge.net
--- Comment #1 from Jörg Höhle hoehle@users.sourceforge.net 2008-04-10 15:26:22 --- I found a reference to the following code, but I'm no GL expert. glTexParameteri(GL_TEXTURE_2D, GL_GENERATE_MIPMAP_SGIS, GL_TRUE); glHint(GL_GENERATE_MIPMAP_HINT_SGIS, GL_NICEST);
The adventure game Luka from the German police http://www.luka.polizei-beratung.de/ also produces this message, preceeded with warn:d3d_texture:IWineD3DBaseTextureImpl_SetAutoGenFilterType Unexpected filter type 3, setting to GL_NICEST and later hangs.
A real bug I just noticed are the missing break; in the switch in that function. I'll also post it to wine-patches.
Regards,