28 May
2019
28 May
'19
1:09 p.m.
https://bugs.winehq.org/show_bug.cgi?id=47160 --- Comment #21 from TOM <l12436(a)yahoo.com.tw> --- found it. /* return information about the destination (unless this is a dangling symlink) */ stat( path, st ); /* symbolic links always report size 0 */ st->st_size = 0; /* symbolic links (either junction points or NT symlinks) are "reparse points" */ *attr |= FILE_ATTRIBUTE_REPARSE_POINT; This code "st->st_size = 0;" causing file being empty and can not read normally. Need develop of winehq to investigate. -- 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.