https://bugs.winehq.org/show_bug.cgi?id=56395
Bug ID: 56395 Summary: Open/save file dialog shows not drive: err:commdlg:IShellBrowserImpl_BrowseObject could not browse to folder Product: Wine Version: 8.0.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: comdlg32 Assignee: wine-bugs@winehq.org Reporter: cubasuras@yahoo.fr Distribution: ---
Created attachment 76148 --> https://bugs.winehq.org/attachment.cgi?id=76148 "Open File" dialog with no drive available, displayed from Notepad.exe (in French)
Using a win32 profile that has works for years and still 2 weeks ago, the Open File and Save File dialogs now does not show any disk drive, which usually makes the application useless.
When the dialog is displayed, the following message is displayed on the console: 0024:err:commdlg:IShellBrowserImpl_BrowseObject could not browse to folder (first 4 digits are not constant)
The simplest way to get the error is: wine notepad Then File / Open
The problem is with the dialog, not with the drive itself, since using wine cmd and typing "DIR" commands, the drives are present and readable.
The bug can be "solved for me", since it does not happen with a new win32 or win64 prefix, but according to web searches, it is quite common and unsolved except by creating a new profile, so there might be something to be done.