Hi I'm not sure if this is the right forum to ask a question about Winetricks, but I'm going to try anyway since I just can't seem to find a place dedicated to it. ./winetricks directx finishes, but gives a lot of strange feedback which I think isn't supposed to be there. I don't have any games around right now, so I can't see if the thing is working. Code: malkav@Arcadia:~$ ./winetricks directx9 Setting Windows version to win2k Executing wine regedit /home/malkav/.wine/drive_c/winetrickstmp/set-winver.reg Executing wine /home/malkav/.winetrickscache/directx_nov2008_redist.exe /t:c:\winetrickstmp fixme:advapi:DecryptFileA "c:\\winetrickstmp\\" 00000000 Using native override for following DLLs: d3dim d3drm d3dx8 d3dx9_24 d3dx9_25 d3dx9_26 d3dx9_27 d3dx9_28 d3dx9_29 Executing wine regedit /home/malkav/.wine/drive_c/winetrickstmp/override-dll.reg Using native override for following DLLs: d3dx9_30 d3dx9_31 d3dx9_32 d3dx9_33 d3dx9_34 d3dx9_35 d3dx9_36 d3dxof Executing wine regedit /home/malkav/.wine/drive_c/winetrickstmp/override-dll.reg Using native override for following DLLs: dciman32 ddrawex devenum dmband dmcompos dmime dmloader dmscript dmstyle Executing wine regedit /home/malkav/.wine/drive_c/winetrickstmp/override-dll.reg Using native override for following DLLs: dmsynth dmusic dmusic32 dnsapi dplay dplayx dpnaddr dpnet dpnhpast dpnlobby Executing wine regedit /home/malkav/.wine/drive_c/winetrickstmp/override-dll.reg Using native override for following DLLs: dswave dxdiagn mscoree msdmo qcap quartz streamci Executing wine regedit /home/malkav/.wine/drive_c/winetrickstmp/override-dll.reg Using builtin override for following DLLs: d3d8 d3d9 dinput dinput8 dsound Executing wine regedit /home/malkav/.wine/drive_c/winetrickstmp/override-dll.reg Executing wine c:\winetrickstmp/DXSETUP.exe err:setupapi:do_file_copyW Unsupported style(s) 0x144 err:setupapi:do_file_copyW Unsupported style(s) 0x144 err:setupapi:do_file_copyW Unsupported style(s) 0x144 (This repeats itself a few hundred times until:) Code: err:setupapi:do_file_copyW Unsupported style(s) 0x144 err:setupapi:do_file_copyW Unsupported style(s) 0x144 err:setupapi:do_file_copyW Unsupported style(s) 0x144 Clearing Windows version back to default Executing wine regedit /home/malkav/.wine/drive_c/winetrickstmp/unset-winver.reg Install of directx9 done winetricks done. malkav@Arcadia:~$ fixme:advapi:SetEntriesInAclA 1 0x33f79c (nil) 0x33f7d4 fixme:advapi:SetSecurityInfo stub fixme:advapi:SetEntriesInAclA 1 0x33f788 (nil) 0x33f7d0 fixme:advapi:SetSecurityInfo stub fixme:advapi:SetEntriesInAclA 1 0x33f7a8 (nil) 0x33f7f0 fixme:advapi:SetSecurityInfo stub fixme:iphlpapi:NotifyAddrChange (Handle 0x7d1379f8, overlapped 0x7d1379dc): stub Through Google I found out how this is what you might see if you manually install DirectX (without the help of Winetricks) and forget to change WINE's compatibility mode to Windows 2000. That ain't it. II checked every compatibility mode with more or less the same result, a long list of "err:setupapi:do_file_copyW Unsupported style(s) 0x144". Is this going to be a problem?