dxdiag - exits without success

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
AlannY

dxdiag - exits without success

Post by AlannY »

Hi there. I'm trying to turn on DirectX in Wine. (please read whole message, and only after that blamming me).

Recently, I've used Gentoo and it's Wine. But after that, I switched to Fedora
and start using Fedora's Wine. Some programs load successfully, but not DirectX.
As I said before, everything was normal in Gentoo, but not in Fedora. (for both
I have amd64 (x86_64) arch).

I've installed Wine with:

%# yum install wine.i686

This installs many of i686 libs, seems ok.

After that, I'm running winecfg:

%# winecfg

And setting up my default.

After that I'm starting dxdiag for testing DirectX:

%# wine dxdiag

And nothing happens. No window, no messages on console.

%# echo $?

prints

%# 0

Everything is OK (return code 0).

I thought that dxdiag is not in this Wine package; So I tryed to install DirectX
from M$ site with guide from this link: http://howto.landure.fr/gnu-linux/insta ... using-wine

Everything installs ok.

So, I've tryed to run dxdiag again, and again no window, no messages in console, return code 0.

What can I do? What's happening with it?

Thanks for patience.

--
)\._.,--....,'``.
/, _.. \ _\ (`._ ,.
`._.-(,_..'--(,_..'`-.;.'
James McKenzie

dxdiag - exits without success

Post by James McKenzie »

AlannY wrote:
Hi there. I'm trying to turn on DirectX in Wine. (please read whole message, and only after that blamming me).

Recently, I've used Gentoo and it's Wine. But after that, I switched to Fedora
and start using Fedora's Wine. Some programs load successfully, but not DirectX.
As I said before, everything was normal in Gentoo, but not in Fedora. (for both
I have amd64 (x86_64) arch).

I've installed Wine with:

%# yum install wine.i686
Wine for x86_64 has many problems. You would be better off installing
the i386 version and trying again.

James McKenzie
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

try run like:

WINEDLLOVERRIDES="dxdiag.exe,dxdiagn=n" wine dxdiag.exe

wine's dxdiag.exe is fully unimplemented and only prints a message to exit
AlannY

dxdiag - exits without success

Post by AlannY »

On Sun, Jan 03, 2010 at 01:06:59PM -0600, qwertymn wrote:
try run like:

WINEDLLOVERRIDES="dxdiag.exe,dxdiagn=n" wine dxdiag.exe

wine's dxdiag.exe is fully unimplemented and only prints a message to exit




Yes, it works, I can see dxdiag GUI, but DirectDraw and Direct3D tests fails.

Thank you.

--
)\._.,--....,'``.
/, _.. \ _\ (`._ ,.
`._.-(,_..'--(,_..'`-.;.'
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

Yes, it works, I can see dxdiag GUI, but DirectDraw and Direct3D tests fails.
Then something is wrong with your graphics driver setup (or maybe you have an old graphics card??)

AFAIR the DirectDraw and Direct3D tests ran fine on my box at least. Try updating your graphics driver stuff or so
Regards
kostanos
Newbie
Newbie
Posts: 1
Joined: Sun Aug 25, 2013 11:08 am

Re:

Post by kostanos »

qwertymn wrote:try run like:

WINEDLLOVERRIDES="dxdiag.exe,dxdiagn=n" wine dxdiag.exe

wine's dxdiag.exe is fully unimplemented and only prints a message to exit
Hi, I got this error:

Code: Select all

wine: cannot find L"C:\\windows\\system32\\dxdiag.exe"
any idea?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: dxdiag - exits without success

Post by dimesio »

Did you actually install native dxdiag.exe?
Locked