https://bugs.winehq.org/show_bug.cgi?id=27579
wine.fixes@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.fixes@gmail.com
--- Comment #36 from wine.fixes@gmail.com --- This bug has been partly fixed by patch 144692: https://source.winehq.org/patches/data/144692
The numbers displayed in brackets in the left panel (indicating the total number of torrents being downloaded, et cetera) should now automatically update without having to manually click on them. This error was caused by the comctl32/treeview code using realloc() instead of alloc(), meaning that the old pointer was usually being returned (instead of a fresh new one) and thus the pointer comparison incorrectly assumed that nothing had changed each time a new torrent was added or removed, and hence the list did not update unless manually refreshed.
However - the black screen error in the top panel still seems to persist. From my own experience, this only takes effect when a new torrent is added (when uTorrent is loaded for the first time without any torrents added, the display updates normally as per uTorrent 2).