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

No such file or directory #11

Closed
DeusHyper opened this issue Oct 18, 2022 · 5 comments
Closed

No such file or directory #11

DeusHyper opened this issue Oct 18, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@DeusHyper
Copy link

DeusHyper commented Oct 18, 2022

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:

  • Arch Linux
  • qtile
  • wine-7.19
@DeusHyper DeusHyper added the bug Something isn't working label Oct 18, 2022
@albakhtari
Copy link
Owner

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

Had the same issue, Adobe folder is empty

@albakhtari
Copy link
Owner

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

@Savuth-S
Copy link

Savuth-S commented Nov 1, 2022

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 pushed a commit that referenced this issue Nov 3, 2022
@albakhtari
Copy link
Owner

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

git pull

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants