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..