http://bugs.winehq.org/show_bug.cgi?id=19826
Summary: .Net 2.0 Listview isn't updated properly and causes program to hang Product: Wine Version: 1.1.28 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: t.talkington@insightbb.com CC: bunglehead@gmail.com
Created an attachment (id=23225) --> (http://bugs.winehq.org/attachment.cgi?id=23225) Commit e8846b7c78b008bbd5deb7d9f9c7a7793db32c68
A .NET program I use recently started to hang while it was populating it's listviews. I've run regression tests and determined that commit e8846b7c78b008bbd5deb7d9f9c7a7793db32c68 is the patch that causes the hangs. I have attached this patch as well. Reversing this patch in lasted git causes the program to function as expected.
From the looks of it, this may mean the program is written improperly.
Unfortunately though, this DOES run as expected on windows so having the developer 'fix' it is not an option.
Program: GamParse Download link: http://gambosoft.com/Pages/Downloads.htm Requirements: .Net 2.0 Description: This program reads in a log file generated from EverQuest (a MMORPG) and reports various statistics, mainly the DPS (damage) of various characters.
I will also attach a small log file that can be used to test.
Normal operation would be opening the log file from within the program, waiting for it to load and then selecting the various fights in the leftmost list and seeing the stats on the different tabs.
Latest operation in git wine is the file never completes loading.