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

Photoshop fails to install #200

Open
ghost opened this issue Jun 16, 2023 · 3 comments
Open

Photoshop fails to install #200

ghost opened this issue Jun 16, 2023 · 3 comments
Labels
installer script bug Something isn't working

Comments

@ghost
Copy link

ghost commented Jun 16, 2023

Hey guys, essentially, photoshop fails within the installer:

image

As you can see it warns "Please don't change the default destination folder", I'm just running the commands provided without cd'ing into anything apart from what the commands specify

Does anyone know why? Many thanks if so

@ghost ghost added the installer script bug Something isn't working label Jun 16, 2023
@EnriLion
Copy link

EnriLion commented Jul 10, 2023

@BearPain The google drive's linke you provided doesn't work
image

@BearPain
Copy link

Hola chicos, esencialmente, Photoshop falla dentro del instalador:

imagen

Como puede ver, advierte "Por favor, no cambie la carpeta de destino predeterminada", solo estoy ejecutando los comandos provistos sin usar CD en nada aparte de lo que especifican los comandos

¿Alguien sabe por qué? muchas gracias si es asi

puedes revisar el aporte desde acá.
#199 (comment)

@gruvian
Copy link

gruvian commented Jan 11, 2024

Make sure mono and gecko are installed first (they might not be automatically installed). If you're using a x64 architecture enable the x32 architecture
sudo dpkg --add-architecture i386
and if wine32 is missing, run
sudo apt-get install wine32:i386
and try deleting the .wine directory from home and running wineboot --init.

Edit: I also had issues with wine64 not being recognized as installed so I changed the function install_photoshopSE() from /photoshopCClinux/scripts/PhotoshopSetup.sh
from this command
wine64 "$RESOURCES_PATH/photoshopCC/photoshop_cc.exe" &>> "$SCR_PATH/wine-error.log" || error "sorry something went wrong during photoshop installation"
to this
wine "$RESOURCES_PATH/photoshopCC/photoshop_cc.exe" &>> "$SCR_PATH/wine-error.log" || error "sorry something went wrong during photoshop installation"
and it worked for me.
Edit 2: Also had to change a wine64 command to wine in launcher.sh from .photoshopCCV19.

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

No branches or pull requests

3 participants