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

Can finish the download of the file illustratorCC17.tgz still not working #34

Open
TimTimTim92 opened this issue Jul 8, 2022 · 2 comments

Comments

@TimTimTim92
Copy link

#33

I have done all the above

manually download illistratorCC17.tgz from link above
copied it into cache dictionary according to link above
and rerun the install according to the above and I still get an error what am I doing wrong because it still tries to download

/illustratorCClinux/scripts$ sudo ./illustratorSetup.sh -d /mnt/storage/illustratorSetup.sh
install path is
-c not define default directory used...
mkdir: missing operand
Try 'mkdir --help' for more information.
package wine is installed...
package md5sum is installed...
/prefix directory exists deleting it...
create /prefix directory...
wine variables exported...
please install mono and gecko packages then click on OK button
prefix configured...
set dark mode for wine...
/resources directory exists deleting it...
create /resources directory...
md5 is not match
downloading illustratorCC17.tgz ...
using curl to download illustratorCC17.tgz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
40 359M 40 145M 0 0 3075k 0 0:01:59 0:00:48 0:01:11 4137k
curl: (18) transfer closed with 223983785 bytes remaining to read
md5 is not match
downloading illustratorCC17.tgz ...
using curl to download illustratorCC17.tgz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
37 359M 37 133M 0 0 3349k 0 0:01:49 0:00:40 0:01:09 4419k
curl: (18) transfer closed with 236609209 bytes remaining to read
md5 is not match
downloading illustratorCC17.tgz ...
using curl to download illustratorCC17.tgz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
44 359M 44 160M 0 0 3261k 0 0:01:52 0:00:50 0:01:02 2783k
curl: (18) transfer closed with 208537531 bytes remaining to read
error: sorry something went wrong during download illustratorCC17.tgz
tim@TIM-PC:/illustratorCClinux/scripts$"

@Jupo1
Copy link

Jupo1 commented Oct 14, 2022

I've experienced the same issue.

Follow the following steps to install it manually. I'll assume the file illustratorCC17.tgz file is located in ~/Download

~cd ~/Download
md5sum illustratorCC17.tgz
Make sure the resut is d470b541cef1339a66ea33a998801f83
If not, your downloaded file is corrupt and you need to download it again.

If the md5sum is correct and the setup script still tries to download it, then run manually tar -xvf illustratorCC17.tgz

Once done, launch the script wine64 IllustratorCC17/IllustratorCC64.exe to start illustrator

If wine64 is not found, run
sudo apt update
sudo apt install wine64
and try again

@alizain5663
Copy link

after following the above steps i am facing these and illustrator is not working

0144:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0144:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.

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