http://bugs.winehq.org/show_bug.cgi?id=4050
xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2005-16-12 04:48 ------- it probably checks if the D3DCAPS2_DYNAMICTEXTURES flag is defined, which isn't. if you change line 1436 in dlls/wined3d/directx.c into *pCaps->Caps2 = D3DCAPS2_CANRENDERWINDOWED | D3DCAPS2_DYNAMICTEXTURES|D3DCAPS2_FULLSCREENGAMMA; error message changes into alpha blending not supported. How about coming around that one