http://bugs.winehq.org/show_bug.cgi?id=4711
Summary: using file open dialog crashes programs. Product: Wine Version: 0.9.9. Platform: PC-x86-64 OS/Version: other Status: UNCONFIRMED Severity: blocker Priority: P1 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: affected@mbnet.fi
In Photoshop 7.0, trying to open a file will result in the application either freezing or crashing completely. I experienced the same with the photoshop installer when trying to browse for install directory. This is the wine output after starting Photoshop:
fixme:actctx:QueryActCtxW stub! fixme:wintab32:X11DRV_WTInfoA Return proper size fixme:font:WineEngAddFontResourceEx :stub err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59} could be created for for context 0x1 fixme:ole:CoCreateInstance no classfactory created for CLSID {4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154 fixme:font:WineEngRemoveFontResourceEx :stub fixme:font:WineEngAddFontResourceEx :stub fixme:wintab32:X11DRV_WTInfoA Return proper size fixme:win:EnumDisplayDevicesW ((null),0,0x55d6de14,0x00000000), stub! fixme:win:EnumDisplayDevicesW (L"\\.\DISPLAY1",0,0x55d6de14,0x00000000), stub! fixme:mscms:EnumColorProfilesA ( (nil), 0x55d6e67c, 0x55d6e194, 0x55d6e6dc, 0x55d6e6ec ) stub fixme:win:EnumDisplayDevicesW ((null),0,0x55d6de1c,0x00000000), stub! fixme:win:EnumDisplayDevicesW (L"\\.\DISPLAY1",0,0x55d6de1c,0x00000000), stub! fixme:mscms:EnumColorProfilesA ( (nil), 0x55d6e684, 0x55d6e19c, 0x55d6e6e4, 0x55d6e6f4 ) stub err:shell:HCR_GetFolderAttributes HCR_GetFolderAttributes should be called for simple PIDL's only! err:ntdll:RtlpWaitForCriticalSection section 0x12538c0 "?" wait timed out in thread 000b, blocked by 0009, retrying (60 sec) fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented err:seh:setup_exception stack overflow 0 bytes in thread 0009 eip 556f8ba0 esp 55c61000 stack 0x55c61000-0x55d70000
The fixme:commdlg:GetFilename95... is what happens once I open the file open dialog.