http://bugs.winehq.org/show_bug.cgi?id=22903
Summary: Direct3D tests Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: ultratwo@gmail.com
Created an attachment (id=28330) --> (http://bugs.winehq.org/attachment.cgi?id=28330) Result of running "wine ./dlls/d3d8/tests/d3d8_test.exe.so visual"
When I run: wine ./dlls/d3d8/tests/d3d8_test.exe.so visual wine ./dlls/d3d8/tests/d3d8_test.exe.so d3d8
They crash (backtraces attached).
http://bugs.winehq.org/show_bug.cgi?id=22903
--- Comment #1 from Peter Davies ultratwo@gmail.com 2010-05-27 16:44:38 --- Created an attachment (id=28331) --> (http://bugs.winehq.org/attachment.cgi?id=28331) Result of running "wine ./dlls/d3d8/tests/d3d8_test.exe.so device"
http://bugs.winehq.org/show_bug.cgi?id=22903
--- Comment #2 from Peter Davies ultratwo@gmail.com 2010-05-27 16:54:52 --- I'm running the latest git.
http://bugs.winehq.org/show_bug.cgi?id=22903
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #3 from Dan Kegel dank@kegel.com 2010-05-27 17:29:46 --- what graphics card and driver?
http://bugs.winehq.org/show_bug.cgi?id=22903
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|directx-d3d |-unknown Version|unspecified |1.2-rc1 Summary|Direct3D tests |Direct3D tests crash
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2010-05-27 23:24:43 --- Is there any reason that you are running d3d tests that way and using Windows PE executables? The Wine tests are supposed to be ran as 'make test', or in the worst case by running officially distributed cross tests.
http://bugs.winehq.org/show_bug.cgi?id=22903
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2010-05-27 23:27:17 --- Sorry, take the 'Windows PE executables' clause back. Using 'make test' or the actual command line used by it still would be better.
http://bugs.winehq.org/show_bug.cgi?id=22903
--- Comment #6 from Peter Davies ultratwo@gmail.com 2010-05-28 09:28:16 --- (In reply to comment #5)
Sorry, take the 'Windows PE executables' clause back. Using 'make test' or the actual command line used by it still would be better.
The actual command lines used are (as run by runtest): "../../../wine ./dlls/d3d8/tests/d3d8_test.exe.so visual.c" "../../../wine ./dlls/d3d8/tests/d3d8_test.exe.so device.c"
'../../../wine' is an identical binary to 'wine' (copied by 'make install'). That 'visual' is not a synonym for 'visual.c' is ridiculous.
(In reply to comment #3)
what graphics card and driver?
From "lspci | grep -i vga":
01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 3400 Series
I'm using fglrx driver on Linux Mint 9 (which is identical to Ubuntu Lucid in all but superficial ways)
http://bugs.winehq.org/show_bug.cgi?id=22903
--- Comment #7 from Peter Davies ultratwo@gmail.com 2010-06-12 09:38:50 --- Further investigation (with winedbg) shows they both segfault in /usr/lib/fglrx/dri/fglrx_dri.so
This indicates it might be driver issue.
http://bugs.winehq.org/show_bug.cgi?id=22903
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #8 from Dmitry Timoshkov dmitry@codeweavers.com 2010-06-12 23:27:15 --- Probably invalid then.
http://bugs.winehq.org/show_bug.cgi?id=22903
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Dmitry Timoshkov dmitry@codeweavers.com 2010-06-12 23:27:28 --- Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=22903
--- Comment #10 from Dan Kegel dank@kegel.com 2010-06-13 08:49:41 --- This is the kind of bug that makes me want to have an UPSTREAM resolution... where *does* one report ATI bugs, anyway?
http://bugs.winehq.org/show_bug.cgi?id=22903
--- Comment #11 from Dan Kegel dank@kegel.com 2010-06-13 09:26:57 --- I asked nicely at http://forums.amd.com/game/messageview.cfm?catid=279&threadid=134986
http://bugs.winehq.org/show_bug.cgi?id=22903
--- Comment #12 from Austin English austinenglish@gmail.com 2010-06-13 13:25:19 --- (In reply to comment #10)
This is the kind of bug that makes me want to have an UPSTREAM resolution... where *does* one report ATI bugs, anyway?
I believe here: http://ati.cchtml.com/
http://bugs.winehq.org/show_bug.cgi?id=22903
--- Comment #13 from Peter Davies ultratwo@gmail.com 2010-06-20 17:03:22 --- Created an attachment (id=29037) --> (http://bugs.winehq.org/attachment.cgi?id=29037) The device.c file pared down to the very minimum to cause the crash