Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
WoW install: Disc switching
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
thom_raindog
Guru
Guru


Joined: 16 May 2008
Posts: 400

PostPosted: Wed Dec 17, 2008 8:24 am    Post subject: WoW install: Disc switching Reply with quote

Howdie,

I know, this one is really basic, but I am clueless as to how to fix it.

I would like to install WoW (again). I have done this probably a dozen times by now, but the last time has been a while.
Now, somehow or the other I have so far always managed to get things set up in a way where I can simply open my CD-tray and put in the next disc when the installer asks for it. On (K)ubuntu just as well as on Gentoo.
But this time I hit a brick wall and can't get it done.

Two things bug me:
When I insert a disc, KDE recognizes it and asks me what to do. When I pick "Open in new Window" it opens a window pointing to "system:/media/hdc", which was originally NOT at all where the CD is supposed to be mounted according to fstab which pointed to /mnt/cdrom1. Consequently the konqueror window tells me it can find nothing at that location, big surprise.
I was able to manually mount the CD manually, set winecfgs drives accordingly, start installing, but could not change the CD.

So I set the mountpoint to the desired /media/hdc and low and behold, konqueror shows the CD contents now. Yeeha..
The installation still is stuck after disc 1. Weirdly enough, that is the case even though the 2nd cd is right in the drive, is mounted to the very same location that disc1 was mounted to, but wine / WOW still can't see it.

Now, what is also buggin me (that's the 2nd thing): When I click on the installer in konqueror it does NOT automatically open it with wine,it asks what program to open it with. THAT was different too, back when things worked...

So, where do I start looking? :)
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5934

PostPosted: Wed Dec 17, 2008 3:35 pm    Post subject: Reply with quote

check winecfg to see where it expects your "D:" drive to be. for me its /mnt/cdrom. 8)
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
thom_raindog
Guru
Guru


Joined: 16 May 2008
Posts: 400

PostPosted: Wed Dec 17, 2008 9:54 pm    Post subject: Reply with quote

By now it's /mnt/hdc, which is what I changed it to after the first failed try.
I can use
wine d:\Installer.exe
just fine, so that link works...
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5934

PostPosted: Wed Dec 17, 2008 11:34 pm    Post subject: Reply with quote

i'd try turning off all that kde automounting stuff... i don't use any of it and have installed multi-cd games before. that'd be my only guess. :oops:
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
thom_raindog
Guru
Guru


Joined: 16 May 2008
Posts: 400

PostPosted: Thu Dec 18, 2008 7:39 am    Post subject: Reply with quote

I tried NOT using it anyway, and not even that helped any...
As I said, I manually mounted the second CD to where the first one had been, still no luck..
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5934

PostPosted: Thu Dec 18, 2008 1:56 pm    Post subject: Reply with quote

strange...

which wine are you using? tried different versions?
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
Timbers2k
Apprentice
Apprentice


Joined: 03 Oct 2003
Posts: 215

PostPosted: Thu Dec 18, 2008 2:55 pm    Post subject: Reply with quote

If you want to install from the CDs I'd suggest you copy the contents to a directory on your hard drive and install from there. There are problems installing from multiple CDs with wine. However, if you do that you will have a LOT of patches to load to WOW once you have it installed, it will take you much longer to patch than it did to install.

You might want to download a newer version directly form you account page, this will be closer to the current version and require much less patching.
Back to top
View user's profile Send private message
lightvhawk0
Guru
Guru


Joined: 07 Nov 2003
Posts: 388

PostPosted: Fri Dec 19, 2008 2:23 am    Post subject: Reply with quote

Timbers2k wrote:
If you want to install from the CDs I'd suggest you copy the contents to a directory on your hard drive and install from there. There are problems installing from multiple CDs with wine. However, if you do that you will have a LOT of patches to load to WOW once you have it installed, it will take you much longer to patch than it did to install.

You might want to download a newer version directly form you account page, this will be closer to the current version and require much less patching.


I remember I had to keep mounting the discs to different directories and tell wine those directories were my cd rom drive.
_________________
If God has made us in his image, we have returned him the favor. - Voltaire
Back to top
View user's profile Send private message
coolsnowmen
Veteran
Veteran


Joined: 30 Jun 2004
Posts: 1479
Location: No.VA

PostPosted: Fri Dec 19, 2008 4:44 am    Post subject: Reply with quote

Noone has said this yet,
when I installed a multidisk game with wine, I did something like:

Code:
wine d:/setup.exe

then when it asked for the next disc I had to use
Code:
wine eject

or the install program wouldn't recognize disc 2
_________________
emerge: there are no ebuilds to satisfy "moo"
Back to top
View user's profile Send private message
hackerError
Guru
Guru


Joined: 14 Mar 2003
Posts: 342
Location: Reston, VA, USA

PostPosted: Fri Dec 19, 2008 5:42 pm    Post subject: Reply with quote

If you have a decent net connection, Blizzard provides a tool that automatically downloads and installs WoW, BC, and or WOTLK without needing any cds or other media. I use it whenever I have to reinstall.

You can access it by logging in to the account management page of the warcraft website and then clicking the link from there.


Otherwise, you may have to do something like:

Code:

mount /dev/cdrom0 /mnt/cdrom0
wine /mnt/cdrom0/install.exe &
umount /mnt/cdrom0   (When it finishes the first disk)
(pop out the disk, and replace it with disk2)
mount /dev/cdrom0 /mnt/cdrom0


That's what I also remember having to do. By default on my system I can't just press the eject button on the tray to unmount the disc (I like it this way).
_________________
Before you insult someone, it is often best to walk a mile in their shoes.

That way when you insult them you're already a mile away and have their shoes.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum