On 01/27/2011 02:20 PM, Reece Dunn wrote:
=== Steps to Reproduce ===
Machine: Ubuntu 10.04 64-bit with NVidia binary drivers.
1/ Build the latest version of wine with no special options -- `./configure && make` 2/ Remove any previously run test result -- `find . -type f | grep .ok | xargs rm` 3/ Ensure running in a clean wine prefix -- `rm -rf ~/.wine` 4/ Run the tests -- `make test`
This will download the gecko package and then fail in the dsound:ds3d tests with:
ds3d.c:467: Test failed: buffer size changed after SetFormat()
- previous size was 88200, current size is 22052
This error seems to be specific to 64-bit versions of the Ubuntu family, looking at the http://test.winehq.org/data/ results.
Is this with the ia32-libs from the Wine PPA?
Is 10.10 unaffected?
Thanks, Scott Ritchie