illustratorCClinux icon indicating copy to clipboard operation
illustratorCClinux copied to clipboard

error: sorry something went wrong during download illustratorCC17.tgz

Open kupidr opened this issue 2 years ago • 12 comments

err

kupidr avatar Jun 26 '23 04:06 kupidr

I've got the same issue

ZaguePrime avatar Jun 26 '23 17:06 ZaguePrime

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

ZaguePrime avatar Jun 26 '23 18:06 ZaguePrime

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

illustratorCClinux/scripts/illustratorSetup.sh

realquink avatar Jun 29 '23 16:06 realquink

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

IvanIsak2000 avatar Jul 03 '23 08:07 IvanIsak2000

@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

weiss-d avatar Jul 09 '23 17:07 weiss-d

@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

IvanIsak2000 avatar Jul 15 '23 18:07 IvanIsak2000

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!

patrick-rayner avatar Aug 11 '23 18:08 patrick-rayner

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 avatar Aug 27 '23 23:08 TheredKnightt

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

TheredKnightt avatar Aug 28 '23 00:08 TheredKnightt

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

IvanIsak2000 avatar Aug 28 '23 11:08 IvanIsak2000

Thank you all

hamidmifdal avatar Mar 21 '24 05:03 hamidmifdal

Really appreciate

dad1755 avatar Jul 29 '24 14:07 dad1755