Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Installing WoW on to a Linux machine

  1. #1
    Join Date
    Sep 2008
    Location
    Statesboro, GA
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    [SOLVED] Installing WoW on to a Linux machine

    The only thing I used Windows for was playing WoW. I want a 100% Ubuntu machine. I friend of mine, an uber Windows guy doesn't believe it can be done. I want to show him that Ubuntu (and Linux as a whole) is a viable system with advantages over Windows. I know he will be convinced if I can do this. I am following the instructions found here:

    https://help.ubuntu.com/community/WorldofWarcraft

    I think that I am doing surprisingly well, however, I don't know how to do this: "Copy all of the files from the first WoW CD to this new directory." I am still reading and trying to learn the terminal commands.

    Nothing I looked up seemed to be quite right to get the job done. I'm trying to copy everything from the CD to the new folder on my desktop. The twist is, the only things showing on the CD are the Mac OSX.app and the Installer Tome.mpq. I am using WINE so, I need the Windows XP installer stuff.

    I'm sure that someone has done this successfully.
    Last edited by Pharohs; September 16th, 2008 at 11:18 AM. Reason: [SOLVED]

  2. #2
    Join Date
    Sep 2008
    Beans
    551
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Installing WoW on to a Linux machine

    Well according to this guide you should have run the following in a command line:

    Code:
    sudo mount -t iso9660 -o ro,unhide /dev/cdrom /media/cdrom0/
    Did you do this part? You should see a CD ROM icon on your desktop at this point of you did this correctly.

    If you do not see the cd rom do the following and then try the above again:
    Code:
    sudo umount /media/crdom0
    Once you have the cd mounted properly do the following to copy all the contents:
    Code:
    sudo cp -R /media/cdrom0 ~/Desktop/wow_install_folder

  3. #3
    Join Date
    Sep 2008
    Location
    Statesboro, GA
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Installing WoW on to a Linux machine

    The "WOW CDROM" icon is on the desktop along with the folder "wow_install" that I made earlier. In my ignorance, I just did everything you said, here are the results:

    othello@othello-laptop:~$ sudo umount /media/crdom0
    umount: /media/crdom0: not found
    othello@othello-laptop:~$ sudo mount -t iso9660 -o ro,unhide /dev/cdrom /media/cdrom0/
    mount: special device /dev/cdrom does not exist
    othello@othello-laptop:~$ sudo cp -R /media/cdrom0 ~/Desktop/wow_install
    othello@othello-laptop:~$


    There is nothing in the folder "wow_install". So, I think that nothing happened. BTW, how do I get the little box around the code lines I posted? I'd like to do things the right way.
    Last edited by Pharohs; September 14th, 2008 at 08:23 PM.

  4. #4
    Join Date
    Sep 2008
    Beans
    551
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Installing WoW on to a Linux machine

    Ok from the output of the mount command it seems there was an error on mounting the cd due to using the wrong device.

    Attempt the instructions again except this time do the following for the mount:

    Code:
    sudo mount -t iso9660 -o ro,unhide /dev/scd0 /media/cdrom0/
    Also the box is done using BB code (its available as buttons, # is the one i used, at the top of the message writing box).

  5. #5
    Join Date
    Sep 2008
    Location
    Statesboro, GA
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Installing WoW on to a Linux machine

    Ok. I did that and here is what happened:

    Code:
    othello@othello-laptop:~$ sudo mount -t iso9660 -o ro,unhide /dev/scd0 /media/cdrom0/
    [sudo] password for othello: 
    mount: /dev/scd0 already mounted or /media/cdrom0/ busy
    mount: according to mtab, /dev/scd0 is mounted on /media/WoW DVD
    othello@othello-laptop:~$


    The CDROM icon is on the desktop. This seems normal. Now, this is what is showing on the disk:



    So, what do I do, to copy everything from the CDROM to the "wow_install" folder on the desktop. Also, as you can see, only the OSX version is showing up on the CDROM.

    I need the XP version to run with the WINE that is already installed.

  6. #6
    Join Date
    Sep 2008
    Beans
    551
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Installing WoW on to a Linux machine

    Did you unmount if first before doing that? It looks like it was already mounted.

    It should be done in this order:

    Code:
    sudo umount /media/WoW\ DVD
    sudo mount -t iso9660 -o ro,unhide /dev/scd0 /media/cdrom0
    sudo cp -R /media/cdrom0 ~/Desktop/wow_install
    If you dont unmount it first, Ubuntu mounts the cd with the default options which may not include the unhide option that is needed to show the XP portion of the cd.
    Last edited by ju2wheels; September 15th, 2008 at 10:17 AM. Reason: Edited unmount path to reflect the path automatically used by Ubuntu

  7. #7
    Join Date
    Sep 2008
    Location
    Statesboro, GA
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Installing WoW on to a Linux machine

    Ok, ju2wheels, I got that done. Your commands were fantastic!
    Here was my next step:
    Code:
    4. Open a terminal and do these commands inside to start the installation:
    Code:
    
    cd /<path-to-directory>/
    wine Installer.exe
    Here is what happened next:
    Code:
    othello@othello-laptop:~/Desktop/wow_install$ cd /home/othello/Desktop/wow_install/cdrom0
    othello@othello-laptop:~/Desktop/wow_install/cdrom0$ wine Installer.exe
    ALSA lib pcm_dmix.c:874:(snd_pcm_dmix_open) unable to open slave
    ALSA lib pcm_dmix.c:874:(snd_pcm_dmix_open) unable to open slave
    err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
    fixme:mixer:ALSA_MixerInit No master control found on ATI IXP Modem, disabling mixer
    othello@othello-laptop:~/Desktop/wow_install/cdrom0$ fixme:richedit:IRichEditOle_fnGetClientSite stub 0x14d32a8
    fixme:ole:OleCreateStaticFromData (not shown), stub!
    Here is what the folder looks like:
    http://s521.photobucket.com/albums/w...reenshot-2.jpg


    This is WAY over my head. I just don't understand why it is so difficult when using WINE. This game is rated Gold with WINE.
    Last edited by Pharohs; September 15th, 2008 at 02:04 PM. Reason: I hoped to improve the clarity of my message.

  8. #8
    Join Date
    Jan 2008
    Location
    Norway
    Beans
    1,527
    Distro
    Ubuntu Development Release

    Re: Installing WoW on to a Linux machine

    it seams like you have trouble here...why don't you download WoW instead?

  9. #9
    Join Date
    Jan 2008
    Location
    /dev/null
    Beans
    2,793
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Installing WoW on to a Linux machine

    WoW installation threads belong in the wine subforum, I'll move it now.

  10. #10
    Join Date
    Dec 2006
    Location
    Austin , TX.
    Beans
    1,406
    Distro
    Ubuntu Development Release

    Re: Installing WoW on to a Linux machine

    Codeweavers , 'nuff said.
    "The arc of the moral universe is long, but it bends toward justice."
    -Dr. Martin Luther King, Jr.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •