Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
World Of Warcraft Support UPDATED DEC31/06!
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 6, 7, 8 ... 26, 27, 28  Next  
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
antonlacon
Apprentice
Apprentice


Joined: 27 Jun 2004
Posts: 223

PostPosted: Thu Sep 07, 2006 2:54 am    Post subject: Reply with quote

Has anyone had luck in getting the Launcher working correctly?

Currently, the web content doesn't display (white field) but the "Play, Public Test" etc buttons work just fine.
Back to top
View user's profile Send private message
Brain Fury
Guru
Guru


Joined: 10 Jul 2003
Posts: 357
Location: Düsseldorf (Germany)

PostPosted: Thu Sep 07, 2006 12:45 pm    Post subject: Reply with quote

I am experiencing a strange problem here with my WoW installation.
Everything on the Screen except from the menues has "slipped" down. The top third is black, the middle third is at the bottom and the bottom third isn't displayed at all. But if I want to target a NPC for example I jhave to place the mouse one third over the position whwere it is displayed.
And in addition to this there are some fuzzy graphic errors.
Anyone experienced a similar problem?

Heres a screenshot of what it looks like
http://img56.imageshack.us/my.php?image=screenshot200609071451jz4.jpg
_________________
shift HAPPENS
Back to top
View user's profile Send private message
Timbers2k
Apprentice
Apprentice


Joined: 03 Oct 2003
Posts: 212

PostPosted: Thu Sep 07, 2006 1:12 pm    Post subject: Reply with quote

Just wanted to share a major performance improvement! Add this registry key:
Code:

"HKLM\\Software\\Wine\\OpenGL\\DisabledExtensions" = "GL_ARB_vertex_buffer_object"


It made huge improvements for me, went from 15-30 fps to 30-70 fps. I have an AMD64 3200+ Ig Ram, and a 6800GT.
This was listed at winehq, in the appdb section. They have all the details on how to set it up.
Back to top
View user's profile Send private message
Heksanol
n00b
n00b


Joined: 30 Aug 2003
Posts: 32
Location: South-Africa

PostPosted: Thu Sep 07, 2006 6:47 pm    Post subject: Reply with quote

Timbers2k wrote:
Just wanted to share a major performance improvement! Add this registry key:
Code:

"HKLM\\Software\\Wine\\OpenGL\\DisabledExtensions" = "GL_ARB_vertex_buffer_object"


It made huge improvements for me, went from 15-30 fps to 30-70 fps. I have an AMD64 3200+ Ig Ram, and a 6800GT.
This was listed at winehq, in the appdb section. They have all the details on how to set it up.


Where exactly are the instructions to do this - Ive tried searching for it but coouldnt find it.

I got WoW working on my system - but the frame rates are a little low.

Thanks
Back to top
View user's profile Send private message
Timbers2k
Apprentice
Apprentice


Joined: 03 Oct 2003
Posts: 212

PostPosted: Thu Sep 07, 2006 7:04 pm    Post subject: Reply with quote

It's in the appdb section. Look up WoW and select the latest version. To save you some time, here is the information. You fire up regedit.exe and add the new key by doing this:

Quote:
Here's how you do it ...

Find HKEY_LOCAL_MACHINE\Software\Wine\

Highlight the wine folder in the left hand pane by clicking left on it. The icon should change to an open folder

Click right on the wine folder and select [NEW] then [KEY]

Replace the text "New Key #1" with OpenGL

Click right in the right hand pane and select [NEW] then [String Value]

