LinSoftWin / Illustrator-CC-2021-Linux

A script that install Illustrator 2021 on Linux
BSD 3-Clause "New" or "Revised" License
126 stars 15 forks source link

installation not running #13

Open Fern-Leaves opened 3 months ago

Fern-Leaves commented 3 months ago

I looked through the script and replaced all the links to online files with archived versions of those files and it makes a fine looking version of illustrator appear in my panel, but it won't open. I have also tried installing to a custom directory and that changes nothing.

IverCoder commented 2 months ago

@Fern-Leaves would you mind sharing the archived links with me?

I regret having purchased Illustrator, but again this is the only thing my school would let us use... 🫠

Fern-Leaves commented 2 months ago

@Fern-Leaves would you mind sharing the archived links with me?

I regret having purchased Illustrator, but again this is the only thing my school would let us use... 🫠

just search though the script for anything with https at the start, then paste them into archive.org, you'll find an archived version, then just replace those archive.org links into the script, except the last one which wasn't backed up onto archive.org, but that's just the app icon, you can easily find a link to an Adobe illustrator app icon by searching the internet.

IverCoder commented 2 months ago

@Fern-Leaves would you mind sharing the archived links with me? I regret having purchased Illustrator, but again this is the only thing my school would let us use... 🫠

just search though the script for anything with https at the start, then paste them into archive.org, you'll find an archived version, then just replace those archive.org links into the script, except the last one which wasn't backed up onto archive.org, but that's just the app icon, you can easily find a link to an Adobe illustrator app icon by searching the internet.

Thank you @Fern-Leaves!

Artstrel commented 2 months ago

@Fern-Leaves it's connected with custom wine version. I saw code too and noticed that script downloading custom wine (maybe because standard wine version have glitch with interface) and dependencies for illustrator. I saw on wine forum how to solve that glitch, but honestly I can't do this, because it needs some manipulations with Wine source code