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.
--
)\._.,--....,'``.
/, _.. \ _\ (`._ ,.
`._.-(,_..'--(,_..'`-.;.'
dxdiag - exits without success
dxdiag - exits without success
AlannY wrote:
the i386 version and trying again.
James McKenzie
Wine for x86_64 has many problems. You would be better off installingHi 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
the i386 version and trying again.
James McKenzie
dxdiag - exits without success
On Sun, Jan 03, 2010 at 01:06:59PM -0600, qwertymn wrote:
Thank you.
--
)\._.,--....,'``.
/, _.. \ _\ (`._ ,.
`._.-(,_..'--(,_..'`-.;.'
Yes, it works, I can see dxdiag GUI, but DirectDraw and Direct3D tests fails.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
Thank you.
--
)\._.,--....,'``.
/, _.. \ _\ (`._ ,.
`._.-(,_..'--(,_..'`-.;.'
Re:
Hi, I got this error: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
Code: Select all
wine: cannot find L"C:\\windows\\system32\\dxdiag.exe"
Re: dxdiag - exits without success
Did you actually install native dxdiag.exe?