similar to: Re: Wine and WoW Cataclysm Patch 4.0 troubleshooting thread

Displaying 20 results from an estimated 5000 matches similar to: "Re: Wine and WoW Cataclysm Patch 4.0 troubleshooting thread"

2011 Sep 28
1
Re: Wine and WoW Cataclysm Patch 4.0 troubleshooting thread
@BlackNoxis/tparker: Wine --version: wine-1.2.2 I checked the software package manager program and I don't see a newer Wine version listed :( The graphics drivers are version "NVIDIA 195.36.24" I believe - the "185" in nvidia-glx-185 doesn't seem to match the actual driver version for some reason. ------ @dardack: Thanks for the info. I'd still be interested
2011 Sep 28
3
Re: Wine and WoW Cataclysm Patch 4.0 troubleshooting thread
I'm using nvidia-current for the drivers and nvidia-glx-185 (which appears to be the latest although I did see mention of version 195 somewhere on the internet). Can you post your xorg.conf, Config.wtf (or at least the relevant parts of it) and anything else that may be useful (glxinfo output?) please. I'd really appreciate it. Also, do you remember any settings or changes you did after
2011 Sep 29
1
Re: Wine and WoW Cataclysm Patch 4.0 troubleshooting thread
Off the top of my head, the graphics cards are 7600 GS graphics cards. On the Kubuntu forum, some people who didn't have my problems getting OpenGL to work say they used some X Updates PPA to get their nVidia drivers packages, and they have version 280 of the drivers. I also found a website that talked about building the kernel with some special CONFIG options such as AGPGART and stuff. I
2011 Sep 29
3
Re: Wine and WoW Cataclysm Patch 4.0 troubleshooting thread
That's what I'm going to do, after purging all the current nvidia stuff frommy system. The second thing I'm going to do is download, build and install the latest decent version of Wine. Thanks for all your advice. It's been really helpful. --------- One more question. What with OpenGL support getting dropped from WoW, I was wondering if it was worth trying to use DirectX under
2011 Oct 04
2
Re: Wine and WoW Cataclysm Patch 4.0 troubleshooting thread
I'm getting 24 FPS in Uldum in that place the portal from Orgrimmar takes you to. Not great. My wife seems to be raiding ok with it as it is, so I guess we're ok, but it seems sad to have upgraded CPU and RAM so much and be getting such poor results. Seeing as playing WoW is pretty much all we do with it, maybe it's worth giving ?80 to Micro$oft to get their rubbish OS. In summary,
2011 Oct 06
1
Re: Wine and WoW Cataclysm Patch 4.0 troubleshooting thread
Are you pschizophrenic? Anyway, as I have said before, I am sure it ran faster when I was running it with the same graphics cards under Windows with a slower processor and less RAM. Maybe I need to tweak the SLI setting. Currently it is set to "on", but there are other settings. ftp://download.nvidia.com/XFree86/Linux-x86/96.43.20/README/appendix-w.html has some details.
2011 Sep 27
1
Re: Wine and WoW Cataclysm Patch 4.0 troubleshooting thread
tparker wrote: > On 09/26/2011 06:46 PM, BlackNoxis wrote: > > > I have the same issue, the game is actually working but the Launcher won't work (any type of private server I would try) > > > > The WoW launcher very often does not work in Wine. Just navigate to the > WoW folder and run the game from wow.exe instead of launcher.exe and/or > change your
2011 Oct 07
0
Re: Wine and WoW Cataclysm Patch 4.0 troubleshooting thread
I ran WoW on Windows just a few weeks before I first posted in this thread. TBH my wife used it more than me - it was her PC. But I used to occasionally steer her around when we were questing together or something and she was AFK. The graphics settings under Windows were much higher then than they are now and the FPS, although I didn't measure it exactly, was at least as good. When I turn the
2011 Sep 26
1
Re: Wine and WoW Cataclysm Patch 4.0 troubleshooting thread
I have the same issue, the game is actually working but the Launcher won't work (any type of private server I would try) http://i53.tinypic.com/1zxb72s.jpg Just a question I have : how can I backtrace it ? Or how can I use a debugger to see what's wrong ? Backtracing it means like running the application in terminal like wine application.exe ?
2011 Sep 29
1
Re: Wine and WoW Cataclysm Patch 4.0 troubleshooting thread
I only got offered a few choices - I think I clicked yes to all of them. I read in one post that the answer is to uninstall and re-install the graphics drivers - not sure how that will help, but how do I uninstall nVidia's drivers? I have a vague memory of someone posting about lib32 paths and simlinks or something.
2010 Oct 13
12
Wine and WoW Cataclysm Patch 4.0 troubleshooting thread
Hello, The WoW 4.0 Cataclysm patch landed today, and there's bound to be lots of questions about getting it running in wine. My current status is that I've downloaded the patch and installed it. I've got the new (original WoW) login screen graphic. Once I login, I see a new character background and then a "downloading update" message. Wine crashes moments later.
2010 Dec 18
0
WOW Cataclysm won't install
Debian Lenny Wine 1.1.42 (because there are no binaries) Nvidia 9600 GT I just tried to install the WOW expansion Cataclysm. The Wine installer program returns "access denied". I don't remember seeing this mentioned. So, what do I do now? Jim -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Sep 03
0
Latest WoW Cataclysm Beta build = frequent crashing
So Bliz just a pushed a new Beta build and I'm getting alot of crashes now. Anyone else? A few observations: 1. It crashes anytime I log into a character in Orgrimar. It manages to actually complete the loading process, but within a second or two of Org and my character appearing, crash. The only thing that has happened before the crash in these cases is my character's talent
2012 Jun 04
2
WoW Cataclysm launcher crash
been a couple of days now that i'm trying to install WoW cataclysm from the downloader provided by blizz, once i install and the launcher for the downloading of the game starts the launcher blocks and turns off. i run ubuntu 12.04 LTS and tried with both wine 1.4 and 1.5 and both have the same error, i also tried installing the IE6 libraries for the launcher but nothing changes. here are the
2014 Nov 12
1
[PATCH] fb/gk20a: fix setting of large page size bit
Commit "ltc/gf100-: fix cbc issues on certain boards" moved the setting of the large page size bit from bar/nvc0 to fb/nvc0. GK20A uses its own FB device and the change was thus not applied to it - fix this. Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> --- nvkm/subdev/fb/gk20a.c | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git
2003 Sep 09
1
ANOVA
I have Data like this: Tone OQtil4 OQ0 GOtil4 GO0 SKrhsJ SK0 RCrhsJ RC0 1 HsLG -9.1347877 -2.97 -7.409590 -6.40 9.389357 20.60 10.688854 24.40 2 HsLG -7.9270569 -2.03 -7.861541 -6.90 10.165324 26.40 10.640183 23.10 3 HsLG -7.0394106 -1.26 -7.509566 -6.53 12.033194 30.87 9.401959 20.37 4 HsLG -6.8625610 -1.03 -7.645118 -6.68 10.372605 24.22 9.378803 17.82 5
2010 Dec 05
6
wintricks error
htr at htr:~$ winetricks directx9 Executing wget -O directx_feb2010_redist.exe -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/E/E/1/EE17FF74-6C45-4575-9CF4-7FC2597ACD18/directx_feb2010_redist.exe directx_feb2010_redist.exe: Access denied ------------------------------------------------------ Note: command 'wget -O
2011 Nov 07
9
No sound in World of Warcraft - intermittant.
At first I thought it was due to running Mangler simultaneously, but recently we've had no sound in World of Warcraft. One night when I was setting up to raid that night, I started WoW, and sound worked fine. I then quit WoW, started Mangler, started WoW, had sound in the first but not the second. When WoW started this dialogue box popped up saying that a change in hardware had been detected
2009 Jun 08
2
Prince of Persia Big BUG
Hello, Sorry for my English but i'm french. I have a big Bug when I want to play at Prince of Persia : the Sand of Time on Debian Lenny. The graphism is horrible, I can't play. Look at this image : .http://www.hiboox.fr/go/images/jeu-video/bugpop,ae078e68a75b836f0c1ce7d83334c948.jpg.html I don't understand why I have this problem because when i launch PoP on Ubuntu 9.04, i can play,
2010 Mar 11
3
Yugioh Joey the passion directx9
Im using wine 1.1.40 on Ubuntu 9.10 I get error when i try to play over LAN which says: Please install directx9 Have no clue how to fix it [Embarassed]