Can we add .ax files using winetricks

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
technocp
Level 2
Level 2
Posts: 13
Joined: Wed Aug 27, 2008 7:41 am

Can we add .ax files using winetricks

Post by technocp »

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
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

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.
zigstat
Level 2
Level 2
Posts: 13
Joined: Thu May 13, 2010 6:15 pm

Post by zigstat »

that 'almost' works, the ksproxy.ax also needs ksuser.dll, thx for the post though woulda taken me forever to find that file!
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Does it work then with both dlls?

If so, maybe you could add a note in the appdb,
http://appdb.winehq.org/objectManager.p ... &iId=21551
zigstat
Level 2
Level 2
Posts: 13
Joined: Thu May 13, 2010 6:15 pm

Post by zigstat »

It worked for a while, something with the latest 1.3.27 effected the vcrun2008 dlls and now it won't start
Locked