http://bugs.winehq.org/show_bug.cgi?id=24580
--- Comment #4 from Austin English austinenglish@gmail.com 2010-10-13 13:04:00 CDT --- (In reply to comment #3)
The problem seems to be that the TaskDialogIndirect stub returns IDOK. Changing the stub to return IDYES fixes the problem. The patch to try is http://www.winehq.org/pipermail/wine-patches/2010-October/094472.html
Except that now, utorrent doesn't confirm before exiting.
E.g., before the bug, doing 'File, Exit' would pop up a nag-dialog "are you sure you want to exit?" Click yes -> close.
After bug, doing 'File, Exit' gives no dialog, utorrent doesn't exit.
Now, after your patch, 'File, Exit' exits immediately, no nag-dialog.
So slightly better, since it now exits, but the dialog is still missing.