GithubHelp home page GithubHelp logo

csmarckitus / photoshop Goto Github PK

View Code? Open in Web Editor NEW
291.0 8.0 30.0 210 KB

This program written in C will help you to automatically install everything you need and configure it so that you can run Photoshop on your Linux without problems.

License: GNU General Public License v3.0

linux photoshop photoshop-cc gnu-linux winehq adobe-photoshop photoshop-installation wine c gnome

photoshop's Introduction

Photoshop CC v21.2.4 installer for Linux

This program written in C will help you to automatically install everything you need and configure it so that you can run Photoshop on your Linux without problems.

screenshot

wine version C

🚀 Features

  • Automatically check your system requirements (read below) so you know if you can install Photoshop
  • Automatically install everything you need to run Photoshop
  • Creates a Photoshop shortcut in your Gnome Apps for execute it
  • Install and configure Adobe Camera Raw v12, if you want
  • If you don't use Photoshop anymore, you can uninstall all files in a custom way
  • Support wine dark mode
  • It's free and you will not need any license key

💻 Installation

If you are new in Linux and don't know some commands, you can watch this video (made thanks to Don of Novaspirit Tech channel) for more easy installation:

Click in image for watch the video

Compatible Distros:

  • Fedora (Compatible with all versions that share the same WineHQ repository, currently from 29 to 34)
  • Debian 10 (Buster) and any other Debian based distro
  • Arch Linux and any other Arch based distro
  • Gentoo Linux

Installation steps:

git clone https://gitlab.com/csmarckitus1/photoshop.git
cd photoshop
make
./Photoshop2020

Note:

If you get an memory access error message, you need to install valgrind in your distro and execute the program with it. Example in an Arch or based distro: Install the program:

sudo pacman -S valgrind

Executing the program:

cd photoshop
make 
valgrind ./Photoshop2020

Important things during the installation:

During the installer you will see for a moment that Windows 7 is selected by default, change it to Windows 10. If you have a 4k monitor or open Photoshop and it looks small, in the same place go to the Graphics tab and increase the resolution between 216 and 240 ppp.Once all this is done apply the changes.Photoshop may sometimes start with a black screen, just Create a new file or just drag in some photo. Before starting any project try to Save the file first. In case it doesn't let you do the following:

File -> Export -> Export Layers to Files

Finally the files will be saved, now restart Photoshop and open the file you have created. Now everything you do in that file will be saved for you.

A few things about check requirements:

The requirements are based on the technical specifications provided by the Adobe page according to the Windows operating system, so it is possible that although some requirements are not met in Linux, Photoshop can be executed. Is possible that when checks requirements, in computers that don't have dedicated VRAM (As they use a chunk of memory RAM) in some cases the result, is that you can run Photoshop, but this is not really.

Errors or bugs:

If make not works, copy and paste this in terminal in the current folder:

gcc -ggdb3 -O0 -std=c99 -Wall -Werror -Wextra -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wshadow -pedantic -w -o Photoshop2020 Photoshop.c ./scripts/Requirements.c ./scripts/Installer.c ./scripts/Cameraraw.c ./scripts/Configure.c ./scripts/Uninstaller.c ./Photoshop2020
  • If the program has an error in somewhere of installer, first uninstall Photoshop.

  • I have installed Wine but my system does not recognize it, why? If you use any shell different than the default provided by system, you need to add the PATH of the path of installation of WINE.

  • If your distro is not compatible you have to modify the program for skip the WineHQ installation, therefore you will have to install WineHQ in the correct way according to your distro and with this, you can use the installation on whatever distro.

New features:

If you want to try the staging version of Wine, Adobe Camera Raw has not worked for me.

Notes:

  • I use getchar in some lines for clear stdin and doing that a command can be read by scanf.
  • The main file is Photoshop.c

photoshop's People

Contributors

c-y-p-h-e-r avatar csmarckitus avatar ivanisak2000 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

photoshop's Issues

Ubuntu Ubuntu 20.04.4 LTS seg fault

1
Checking RAM...
✓ You have 15962MB of 2000MB
Checking CPU...
Segmentation fault (core dumped)

This looks kinda scary...

Edit: the install worked fine though. The main screen is janky but it's semi functional in windowed mode.
Fixing the screen requires dragging it off the bottom of the desktop... sometimes ctrl+shift+win+B will work.

DXVK files in home directory

When I launch Photoshop, it creates a bunch of DXVK cache files in my home folder.
I find a workaround that consists in modify the photoshop.desktop to include at the beginning of the line: "cd /"directory where you want to store the cache (in my case in the wineprefix folder)"/;

My home folder:
imagen

My case Workaround:

imagen

Error after installation

Screenshot from 2022-05-21 11-15-39

Screenshot from 2022-05-21 11-21-02

I'm encountering this error CEPTHMLengine.exe after installation of Photoshop and since this was related to Adobe itself so I wonder how this will be fixed. Thanks for the help in advance!

update: I cannot use export in any form. I'm using endevour OS if ever it was needed.

Cant save as or open save to location

i think it may just a limitation of the nature of how this process works but i cant find a way of changing where a photo saves or opening te save as prompt. following your instructions allowed me to save a document that already open and i can save CHANGES to a photo but not make a new one or change where it saves

Segfault on Arch Linux

No matter what I try to do this install will segfault under arch linux. For example, on option 1
Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7e32e17 in fgets () from /usr/lib/libc.so.6

Can't relaunch after initial launch

I didn't know if anyone had the issue of not being able to relaunch the program? I closed it to apply the English settings, but couldn't get it to restart. Using a clean install of Ubuntu 20.04.

Not starting after installation on Debian 11 Bullseye

Hi @CSMarckitus, so i followed up your steps complementing with the attached yt video and it installed perfectly, but after that it ain't starting, checked photoshop.desktop and its ok

image

Rebooted and tried again but not booting up photoshop, it just booted up once after i installed it, with bash on background

my specs:
image

Any help from someone would be really grateful, fresh installed debian 11, moved out of windows as mainOS definitely
Thanks!

Log file creates automatically and new file error

Looks like a new file can't be created. I tried many times. plus save as/ export function does not work. Plus it creates automatic log file in images and other directories. Please, provide some solutions.

Black Screen on startup

I can use the menus in Photoshop 2020; change preferences, etc, but actually trying to use the program isn't an option. Have disabled 'start screen' already with no luck. If anyone has an idea on how to fix, let me know.

If it helps, I'm on archcraft linux

Problem to install in Linux Mint 20.2 Cinnamon

Hello,

i get an Memory Access Error message

Welcome to Photoshop CC v21 Linux Installer
Choose one of the following options:
1. Check if your computer meets the requirements to run Photoshop
2. Install Photoshop
3. Install Adobe Camera Raw v12
4. Configure Wine
5. Uninstall Photoshop
6. Exit the program
1
Checking RAM...
✓ You have 15929MB of 2000MB
Checking CPU...
Speicherzugriffsfehler (Speicherabzug geschrieben)

Can't create New file

[Manjaro linux]
I installed PS following instructions. but always open blank page with app menu. I can open picture from drag and drop or open option. but no new file. no popup box.
I reinstalled wine stable version. but Its not helpful.

other little problem. Camera Raw option not showing even after installing Camera Raw 12.
other functions are work perfectly fine.

Thank you. This app made my work very easy. Otherwise, I had to switch to Windows all the time to work
Screenshot from 2022-11-24 15-38-33
Screenshot from 2022-11-24 17-13-32

mkdir: cannot create directory ‘/home/artrus’: Permission denied

I'm running Fedora 36 Wayland and Wine 7.0
During installation when it asks to provide directory but it fails to create directory and says permission denied.
How can I give it permission or somehow use sudo . In normal terminal, I'm able to create directories without giving any administrative privilages.

This is the error i get:

