[Bug 20702] New: ACDSee trouble with "duplicate" filenames (eg. "jd", "JD") in Listview
http://bugs.winehq.org/show_bug.cgi?id=20702 Summary: ACDSee trouble with "duplicate" filenames (eg. "jd", "JD") 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(a)winehq.org ReportedBy: lahmbi5675(a)gmx.de I admit, that the circumstances for triggering this bug may seem a little bit artificial, but it happened to me. You may consider this a minor bug. 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: Create a directory with whatever name you want, e.g. "test", inside that directory create two subdirectories, e.g. "jd" and "JD". Start ACDSee, you will see a treeview control listing directories and a listview control listing files. Click on the "test" folder in the treeview. You will see the subdirectories "jd" and "JD" in the listview. In the treeview control click one or more times on the "+" before the folder "test", to show or hide its subdirectories. You will see duplicates of the "JD" folder in the listview. If I then exit ACDSee 3.1, it is crashing, 2.45 will exit without crash. Physically no new files are created, it's just happening in the listview, so I assume, that somehow wine becomes disturbed by the directories' names, which are equal apart from capitalization. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=20702 --- Comment #1 from lahmbi5675(a)gmx.de 2009-11-14 10:44:09 --- Created an attachment (id=24733) --> (http://bugs.winehq.org/attachment.cgi?id=24733) Console output of ACDSee crashing when exiting -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=20702 --- Comment #2 from lahmbi5675(a)gmx.de 2009-11-14 11:10:46 --- I should have stated before, that the directories in question all were created on a linux etx3 partition, I didn't test it on a fat partition. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=20702 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda(a)volny.cz --- Comment #3 from Wylda <wylda(a)volny.cz> 2009-11-14 16:56:43 --- Hmmmm... Confirming comment #0. I wonder what would be correct behavior in this case, because such test case can't happen on Windows (and wine in turns takes as correct behavior what's correct for Windows). Maybe someone could look in to this under different angle. Each click on "+" or "-" adds entry into the listview which can grow "ad infinitum" and i suppose it's not good... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=20702 --- Comment #4 from lahmbi5675(a)gmx.de 2009-11-16 05:57:50 --- Don't know, what's wrong, but ACDSee 3.1 has become somewhat unstable for me, when exiting. It's crashing nearly every second time on exit, even if I don't do anything before. I was mainly using ACDSee 2.45, did most of my tests with AcdSee 3.1 with earlier versions of wine, just for the bug report I used wine 1.1.33. So the crash on exit with ACDSee 3.1 may be a different bug. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=20702 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=20702 --- Comment #5 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-05-12 23:22:13 CDT --- Created attachment 40146 --> http://bugs.winehq.org/attachment.cgi?id=40146 screenshot in wine 1.5.4 showing multiple folders -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=20702 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |00cpxxx(a)gmail.com Ever Confirmed|0 |1 --- Comment #6 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-05-12 23:26:45 CDT --- Still present in wine 1.5.4. Steps to reproduce: mkdir /tmp/test mkdir /tmp/test/aA mkdir /tmp/test/Aa wine ACDSee Click in the /tmp/test dir in the list view, each time you click in it a duplicate of the folder Aa will appear in the right pane. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=20702 --- Comment #7 from lahmbi5675(a)gmx.de 2012-05-13 06:12:07 CDT --- Hi Bruno, in Windows you won't be able to create directories with identical names regarding case insensitivity, Windows will prevent you from doing so. So it may be legitimate for Windows apps to rely on file/directorynames being some kind of unique. I'm not sure, how this issue could be resolved, maybe wine would have to intercept when seeing 'identical' filenames, too, somehow renaming them, which maybe some kind of overkill. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=20702 --- Comment #8 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-05-13 11:27:18 CDT --- You're right, this is a situation that will never happen in windows. It could be resolved as WONTFIX in my opinion. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=20702 --- Comment #9 from lahmbi5675(a)gmx.de 2012-05-13 14:05:09 CDT --- Would be ok for me. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=20702 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2012-05-13 17:25:15 CDT --- WONTFIX. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=20702 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-05-27 21:49:53 CDT --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
participants (1)
-
wine-bugs@winehq.org