linux mint

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
snav16
Newbie
Newbie
Posts: 1
Joined: Tue Mar 31, 2009 3:51 am

linux mint

Post by snav16 »

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....
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

linux mint

Post by austin987 »

On Tue, Mar 31, 2009 at 4:00 AM, snav16 <[email protected]> wrote:
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....
Maybe try scrolling to the bottom?

--
-Austin
clpo13
Newbie
Newbie
Posts: 1
Joined: Fri Apr 10, 2009 2:44 pm

Post by clpo13 »

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:

Code: Select all

wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar -zxvf ies4linux-latest.tar.gz
cd ies4linux-*
./ies4linux
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.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

linux mint

Post by austin987 »

On Fri, Apr 10, 2009 at 2:55 PM, clpo13 <[email protected]> wrote:
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:


Code:

wget http://www.tatanka.com.br/ies4linux/dow ... est.tar.gz
tar -zxvf ies4linux-latest.tar.gz
cd ies4linux-*
./ies4linux
winetricks does it in a much less invasive way. Plus, it doesn't
install to its own wineprefix:
$ wget kegel.com/wine/winetricks
$ sh winetricks ie6
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
No, don't do that. It will mess up your wineprefix's permissions.
). 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.
Then tell ies4linux that it's broken.
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.
Have you filed a bug for this?

--
-Austin
Locked