To install SSE 2010 in Wine under Linux , you have to use the script Winetricks to install the d3dx9 DLLs (Directx9c) which is needed by SSE 2010. Do not install Directx9c when installing SSE 2010, because installing the whole bunch of Directx9c can cause problems. See http://wiki.winehq.org/FAQ#head-fbaa851e07d7484640cc10b6d0c48abc741260b2 (http://wiki.winehq.org/FAQ#head-fbaa851e07d7484640cc10b6d0c48abc741260b2).
Make sure to have the latest stable Wine version, which can be downloaded at http://www.winehq.org/download/ (http://www.winehq.org/download/).
In Ubuntu or Linux Mint do the following to install Wine:
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.6
Using Winetricks:
In a terminal type the following commands:
wget http://kegel.com/wine/winetricks
sh winetricks d3dx9
In case of troubles running SSE 2010 under Wine, take a look at the following websites:
http://wiki.winehq.org/HowTo (http://wiki.winehq.org/HowTo), http://wiki.winehq.org/FAQ (http://wiki.winehq.org/FAQ), http://wiki.winehq.org/winetricks (http://wiki.winehq.org/winetricks) and http://forum.winehq.org/ (http://forum.winehq.org/).