[Bug 27579] The appearance of uTorrent 3.x torrents list is broken

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Oct 16 16:00:40 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=27579

wine.fixes at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wine.fixes at gmail.com

--- Comment #36 from wine.fixes at 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).

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list