winecfg
.......drives
.................auto-detect
OMGoose, it worked
LOL, sorry bout that one
WoW installing now!
Thanks All!
-Mob_Eater
Hehe, yeah, I suggested that a few posts backwards on page 9 ;)Mobeater wrote:I air-headed that one. :oops:
winecfg
.......drives
.................auto-detect
OMGoose, it worked
LOL, sorry bout that one
WoW installing now!
Thanks All!
-Mob_Eater
DaveHope wrote:I've applied the 1.8.0 patch but am getting the following error when trying to run in wine:
ERROR #132 (0x85100084)
Program: C:\Program Files\World of Warcraft\WoW.exe
DBFilesClient\VideoHardware.dbc has wrong number of columns (found 19, expected 22)
Any ideas ?

It occurs with or without -openglShadows wrote:Edit:DaveHope wrote:I've applied the 1.8.0 patch but am getting the following error when trying to run in wine:
ERROR #132 (0x85100084)
Program: C:\Program Files\World of Warcraft\WoW.exe
DBFilesClient\VideoHardware.dbc has wrong number of columns (found 19, expected 22)
Any ideas ?
Hmm... do you start it with -opengl switch?
How many updates have been applied by the installer? I remember my WoW restarting like 3 or 4 times and getting additional, smaller updates after the 1.8 one.
Only thing I can image right now, since you've installed a 1.4 Patch manually and the error occured after that, that this 1.4 patch screwed something up. Maybe you should copy the install from the vmware again and just start the unpatched WoW, since it'll download automatically the 1.8 Patch series.
Well, as I said before, if it won't work after the repair, retry it with an upatched WoW und just starting the game, without manually installing any patches. Will take some time, since the initial 1.8 patch is really big, and it'll restart and download some other ones, but it went through that procedure almost automatically and everything was right after that.DaveHope wrote:It occurs with or without -opengl :|Shadows wrote:Edit:DaveHope wrote:I've applied the 1.8.0 patch but am getting the following error when trying to run in wine:
ERROR #132 (0x85100084)
Program: C:\Program Files\World of Warcraft\WoW.exe
DBFilesClient\VideoHardware.dbc has wrong number of columns (found 19, expected 22)
Any ideas ?
Hmm... do you start it with -opengl switch?
How many updates have been applied by the installer? I remember my WoW restarting like 3 or 4 times and getting additional, smaller updates after the 1.8 one.
Only thing I can image right now, since you've installed a 1.4 Patch manually and the error occured after that, that this 1.4 patch screwed something up. Maybe you should copy the install from the vmware again and just start the unpatched WoW, since it'll download automatically the 1.8 Patch series.
No idea. I downloaded an offline update for both 1.4.09 and 1.8.0. I'm now running through the Blizzard Repair util to see if anythin's up. Interestingly, it still runs in a windows environment.
the circle thing is a bug in wow, so blizz has to fix it, not the wine guysShadows wrote:Another Question@all:
Does the 0.9.1 version of wine still require the two patches for the circle and the mouse-over bug?

Tried, gives an error. that I mentioned on page 9legine wrote:I fear best solution would be a reinstall. And I have an Idea how to do it.
if you can mount the ISOs you made copy them over to hd. All in one directory of course and then tr to install it again. This is of course a blind shot and wild guessing. But at least something to try. (if you have the space you could choos an other path as target and see what it brings out.)

I only have a .wine directory since i have used regular wine, wine-cvs seems to use .wine-cvs, but that should be fine?Shadows wrote: @Shienarier
This sounds more like a problem with old and new config files to me. You don't have a config file anymore in the newer wine versions, including cvs. If in doubt, just move your .wine directory to something like .wine.bak or whateva and start winecfg. That'll detect that no fake_windows is installed and will make a fresh one in .wine/drive_c.
Code: Select all
wine-cvs winecfgCode: Select all
!! ~/.wine-cvs/config missing
!! Setting up a config file
!! Setting up ~/.wine-cvs/fake_windows/
!! Setting up default registry.
!! Installation complete.
!! Set your drives in ~/.wine-cvs/config
I dunno, but that cvs version of wine you're using seems to be a bit outdated to me. I'm quite sure that they dropped the config file and moved the whole wine config into the registry since wine-0.9.0, therefore I assume that you're using an outdated cvs snapshot.Shienarier wrote:I only have a .wine directory since i have used regular wine, wine-cvs seems to use .wine-cvs, but that should be fine?Shadows wrote: @Shienarier
This sounds more like a problem with old and new config files to me. You don't have a config file anymore in the newer wine versions, including cvs. If in doubt, just move your .wine directory to something like .wine.bak or whateva and start winecfg. That'll detect that no fake_windows is installed and will make a fresh one in .wine/drive_c.
When i delete .wine-cvs and runsi get this:Code: Select all
wine-cvs winecfgAnd then it exits. The next time i type that exact command winecfg does start, but no changes are saved.Code: Select all
!! ~/.wine-cvs/config missing !! Setting up a config file !! Setting up ~/.wine-cvs/fake_windows/ !! Setting up default registry. !! Installation complete. !! Set your drives in ~/.wine-cvs/config
Yes, I wanted to know about your HW specs :)Linte wrote:@shadows, thx,
i assume u mean me about the specs, so here you go: Pentium 4 2.66, 768 RAM, Nividia 6800 GT 256 RAM, duel boot WinXP/SuSE 9.3.
After the patch the sound is a little choppy, and it does go slow in Ironforge, but it does in Windows also, its my connection speed aswell I think. Does WoW keep the settings in windows in the registery do u know, and can i import these into wine? the game loads with the graphics setting on minimum. Anything else u want to know, just ask :)
Thanks
Code: Select all
SET SoundOutputSystem "1"
SET SoundBufferSize "150"replace 20050930 with 0.9.1, would be my guess...Linubie wrote:Quick and dirty:
Created /usr/local/portage/app-emulation/wine
copied the contens of
/usr/portage/app-emulation/wine (recursive)
into it
copied wine-wow_fixes.patch into
/usr/portage/app-emulation/wine/files
cp /usr/portage/app-emulation/wine/wine-20050930.ebuild /usr/local/portage/app-emulation/wine/wine-20050930-r1.ebuild
added:
epatch "${FILESDIR}"/wine-wow_fixes.patch #wowmousepatch
in:
/usr/local/portage/app-emulation/wine/wine-20050930-r1.ebuild
mkdir /usr/local/portage/app-emulation/wine/wine-20050930-r1
added
PORTDIR_OVERLAY="/usr/local/portage"
to /etc/make.conf
cd /usr/local/portage/app-emulation/wine
ebuild wine-20050930-r1.ebuild digest
emerge wine
enjoy WoW
my only issue is a liitle choppy sound , but mouse is working
thank you all for helping us to get wow run
yes you can just copy it and it will continue to workLinte wrote:If I simply 'drag'n'drop' the WoW folder from the windows NTFS partition to my linux home folder, do you think it would still work, and how do you patch the game in linux (I had to use windows - i know i'm weak). Looks like the BNUpdate.exe file, but that crashes, and the games says "update to access updates - try re-installing World of Warcraft".
Thanks again
sure they got applied correctly? seems to work for about anyone else.Loki|muh wrote:the patches do not work for me. I tried them.prg wrote:how much of this thread did you read?Loki|muh wrote:for me, 0.9.1 works except the targeting :(
any news at this point?
Patching works fine here with just mfc42.dll.Darckness wrote:It was never needed for installation, just for patching. And they only became necessary a few months back.lameaim wrote:...