http://bugs.winehq.org/show_bug.cgi?id=23168
Summary: current dxdiag doesn't run in wine? Product: Wine Version: 1.2-rc3 Platform: x86 OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Noticed a complaint at http://www.linuxforums.org/forum/gaming-games-multimedia-entertainment/16548... that, um, dxdiag won't start.
Sure enough, 'winetricks directx9' followed by 'wine dxdiag' fails to launch dxdiag. The +relay log is quite short:
0028:Starting process L"C:\windows\system32\dxdiag.exe" (entryproc=0x7ef46850) 0028:Call KERNEL32.GetCommandLineW() ret=7ef468fa 0028:Ret KERNEL32.GetCommandLineW() retval=00114cd8 ret=7ef468fa 0028:Call KERNEL32.GetStartupInfoW(0032fe30) ret=7ef4696e 0028:Ret KERNEL32.GetStartupInfoW() retval=0000023f ret=7ef4696e 0028:Call KERNEL32.GetModuleHandleW(00000000) ret=7ef46990 0028:Ret KERNEL32.GetModuleHandleW() retval=7ef40000 ret=7ef46990 0028:Call KERNEL32.ExitProcess(00000000) ret=7ef46892
Geez, what'd we do to piss it off?
http://bugs.winehq.org/show_bug.cgi?id=23168
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|current dxdiag doesn't run |current dxdiag doesn't run |in wine? |
http://bugs.winehq.org/show_bug.cgi?id=23168
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2010-06-14 06:12:37 --- A native override is required for dxdiag.exe:
andrew@ubuntu-desktop:~/directx9/drive_c/windows/system32$ WINEPREFIX=~/directx9 wine dxdiag.exe /? fixme:dxdiag:ProcessCommandLine help unimplemented
http://bugs.winehq.org/show_bug.cgi?id=23168
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Andrew Nguyen arethusa26@gmail.com 2010-06-14 06:12:48 --- Closing the bug.
http://bugs.winehq.org/show_bug.cgi?id=23168
--- Comment #3 from Dan Kegel dank@kegel.com 2010-06-14 08:59:47 --- Duh, thanks. I guess I should add that to winetricks directx9.