https://bugs.winehq.org/show_bug.cgi?id=53683
--- Comment #8 from Erich E. Hoover erich.e.hoover@gmail.com --- (In reply to gem-man-alt from comment #7)
It's probably me being stupid but I can't get the patch to apply. Here are the changes I made https://github.com/Ember2528/wine-staging/blob/ 92d726cb3b903859ab2d1737beeccb5502cf4832/patches/ntdll-Junction_Points/0011- ntdll-Follow-reparse-points-during-path-resolution.patch
If you're editing the patch (rather than editing the file afterwards) then just remove this entire block: === @@ -3999,8 +4070,39 @@ static NTSTATUS lookup_unix_name( const WCHAR *name, int name_len, char **buffer
status = find_file_in_dir( unix_name, pos, name, end - name, is_unix );
#if 0 if (find_reparse_target( unix_name, &target, &target_len ) == STATUS_SUCCESS) ... else if (!name_len) #else if (!name_len) #endif ===