Example of route (realize that in the end it doesn't end with /): /home/your_username
/home/artrus
mkdir: cannot create directory ‘/home/artrus/PhotoshopCC’: No such file or directory
Executing mkdir -p /home/artrus
mkdir: cannot create directory ‘/home/artrus’: Permission denied
------------------------------------------------------
warning: Note: command mkdir -p /home/artrus returned status 1. Aborting.
------------------------------------------------------
wine: chdir to /home/artrus/PhotoshopCC : No such file or directory
Can't open user.reg file.Click on Install to everything it asks for.Setting dark

Cannot edit properly; keeps crashing (Linux Mint 20.3 Cinnamon)

Distro: Linux Mint 20.3 Una
Desktop Environment: Cinnamon
Issue:
Whenever I run Photoshop, I attempt to edit a file, but I cannot do so properly because the file doesn't show up in full. Either only a segment of the Photoshop home screen appears, fragments of the picture, or a combination of both. Sometimes, I can briefly increase or decrease the number of fragments of the picture in question on screen by pressing a button that causes the portion of the Photoshop interface dedicated to displaying the pic to change its location (even if only for a little bit), or by selecting portions of the image via tools like "Lasso."

However, most times, it just crashes, either on startup, or after using something like the Object Selection tool in Ps.
I also have found that I cannot manipulate the sizes of several different segments of the Ps interface, like the one dedicated to showing you tutorials for things like picture editing and painting within Adobe Photoshop.
Usually, when I restart the system, I can get Photoshop to start up normally at first, but then afterwards, after closing it once (or having it close by itself via crashes), it'll then crash every subsequent time I try to open it.

No US Language

After installing the software with "International" language support no languages other than spanish are available.
Also the en_us language package is not available in the repo anymore.

How can i switch language to english?

Issues running the make command on Steam Deck

(deck@steamdeck photoshop)$ make
gcc -ggdb3 -O0 -std=c99 -Wall -Werror -Wextra -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wshadow -w -pedantic -o Photoshop2020 Photoshop.c scripts/Cameraraw.c scripts/Configure.c scripts/Installer.c scripts/Requirements.c scripts/Uninstaller.c 
Photoshop.c:1:10: fatal error: stdio.h: No such file or directory
    1 | #include <stdio.h>
      |          ^~~~~~~~~
compilation terminated.
scripts/Cameraraw.c:5:10: fatal error: stdio.h: No such file or directory
    5 | #include <stdio.h>
      |          ^~~~~~~~~
compilation terminated.
scripts/Configure.c:4:10: fatal error: stdio.h: No such file or directory
    4 | #include <stdio.h>
      |          ^~~~~~~~~
compilation terminated.
scripts/Installer.c:7:10: fatal error: stdio.h: No such file or directory
    7 | #include <stdio.h>
      |          ^~~~~~~~~
compilation terminated.
scripts/Requirements.c:8:10: fatal error: stdio.h: No such file or directory
    8 | #include <stdio.h>
      |          ^~~~~~~~~
compilation terminated.
scripts/Uninstaller.c:5:10: fatal error: stdio.h: No such file or directory
    5 | #include <stdio.h>
      |          ^~~~~~~~~
compilation terminated.
make: *** [Makefile:28: Photoshop2020] Error 1

I've been trying to replace my Windows Desktop with the Steam deck now that an official dock is out but I'm running into this issue when i run the make command. I'm a complete linux noob so i don't know what this means or how to fix it myself.

Is not responding on Ubuntu 22.04

Hi!
I have recently installed Ubuntu 22.04 LTS (instead of the OpenSuse just in order to get Photoshop from here)
And the problem is that no matter how I install Photoshop (root or no root, upgrading wine, gcc, wget, etc manually, with valgrind or not) it always behave the same: system warning "Photoshop is not responding" and two options: force quit or wait. Naturally, I choose waiting. And, if I'm lucky, after few warning windows mermaid picture finally is being replaced with program window...
...where there is nothing but a top menu. And also it's so slow, that we can say it's not responding at all. But it's even the main problem, the main problem is that it always closing after 1 or 2 minutes.
So... Why do I have this issues?
As I said, system is Ubuntu 22.04 LTS, and folder has 443 GB of free space

Oh, and also, even if it doesn't work for me, the work, you've done is incredible! Thank you very-very much

Lightroom Classic

Is there any possibility of creating a similar install script for Lightroom Classic?
As it stands there is very little information to be found anywhere on how to install and use Lightroom through wine, despite Lightroom often being used in a workflow alongside Photoshop.

Default Language

This works pretty nicely.

However, I suggest putting the default language of the installed photoshop, to US English instead of the existing language.

Otherwise, neat idea and work!

Image Crop, Canvas Size doesnt work

Thanks a lot for your effort.
Installed on Linux Mint 20.3 without issues.
Image - Crop, Image- Canvas Size doesn't work.
Please let me know if there is any fix for this.
There is a refresh issue.. ie., I can't see changes unless I click on the artboard or click on another layer.
But that is probably because I have an nVidia graphics card.. and guess I can live with it.
All the best..

interface not responding

i just installed photoshop today but when am trying to open new workspace the enterface that appear doesnot respond (i cant see description fonts)
Screenshot from 2022-05-22 07-42-48

Verify PhotoshopCC.tar.xz?

Has anyone checked PhotoshopCC.tar.xz for malware?

This is the SHA256 hash I got:

dd0236d2ae85ce895a6159a801db0e0596384f7ecbc7062bdce18f5304f4ba15

Couldn't find any info anywhere on the interwebs...

error: sorry something went wrong during download photoshopCC-V19.1.6-2018x64.tgz

Whenever I try to install it it gives me this weird error
using curl to download photoshopCC-V19.1.6-2018x64.tgz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 157 100 157 0 0 14 0 0:00:11 0:00:11 --:--:-- 41
md5 is not match
downloading photoshopCC-V19.1.6-2018x64.tgz ...
using curl to download photoshopCC-V19.1.6-2018x64.tgz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 157 100 157 0 0 14 0 0:00:11 0:00:10 0:00:01 50
md5 is not match
downloading photoshopCC-V19.1.6-2018x64.tgz ...
using curl to download photoshopCC-V19.1.6-2018x64.tgz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 157 100 157 0 0 14 0 0:00:11 0:00:10 0:00:01 38
error: sorry something went wrong during download photoshopCC-V19.1.6-2018x64.tgz

Freezing and Crashing on Ubuntu 22.04

CPU: AMD Ryzen 5 5600
GPU: AMD Radeon RX 6600 XT

i installed this using the novaspirit tech tutorial video, and whenever i load into the frontpage i just get black, and the app freezes. another user suggested loading into PS with an image, and that works up until i use anything with a dropdown menu, which causes it to instantly CTD.

Program starting with gray page and not able to use the menu

Hi guys! I am able to run the program, but whenever it starts, it starts with a gray page, and you have to press on Esc so then I get to the main page, but then I am not able to see the menu from the upper side (File, Edit, Image, Layer, etc.), so I have to press on the Home button, it leads me to the same gray page from the beginning, and then if I press Esc again, it shows the menu for 1 second, and then it disappears again. Can you please assist with this? I'm using a ChromeOS device and enabled Linux Dev mode on it. Attached you will find the screenshots with what I get and a screencast.
Screenshot 2022-04-06 01 07 51
Screenshot 2022-04-06 01 07 40

Screen.recording.2022-04-06.01.08.36.mp4

Thank you!

Illustrator

Hello, aren't you planning to make a similar script for Illustrator? Thank you, it would be very much appreciated:)

language support

could you add an install from the multilingual version of photoshop or ad english gb files please?

Can't open user.reg file / Install won't complete

Good day,
I can't seem to get the installer to work on the last step. After changing my windows version to Windows 10, I get "Can't open user.reg file.Click on Install to everything it asks for.Setting dark..." and it exits. I never get the prompt to install photoshop for all users or just myself. I'm on debian 11.

Best,

Eli

uninstaller

How can i completely uninstall the program, i deleted the directory but guess its not enough.

'Can't open user.reg file'

Seems I can get to the end of the installation until I'm thrown this error, followed by 'Click on Install to everything it asks for.Setting dark...'
From what I understand this is the final question and you should usually be able to answer. Except the installation just terminates here.

'Can't open user.reg file.Click on Install to everything it asks for.Setting dark...'

EDIT: Sorry for wasting time here, after a few fresh install attempts it seems to have fixed itself.

Installation error, possibly related to read access

Thanks for all your work on this!!

Here's my error message, it happens after the Windows installer window where I change it from Windows 7 to Windows 10:

Using native override for following DLLs: d3dcompiler_47
Executing wine C:\windows\syswow64\regedit.exe C:\windows\Temp\override-dll.reg
sh: 0: getcwd() failed: No such file or directory
wine: could not open working directory L"unix\\", starting in the Windows directory.
Executing wine64 C:\windows\regedit.exe C:\windows\Temp\override-dll.reg
00f8:fixme:ver:GetCurrentPackageId (000000000031FD70 0000000000000000): stub
0100:fixme:ver:GetCurrentPackageId (000000000031FD70 0000000000000000): stub
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
Can't open user.reg file.Click on Install to everything it asks for.Setting dark...==617788== 
==617788== HEAP SUMMARY:
==617788==     in use at exit: 350 bytes in 2 blocks
==617788==   total heap usage: 8 allocs, 6 frees, 3,474 bytes allocated
==617788== 
==617788== LEAK SUMMARY:
==617788==    definitely lost: 0 bytes in 0 blocks
==617788==    indirectly lost: 0 bytes in 0 blocks
==617788==      possibly lost: 0 bytes in 0 blocks
==617788==    still reachable: 350 bytes in 2 blocks
==617788==         suppressed: 0 bytes in 0 blocks
==617788== Rerun with --leak-check=full to see details of leaked memory
==617788== 
==617788== For lists of detected and suppressed errors, rerun with: -s
==617788== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

I've tried with and without valgrind, each time deleted the photoshop installation directory and starting from scratch. I also tried with sudo but that didn't work and also seems like a bad idea.

Photoshop can't run: Crashes after "Scratch disk" pop up window.

Hello.

I were trying to install this program Adobe Photoshop CC 2020 using this tool. For some reasons, I always get some errors, which I can't get rid of. I have fixed some errors, but I always get the same thing.

Some of those errors I get in terminals are:

"warning: Working around wine bug 26925 -- Forcing quiet install";
"warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug";
"wine" Can't install vcredist_x86.exe, error status 87. Aborting..." (smth like this): This can be fixed by changing time & date format to en_US;
"VulcanDispatcher.js:2838: Uncaught TypeError: Cannot read property 'getSelfEndPoint' of undefined" (same for "MemoryVulcanDispatcher.js:2838: Uncaught TypeError:...", and I get this error constantly, in every try);
"DxgiAdapter::QueryInterface: Unknown interface query";
...

Where problem starts is when I run or installation runs the Photoshop. When it gets launched, the following pop window is shown:

"Preferencias se discos de memoria virtual" title,
List of available partitions, with C:\ at least (once I had Z:\ too), and with available memory (this memory always changes after every try: once total memory of partition, several times total memory of disk, multiple times some unexisting memory (to ~999 GB or ~2TB which I didn't had)),
Warning: "Los discos de memoria virtual seleccionados estan llenos. Modifique las preferencias del disco de memoria virtual que tendra efecto la proxima vez que se abra la aplication" and info "Tambien puede cambiar los discos de memoria virtual manteniendo pulsadas las teclas Control y Alt al inciar Photoshop" and a link with text "Mas informacion sobre los discos de memoria virtual",
OK and "Cancelar" button.

Everything I can do in this window is to press OK, and Photoshop crashes.

I have tried installing Photoshop about 10 times, and no luck with this. Hopefully, I have found an .AppImage file for Photoshop CC 2020, but it's in Portuguese and I can't change the language, neither I can add language pack.

If you know what is the problem, please tell me.
Thanks in advance.

My system:
OS: Manjaro 5.15 (Arch based), dualboot with Windows 10 (I already have on W10, but it's annoying to restart PC constantly just to use what you want),
CPU: AMD Ryzen 7 2700X,
GPU: AMD Radeon RX 580 OC,
RAM: 16GB DDR4,
Kernel drive & module: amdgpu (installed as well),
Memory: 250GB SSD, 1TB HDD:
->80GB of SSD for Linux (60GB is / - root directory, 20GB is /home - home directory)
->150GB of SSD for Windows 10

pops up and then freezes

Hey, I have an issue on one of the last stages, when the photoshop window pops up and then disappears, the terminal stays frozen on this command
0258:err:sync:RtlpWaitForCriticalSection section 000000014C972598 "?" wait timed out in thread 0258, blocked by 0100, retrying (60 sec)

Black Screen on Pop!_os

Not sure where to look for logs in this system. But have recently installed PhotoshopCC using this method + NovaSpirits video onto Pop!_os.

The installation seems to have issues on Pop!_os, with Photoshop just launching with a black screen. Hoping there is a simple fix/solution to this.

Jeff F.

Cant quit app normally (freezes on quit)

whenever i quit the app it goes back to the welcome screen and wont close unless you force quit

my specs
pop os 21.10 (ubuntu Debian based)
cpu: Ryzen 5950x
gpu: Radeon 6900 XT
64gb gskill ram
asus hero wifi motherboard

here is a log, i dont know if its the right kinda log but photoshop generated it
https://pastebin.com/zGqCUzFw

GPU acceleration isn't working

I have a GTX 1070 so it's more than capable of being used for Photoshop but the Use Graphics Processor option is greyed out. Is this a known limitation or can I fix this?

lots of errors while installing

I am not going to pretend I know what went wrong, please help, I am still relatively new to linux. This is a copy of the console.

Welcome to Photoshop CC v21 Linux Installer
Choose one of the following options:

  1. Check if your computer meets the requirements to run Photoshop
  2. Install Photoshop
  3. Install Adobe Camera Raw v12
  4. Configure Wine
  5. Uninstall Photoshop
  6. Exit the program
    2
    Do you have an Ubuntu or a Ubuntu based distro (if is other Debian based distro or Debian now write no)? [yes/no]: yes
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    wine64 is already the newest version (5.0-3ubuntu1).
    wget is already the newest version (1.20.3-1ubuntu2).
    The following packages were automatically installed and are no longer required:
    a11y-profile-manager-indicator adium-theme-ubuntu diffstat doc-base ethtool ettercap-common example-content folks-common gdebi gdebi-core geary
    gir1.2-appindicator3-0.1 gnome-system-log gucharmap ifupdown intltool-debian liba11y-profile-manager-0.1-0 liba11y-profile-manager-data libapt-pkg-perl
    libarchive-zip-perl libasync-mergepoint-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl libcapture-tiny-perl libclass-method-modifiers-perl
    libclass-xsaccessor-perl libclone-perl libdevel-callchecker-perl libdevel-size-perl libdigest-bubblebabble-perl libdynaloader-functions-perl
    libemail-valid-perl libexporter-tiny-perl libfile-find-rule-perl libfl2 libfolks-eds25 libfolks25 libfont-ttf-perl libforms2 libfuture-perl libfwupdplugin1
    libgmime-3.0-0 libgucharmap-2-90-7 libimport-into-perl libio-async-loop-epoll-perl libio-async-perl libjson-maybexs-perl liblinux-epoll-perl
    liblist-compare-perl liblist-moreutils-perl libmodule-implementation-perl libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libnamespace-clean-perl
    libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl libnet-ip-perl libnet1 libnumber-compare-perl libpackage-stash-perl libpackage-stash-xs-perl
    libparams-classify-perl libpath-tiny-perl libperl4-corelibs-perl libperlio-gzip-perl libreadonly-perl libref-util-perl libref-util-xs-perl
    librole-tiny-perl libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libstrictures-perl libstruct-dumb-perl libsub-exporter-progressive-perl
    libsub-identify-perl libsub-quote-perl libtest-fatal-perl libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl libtype-tiny-perl
    libtype-tiny-xs-perl libunicode-utf8-perl libuuid-perl libvariable-magic-perl libwireshark13 libwiretap10 libwsutil11 libxml-writer-perl
    libyaml-libyaml-perl libyaml-tiny-perl libytnef0 libzeitgeist-1.0-1 light-themes lintian onboard onboard-common onboard-data overlay-scrollbar
    overlay-scrollbar-gtk2 patchutils ppa-purge pppconfig pppoeconf python3-pyudev t1utils ubuntu-artwork ubuntu-software unity-accessibility-profiles
    unity-lens-applications unity-lens-files unity-scopes-runner
    Use 'sudo apt autoremove' to remove them.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    --2022-04-12 02:24:47-- https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
    Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.108.133, ...
    Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 896662 (876K) [text/plain]
    Saving to: ‘winetricks’

winetricks 100%[==============================================================================>] 875.65K --.-KB/s in 0.1s

2022-04-12 02:24:47 (6.79 MB/s) - ‘winetricks’ saved [896662/896662]

Installing winetricks...Where do you want to install Photoshop (Absolute Route)?:
Example of route (realize that in the end it doesn't end with /): /home/your_username
/home/david
cat: /tmp/winetricks.deITpIwM/stdout.tmp: No such file or directory
rm: cannot remove '/tmp/winetricks.deITpIwM/stdout.tmp': No such file or directory

warning: Github down? version '' doesn't appear to be a valid version

Executing mkdir -p /home/david

warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.

Using winetricks 20220411-next - sha256sum: 59e8ea1a924fd74effd7fbdc63746e9b709f8f323f1dcbb1877454dbc0367014 with wine-5.0 (Ubuntu 5.0-3ubuntu1) and WINEARCH=win64
Executing w_do_call vcrun2019
Executing mkdir -p /home/david

warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.

Executing load_vcrun2019

warning: ucrtbase.dll is no longer included in vcrun2019. For details see: Winetricks/winetricks#1770

Using native,builtin override for following DLLs: api-ms-win-crt-private-l1-1-0 api-ms-win-crt-conio-l1-1-0 api-ms-win-crt-heap-l1-1-0 api-ms-win-crt-locale-l1-1-0 api-ms-win-crt-math-l1-1-0 api-ms-win-crt-runtime-l1-1-0 api-ms-win-crt-stdio-l1-1-0 api-ms-win-crt-time-l1-1-0 atl140 concrt140 msvcp140 msvcp140_1 msvcp140_2 msvcr140 vcomp140 vcruntime140
Executing wine regedit C:\windows\Temp\override-dll.reg
Executing wine64 regedit C:\windows\Temp\override-dll.reg
Executing cd /home/david/.cache/winetricks/vcrun2019
Downloading https://aka.ms/vs/16/release/vc_redist.x86.exe to /home/david/.cache/winetricks/vcrun2019

04/12 02:25:13 [NOTICE] Downloading 1 item(s)

04/12 02:25:13 [NOTICE] CUID#7 - Redirecting to https://download.visualstudio.microsoft.com/download/pr/7e8edcf6-f2c1-41b1-a712-3f9cd8f58db4/4C6C420CF4CBF2C9C9ED476E96580AE92A97B2822C21329A2E49E8439AC5AD30/VC_redist.x86.exe

04/12 02:25:13 [ERROR] CUID#7 - Download aborted. URI=https://aka.ms/vs/16/release/vc_redist.x86.exe
Exception: [AbstractCommand.cc:403] errorCode=16 URI=https://download.visualstudio.microsoft.com/download/pr/7e8edcf6-f2c1-41b1-a712-3f9cd8f58db4/4C6C420CF4CBF2C9C9ED476E96580AE92A97B2822C21329A2E49E8439AC5AD30/VC_redist.x86.exe
-> [RequestGroup.cc:760] errorCode=16 Download aborted.
-> [AbstractDiskWriter.cc:224] errNum=13 errorCode=16 Failed to open the file /home/david/.cache/winetricks/vcrun2019/vc_redist.x86.exe, cause: Permission denied

04/12 02:25:13 [NOTICE] Download GID#0dc9dd4c2f05e52a not complete: /home/david/.cache/winetricks/vcrun2019/vc_redist.x86.exe

Download Results:
gid |stat|avg speed |path/URI
======+====+===========+=======================================================
0dc9dd|ERR | 0B/s|/home/david/.cache/winetricks/vcrun2019/vc_redist.x86.exe

Status Legend:
(ERR):error occurred.

aria2 will resume download if the transfer is restarted.
If there are any errors, then see the log file. See '-l' option in help/man page for details.
cat: /tmp/winetricks.deITpIwM/stdout.tmp: No such file or directory
rm: cannot remove '/tmp/winetricks.deITpIwM/stdout.tmp': No such file or directory
cat: /tmp/winetricks.deITpIwM/stdout.tmp: No such file or directory
rm: cannot remove '/tmp/winetricks.deITpIwM/stdout.tmp': No such file or directory
Executing cd /home/david/.cache/winetricks/vcrun2019
Downloading https://web.archive.org/web/2000/https://aka.ms/vs/16/release/vc_redist.x86.exe to /home/david/.cache/winetricks/vcrun2019

04/12 02:25:14 [NOTICE] Downloading 1 item(s)

04/12 02:25:14 [NOTICE] CUID#7 - Redirecting to https://web.archive.org/web/20190507042153/https://aka.ms/vs/16/release/vc_redist.x86.exe
[#f82440 0B/0B CN:1 DL:0B]
04/12 02:25:16 [NOTICE] CUID#7 - Redirecting to https://web.archive.org/web/20190507042153/https://download.visualstudio.microsoft.com/download/pr/bc32da05-c8e2-44c3-9aa9-d09e192187e3/350440a80048a23581d6683b230dc58b/vc_redist.x86.exe

04/12 02:25:16 [NOTICE] CUID#7 - Redirecting to https://web.archive.org/web/20190507042207/https://download.visualstudio.microsoft.com/download/pr/bc32da05-c8e2-44c3-9aa9-d09e192187e3/350440a80048a23581d6683b230dc58b/vc_redist.x86.exe

04/12 02:25:16 [ERROR] CUID#7 - Download aborted. URI=https://web.archive.org/web/2000/https://aka.ms/vs/16/release/vc_redist.x86.exe
Exception: [AbstractCommand.cc:403] errorCode=16 URI=https://web.archive.org/web/20190507042207/https://download.visualstudio.microsoft.com/download/pr/bc32da05-c8e2-44c3-9aa9-d09e192187e3/350440a80048a23581d6683b230dc58b/vc_redist.x86.exe
-> [RequestGroup.cc:760] errorCode=16 Download aborted.
-> [AbstractDiskWriter.cc:224] errNum=13 errorCode=16 Failed to open the file /home/david/.cache/winetricks/vcrun2019/vc_redist.x86.exe, cause: Permission denied

04/12 02:25:16 [NOTICE] Download GID#f82440e24e9a3007 not complete: /home/david/.cache/winetricks/vcrun2019/vc_redist.x86.exe

Download Results:
gid |stat|avg speed |path/URI
======+====+===========+=======================================================
f82440|ERR | 0B/s|/home/david/.cache/winetricks/vcrun2019/vc_redist.x86.exe

Status Legend:
(ERR):error occurred.

aria2 will resume download if the transfer is restarted.
If there are any errors, then see the log file. See '-l' option in help/man page for details.

warning: Downloading https://web.archive.org/web/2000/https://aka.ms/vs/16/release/vc_redist.x86.exe failed

Click on Install to everything it asks for.Setting dark...Do you want to install Photoshop in your user or in all[only/all] ?: only
Installation completed successfully! Opening Photoshop CC v 21.0.2
Do you want to go back to the main menu?[n,y] 0009:fixme:reg:GetActiveProcessorGroupCount semi-stub, always returning 1
0009:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (000000000022E150 1 C) semi-stub
0009:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (000000000022DCE0 1 C) semi-stub
0009:err:module:LdrInitializeThunk "CRClient.dll" failed to initialize, aborting
0009:err:module:LdrInitializeThunk Initializing dlls for L"Z:\home\david\PhotoshopCC\Photoshop-CC\Photoshop.exe" failed, status c0000005

Problem installing on Manjaro (Arch)

I tried running the installer under valgrind but it gave me the "Checking if the distribution is supported...The distribution you are using is not supported or cannot be recognized==108704==". I am not a programmer so I do not know how to modify the code to get it running, any chance for an update?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.