Replace "New Value #1" with "DisabledExtensions"
(Notice it's case sensitive)

Then double click anywhere on the line, a dialog box will open. In the value field type "GL_ARB_vertex_buffer_object" (without the quotes).


That should do it.
Back to top
View user's profile Send private message
Prosper4tie
Tux's lil' helper
Tux's lil' helper


Joined: 02 Apr 2004
Posts: 94
Location: France (74)

PostPosted: Fri Sep 08, 2006 4:16 pm    Post subject: Reply with quote

Hello,

When I'm trying to log in, a short delay message say me "Downloading", and after my screen still black.
I' don't change anything, and yesterday, all works fine.

I' don't know what is it
Back to top
View user's profile Send private message
xyz123
n00b
n00b


Joined: 08 Sep 2006
Posts: 1

PostPosted: Fri Sep 08, 2006 5:35 pm    Post subject: Reply with quote

Hi,

I had the same problem when trying to log today, after some testing it seems to come from the Survey.mpq in the WDB folder. To fix the problem try:

rm Survey.mpq
touch Survey.mpq
chmod u-w Survey.mpq

This creates an empty Survey.mpq without write access, so that WoW can't use it.
For me it fixes the Problem. If i remember correct that bug was already discribed in the forums some months earlier, but seems to have disappeared.
Back to top
View user's profile Send private message
Prosper4tie
Tux's lil' helper
Tux's lil' helper


Joined: 02 Apr 2004
Posts: 94
Location: France (74)

PostPosted: Fri Sep 08, 2006 5:40 pm    Post subject: Reply with quote

Yes, it works nice \o/ you are my hero (BWL begin in 30min :D)

I see on the french forum that Blizzard take many information of pc to make report.
Back to top
View user's profile Send private message
Heksanol
n00b
n00b


Joined: 30 Aug 2003
Posts: 32
Location: South-Africa

PostPosted: Sat Sep 09, 2006 7:34 am    Post subject: Reply with quote

Timbers2k wrote:
It's in the appdb section. Look up WoW and select the latest version. To save you some time, here is the information. You fire up regedit.exe and add the new key by doing this:

Quote:
Here's how you do it ...

Find HKEY_LOCAL_MACHINE\Software\Wine\

Highlight the wine folder in the left hand pane by clicking left on it. The icon should change to an open folder

Click right on the wine folder and select [NEW] then [KEY]

Replace the text "New Key #1" with OpenGL

Click right in the right hand pane and select [NEW] then [String Value]

Replace "New Value #1" with "DisabledExtensions"
(Notice it's case sensitive)

Then double click anywhere on the line, a dialog box will open. In the value field type "GL_ARB_vertex_buffer_object" (without the quotes).


That should do it.


Thanks!

That resgistry entry really does make a differance - the game is now actually playable! :o
Back to top
View user's profile Send private message
antipod
Apprentice
Apprentice


Joined: 20 Mar 2003
Posts: 168
Location: Karlshamn, Sweden

PostPosted: Mon Sep 11, 2006 12:32 pm    Post subject: Reply with quote

Timbers2k wrote:
Just wanted to share a major performance improvement! Add this registry key:
Code:

"HKLM\\Software\\Wine\\OpenGL\\DisabledExtensions" = "GL_ARB_vertex_buffer_object"


It made huge improvements for me, went from 15-30 fps to 30-70 fps. I have an AMD64 3200+ Ig Ram, and a 6800GT.
This was listed at winehq, in the appdb section. They have all the details on how to set it up.


Über! Now the game finally is quite playable and the only thing that bothers me compared to playing it in Windows are some small things.

1) No Hardware Cursor... when the game goes down to sub 10 fps it is a bit frustrating trying to click on bars etc.
2) Graphical bugs... like weather effects not working properly (some textures are standing still in the air and I aven get, for example, rain indoors if I just can see outdoors from inside.

Using Wine 0.9.19 with ATi x600 with latest drivers, Xorg 7.1.1, KDE 3.5.4 and the game works very well otherwise.

Anyone knows if there is a fix for the cursor (doubt it as hardware cursor don't even make it in opengl in Windows) or the weather effects?

And, I can't change any graphical settings IN the game, it crashes then... is that a common problem?

Edit: Tried the script to start the game on display 3 and it works as it starts the game but it runs at 0.20 fps or so... so I guess that screen does not have hardware acceleration. Is there a way to make all screens get hardware acceleration, as I want to cram out as much fps as I can in the game?!
Back to top
View user's profile Send private message
rankincj
n00b
n00b


Joined: 11 Aug 2005
Posts: 7

PostPosted: Mon Sep 11, 2006 2:13 pm    Post subject: Hardware cursor: feature or bug? Reply with quote

antipod wrote:

1) No Hardware Cursor... when the game goes down to sub 10 fps it is a bit frustrating trying to click on bars etc.


I see your point, but speaking as someone who has never run Warcraft under Windows, is the hardware cursor supposed to be visible? I had always assumed not...
Back to top
View user's profile Send private message
antipod
Apprentice
Apprentice


Joined: 20 Mar 2003
Posts: 168
Location: Karlshamn, Sweden

PostPosted: Mon Sep 11, 2006 2:16 pm    Post subject: Re: Hardware cursor: feature or bug? Reply with quote

rankincj wrote:
antipod wrote:

1) No Hardware Cursor... when the game goes down to sub 10 fps it is a bit frustrating trying to click on bars etc.


