http://bugs.winehq.org/show_bug.cgi?id=46856 --- Comment #9 from nobodyimportant92@proton.me --- Well, I can report that EAC is now working for me without crashes, anyway. It looks to me that the WINE bug would be in here: https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/comctl32/listview.c?r... iItem is returned as -1 because the row cannot be found, and iSubItem is calculated from the horizontal position to be 4. So, the click notification that EAC receives has a position of (-1, 4), and EAC throws an exception because it incorrectly assumes that iItem will be a nonnegative array index. I can look into how native comctl32 handles this, if the goal is a WINE patch. -- 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.