[Bug 13646] d3d9 device tests crash on XP

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 3 14:13:54 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=13646





--- Comment #13 from Paul Vriens <Paul.Vriens.Wine at gmail.com>  2008-06-03 14:13:53 ---
The issue seems to be with:

2053     hr = IDirect3DDevice9_SetMaterial(device, NULL);
2054     ok(hr == D3DERR_INVALIDCALL, "Expected D3DERR_INVALIDCALL, got %s\n", 
DXGetErrorString9(hr));

in dlls/d3d9/tests/device.c

If I remove that SetMaterial call the test doesn't crash.


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