[Bug 44948] Spine (Mod starter for Gothic) needs CreateSymbolicLinkW implementation

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Apr 4 04:18:52 CDT 2019


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

--- Comment #14 from Screwtape <thristian at gmail.com> ---
I have been playing with this patch in Wine 4.5-staging (x86_64, built by
PlayOnLinux). I found a way to reproducibly crash Wine with it.

Steps to reproduce:

$ mkdir test
$ cd test
$ mkdir -p a/a
$ mkdir -p b
$ wine cmd
> mklink /d b/b ../a/a

Expected result:

test/b/b is a symlink pointing to test/a/a

Actual result:

wine: Unhandled page fault on read access to 0x00000000 at address 0xf7c0437d
(thread 0054), starting debugger...

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