https://bugs.winehq.org/show_bug.cgi?id=43329
Bug ID: 43329 Summary: comdlg32/filedlg: incorrect path selection Product: Wine Version: 2.11 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comdlg32 Assignee: wine-bugs@winehq.org Reporter: me@mixaill.tk Distribution: ---
There is problem with FileDlg path calculation if user tries to select directory.
If user: - selects some folder (for example, C:\Test) and *enters in it* - clicks on OK
Then the "File does not exist" error message appears.
in itemdlg.c::on_default_action() function:
canon_filename variable equal to "C:\Test\Test" (current directory path + value of automatically filled "file name" textbox in dialog).
You can use "Wargaming.net Game Center" to reproduce this error. ("import game" feature)
https://appdb.winehq.org/objectManager.php?sClass=version&iId=35458