On 5 November 2015 at 15:18, Riccardo Bortolato rikyz619@gmail.com wrote:
ddraw7.c:8380: Test failed: Got unexpected hr 0x88760082, type vidmem texture. ddraw7: unhandled exception c0000005 at 0000000000000000
line 8380 should be test_resource_priority(), we modified test_ck_complex() which is executed way earlier so I don't think the crash is related to this patch.
Right. It's odd that it would suddenly start failing. (Or is 64-bit Windows 8 one of the newer testbots?) I guess it crashes on the Release() call because it failed to create the surface. By itself that's probably not that surprising, IIRC 64-bit ddraw doesn't support textures. It looks like that test is Stefan's. Stefan?