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

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 20 10:32:35 CDT 2019


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

--- Comment #13 from Erich E. Hoover <erich.e.hoover at gmail.com> ---
(In reply to TOM from comment #12)
> (In reply to Erich E. Hoover from comment #11)
> > ...
> > Yes, I am very surprised that that patch appears to be responsible for your
> > issue.  Would you please try replacing:
> > lstat( fd->unix_name, &st );
> > with:
> > fstat( fd->unix_fd, &st );
> > and see if that fixes the problem for you?  (this change will break some of
> > the reparse point behavior, but it is useful to know if it fixes your issue)
> 
> After a quick test. It seems work. No warning now. I may make sure my test
> is correct.

If you go back to the lstat version does it break again?

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