http://bugs.winehq.org/show_bug.cgi?id=39627 Zeb Figura <z.figura12@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Summary|BreezeBrowser Pro 1.x |BreezeBrowser Pro 1.x |crashes on start |crashes on start (uses |(FSCTL_GET_REPARSE_POINT is |FSCTL_GET_REPARSE_POINT |not implemented) | Keywords|source | --- Comment #17 from Zeb Figura <z.figura12@gmail.com> --- FSCTL_GET_REPARSE_POINT is implemented on NT reparse points. However, we also expose two other things as reparse points: Unix directory (but not file) symlinks, and mount points. The application here sees C:\users\whatsit\Documents as a reparse point, tries to query its reparse buffer, and fails, because that emulation is incomplete. Compare bug 54903, which is a similar failure, but affecting mount points instead. -- 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.