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

Photoshop Failed to lunch. #17

Closed ismi-ismi closed 1 year ago

ismi-ismi commented 1 year ago

Here is the entire installation process : https://logpaste.com/YbQByOxQ (there is a couple error there but i don't understand what it means)

here is the error massages that the terminal gave me when i try to run it via "bash -c '/home/anonkun/adobe/photoshop-22-linux/scripts/launcher.sh'

0100:err:module:import_dll Library d3d12.dll (which is needed by L"C:\\Program Files\\Adobe\\Adobe Photoshop 2021\\photoshop.exe") not found 0100:err:module:LdrInitializeThunk Importing dlls for L"C:\\Program Files\\Adobe\\Adobe Photoshop 2021\\photoshop.exe" failed, status c0000135 MY WINE VERSION wine --version wine-7.0.1

My SYETEM INFORMATION anonkun@pop-os OS: Pop!_OS 22.04 LTS x86_64 Host: X442URR 1.0 Kernel: 6.0.12-76060006-generic Uptime: 5 hours, 29 mins Packages: 2290 (dpkg), 10 (flatpak) Shell: bash 5.1.16 Resolution: 1366x768 DE: GNOME 42.3.1 WM: Mutter WM Theme: Pop Theme: Pop-dark [GTK2/3] Icons: Pop [GTK2/3] Terminal: gnome-terminal CPU: Intel i5-8250U (8) @ 3.400GHz GPU: NVIDIA GeForce 930MX GPU: Intel UHD Graphics 620 Memory: 3092MiB / 7830MiB

albakhtari commented 1 year ago

Hello there, The main issue is in the following part of the installation:

- Installing vdk3d proton...

wine: configuration in L"/home/anonkun/adobe/photoshop-22-linux/Ps-prefix" has been updated.
/home/anonkun/adobe/photoshop-22-linux/scripts/x64/d3d12.dll: File not found. Skipping.
/home/anonkun/adobe/photoshop-22-linux/scripts/x86/d3d12.dll: File not found. Skipping.

You can try installing it without vdk3d, when you see this choose 'n':

- Would you like to install vdk3d proton? (y/n): 

Also, can you post the output of the following command:

ls -l /home/anonkun/adobe/photoshop-22-linux/installation_files/x64/ /home/anonkun/adobe/photoshop-22-linux/installation_files/x86/
albakhtari commented 1 year ago

Any news @ismi-ismi?

DistroHopper39B commented 1 year ago

Confirming that I also have this issue, even without installing d3d12

Edit: It appears that the vkd3d files aren't copied into the scripts directory. I'll send a PR with a fix later on.

albakhtari commented 1 year ago

I hope you don't mind me assigning this issue to you @DistroHopper39B.

DistroHopper39B commented 1 year ago

Sent PR.