http://bugs.winehq.org/show_bug.cgi?id=28634
Bug #: 28634 Summary: d3d8/9 device tests crash on GeForce 6150 / 275.28 drivers Product: Wine Version: 1.3.29 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com Classification: Unclassified
Noticed at Wineconf, Stefan asked me to upgrade drivers but the crash still occurs.
I've narrowed the test down to test_fpu_setup(). The crash seems to be around this call (in d3d9): hr = IDirect3D9_CreateDevice(d3d9, D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, window, D3DCREATE_HARDWARE_VERTEXPROCESSING | D3DCREATE_FPU_PRESERVE, &present_parameters, &device); ok(SUCCEEDED(hr), "CreateDevice failed, hr %#x.\n", hr);
the hardware is a bit old, so a test failure isn't unexpected, but a crash is nasty..
http://bugs.winehq.org/show_bug.cgi?id=28634
--- Comment #1 from Austin English austinenglish@gmail.com 2011-10-09 22:11:35 CDT --- Created attachment 36797 --> http://bugs.winehq.org/attachment.cgi?id=36797 backtrace
http://bugs.winehq.org/show_bug.cgi?id=28634
--- Comment #2 from Henri Verbeet hverbeet@gmail.com 2011-10-10 02:30:37 CDT --- The crash is inside the driver, I don't think there's anything realistic we're going to do about this. I also seem to recall nvidia fixing a similar issue at some point, though probably for different hardware.
http://bugs.winehq.org/show_bug.cgi?id=28634
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |UPSTREAM
--- Comment #3 from Austin English austinenglish@gmail.com 2012-04-01 18:34:43 CDT --- Works in 295.33.
http://bugs.winehq.org/show_bug.cgi?id=28634
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com 2012-04-01 18:34:54 CDT --- Closing, upstream.