[Bug 50586] NtQueryInformationFile returns STATUS_INVALID_INFO_CLASS on symlinks opened with FILE_OPEN_REPARSE_POINT

WineHQ Bugzilla wine-bugs at winehq.org
Mon Feb 8 05:46:28 CST 2021


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

--- Comment #32 from Arnaud Dovi <mr.dovi at gmail.com> ---
(In reply to Erich E. Hoover from comment #31)
> (In reply to Arnaud Dovi from comment #30)
> > ...
> > I have attached the log but no call to GetVolumePathName is found
> 
> Yeah, I'm trying to think of other ways to track this down.  Do you know how
> to compile wine-staging yourself?  

I use Arch btw ;)

So yes this is easy with https://aur.archlinux.org/packages/wine-staging-git

> It might be helpful to edit
> dlls/ntdll/unix/file.c:server_get_unix_name by changing this line:
>     req->nofollow = nofollow;
> to:
>     req->nofollow = TRUE;
> and seeing if it "fixes" the issue.

I did this change but unfortunately same result

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