http://bugs.winehq.org/show_bug.cgi?id=19877
Summary: Zeta Minibrowser crashes (because of stubbed CreateHardLinkW) Product: Wine Version: 1.1.28 Platform: PC URL: http://www.brothersoft.com/zeta-minibrowser-110447.htm l OS/Version: Linux Status: NEW Keywords: dotnet, download Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: xerox_xerox2000@yahoo.co.uk
I've seen this bug in more apps, so probably a bug covering several applications
Prerequisites:
'winetricks dotnet20'
The mini-browser crashes after CreateHardLinKW is printed in the console. Returning TRUE instead of false, or setting last error in CreateHardlink to ERROR_ALREADY_EXISTST makes the app start fine, but that's just a hack, somehow we should have more then this stub, to get the app running. I'll attach console info hereafter
http://bugs.winehq.org/show_bug.cgi?id=19877
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-08-29 06:53:41 --- Created an attachment (id=23317) --> (http://bugs.winehq.org/attachment.cgi?id=23317) crash log
http://bugs.winehq.org/show_bug.cgi?id=19877
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |RandomAccountName@mail.com
--- Comment #2 from Austin English austinenglish@gmail.com 2010-02-25 15:28:49 --- *** Bug 21863 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=19877
--- Comment #3 from Austin English austinenglish@gmail.com 2010-02-25 15:30:23 --- (In reply to comment #2)
*** Bug 21863 has been marked as a duplicate of this bug. ***
Just as a note to whomever fixes this bug, bug 21863 is for Finddupe (http://www.sentex.net/~mwandel/finddupe/) which fails to create hard links. It uses CreateHardLinkW, so when fixing this bug, be sure to make the A function wrap around the W to fix both bugs at once.
http://bugs.winehq.org/show_bug.cgi?id=19877
--- Comment #4 from Austin English austinenglish@gmail.com 2010-02-25 15:35:49 --- (In reply to comment #3)
(In reply to comment #2)
*** Bug 21863 has been marked as a duplicate of this bug. ***
Just as a note to whomever fixes this bug, bug 21863 is for Finddupe (http://www.sentex.net/~mwandel/finddupe/) which fails to create hard links. It uses CreateHardLinkW, so when fixing this bug, be sure to make the A function wrap around the W to fix both bugs at once.
Finddupe uses CreateHardLinkA*
http://bugs.winehq.org/show_bug.cgi?id=19877
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Austin English austinenglish@gmail.com 2010-05-17 11:00:45 --- Should be fixed by http://source.winehq.org/git/wine.git/?a=commitdiff;h=de79a63838aa2ea87eec34...
http://bugs.winehq.org/show_bug.cgi?id=19877
--- Comment #6 from A Wine user RandomAccountName@mail.com 2010-05-17 14:43:15 --- (In reply to comment #5)
Should be fixed by http://source.winehq.org/git/wine.git/?a=commitdiff;h=de79a63838aa2ea87eec34...
Thanks Andrey! Finddupe is fixed now. :)
http://bugs.winehq.org/show_bug.cgi?id=19877
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2010-05-21 14:39:29 --- Closing bugs fixed in 1.2-rc1.
https://bugs.winehq.org/show_bug.cgi?id=19877
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |de79a63838aa2ea87eec3441ddf | |34969014ed224 CC| |nerv@dawncrow.de