Gictorbit / illustratorCClinux

Illustrator CC v17 installer for Gnu/Linux
GNU General Public License v3.0
800 stars 102 forks source link

error: sorry something went wrong during download illustratorCC17.tgz #43

Open kupidr opened 1 year ago

kupidr commented 1 year ago

err

ZaguePrime commented 1 year ago

I've got the same issue

ZaguePrime commented 1 year ago

Alright the fix was in the earlier issues: on line 68 replace the victor link with : https://downloads.runebase.io/illustratorCC17.tgz

realquink commented 1 year ago

Took me a second to find the file where to edit line 68, for anyone wondering it is here:

illustratorCClinux/scripts/illustratorSetup.sh

IvanIsak2000 commented 1 year ago

Alright the fix was in the earlier issues: on line 68 replace the victor link with : https://downloads.runebase.io/illustratorCC17.tgz

Yes, this solved the problem with the installation, but another error occurred image

weiss-d commented 1 year ago

@IvanIsak2000 first of all you shouldn't be doing regular stuff from under the Root user. Check out this article if you're unsure why.

Next, try to repeat the install under a regular user and if the error persists, just manually create the missing folder it tries to put a desktop shortcut into. Like this:

mkdir -p ~/.local/share/applications
IvanIsak2000 commented 1 year ago

@IvanIsak2000 first of all you shouldn't be doing regular stuff from under the Root user. Check out this article if you're unsure why.

Next, try to repeat the install under a regular user and if the error persists, just manually create the missing folder it tries to put a desktop shortcut into. Like this:

mkdir -p ~/.local/share/applications

I think i solved this problem: i wrote bash script in root folder which start illustrator:

#!/bin/bash
sudo wine /root/.illustratorCC17/IllustratorCC17/IllustratorCC64.exe
patrick-rayner commented 1 year ago

Alright the fix was in the earlier issues: on line 68 replace the victor link with : https://downloads.runebase.io/illustratorCC17.tgz

worked for me, thanks!

TheredKnightt commented 12 months ago

Alright the fix was in the earlier issues: on line 68 replace the victor link with : https://downloads.runebase.io/illustratorCC17.tgz

worked for me, thanks!

Sup, hope u can help me..just one question, how did u fix it? what I need to replace? I did not understand about the line 68

TheredKnightt commented 12 months ago

Alright the fix was in the earlier issues: on line 68 replace the victor link with : https://downloads.runebase.io/illustratorCC17.tgz

Sup, hope u can help me..just one question, how did u fix it? what I need to replace? I did not understand about the line 68

IvanIsak2000 commented 11 months ago

Alright the fix was in the earlier issues: on line 68 replace the victor link with : https://downloads.runebase.io/illustratorCC17.tgz

Sup, hope u can help me..just one question, how did u fix it? what I need to replace? I did not understand about the line 68

Hey, open to scripts folder and open illustratorSetup.sh, move to 68 line and replace value as https://downloads.runebase.io/illustratorCC17.tgz

hamidmifdal commented 5 months ago

Thank you all

dad1755 commented 3 weeks ago

Really appreciate