http://bugs.winehq.org/show_bug.cgi?id=10992 --- Comment #26 from Rico <kgbricola(a)web.de> 2008-03-04 14:53:41 ---
IDirect3DDevice9_DrawPrimitiveUP(device, D3DPT_TRIANGLESTRIP, 1, tri1, sizeof(tri1[0])) The return value in windows (SP2) is -2005530516 (0x0x8876086c) for D3DDECLTYPE_SHORT4N
The same return value (0x8876086c) is for the problematic on D3DDECLTYPE_SHORT4 (the one I try to fix) I'll try it with d3d8 as soon as possible ... properly then windows return another value ... because I couldn't see the models in sacred anymore, when I just disabled the line in directx.c like this diffuse_funcs[WINED3DDECLTYPE_SHORT4] = (void *) nothing; -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.