"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.
Das Letzte Einhorn wrote:Does using a native dxdiagn.dll file (http://www.dlldump.com/download-dll-fil ... nload.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-fil ... nload.html) help? Download this file and put it in the windows/system32 directory of the prefix where your game is installed.
When I tried to execute the game using the Terminal these are the messages that I got, they might help:
[root@work Tomb Raider - Underworld]$ wine tru.exe
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered
err:ole:create_server class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0x17
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems
err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat.
err:d3d:InitAdapters Failed to get a gl context for default adapter
Direct3D9 is not available without OpenGL.
"Tomb Raider: Underworld Error"
"This game requires a DirectX9.0c capable graphics card. your card or driver does not support DirectX9.0c 3D Acceleration."
yum install opengl says that package opengl does not exist.
I don't use Fedora so I don't know exactly what the package is named, but "nvidia" is probably part of it.
Try: "yum list '*opengl*'" which shows several matches. Then use "yum
info packagename" to determine which package(s) you need to install. As
always, "man yum" is your friend.