I see your point, but speaking as someone who has never run Warcraft under Windows, is the hardware cursor supposed to be visible? I had always assumed not...


Nah, it is greyed out in OpenGL. So maybe it isn't really a problem as it works as it should, but it decreases the playability some in my eyes not having a hardware cursor. Guess the sollution is to get a better computer to have it not go under 30+ fps, but that is a but costly! ^^
Back to top
View user's profile Send private message
Caedes
n00b
n00b


Joined: 09 Jun 2005
Posts: 30

PostPosted: Tue Sep 12, 2006 7:06 am    Post subject: OpenGL registry hack Reply with quote

Cannot confirm the positive effect of the OpenGL registry entry. During a MC run fps stays overall the same. It *could* be, that turning around feels a bit smoother, even under low fps conditions, but this also *could* be just a personal illusion. Graphics adapter: Nvidia 6600, driver 7676

What indeed gave me a great performance boost was switching from wine 0.9.16 to 0.9.20. I have no problems with weather effects or changing video settings ingame.
_________________
The difference between theory and practice is that in theory, theory and practice are the same, but in practice they are not.
Back to top
View user's profile Send private message
idunno246
n00b
n00b


Joined: 26 Oct 2003
Posts: 64

PostPosted: Thu Sep 14, 2006 11:17 pm    Post subject: Reply with quote

just installed wine 0.9.21 and it crashes on ATI hardware. According to the WineDB theres no workaround yet
Back to top
View user's profile Send private message
antipod
Apprentice
Apprentice


Joined: 20 Mar 2003
Posts: 168
Location: Karlshamn, Sweden

PostPosted: Fri Sep 15, 2006 8:02 am    Post subject: Reply with quote

Just a comfirmation that it crashes for me too (ATi radeon x600 laptop) before even getting to the login screen. Buggers; back to 0.9.19 again then... ^^
Back to top
View user's profile Send private message
ikshaar
Veteran
Veteran


Joined: 23 Jul 2002
Posts: 1339
Location: Baltimore, MD

PostPosted: Fri Sep 15, 2006 12:10 pm    Post subject: Reply with quote

Just to mention, our realm was just retrofitted for upcoming BC, and my fps got a very nice bump. The minimum fps did not change (always bad spot) but the feeling is much smoother.
_________________
"May God stands between you and harm in all the empty places where you must walk" - Babylon 5
Back to top
View user's profile Send private message
Warhead
Tux's lil' helper
Tux's lil' helper


Joined: 09 Oct 2003
Posts: 122
Location: Verden, near Bremen, Germany

PostPosted: Mon Sep 18, 2006 11:43 am    Post subject: Reply with quote

Is there a howto or a list of known bugs? I just emerged wine, to see, that there is noch config file anymore, and there is a winecfg now. I have WoW installed on a windowspartion, when I start it I can only see the Menues, the background is all black. I can enter the game, bun I can only see the UI, not the renderd world itself. I can not find anything usefull to change in the winecfg. Niether can I find someone with the same problem in this forum or on the web.

EDIT: Sound ist not working ether, but to actualy see somthing in the game would be the major improvement.
_________________
To Rome said Nero: "If to smoke you turn
I shall not cease to fiddle while you burn."
To Nero Rome replied: "Pray do your worst,
'Tis my excuse that you were fiddling first."
--Orm Pludge
Back to top
View user's profile Send private message
Caboose
Tux's lil' helper
Tux's lil' helper


Joined: 17 Mar 2005
Posts: 120
Location: Denver CO, USA

PostPosted: Mon Sep 18, 2006 6:50 pm    Post subject: Reply with quote

You need to run WoW in opengl mode.

Install wine with this ebuild. You'll need this patch as well. (this ebuild is for nvidia only)

The sound, make sure something else is not using the sound server. Also, edit your WoW Config.wtf and add theese lines:
SET SoundOutputSystem "1"
SET SoundBufferSize "150"
_________________
The official Gentoo motto is, "If it moves, compile it."
Back to top
View user's profile Send private message
DeathAndTaxes
Tux's lil' helper
Tux's lil' helper


Joined: 27 Mar 2003
Posts: 124

PostPosted: Tue Sep 19, 2006 4:45 am    Post subject: Reply with quote

Timbers2k wrote:
It's in the appdb section. Look up WoW and select the latest version. To save you some time, here is the information. You fire up regedit.exe and add the new key by doing this:

Quote:
Here's how you do it ...

Find HKEY_LOCAL_MACHINE\Software\Wine\

Highlight the wine folder in the left hand pane by clicking left on it. The icon should change to an open folder

Click right on the wine folder and select [NEW] then [KEY]

Replace the text "New Key #1" with OpenGL

Click right in the right hand pane and select [NEW] then [String Value]

Replace "New Value #1" with "DisabledExtensions"
(Notice it's case sensitive)

Then double click anywhere on the line, a dialog box will open. In the value field type "GL_ARB_vertex_buffer_object" (without the quotes).


That should do it.


Holy crap this made a huge difference for me. I was already pretty content with 30ish FPS, but now I'm at 60-90 depending on what's on-screen. :-D
Back to top
View user's profile Send private message
otherside
Apprentice
Apprentice


Joined: 01 Jul 2002
Posts: 179

PostPosted: Thu Sep 21, 2006 11:40 am    Post subject: Reply with quote

Does anyone else have problems with sound? I had and setting SoundBufferSize to "232" caused delays in the sound and that wasn't nice anymore (I begin to cast a spell, a second later I hear the sound :? )

So.. I hacked dsound and the winealsa driver and it works perfectly, no buffer underruns, sound is nice and smooth. The downside is that if you apply this patch, you most probably won't be able to play any other game since there are a lot WoW-specific hacks., buy hey, why should anyone play another game, right? 8)

here is the patch: http://dbservice.com/ftpdir/tom/dsound-alsa.patch
Back to top
View user's profile Send private message
kraay
n00b
n00b


Joined: 08 Sep 2006
Posts: 24

PostPosted: Sat Sep 23, 2006 2:02 am    Post subject: Reply with quote

swoppe wrote:
Got it working now!!

I just nuked the WTF and WDB folders and its working, happy days!

EDIT: nope only the loginscreen worked still flickering like mad


nuked them whit what ? i have that insane flicking to .. could u tell me how to fix ....plz
Back to top
View user's profile Send private message
treor
Apprentice
Apprentice


Joined: 03 May 2005
Posts: 174
Location: germany

PostPosted: Sat Sep 23, 2006 8:30 am    Post subject: Reply with quote

kraay wrote:
swoppe wrote:
Got it working now!!

I just nuked the WTF and WDB folders and its working, happy days!

EDIT: nope only the loginscreen worked still flickering like mad


nuked them whit what ? i have that insane flicking to .. could u tell me how to fix ....plz



i dont find swoopes post. so i cant tell if its your problem or not.

but if you've got a nvidia graphiccard you should try wine with the patch from wine hq.
http://appdb.winehq.org/appview.php?iVersionId=5606
Back to top
View user's profile Send private message
kraay
n00b
n00b


Joined: 08 Sep 2006
Posts: 24

PostPosted: Sat Sep 23, 2006 8:55 am    Post subject: Reply with quote

Quote:
i dont find swoopes post. so i cant tell if its your problem or not.

but if you've got a nvidia graphiccard you should try wine with the patch from wine hq.
http://appdb.winehq.org/appview.php?iVersionId=5606


This is what happens:
when i start the game nothing seems wrong even when i enter the world everything seems cool ....as long i stay outside nothing happens..
but when i enter a house or keep ,inn whatever... the screen starts to flicker extreemly..

and yes i do have a nvidia card Gforce 7300gs ...
I can not find the patch in the link http://appdb.winehq.org/appview.php?iVersionId=5606 ... and when i do find it how do i apply it .. sorry but am new in this
btw am using wine 0.9.21 ...
Back to top
View user's profile Send private message
legine
Guru
Guru


Joined: 27 May 2004
Posts: 555
Location: Germany

PostPosted: Sat Sep 23, 2006 10:10 am    Post subject: Reply with quote

Quote:
Does anyone else have problems with sound? I had and setting SoundBufferSize to "232" caused delays in the sound and that wasn't nice anymore (I begin to cast a spell, a second later I hear the sound :? )

So.. I hacked dsound and the winealsa driver and it works perfectly, no buffer underruns, sound is nice and smooth. The downside is that if you apply this patch, you most probably won't be able to play any other game since there are a lot WoW-specific hacks., buy hey, why should anyone play another game, right? 8)

here is the patch: http://dbservice.com/ftpdir/tom/dsound-alsa.patch

Dont know if this works.
But you could compile a patched version of wine manually (should do without probs.) then copy the dsound-alsa file and define a dll override vor WoW. I mean that should do the trick.
Wouldnt keep that Wow perfecly working and at the same time keeping WoW normal?

Sorry I do not have time currently to try the Idea, I am happy if I can lock in some hours on weekends for WoW.

(I pokeing this Idea quite a while...)
_________________
quote from Spaceballs:
Dark Helmet:[...] we were told to comb the desert, so we're combing it! [puts down bullhorn] Find anything yet?!
Soldier: Nothing yet, sir.
Back to top
View user's profile Send private message
treor
Apprentice
Apprentice


Joined: 03 May 2005
Posts: 174
Location: germany

PostPosted: Sat Sep 23, 2006 10:33 am    Post subject: Reply with quote

[quote="kraay"]
Quote:
....
and yes i do have a nvidia card Gforce 7300gs ...
I can not find the patch in the link http://appdb.winehq.org/appview.php?iVersionId=5606 ... and when i do find it how do i apply it .. sorry but am new in this
btw am using wine 0.9.21 ...


a link to the patch is on the winehq site i postet 4 you. i don't tell you where it exactly is because it is not my task to read for you ;)


but i can tell you how you patch wine. its realy easy with gentoo.

just copy /usr/portage/app-emulation/wine in your portage overlay directory.
then copy the patch file in "portageoverlay"/app-emulation/wine/files.
now you edit the ebuild file and add the line
Code:
epatch "${FILESDIR}"/"yourwinewow0.9.21patch".patch
at the correct place in the ebuild (its easy to find the correct place so i don't tell ;) )

the next thing you have to do is just
Code:
ebuild wine-0.9.21 digest



if you have still problems (for example if you don't have a portage overlay already) try to find a solution in the gentoo wiki ( http://gentoo-wiki.com/Main_Page )
or here in the forum. every information you'll need is somewhere ;)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Goto page Previous  1, 2, 3 ... 6, 7, 8 ... 26, 27, 28  Next
Page 7 of 28

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum