[Bug 47160] wine-staging is unable to execute executable which is soft link in linux.

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 29 11:20:16 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=47160

--- Comment #34 from Erich E. Hoover <erich.e.hoover at gmail.com> ---
(In reply to TOM from comment #33)
> ...
> OK, I saw it. explorer show correct size. but cmd dir show zero.

At some point we'll need to update wine cmd - it currently only shows <DIR>, it
should also report <SYMLINK>, <SYMLINKD>, and <JUNCTION>.  The way this works
should not break any existing programs, since this reporting is specific to the
way that FindFirstFile/FindNextFile works for symlinks, from MSDN:
"If the path points to a symbolic link, the WIN32_FIND_DATA buffer contains
information about the symbolic link, not the target."

-- 
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.



More information about the wine-bugs mailing list