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
https://bugs.winehq.org/show_bug.cgi?id=51733
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Please check if current wine has this fixed, see bug 51702.
https://bugs.winehq.org/show_bug.cgi?id=51733
--- Comment #2 from John Found johnfound@asm32.info --- I am testing with the following call:
CreateProcessW(0, CommandAndArguments, 0, 0, FALSE, NORMAL_PRIORITY_CLASS, 0, 0, startupinfo, processinfo);
https://bugs.winehq.org/show_bug.cgi?id=51733
--- Comment #3 from John Found johnfound@asm32.info --- (In reply to Nikolay Sivov from comment #1)
Please check if current wine has this fixed, see bug 51702.
I cant compile WINE from the latest sources right now. Testing with Arch Linux packages - the bug exists up to wine 6.16.
https://bugs.winehq.org/show_bug.cgi?id=51733
John Found johnfound@asm32.info changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #4 from John Found johnfound@asm32.info --- The bug is already fixed in wine v6.21.
https://bugs.winehq.org/show_bug.cgi?id=51733
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.23.