https://bugs.winehq.org/show_bug.cgi?id=47169
--- Comment #33 from TOM l12436@yahoo.com.tw --- (In reply to Erich E. Hoover from comment #32)
(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); }
I have debug myself, I also did not see any error in it. very weird, but BUG still there.