https://bugs.winehq.org/show_bug.cgi?id=51808
Bug ID: 51808 Summary: Wine fails to enter directories ending with a space Product: Wine Version: 6.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: aros@gmx.com Distribution: ---
Steps to reproduce:
$ mkdir "test " $ cd "test " $ touch test.txt $ wine notepad test.txt wine: could not open working directory L"Z:\tmp\test\", starting in the Windows directory.
Notepad will ERROR: "File 'test.txt' does not exist. Do you want to create a new file?"
I wonder if there are other corner cases Wine fails to work with.