albakhtari / photoshop-22-linux

Adobe Photoshop CC 2021 installation script for Linux, using wine.
GNU General Public License v3.0
101 stars 9 forks source link

No such file or directory #11

Closed DeusHyper closed 1 year ago

DeusHyper commented 1 year ago

A clear description of the bug:

When I try to start Photoshop, it tells me that there is no file or directory so it doesn't start. The installer runs fine without any problems.

The output :

[jonas@System photoshop-22-linux]$ bash -c '/home/jonas/photoshop-22-linux/scripts/launcher.sh'
/home/jonas/photoshop-22-linux/scripts/launcher.sh: line 2: cd: /home/jonas/photoshop-22-linux/Ps-prefix/drive_c/Program Files/Adobe/Adobe Photoshop 2021/: No such file or directory
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0088:fixme:wineusb:add_usb_device Interface 2 has 3 alternate settings; using the first one.
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: File not found.

Screenshots:

System info:

albakhtari commented 1 year ago

Hello there, It looks like the Photoshop files haven't been copied to the directory, if it has been downloaded at all.

Please post the output of:

ls /home/jonas/photoshop-22-linux/Ps-prefix/drive_c/Program Files/Adobe/
DaanKorver commented 1 year ago

Had the same issue, Adobe folder is empty

albakhtari commented 1 year ago

That means that the Adobe files weren't downloaded. Can you try running the installer again and providing the output?

Savuth-S commented 1 year ago

Do you have gdown installed? Its a python package and the script uses that to download the photoshop file, but if its not installed it shows a small error message and proceeds configuring the rest of the wine-prefix drowning that message on a whole lot of wine debug ones.

@YoungFellow-le I'd suggest you add a check and if gdown its not installed it completely stops the installation process, assuming they're having the same issue I had that should be the fix.

albakhtari commented 1 year ago

Please make sure you have all the dependencies installed. To update the repo's code, run the following command inside the repo:

git pull