http://bugs.winehq.org/show_bug.cgi?id=24365
Summary: Adobe Photoshop CS4 installer: completely white / ie6 workaround doesn't work Product: Wine Version: 1.3.2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: shdocvw AssignedTo: wine-bugs@winehq.org ReportedBy: edwintorok@gmail.com
I built wine 1.3.2 from git like this: $ cd ~/wine-git $ git checkout wine-1.3.2 $ cd ../wine32 $ ../wine-git/configure $ rm -rf /home/edwin/.wine-cs4/ && mkdir ~/.wine-cs4 && WINEPREFIX=$HOME/.wine-cs4 sh ~/winetricks msxml6 gdiplus gecko vcrun2005
So far so good, but the installer is all a white dialog (except for the 'checking your system profile part' which is shown):
I filed this as an shdocvw bug due to these messages, please change component if this is not the cause: fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented cmdid 26 fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented group {000214d1-0000-0000-c000-000000000046} fixme:shdocvw:ClientSite_GetContainer (0x154270)->(0x32e6b0)
I tried using winetricks ie6, but that only leeds to the setup telling me it encountered an error. Tried with winetricks ie7, I got a white dialog there too.
I'll attach the logs now.