Wednesday, January 18, 2012

Saturday, January 14, 2012

Installing WOW on Linux 10.04.3

  • Had a little trouble finding some of the links.

  • general page on installing from command line in Ubuntu
  • this is the install page
  • talks about wine 1.2.3 (arg)
  • have to add WineHQ PPA Repository to resources
  • Application -> Software Center
  • Edit -> Software Sources
  • Other Software -> Add
  • on the APT line:  ppa:ubuntu-wine/ppa
  • Closed the Software Center
  • selected the 1.2 link on the page
  • says that 1.2 is already installed
Uninstall 1.2
  • sudo apt-get update
  • sudo apt-get install wine
    • gave me 1.3 - not what I wanted
Uninstall 1.3
  • sudo apt-get --purge remove wine
  • sudo apt-get autoremove
  • rm -r ~/.wine
  • trying the 1.2 link again
    • I think I could have done the following from the commandline
      • sudo apt-get update
      • sudo apt-get wine1.2
  • version is now wine1.2.3
  • glxinfo | grep rendering
    • glxinfo is not installed
    • sudo apt-get install mesa-utils
  • glxinfo | grep rendering
    • direct rendering: Yes
  • wine -version
    • dummy command, but will setup ~/.wine
  • copy WOW to wine C drive
    • cd "~/.wine/drive_c/Program Files/World of Warcraft"
  • Some how WOW is not on the drive
  • Going to get it

  • Day After Next day
 wine "C:\\Program Files\\World of Warcraft\\WoW.exe" -opengl