[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 10:30:12 CDT 2019


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

--- Comment #30 from Erich E. Hoover <erich.e.hoover at gmail.com> ---
(In reply to TOM from comment #29)
> Created attachment 64536 [details]
> stdout of that game.

Okay, so it is changing the mode correctly (see line 7371 in both files):
After Path: '/swap/wine/skyrim/dosdevices/d:/The.Elder.Scrolls.V.Skyrim/Data',
Data mode: 040755

Right before "/* check directory options */" would you please add?:
if (strstr(fd->unix_name, "The.Elder.Scrolls.V.Skyrim/Data")) {
    fprintf(stderr, "Path: '%s', Mode: %06o, Dir?: %d, Options: %x\n",
fd->unix_name, st.st_mode, is_dir, options);
}

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