http://bugs.winehq.org/show_bug.cgi?id=17530
--- Comment #3 from Juan Lang juan_lang@yahoo.com 2009-02-25 15:02:12 --- (In reply to comment #2)
austin@midna:~/wine-git/dlls/netapi32/tests$ rm access.ok ; rm -rf ~/.wine ; WINEDEBUG=+heap wine netapi32_test.exe.so access &> /dev/null && echo good || echo fail
Fails consistently. Can you try that?
That fails for me too. I removed the redirect to see what's going on, and this pops up in the output: wineserver: could not save registry branch to system.reg : No such file or directory wineserver: could not save registry branch to userdef.reg : No such file or directory wineserver: could not save registry branch to user.reg : No such file or directory
Those seem like the issue, not the failing test. For reference, here's the command line I used: $ rm access.ok ; rm -rf ~/.wine ; WINEDEBUG=warn+heap wine netapi32_test.exe.so access
It looks to me, at first glance, like a race condition in the creation of the ~/.wine directory.