http://bugs.winehq.org/show_bug.cgi?id=3217
------- Additional Comments From saulius.krasuckas@elst.vtu.lt 2005-21-10 15:33 ------- BTW, you can speed up things even more if you redirect all wine (relay) output to the /dev/null:
$ wine ... >/dev/null 2>&1
This helps me a lot.