LinSoftWin / Photoshop-CC2022-Linux

Installer from Photoshop CC 2021 to 2022 on linux with a GUI
BSD 3-Clause "New" or "Revised" License
898 stars 51 forks source link

Can't start photoshop after install #54

Closed Lekrixsss closed 2 years ago

Lekrixsss commented 2 years ago

Photoshop version CC2021

Describe the bug Photoshop doesn't start

To Reproduce Steps to reproduce the behavior:

  1. do "sudo dnf install wine zenity tar wget curl"
  2. download photoshop2021install.sh from latest releases
  3. do "sh ./photoshop2021install.sh ~/"
  4. Start photoshop from app menu
  5. Photoshop not start

Expected behavior Photoshop work

System informations

Additional context If run photoshop from Adobe-Photoshop/drive_c/launcher.sh get this output https://pastebin.com/TJygM8Kw

MiMillieuh commented 2 years ago

That's because you use wine-staging. You also seem to lack vulkan support.

Lekrixsss commented 2 years ago

I use wine from "wine" fedora package? Is it contain wine-stagging?

MiMillieuh commented 2 years ago

Well in the logs you've sent it's mentioned wine-staging... image

fislysandi commented 2 years ago

mb try the AUR wine-stable package since it actually installs the stable version of wine and NOT the development version of it, official repos contain the wine dev as standart wine package, this doesnt make sense why wouldnt they just separate the wine to wine-stable and wine-dev?that would make more sense, want a stable expirience? use the wine-stable, feeling wanting to try something cutting edge and unstable? use wine-dev.

fislysandi commented 2 years ago

i dont reccomend to use yay for this since it makes the pkgbuild to fail so you have to clone it manually then cd into it then makepkg -si

and wait for it to compile

Whax commented 2 years ago

@fislysandi

He is on Fedora, not arch linux ;)

@Lekrixsss

You should try this (I have no fedora under the hand so...I can't check but it should be fine)

sudo dnf remove 'wine*'
sudo dnf -y install dnf-plugins-core
sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/36/winehq.repo
sudo dnf -y install wine-stable vulkan vulkan-info vulkan-tools
git clone https://github.com/MiMillieuh/Photoshop-CC2022-Linux
sh photoshop2022install.sh
MiMillieuh commented 2 years ago

@fislysandi

He is on Fedora, not arch linux ;)

@Lekrixsss

You should try this (I have no fedora under the hand so...I can't check but it should be fine)

sudo dnf remove 'wine*'
sudo dnf -y install dnf-plugins-core
sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/36/winehq.repo
sudo dnf -y install wine-stable vulkan vulkan-info vulkan-tools
git clone https://github.com/MiMillieuh/Photoshop-CC2022-Linux
sh photoshop2022install.sh

That should be working. However I would recommend to use the scripts in release instead of the master tree... Also be aware that 2022 isn't as functional and stable as 2021.

Whax commented 2 years ago

The default installer on main branch installs the 2021 :p https://github.com/MiMillieuh/Photoshop-CC2022-Linux/blob/f2daea7b83beb1eb6f4fdb7d58a11e89d1bbf194/installer.sh#L22

MiMillieuh commented 2 years ago

Without further information, I assume it's fixed.