@cloudef thanks for letting me know.. i tryed to apply the fallout patch here: http://bugs.winehq.org/attachment.cgi?id=17130 to wine source (1.1.18).. i decompressed sources, put the patch in source root dir and did: patch -p1 < filename.diff but it didn't seem to go well: [ keisangi@gateway ]$ patch -p1 < patch patching file dlls/wined3d/directx.c Hunk #1 FAILED at 4247. Hunk #2 FAILED at 4377. 2 out of 2 hunks FAILED -- saving rejects to file dlls/wined3d/directx.c.rej patching file dlls/wined3d/wined3d_main.c Hunk #1 FAILED at 264. 1 out of 1 hunk FAILED -- saving rejects to file dlls/wined3d/wined3d_main.c.rej patching file dlls/wined3d/wined3d_private.h Hunk #1 succeeded at 289 (offset 88 lines). so maybe i'm using outdated patch ? is there a new one ? what could i do? just remove 1.1.18 and install 1.1.17 instead would be ok ? or i would still need to apply a patch ?