[Bug 28634] New: d3d8/9 device tests crash on GeForce 6150 / 275.28 drivers

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Oct 9 22:09:40 CDT 2011


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 at winehq.org
        ReportedBy: austinenglish at 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..

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list