https://bugs.winehq.org/show_bug.cgi?id=50770
--- Comment #11 from Martin Storsjö martin@martin.st --- (In reply to Erich E. Hoover from comment #10)
This should be fixed by staging commit 186c17f4542efb2be15a61138677418c672506a8, if you wouldn't mind checking then I would appreciate it.
That particular issue seems to be fixed now too, thanks!
However further testing regarding creating symlinks that point at files in a nonexistent directory shows further issues. It seems to work if creating a symlink pointing at e.g. "nonexistentdir\file", but not there's more than one nonexistent directory involved, e.g. creating one pointing at "nonexistent\dir\file" (or another nonexistent target exercised by the testsuites is "C:/This/Path/Should/Not/Exist").
A quick modification to the attached testcase shows these issues.