https://bugs.winehq.org/show_bug.cgi?id=53683
--- Comment #4 from gem-man-alt@pm.me --- (In reply to Erich E. Hoover from comment #3)
(In reply to gem-man-alt from comment #2)
They are not. Just regular files and folders, and there seams to be no consistency in which ones it fails to read and they are different files and folders every time the program is launched.
Hmm, that seems strange. If this application doesn't specifically do anything with reparse points (most apps) then I would guess that it's a flaw in checking whether something is a reparse point. Try disabling the check for something being a reparse point when parsing paths in patch 11: https://github.com/wine-staging/wine-staging/blob/master/patches/ntdll- Junction_Points/0011-ntdll-Follow-reparse-points-during-path-resolution. patch#L186
Sorry, exactly which lines do I comment to disable the check? I know nothing about programming