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

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 21 19:10:19 CDT 2019


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

--- Comment #18 from TOM <l12436 at yahoo.com.tw> ---
Created attachment 64531
  --> https://bugs.winehq.org/attachment.cgi?id=64531
stdout of lstat and fstat

I saw that lstat only test Data directory and nothing else.
fstat still load the esp under the Data.

fstat log is generated by only changing
lstat( fd->unix_name, &st );
to
fstat( fd->unix_fd, &st );

current code
    {
        fstat( fd->unix_fd, &st );
        fprintf(stderr, "'%s' '%s' %m\n", name, fd->unix_name);
    }

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