https://bugs.winehq.org/show_bug.cgi?id=47169 --- Comment #32 from Erich E. Hoover <erich.e.hoover(a)gmail.com> --- (In reply to TOM from comment #31)
Created attachment 64538 [details] stdout of that game.
That is so weird, we see the same thing in both cases: Path: '/swap/wine/skyrim/dosdevices/d:/The.Elder.Scrolls.V.Skyrim/Data', Mode: 040755, Dir?: 1, Options: 21 I do not see how any of the error cases will get hit, would you mind putting something like this in each error case there (replace "A" with B/C/D/etc. for each one)?: if (strstr(fd->unix_name, "The.Elder.Scrolls.V.Skyrim/Data")) { fprintf(stderr, "A Path: '%s'\n", 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.