https://bugs.winehq.org/show_bug.cgi?id=50557
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|kernel32 |-unknown CC| |z.figura12@gmail.com
--- Comment #6 from Zebediah Figura z.figura12@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?