Greetings to all, I've installed Tomb Raider Underworld, but when I tried to play I got the following message: Code: "Tomb Raider: Underworld Error" "This game requires a DirectX9.0c capable graphics card. your card or driver does not support DirectX9.0c 3D Acceleration." I've winetricks installed and I installed: "d3dx9", "physx" and I still get the same message. Does anyone know how to solve this problem? Note: Tomb Raider has been tested by users and it works on wine, there are some youtube videos as well as entries in WineHQ that say it worked, my problem is the Directx message that I get that would not let me start the game.
forgot to mention here's my gpu specs: NVIDIA Driver Version: 195.36.31 Operating System: Fedora 13, Linux-x86_64 Graphics Processor: GeForce GTX 260M Memory: 1024MB Memory Interface: 256-bit
Das Letzte Einhorn
2010-Jul-30 18:47 UTC
[Wine] Re: Wine-Winetricks-Directx Tomb Raider Underworld
Does using a native dxdiagn.dll file (http://www.dlldump.com/download-dll-files_new.php/dllfiles/D/dxdiagn.dll/5.03.2600.2180/download.html) help? Download this file and put it in the windows/system32 directory of the prefix where your game is installed.
Das Letzte Einhorn wrote:> Does using a native dxdiagn.dll file (http://www.dlldump.com/download-dll-files_new.php/dllfiles/D/dxdiagn.dll/5.03.2600.2180/download.html) help? Download this file and put it in the windows/system32 directory of the prefix where your game is installed.That did not help, I still get that message.
James McKenzie wrote:> skyxn3t wrote: > > > dimesio wrote: > > > > > > > > > > > Code: > > > > err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems > > > > > > > > > > > > > > > > > > > You are probably missing 32 bit opengl. > > > > > > > > > > > > How do I install Opengl 32 in Fedora 13 x64? I googled but didn't find anything. > > > > > > > > > yum. > > Did you add the 32 bit repository? > > James McKenzieyum install opengl says that package opengl does not exist.
robwhalley
2010-Aug-03 14:33 UTC
[Wine] Re: Wine-Winetricks-Directx Tomb Raider Underworld
Same problem, fixed by checking what i686 packages for nvidia were available: Code: yum list *nvidia*.i686 Then doing the following as root: Code: yum install xorg-x11-drv-nvidia-libs.i686 Hope this helps