Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error 182 while installing #4

Closed
sergiobaiao opened this issue Sep 12, 2021 · 4 comments
Closed

error 182 while installing #4

sergiobaiao opened this issue Sep 12, 2021 · 4 comments

Comments

@sergiobaiao
Copy link

For those of you getting an error 182 while trying to install, check the log file. Open terminal, and type:

sudo nano /Library/Logs/Adobe/Installers/Install.log

go to the end of the file and check for errors. I had downloaded the en_US file but somehow the installer was trying to install pt_BR which is my default OS language. I then downloaded the pt_BR and it worked. I also copied the missing file inside the en_US Contents, like the log said, and it installed both en_US and pt_BR versions.

@thpryrchn
Copy link
Collaborator

Interesting. I have only messed with en_us, as that is native for me.

So you are saying that it is erroring out because you are installing on a different system language?

I wonder if the script could be changed and download all languages. Then again it would take more space.

@sergiobaiao
Copy link
Author

sergiobaiao commented Sep 12, 2021

Yes, somehow it's trying to install both en_US and the default OS language, and it fails when it doesn't find the default OS language package. I think that this is the CC installer doing this. After i copied the correct language file inside the en_US Contents/products/..../ folder it installed both

@evankervella
Copy link

Oh men, thank you so much. I was digging Reddit for DAYS and you described the exact solution! So grateful :)

thpryrchn added a commit that referenced this issue Nov 6, 2021
#4 woulf fail if the 
Installer Language didn't inclued the System Language.

Also makes --arch case insensitive.
@thpryrchn
Copy link
Collaborator

Let me know if the Latest commits have fixed the issue!

I have even added the option to download all Languages if you select ALL as the language.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants