https://bugs.winehq.org/show_bug.cgi?id=51733
Bug ID: 51733 Summary: CreateProcess does not properly set the current directory of the new process. Product: Wine Version: 6.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: johnfound@asm32.info Distribution: ---
Regression.
The current directory of the new process, created with CreateProcessW is always set to "/" (z:) instead of the current directory of the parent process.
I am testing with the following call:
The last version that works properly is WINE 6.12