Gictorbit / illustratorCClinux

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

Can finish the download of the file illustratorCC17.tgz #33

Open stereochuck opened 2 years ago

stereochuck commented 2 years ago

Tried to download with the installer and it fails at 2/3 of the download.

Can't finish the download either with the direct link from the illsutratorSetup.sh by getting an Network error, it seems like the server hosting the file is having issue.

https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz

This file should be accessible via torrent in comment of the illsutratorSetup.sh file.

cheeeeer commented 2 years ago

It can't install through the script, but you can download it through your browser. Just press "Resume" whenever it fails. Then, put it in ~/.cache/illustratorCC17 and rerun the install script.

antonkristiono commented 2 years ago

is work to me , download manual and put the file on ~/.cache/illustratorCC17 , and start ./setup.sh again

Thank your sir

TimTimTim92 commented 2 years ago

I have done all the above

1 manually download illistratorCC17.tgz from link above 2 copied it into cache dictionary according to link above 3 and rerun the install according to the above and I still get an error ~/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$"

abhinavt0681 commented 1 year ago

In the scripts folder, the file called illustratorSetup.sh can be opened and the on the line 68, replace https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz with https://downloads.runebase.io/illustratorCC17.tgz . it should download just fine.

Mdavid508 commented 1 year ago

In the scripts folder, the file called illustratorSetup.sh can be opened and the on the line 68, replace https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz with https://downloads.runebase.io/illustratorCC17.tgz . it should download just fine.

Mine worked fine after using this link, Thanks a lot

1hemmem commented 1 year ago

hey, i'm a new user of linux and i didn't get any of your methodes... can anyone explain it to me step by step, please

Fernando-Lupa commented 1 year ago

@BAHAEDDINE09 , go into the folder you cloned from git "illustrator CCLinux" and then into "scripts". There is a file called "illustratorSetup.sh". Right click on it and go to open with text editor. Go to line 68, there should be a code like this: local filelink="https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz". In place of this line, put: local filelink="https://downloads.runebase.io/illustratorCC17.tgz" Or just replace the "illustratorSetup.sh" file that is in "illustratorCClinux/scripts" with this one. And it changes from .txt to .sh [Uploading illustratorSetup.txt…]()

edub9 commented 1 year ago

@BAHAEDDINE09 , go into the folder you cloned from git "illustrator CCLinux" and then into "scripts". There is a file called "illustratorSetup.sh". Right click on it and go to open with text editor. Go to line 68, there should be a code like this: local filelink="https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz". In place of this line, put: local filelink="https://downloads.runebase.io/illustratorCC17.tgz" Or just replace the "illustratorSetup.sh" file that is in "illustratorCClinux/scripts" with this one. And it changes from .txt to .sh Uploading illustratorSetup.txt…

This worked fine for the install however the software is really buggy and crashes. It also give me an error screen when loading that it cannot load the following plugins..

AppBarControls.aip Asset MgmtUI.aip CSSExtractUI.aip SWFExportUI.aip ScriptingSUpport.aip ScriptsMenu.aip Services.aip

Any idea how I can fix this? TIA.

mohamedboumha commented 11 months ago

In the scripts folder, the file called illustratorSetup.sh can be opened and the on the line 68, replace https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz with https://downloads.runebase.io/illustratorCC17.tgz . it should download just fine.

Thank you

Ahamet2000 commented 11 months ago

In the scripts folder, the file called illustratorSetup.sh can be opened and the on the line 68, replace https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz with https://downloads.runebase.io/illustratorCC17.tgz . it should download just fine.

Yeah it works

cpalaciosvSOEN commented 8 months ago

Nice ! I already install AI 👍🏽

ulliperk commented 7 months ago

! /usr/bin/env bash

source "sharedFuncs.sh"

function main() { mkdir -p $SCR_PATH mkdir -p $CACHE_PATH

setup_log "================| script executed |================"

#make sure wine package is already installed
package_installed wine
package_installed md5sum

RESOURCES_PATH="$SCR_PATH/resources"
WINE_PREFIX="$SCR_PATH/prefix"
ILLDIR="$SCR_PATH/"

#create new wine prefix for illustrator
rmdir_if_exist $WINE_PREFIX

#export necessary variable for wine
export_var

#config wine prefix and install mono and gecko automatic
echo -e "\033[1;93mplease install mono and gecko packages then click on OK button\e[0m"
winecfg 2> "$SCR_PATH/wine-error.log"
if [ $? -eq 0 ];then
    show_message "prefix configured..."
    sleep 5
else
    error "prefix config failed :("
fi

sleep 10

if [ -f "$WINE_PREFIX/user.reg" ];then
    #add dark mod
    set_dark_mod
else
    error "user.reg Not Found :("
fi

#create resources directory we extract downloaded file into this and will be deleted after installation more like /tmp
rmdir_if_exist $RESOURCES_PATH

#install illustrator
sleep 3
install_illustratorCC
sleep 5

if [ -d $RESOURCES_PATH ];then
    show_message "deleting resources folder"
    rm -rf $RESOURCES_PATH
else
    error "resources folder Not Found"
fi

launcher
show_message "Almost finished..."
sleep 10

}

function install_illustratorCC() { local filename="illustratorCC17.tgz" local filemd5="d470b541cef1339a66ea33a998801f83"

local filelink="http://127.0.0.1:4050/illustratorCC17.tgz"

**local filelink="https://downloads.runebase.io/illustratorCC17.tgz"**
local filepath="$CACHE_PATH/$filename"

download_component $filepath $filemd5 $filelink $filename

echo "===============| IllustratorCC17 |===============" >> "$SCR_PATH/wine-error.log"

show_message "extract IllustratorCC..."
rmdir_if_exist "$SCR_PATH/IllustratorCC17"
tar -xzf "$filepath" -C "$SCR_PATH" || error "sorry something went wrong during illustrator installation"

show_message "install Illustrator..."

show_message "IllustratorCC v17 x64 installed..."
unset filename filemd5 filelink filepath

}

check_arg $@ save_paths main

TimTimTim92 commented 7 months ago

Thanks for the help all sorry didnt relise i have to close this its been fixed for a while now

richardevcom commented 4 months ago

In the scripts folder, the file called illustratorSetup.sh can be opened and the on the line 68, replace https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz with https://downloads.runebase.io/illustratorCC17.tgz . it should download just fine.

Here is my merge request with your proposed fix: https://github.com/Gictorbit/illustratorCClinux/pull/51

Shishirbdt commented 4 weeks ago

Screenshot-20240617232353-923x633 Please help me after install illustrator on my ubuntu it's say's the program illustrator.exe has encountered a serious problem and needs to close.Please help me how to fix it