http://bugs.winehq.org/show_bug.cgi?id=21863
Summary: Finddupe fails to create hard links Product: Wine Version: 1.1.39 Platform: x86-64 URL: http://www.sentex.net/~mwandel/finddupe/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com
When running Finddupe with the -hardlink option, it fails to create hard links between duplicate files. Instead, the first duplicate file found is deleted. (The deletion is a known issue with the program when hard link creation fails for whatever reason.) The only terminal output from Wine is this:
fixme:file:CreateHardLinkA ("test\bgm02_1.mid", "test\bgm02.mid", (nil)): stub
Looks like a probable culprit to me, but I'm not a programmer, so I could be wrong.
http://bugs.winehq.org/show_bug.cgi?id=21863
A Wine user RandomAccountName@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
http://bugs.winehq.org/show_bug.cgi?id=21863
--- Comment #1 from Austin English austinenglish@gmail.com 2010-02-25 12:12:34 --- Confirming. It's unimplemented, few programs use it.
http://bugs.winehq.org/show_bug.cgi?id=21863
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #2 from Austin English austinenglish@gmail.com 2010-02-25 12:12:40 --- Gr...
http://bugs.winehq.org/show_bug.cgi?id=21863
--- Comment #3 from Juan Lang juan_lang@yahoo.com 2010-02-25 12:40:19 --- Dup of bug 19877?
http://bugs.winehq.org/show_bug.cgi?id=21863
--- Comment #4 from A Wine user RandomAccountName@mail.com 2010-02-25 12:51:15 --- Bug 19877 is for CreateHardLinkW, while this is CreateHardLinkA...
http://bugs.winehq.org/show_bug.cgi?id=21863
Alexander Scott-Johns alexander.scott.johns+winebug@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexander.scott.johns+wineb | |ug@googlemail.com
--- Comment #5 from Alexander Scott-Johns alexander.scott.johns+winebug@googlemail.com 2010-02-25 15:21:57 --- (In reply to comment #4)
Bug 19877 is for CreateHardLinkW, while this is CreateHardLinkA...
In Wine (and in Windows NT/2k/XP/etc), the -A functions are wrappers around the -W functions.
http://bugs.winehq.org/show_bug.cgi?id=21863
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #6 from Austin English austinenglish@gmail.com 2010-02-25 15:28:49 --- Yeah, close enough. Thanks Juan.
*** This bug has been marked as a duplicate of bug 19877 ***
http://bugs.winehq.org/show_bug.cgi?id=21863
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Austin English austinenglish@gmail.com 2010-02-25 15:28:56 --- Closing dupe.