I have installed procaster in wine it installed successfully But when i try to start it it asks for import dll library ksproxy.ax can you please guide if the file can be installed using winetricks or also guide if there is any other way of installing ksproxy.ax in wine
ksproxy.ax is included in dxnt.cab which is included in ~/.cache/winetricks/directx9/directx_feb2010_redist.exe You can extract it by hand by doing something like mkdir foo cd foo winetricks d3dx9_36 cabextract ~/.cache/winetricks/directx9/directx_feb2010_redist.exe cabextract dxnt.cab cp ksproxy.ax ~/.wine/drive_c/windows/sytem32 (or is it system?) If that works, I can add it to winetricks later.