autopkg / orchard-recipes

Repo for autopkg recipes created by the University of Oxford Orchard Mac team.
GNU General Public License v3.0
2 stars 14 forks source link

AdobeCreativeCloud recipes - CCDA 5.1.0.407 fails to install at the login window on Catalina #20

Closed neilmartin83 closed 1 month ago

neilmartin83 commented 4 years ago

Logging this here so folks are aware - it's not a problem with the recipes themselves. We have a case open with Adobe now and they are investigating. The previous version (5.0.0.354) is fine.

The current version of CCDA (5.1.0.407) (downloaded from https://ccmdl.adobe.com/AdobeProducts/KCCC/CCD/5_1/osx10/ACCCx5_1_0_407.dmg via https://helpx.adobe.com/uk/download-install/kb/creative-cloud-desktop-app-download.html ) is failing to install at the login window on Catalina (tested on 10.15.3 and 10.15.4 supplemental).

We are seeing this with Munki installing at the login window, which uses the pkg generated by this Autopkg recipe ( https://github.com/autopkg/rtrouton-recipes/blob/master/AdobeCreativeCloud/AdobeCreativeCloudInstaller.pkg.recipe ).

I have reproduced the issue, running the installer directly from Adobe's DMG in the same way via an SSH session.

At the login window, the installer crashed:

sh-3.2# ./Install.app/Contents/MacOS/Install --mode=silent
Segmentation fault: 11

When I logged into the GUI and re-ran the installer in the SSH session, it succeeded:

sh-3.2# ./Install.app/Contents/MacOS/Install --mode=silent
Starting installer...
objc[2463]: Class HTTPHeader is implemented in both /Volumes/Creative Cloud/./Install.app/Contents/MacOS/Install (0x10471ad30) and /Volumes/Creative Cloud/resources/AdobePIM.dylib (0x10737e1c8). One of the two will be used. Which one is undefined.
objc[2463]: Class ProxyManager is implemented in both /Volumes/Creative Cloud/./Install.app/Contents/MacOS/Install (0x10471ad80) and /Volumes/Creative Cloud/resources/AdobePIM.dylib (0x10737e218). One of the two will be used. Which one is undefined.
Installation successful.
sh-3.2#