I tried to run a windows software on wine and i get this error
It is an online test software, i.e it enables me to take a test online. thats the most description i can give.
Any help? Please i need this to work urgently
I tried to run a windows software on wine and i get this error
It is an online test software, i.e it enables me to take a test online. thats the most description i can give.
Any help? Please i need this to work urgently
You can try installing Direct X using a tool called
winetricks
, since it seems the error is related to that.sudo apt-get install winetricks
.winetricks d3dx9
.Please note you may also need IE6 (or above) since it sounds like its using an ActiveX COM (which only IE uses, afaik). Using winetricks you can get this too!
winetricks ie6
in a terminal.Hope this helps, let me know if this works.
Please check WineHQ App Database (search is on the top-right) to see if your application you're trying to use is listed, since it might give you better steps to get it to work.
References: