Video card or driver doenst support enough textures +

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Rindae
Newbie
Newbie
Posts: 3
Joined: Sun Sep 21, 2008 1:40 pm

Video card or driver doenst support enough textures +

Post by Rindae »

I just installed Call of Duty 4, I when I try to start the game I get this message; Video card or driver doenst support enough textures for the DirectX 9 code path.

I've used the same videocard for CoD4 in Windows, and its working fine.

I have a Nvidia GeForce 7600GS card, and installed the drivers via Envy.
Rico
Moderator
Moderator
Posts: 91
Joined: Sat Feb 23, 2008 12:10 pm

Re: Video card or driver doenst support enough textures +

Post by Rico »

Rindae wrote:I have a Nvidia GeForce 7600GS card, and installed the drivers via Envy.
Which wine version and which driver version are you using?
Rindae
Newbie
Newbie
Posts: 3
Joined: Sun Sep 21, 2008 1:40 pm

Post by Rindae »

Wine 1.0
Drivers: 169.12
Rico
Moderator
Moderator
Posts: 91
Joined: Sat Feb 23, 2008 12:10 pm

Post by Rico »

Rindae wrote:Wine 1.0
Drivers: 169.12
Please update wine.

You could also have a look at the appdb page ( http://appdb.winehq.org/objectManager.p ... &iId=12804 ). There is a nice listing which versions of wine should work out of the box.
James Huk

Video card or driver doenst support enough textures +

Post by James Huk »

2008/9/21 Rindae <[email protected]>
How do I update Wine? (new linux user)





What Linux distro do you have? If Debian based (Ubuntu,Kubuntu, Xubuntu,
Debian, Knoppix etc) just try this in your console (as root):

apt-get update && apt-get upgrade - this will update and upgrade all your
packages

OR

apt-get update && apt-get install wine - this will only update wine

If you have other distro - you can either compile wine from source or try to
find suitable (probably .rpm) package.

P.S

If you want newest package for Debian Etch - you will find it at wine.x.pl.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
Rindae
Newbie
Newbie
Posts: 3
Joined: Sun Sep 21, 2008 1:40 pm

Post by Rindae »

Ok, I've updated Wine and the video drivers. Now I dont get the error, but the game wont start, I just get the splash screen and nothing happens.
Last edited by Rindae on Sun Sep 21, 2008 4:11 pm, edited 1 time in total.
James Huk

Video card or driver doenst support enough textures +

Post by James Huk »

2008/9/21 Rindae <[email protected]>
Ok, I've updated Wine and the video drivers. Now I dont get the error, but
the game wont start, I just get the splash screen and nothing happends.





I don't have this particular game... but - try this:

1.Open terminal and cd to game's dir (if you used standard installation
path, is is probably somewhere in Program Files of your drive_c dir)

cd /home/your_user_name/.wine/drive_c/Program\ Files/something (tip: use
"TAB" button to fo "auto-path" - just type in /h and pres tab - and you will
know what I mean ;] )

2.Now from there try running this thing like this:

wine Name_of_exe.exe

If you are trying to run this game from Fat16/Fat32/NTFS partition - then
try to install or (copy) your game to Linux partition (weird, I know - but
sometimes there are problems - just found out yesterday ;] ). Try running it
now.

If that doesn't help - open winecfg (type winecfg in terminal) go to drives
tab and auto detect them all, go to sound tab - select only ONE driver -
preferably alsa, elect driver emulation and set "acceleration to emulation"
(if alsa was selected switch to oss). Try running the game.

If this doesn't help either - in winecfg go to graphics and disable pixel
and vertex shaders. try running the game.

If that won't help... well I'm out of ideas.

P.S

Paste any console output you will get here, and tell us which distro do you
have.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
Locked