Re: wine: '/home/WoW/.wine' is a 32-bit prefix, it cannot be use

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



You probably will have to remove you ".wine" folder if you swap between 32bit and 64bit you can do this by using "rm -R .wine"

then use as "sudo yum erase *wine*"  this will remove all current wine version,
after this install wine 32bit with the following command:
"sudo yum install wine.i686 wine-alsa.i686"

Once it is finished the installation, you can run the command "winecfg" with your normal user name, and set the windows version on XP.

Then do the following to get your sound to work:
In " .wine/user.reg " you can add :
[Software\\Wine\\Drivers]
"Audio"="pulse"

Also the new version of World of Warcraft requires new C++ or something in either way you can fix it by downloading:
http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=200b2fd9-ae1a-4a14-984d-389c36f85647&displayLang=en

Install this package wine should have no problems with it.

After this open in your World of Warcraft folder the following file name "Microsoft.VC80.CRT.manifest".

Find the following line:

Code:
<assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.4053" processorArchitecture="x86"  publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>



and change this line to:

Code:
<assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.762" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>



This worked for me perfectly to run WoW, hope it helps for you!






[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux