http://bugs.winehq.org/show_bug.cgi?id=20700
Summary: ACDSee crashing when trying to edit file names in Listview Product: Wine Version: 1.1.33 Platform: PC URL: http://www.oldversion.com/download_ACDSee_3.10.html OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: lahmbi5675@gmx.de
Created an attachment (id=24732) --> (http://bugs.winehq.org/attachment.cgi?id=24732) Console output after ACDSee crashed
I'm using quite old versions of ACDSee, 2.45 and 3.1, German version. Wine version is 1.1.33, mode is win98.
Steps to reproduce:
Start ACDSee, you will see a Treeview Control listing directories, a Listview Control listing the files in the current directory, and a preview window.
Click on some file name. The file name will become selected. Click another time, the file name will become editable, with text cursor etc.
Click with the mouse cursor on another file name, some dialog will pop up, telling you that a fatal error happend.
Result: ACDSee crashes, console output tells you something about an unhandled exception.
I tried to use winetricks comctl32, but that made my wine generally instable, even wincfg refused to start, I had to edit system.reg with vi to reset the dll overrides. Winetricks version was 20091022, from opensuse, maybe I should try a newer version.
I'm seeing another minor bug in the Treeview Control, If I click on a directory, until it becomes editable, then click on another directory, the focus and text cursor will remain on the first clicked directory, which remains editable. The Treeview Control isn't properly updated anymore, preview window not working anymore, too, until I press Escape. This is not the windows behaviour, if you edit a treeview entry and click on another element, focus will be changed, editing of the first clicked entry will be stopped.