http://bugs.winehq.org/show_bug.cgi?id=18117
--- Comment #4 from Anastasius Focht focht@gmx.net 2009-04-21 04:00:54 --- Hello,
still can't reproduce this problem.
--- quote --- Are you on a single core machine? It may be a timing issue. --- quote ---
Well I have dual cpu cores at home and work:
--- snip --- $ cat /proc/cpuinfo | grep 'model name' | cut -d: -f2 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz --- snip ---
--- snip --- 2.6.27.21-170.2.56.fc10.x86_64 #1 SMP Mon Mar 23 23:08:10 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux --- snip ---
If you suspect timing issue, you might try to tie the installer to a single core and see if it changes anything:
--- snip -- $ taskset -c 0 wine vcssetup.exe --- snip --
Additionally you could try to build the source tree with optimizations turned off (-O0) and see if it changes anything.
Regards