Stefan Dösinger stefandoesinger@gmail.com writes:
Am 2014-07-07 22:58, schrieb Alexandre Julliard:
It doesn't work here:
../../../tools/runtest -q -P wine -T ../../.. -M ddraw.dll -p ddraw_test.exe.so ddraw1 && touch ddraw1.ok ddraw1.c:5694: Test failed: Got unexpected hr 0. ddraw1.c:5696: Test failed: Got unexpected hr 0.
I cannot reproduce this, but I think I see what's going wrong. The screen is in 8 bpp mode when this part of the test is executed. Can you try the attached patch? It explicitly requests a 32 bpp mode.
It seems to avoid the error, but it somehow screws up the mode changing so that subsequent tests fail.