http://bugs.winehq.org/show_bug.cgi?id=16681
Summary: Adobe Photoshop CS4 fails to start, complains "Some of the application components are missing..." Product: Wine Version: 1.1.11 Platform: Other URL: http://adobe.com OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
With today's git, Adobe Photoshop CS4 installs nicely. However, it doesn't start up. To reproduce, assuming you've already downloaded and unpacked ADBEPHSPCS4_LS4.7z/ADBEPHSPCS4_LS4.exe:
$ rm -rf .wine $ wine iexplore http://winehq.org (to preload gecko) $ wine "Adobe CS4"/setup.exe (or whereever you unpacked it to) $ cd ~/".wine/drive_c/Program Files/Adobe/Adobe Photoshop CS4" $ wine photoshop
This results in the dialog "Some of the application components are missing from the Application directory, Please reinstall the application."
Looking at the relay, it seems to do this after loading amtservices.dll, waiting quite a while, and timing out. (Loading native gdiplus doesn't help, not that I thought it would...)