[Bug 47169] Skyrim failed to load Data if Data directory is soft linked.

wine-bugs at winehq.org wine-bugs at winehq.org
Thu May 23 20:17:25 CDT 2019


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

--- Comment #34 from TOM <l12436 at yahoo.com.tw> ---
OK I accidiently found it.

The "*mode" right after the lstat seems not re-assign to the mode that fstat
return.

If I add a "*mode = st.st_mode" right after the fstat, issue gone.
Is that Intend to return the mode that lstat return or just a BUG?


current code.

        /* decode symlink type */
        fstat( fd->unix_fd, &st );
        *mode = st.st_mode;

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