Am Samstag, 14. Januar 2012, 11:21:15 schrieb Saulius Krasuckas:
http://test.winehq.org/data/1fa1ab54376bace57f78d27ac13b7229caa56a2e/xp_wtb -wxpx64-32/ddraw:d3d.html
d3d.c:5075: Test failed: CreateDevice failed: 88760091.
This is DDERR_INVALIDPIXELFORMAT. The code doesn't provide a pixelformat for the offscreen surface, which means the screen's format should be used. What color depth is this machine runnning at?
My generic guess is that adding a broken(hr == DDERR_INVALIDPIXELFORMAT) is the best thing we can do here.