Failed to show folder picker

Get help for specific problems
Posts: 7
Joined: 7 Feb 2021

yngwie

Failed to show folder picker.

ERROR_INVALID_PARAMETER: Параметр задан неверно. [::SHCreateItemFromParsingName(defaultFolderPath.c_str(), nullptr, IID_PPV_ARGS(defaultFolderItem.init()))]
What is the error? I work with webdav folder and get this when click "browse folder" button
User avatar
Site Admin
Posts: 7212
Joined: 9 Dec 2007

Zenju

The following version should give a better error message. What do you get?
https://www.mediafire.com/file/47btlkww83b8lc4/FreeFileSync_11.7_%255BBeta%255D_Windows_Setup.exe
Posts: 7
Joined: 7 Feb 2021

yngwie

error msg.
error msg.
07-FreeFileSync_x64-1041.png (10.24 KiB) Viewed 262 times
I set this folder without problem in dialog window, then click Browse again and get error.
User avatar
Site Admin
Posts: 7212
Joined: 9 Dec 2007

Zenju

The path looks fine, the only unusual part that could explain ERROR_INVALID_PARAMETER are the Cyrillic characters. Maybe a limitation of the web server. In my tests accessing a wevdav share with these characters worked without error.
Posts: 7
Joined: 7 Feb 2021

yngwie

It works, but shows this error. What limitations are you talking about?
User avatar
Site Admin
Posts: 7212
Joined: 9 Dec 2007

Zenju

This means, this is not a problem that FFS can fix, most likely a bug in the web dav implementation. The best FFS can do is to show a warning and continue (instead of the error and abort as it was before). That's better than nothing, but it does not "work" in the sense that it does not pre-select the path in the folder picker as it should.