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: sorry something went wrong during download illustratorCC17.tgz #43

Open
kupidr opened this issue Jun 26, 2023 · 11 comments
Open

Comments

@kupidr
Copy link

kupidr commented Jun 26, 2023

err

@ZaguePrime
Copy link

I've got the same issue

@ZaguePrime
Copy link

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

@realquink
Copy link

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

illustratorCClinux/scripts/illustratorSetup.sh

@IvanIsak2000
Copy link

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
Copy link

weiss-d commented Jul 9, 2023

@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
Copy link

@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
Copy link

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
Copy link

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
Copy link

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
Copy link

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
Copy link

Thank you all

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

8 participants