linux mint
linux mint
I am trying to install world of warcraft but it wont let me click on the agreement, its gray out. i dont know what to do im using the wine 1.0.1, what can i do to be able to make it work please help....
linux mint
On Tue, Mar 31, 2009 at 4:00 AM, snav16 <[email protected]> wrote:
--
-Austin
Maybe try scrolling to the bottom?I am trying to install world of warcraft but it wont let me click on the agreement, its gray out. i dont know what to do im using the wine 1.0.1, what can i do to be able to make it work please help....
--
-Austin
It's some weird problem with the way Blizzard's user agreement is coded. What you need to do is install IEs4Linux so you have browser support in Wine.
Go to Synaptic and make sure you have the latest versions of wine and cabextract installed.
Then, open up a terminal and type the following:
It will bring up the IEs4Linux install page where you can select what versions of IE to install. Just go with 6 unless you want to mess around with the earlier versions. Click OK and it should install. If you have problems getting it to install, try running the last command above as root. It'll give you a warning, but I think you can safely ignore it. I couldn't install it unless I ran it as root.
After IEs4Linux is installed, start up the WoW installer. It might tell you the Gecko rendering engine needs to be updated. If so, go ahead and update it. After that, you should be able to click Accept at the EULA page.
Go to Synaptic and make sure you have the latest versions of wine and cabextract installed.
Then, open up a terminal and type the following:
Code: Select all
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar -zxvf ies4linux-latest.tar.gz
cd ies4linux-*
./ies4linux
After IEs4Linux is installed, start up the WoW installer. It might tell you the Gecko rendering engine needs to be updated. If so, go ahead and update it. After that, you should be able to click Accept at the EULA page.
linux mint
On Fri, Apr 10, 2009 at 2:55 PM, clpo13 <[email protected]> wrote:
install to its own wineprefix:
$ wget kegel.com/wine/winetricks
$ sh winetricks ie6
--
-Austin
winetricks does it in a much less invasive way. Plus, it doesn'tIt's some weird problem with the way Blizzard's user agreement is coded. What you need to do is install IEs4Linux so you have browser support in Wine.
Go to Synaptic and make sure you have the latest versions of wine and cabextract installed.
Then, open up a terminal and type the following:
Code:
wget http://www.tatanka.com.br/ies4linux/dow ... est.tar.gz
tar -zxvf ies4linux-latest.tar.gz
cd ies4linux-*
./ies4linux
install to its own wineprefix:
$ wget kegel.com/wine/winetricks
$ sh winetricks ie6
No, don't do that. It will mess up your wineprefix's permissions.It will bring up the IEs4Linux install page where you can select what versions of IE to install. Just go with 6 unless you want to mess around with the earlier versions. Click OK and it should install. If you have problems getting it to install, try running the last command above as root (
Code:
sudo ./ies4linux
Then tell ies4linux that it's broken.). It'll give you a warning, but I think you can safely ignore it. I couldn't install it unless I ran it as root.
Have you filed a bug for this?After IEs4Linux is installed, start up the WoW installer. It might tell you the Gecko rendering engine needs to be updated. If so, go ahead and update it. After that, you should be able to click Accept at the EULA page.
--
-Austin