search for: d3d8_test

Displaying 1 result from an estimated 1 matches for "d3d8_test".

Did you mean: d3d10_test
2010 Jun 24
0
Re: WineD3D messed up my VM, how do uninstall it?
...is a way to uninstall wine d3d 8 and 9 in a batch script: Wined3d_Uninstall.bat Code: del C:\WINDOWS\system32\libwine.dll del C:\WINDOWS\system32\wined3d.dll del C:\WINDOWS\SysWOW64\libwine.dll del C:\WINDOWS\SysWOW64\wined3d.dll del C:\WINDOWS\system32\d3d8.dll del C:\WINDOWS\system32\d3d8_test.exe ren C:\WINDOWS\system32\d3d8.dll_backup_by_wined3 dd3d8.dll del C:\WINDOWS\system32\d3d9.dll del C:\WINDOWS\system32\d3d9_test.exe ren C:\WINDOWS\system32\d3d9.dll_backup_by_wined3d d3d9.dll pause Hope it solves it for you Pastorelli