[Bug 50557] USVFS (Mod Organizer 2) no longer working

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jan 25 20:17:49 CST 2021


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

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|kernel32                    |-unknown
                 CC|                            |z.figura12 at gmail.com

--- Comment #6 from Zebediah Figura <z.figura12 at gmail.com> ---
My guess is that /mnt/ is a host mount point. 6b498d98a8 causes us to report
mount points as mounted folders. My further guess is that the application is
using GetVolumePathName() on some path in /mnt/, or is for some reason trying
to check the file attributes of Z:\mnt\, and is choking on the return of
"Z:\mnt\" or FILE_ATTRIBUTE_REPARSE_POINT respectively. My yet further guess is
that if run on Windows in a mounted folder, it fails the same way. In that case
I think the bug is probably WONTFIX, but could be worked around by manually
assigning a drive letter to Z:\mnt\. [We should probably do this
automatically.]

Annoyingly this is difficult to confirm with logs, since there's basically no
traces in the relevant functions. Is the program freely downloadable?

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