Adobe Photoshop CS6
Informations
Créateur | Messages |
---|---|
Ronin DUSETTE
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience30 26 DescriptionRaster graphics editor, 2012. Wikipedia. NOTE (2014): This application does NOT work on Intel graphics (at least not that I have seen). Nvidia and AMD graphics should be used. Note (2014): THIS SCRIPT SHOULD ALSO WORK WITH THE ADOBE CC VERSION OF PHOTOSHOP. Captures d'écranCode source#!/usr/bin/env playonlinux-bash # Date : (2014-10-20) # Last revision : see changelog # Wine version used : see below # Distribution used to test : Ubuntu 18.04 x64 # Script licence : GPL3 # Program licence : Retail # # CHANGELOG # [Ronin Dusette] (2014-10-20) # First script. # [Dadu042] (2019-05-20) # Change Wine version (easier for newbies, because 4.0 is the latest available from POL 4.2.12) # Warn POL version. # [Dadu042] (2019-05-17) # Wine 4.0 -> 3.21 (I fix my mistake because POL 4.2.12 does not support Wine 4) # [Dadu042] (2019-11-28) # Standardize Changelog. # POL_RequiredVersion 4.2.12 (support Wine 3.0.3 max) -> 4.3.4 # Remove useless msxml3 (because msxml6 is also installed). # Fix app categories. # [Dadu042] (2020-02-01 11:00) # Wine 3.21 -> 3.20 (I fix my mistake because POL 4.2.x does not support Wine v3.21) # POL_RequiredVersion 4.3.4 -> 4.1.0 # Standardize POL_Install_AdobeAir [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="3.20" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="Ronin Dusette, Dadu042" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_SetID 2316 # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_RequiredVersion "4.1.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Dependencies POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB # Installation Adobe Air POL_Call POL_Install_AdobeAir # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" "" "" "Graphics;RasterGraphics;" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_System_TmpDelete POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Bara1995 | Vendredi 5 Juillet 2024 à 18:04 |
Bara1995
|
MessagesI am struggling to install this as I keep getting an error with files missmatch for a file: https://download.microsoft.com/download/a/b/c/abc45517-97a0-4cee-a362-1957be2f24e1/WindowsXP-KB975337-x86-ENU.exe . Would use some help. I am trying to make it work on my Linux Mint using 4.3.4 version of PlayOnLinux. Réponses |
LMPS | Vendredi 2 September 2022 à 20:50 |
LMPS
|
MessagesApologies if this is not the right place. I have installed Photoshop CS6 in POL 4.2.12 on Mint 19.3. I would like to deactivate PS so I can install Mint 21.0 and reinstall PS, but the deactivation fails with the message "Please connect to the internet and retry."
I have attempted the steps in these Adobe articles (Article 1, Article 2) including looking up the hosts file in the POL & wine virtual C: drives, with no success. Any suggestions on how to get this to work? RéponsesDimanche 4 Février 2024 à 13:26
Edité par LMPS |
dannyleonard | Jeudi 9 Juin 2022 à 10:58 |
dannyleonard
|
Messageshi, always when i try to install photoshop i get this message the url seems not exist, i can not download that file, i am in ubuntu 22.04 Réponses |
Jihad | Samedi 23 Octobre 2021 à 14:47 |
Jihad
|
MessagesError in POL_Wine Wine seems to have crashed
How to solve this problem?
Réponses |
QwAnSIS | Lundi 20 September 2021 à 11:53 |
QwAnSIS
|
MessagesHi, I can not install the program. "Adobe AIR" url is not available RéponsesEdité par QwAnSIS |
rc479412 | Jeudi 1 Juillet 2021 à 17:39 |
rc479412
|
MessagesI am not able to download it from here, it does not have any action when i click on install. Réponses |
playlinux_user | Dimanche 21 Février 2021 à 8:40 |
playlinux_user
|
MessagesHi! It worked for me after installing Winetricks and doing that in Terminal: winetricks atmlib gdiplus msxml3 msxml6 vcrun2005 vcrun2005sp1 vcrun2008 ie6 fontsmooth-rgb gecko (it took a lot of time downloading and installing the packages) And after I installed the software with PlayOnLinux without errors. RéponsesEdité par playlinux_user |
redplateaus | Dimanche 25 Octobre 2020 à 2:10 |
redplateaus
|
InformationCette mise à jour a été acceptée par l'équipe MessagesPer an earlier comment, this small change to the script makes the installer work for me. Without this, mine would fail with SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733 as seen by others in this thread. After the change, I was able to simply run the installer script without any hiccups, failures, or special steps. I'm running this on Ubuntu though there's an Apple logo under my profile. Not sure how to change that. Also, I experience some redraw delay by default with my Nvidia card. I was about to eliminate that issue by turning off GPU usage in Preferences > Performance. Differences@@ -56,6 +56,7 @@ # Dependencies POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus +POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 Nouveau code source#!/usr/bin/env playonlinux-bash # Date : (2014-10-20) # Last revision : see changelog # Wine version used : see below # Distribution used to test : Ubuntu 18.04 x64 # Script licence : GPL3 # Program licence : Retail # # CHANGELOG # [Ronin Dusette] (2014-10-20) # First script. # [Dadu042] (2019-05-20) # Change Wine version (easier for newbies, because 4.0 is the latest available from POL 4.2.12) # Warn POL version. # [Dadu042] (2019-05-17) # Wine 4.0 -> 3.21 (I fix my mistake because POL 4.2.12 does not support Wine 4) # [Dadu042] (2019-11-28) # Standardize Changelog. # POL_RequiredVersion 4.2.12 (support Wine 3.0.3 max) -> 4.3.4 # Remove useless msxml3 (because msxml6 is also installed). # Fix app categories. # [Dadu042] (2020-02-01 11:00) # Wine 3.21 -> 3.20 (I fix my mistake because POL 4.2.x does not support Wine v3.21) # POL_RequiredVersion 4.3.4 -> 4.1.0 # Standardize POL_Install_AdobeAir [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="3.20" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="Ronin Dusette, Dadu042" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_SetID 2316 # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_RequiredVersion "4.1.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Dependencies POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB # Installation Adobe Air POL_Call POL_Install_AdobeAir # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" "" "" "Graphics;RasterGraphics;" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesEdité par redplateaus |
Qwerty-Space | Dimanche 9 Aoüt 2020 à 12:03 |
Qwerty-Space
|
|
Qwerty-Space | Mardi 4 Aoüt 2020 à 20:33 |
Qwerty-Space
|
MessagesHi, when trying to install CS6 using this script I get "Installation Failed" when it opens the Adobe Installer. I've left it for ages, but nothing changes. RéponsesMercredi 5 Aoüt 2020 à 9:52
Mercredi 5 Aoüt 2020 à 20:44
Mardi 11 Aoüt 2020 à 18:53
Lundi 17 Aoüt 2020 à 0:34
Mardi 25 Aoüt 2020 à 1:26
|
Dadu042 | Samedi 1 Février 2020 à 11:18 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -1,11 +1,10 @@ #!/usr/bin/env playonlinux-bash # Date : (2014-10-20) -# Last revision : (2019-05-17) +# Last revision : see changelog # Wine version used : see below # Distribution used to test : Ubuntu 18.04 x64 # Script licence : GPL3 # Program licence : Retail -# PlayOnLinux: 4.2.12 # # CHANGELOG # [Ronin Dusette] (2014-10-20) @@ -20,12 +19,16 @@ # POL_RequiredVersion 4.2.12 (support Wine 3.0.3 max) -> 4.3.4 # Remove useless msxml3 (because msxml6 is also installed). # Fix app categories. +# [Dadu042] (2020-02-01 11:00) +# Wine 3.21 -> 3.20 (I fix my mistake because POL 4.2.x does not support Wine v3.21) +# POL_RequiredVersion 4.3.4 -> 4.1.0 +# Standardize POL_Install_AdobeAir [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" -WINEVERSION="3.21" +WINEVERSION="3.20" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" @@ -42,7 +45,7 @@ # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" -POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" +POL_RequiredVersion "4.1.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" @@ -50,7 +53,7 @@ POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" -#Dependencies +# Dependencies POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml6 @@ -61,20 +64,16 @@ POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB -POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" # Installation Adobe Air -# Because this function seems break currently (2019-04): https://www.playonlinux.com/en/app-931-POL_Install_AdobeAir.html -# As of 2019-05 this download the "File Version 32.0.0.125". -# -cd "$POL_System_TmpDir" -POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe" -POL_Wine_WaitBefore "$TITLE" -POL_Wine "$POL_System_TmpDir/AdobeAIRInstaller.exe" -POL_Wine_WaitExit "$TITLE" -POL_System_TmpDelete + +POL_Call POL_Install_AdobeAir + # Installation + +POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" + POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" @@ -83,6 +82,8 @@ POL_Shortcut "photoshop.exe" "$TITLE" "" "" "Graphics;RasterGraphics;" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" - + +POL_System_TmpDelete + POL_SetupWindow_Close exit 0 \ No newline at end of file Nouveau code source#!/usr/bin/env playonlinux-bash # Date : (2014-10-20) # Last revision : see changelog # Wine version used : see below # Distribution used to test : Ubuntu 18.04 x64 # Script licence : GPL3 # Program licence : Retail # # CHANGELOG # [Ronin Dusette] (2014-10-20) # First script. # [Dadu042] (2019-05-20) # Change Wine version (easier for newbies, because 4.0 is the latest available from POL 4.2.12) # Warn POL version. # [Dadu042] (2019-05-17) # Wine 4.0 -> 3.21 (I fix my mistake because POL 4.2.12 does not support Wine 4) # [Dadu042] (2019-11-28) # Standardize Changelog. # POL_RequiredVersion 4.2.12 (support Wine 3.0.3 max) -> 4.3.4 # Remove useless msxml3 (because msxml6 is also installed). # Fix app categories. # [Dadu042] (2020-02-01 11:00) # Wine 3.21 -> 3.20 (I fix my mistake because POL 4.2.x does not support Wine v3.21) # POL_RequiredVersion 4.3.4 -> 4.1.0 # Standardize POL_Install_AdobeAir [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="3.20" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="Ronin Dusette, Dadu042" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_SetID 2316 # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_RequiredVersion "4.1.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Dependencies POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB # Installation Adobe Air POL_Call POL_Install_AdobeAir # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" "" "" "Graphics;RasterGraphics;" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesVendredi 10 Avril 2020 à 14:19
Mercredi 29 Juillet 2020 à 1:46
|
drlucas | Mercredi 22 Janvier 2020 à 8:28 |
drlucas
|
MessagesI am running into the same exact issue ("Error in POL_Wine") using the latest Linux Manjaro KDE. Would love to know the solution. RéponsesSamedi 1 Février 2020 à 11:03
|
liam_bui | Jeudi 9 Janvier 2020 à 18:32 |
liam_bui
|
MessagesPlease help me install photoshop cs6 I install but get error [POL_Wine] Error: Wine seems to have crashed\n\nIf your program is running, just ignore this message ubuntu 18.04 I use newest POL 4.3.4 Wine on POL version is 3.2.1
01/10/20 00:25:10 - [POL_Source] Message: POL GPG : Good signature RéponsesMercredi 22 Janvier 2020 à 8:26
Mercredi 22 Janvier 2020 à 9:14
Samedi 1 Février 2020 à 4:34
Samedi 1 Février 2020 à 4:47
Edité par liam_bui |
HerzeleidMeister | Vendredi 20 Décembre 2019 à 9:57 |
HerzeleidMeister
|
MessagesHello, I cannot get this to install. I don't know where to find the logs to post them here.Here is the information that I do know: 1. The first error I get says: ERROR In POL_Wine - Wine seems to have crashed. If your program is runningignore this message. 2. Then I get the intialization failed error. 3. Then I get: Error in POL_Shortcut Then it wants to send a bug report to POL.
My laptop is running Ubuntu 18.04 with 16 GB Ram, 2.0 GHZ processor, trying to install Photoshop CS6.
When I go to Tools > Manage Wine Verson it shows version 3.2.1 on the x86 tab and nothing on the amd64 tab.
RéponsesMercredi 22 Janvier 2020 à 9:14
|
puppystick | Mercredi 4 Décembre 2019 à 0:53 |
puppystick
|
MessagesHello, not able to install CS6: Réponses |
Dadu042 | Vendredi 29 Novembre 2019 à 10:38 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -6,10 +6,20 @@ # Script licence : GPL3 # Program licence : Retail # PlayOnLinux: 4.2.12 - -# Changelog -# 2019-05-20 Dadu042: Change Wine version (easier for newbies, because 4.0 is the latest available from POL 4.2.12), warn POL version. -# 2019-05-17 Dadu042: Wine 4.0 -> 3.21 (I fix my mistake because POL 4.2.12 does not support Wine 4) +# +# CHANGELOG +# [Ronin Dusette] (2014-10-20) +# First script. +# [Dadu042] (2019-05-20) +# Change Wine version (easier for newbies, because 4.0 is the latest available from POL 4.2.12) +# Warn POL version. +# [Dadu042] (2019-05-17) +# Wine 4.0 -> 3.21 (I fix my mistake because POL 4.2.12 does not support Wine 4) +# [Dadu042] (2019-11-28) +# Standardize Changelog. +# POL_RequiredVersion 4.2.12 (support Wine 3.0.3 max) -> 4.3.4 +# Remove useless msxml3 (because msxml6 is also installed). +# Fix app categories. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" @@ -32,9 +42,8 @@ # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" -# Because Wine 4.x are only available from POL 4.3+ -POL_RequiredVersion 4.2.12 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" - +POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" + # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" @@ -44,7 +53,6 @@ #Dependencies POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus -POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 @@ -72,7 +80,7 @@ POL_Wine_WaitExit "$TITLE" # Create Shortcuts -POL_Shortcut "photoshop.exe" "$TITLE" "Graphics;" +POL_Shortcut "photoshop.exe" "$TITLE" "" "" "Graphics;RasterGraphics;" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" Nouveau code source#!/usr/bin/env playonlinux-bash # Date : (2014-10-20) # Last revision : (2019-05-17) # Wine version used : see below # Distribution used to test : Ubuntu 18.04 x64 # Script licence : GPL3 # Program licence : Retail # PlayOnLinux: 4.2.12 # # CHANGELOG # [Ronin Dusette] (2014-10-20) # First script. # [Dadu042] (2019-05-20) # Change Wine version (easier for newbies, because 4.0 is the latest available from POL 4.2.12) # Warn POL version. # [Dadu042] (2019-05-17) # Wine 4.0 -> 3.21 (I fix my mistake because POL 4.2.12 does not support Wine 4) # [Dadu042] (2019-11-28) # Standardize Changelog. # POL_RequiredVersion 4.2.12 (support Wine 3.0.3 max) -> 4.3.4 # Remove useless msxml3 (because msxml6 is also installed). # Fix app categories. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="3.21" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="Ronin Dusette, Dadu042" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_SetID 2316 # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #Dependencies POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" # Installation Adobe Air # Because this function seems break currently (2019-04): https://www.playonlinux.com/en/app-931-POL_Install_AdobeAir.html # As of 2019-05 this download the "File Version 32.0.0.125". # cd "$POL_System_TmpDir" POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "$POL_System_TmpDir/AdobeAIRInstaller.exe" POL_Wine_WaitExit "$TITLE" POL_System_TmpDelete # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" "" "" "Graphics;RasterGraphics;" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
ailton313 | Mardi 9 Juillet 2019 à 22:26 |
ailton313
|
MessagesHello, I'm having a problem with the stamping tool, when I will select the source point with ATL pressed does not work, Linux Mint Mate 19.1, Wine 3.0.5 Réponses |
Dadu042 | Lundi 17 Juin 2019 à 17:47 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesSee changelog. Differences@@ -9,13 +9,13 @@ # Changelog # 2019-05-20 Dadu042: Change Wine version (easier for newbies, because 4.0 is the latest available from POL 4.2.12), warn POL version. -# 2019-05-17 Dadu042: Wine 4.0 -> 3.20 (I fix my mistake because POL 4.2.12 does not support Wine 4) +# 2019-05-17 Dadu042: Wine 4.0 -> 3.21 (I fix my mistake because POL 4.2.12 does not support Wine 4) [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" -WINEVERSION="3.20" +WINEVERSION="3.21" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" Nouveau code source#!/usr/bin/env playonlinux-bash # Date : (2014-10-20) # Last revision : (2019-05-17) # Wine version used : see below # Distribution used to test : Ubuntu 18.04 x64 # Script licence : GPL3 # Program licence : Retail # PlayOnLinux: 4.2.12 # Changelog # 2019-05-20 Dadu042: Change Wine version (easier for newbies, because 4.0 is the latest available from POL 4.2.12), warn POL version. # 2019-05-17 Dadu042: Wine 4.0 -> 3.21 (I fix my mistake because POL 4.2.12 does not support Wine 4) [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="3.21" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="Ronin Dusette, Dadu042" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_SetID 2316 # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Because Wine 4.x are only available from POL 4.3+ POL_RequiredVersion 4.2.12 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #Dependencies POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" # Installation Adobe Air # Because this function seems break currently (2019-04): https://www.playonlinux.com/en/app-931-POL_Install_AdobeAir.html # As of 2019-05 this download the "File Version 32.0.0.125". # cd "$POL_System_TmpDir" POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "$POL_System_TmpDir/AdobeAIRInstaller.exe" POL_Wine_WaitExit "$TITLE" POL_System_TmpDelete # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" "Graphics;" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesEdité par Dadu042 |
Dadu042 | Lundi 20 Mai 2019 à 9:33 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesLittle updates to make the end users support easier. Differences@@ -56,6 +56,7 @@ # Installation Adobe Air # Because this function seems break currently (2019-04): https://www.playonlinux.com/en/app-931-POL_Install_AdobeAir.html +# As of 2019-05 this download the "File Version 32.0.0.125". # cd "$POL_System_TmpDir" POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe" Nouveau code source#!/usr/bin/env playonlinux-bash # Date : (2014-10-20) # Last revision : (2019-05-20 09-19) # Wine version used : see below # Distribution used to test : Ubuntu 19.04 x64 # Script licence : GPL3 # Program licence : Retail # PlayOnLinux: 4.2.12 # Changelog # 2019-05-20 Dadu042: Change Wine version (easier for newbies, because 4.0 is the latest available from POL 4.2.12), warn POL version. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="4.0" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="Ronin Dusette, Dadu042" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_SetID 2316 # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Because Wine 4.1+ are only available from POL (will be useful in the future) POL_RequiredVersion 4.2.12 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #Dependencies POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" # Installation Adobe Air # Because this function seems break currently (2019-04): https://www.playonlinux.com/en/app-931-POL_Install_AdobeAir.html # As of 2019-05 this download the "File Version 32.0.0.125". # cd "$POL_System_TmpDir" POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "$POL_System_TmpDir/AdobeAIRInstaller.exe" POL_Wine_WaitExit "$TITLE" POL_System_TmpDelete # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesEdité par Dadu042 |
bigtimmyc | Lundi 20 Mai 2019 à 5:43 |
bigtimmyc
|
MessagesGet to about 3% before the installer fails. Log: Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7c7f36e5).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7c7f36e5 ESP:0186eb60 EBP:0186eba8 EFLAGS:00010246( R- -- I Z- -P- )
EAX:0259a8d0 EBX:7c8b3000 ECX:0257bbe4 EDX:00000000
ESI:0257b9a0 EDI:0259de10
Stack dump:
0x0186eb60: 025a5238 0a000000 025a5238 7c81bee5
0x0186eb70: 025a4f78 00000002 00001bdc 025a2938
0x0186eb80: 00110000 00000000 025a4f78 7c8b3000
0x0186eb90: 025a4f78 025a1120 7c7f365b 0259e968
0x0186eba0: 0259a90c 0257b698 0186ec28 7c8175ec
0x0186ebb0: 0259a8d0 0257b698 025a4d40 7bc52f7f
Backtrace:
=>0 0x7c7f36e5 msi_install_assembly+0x95() in msi (0x0186eba8)
1 0x7c8175ec ACTION_InstallFiles+0xa2b() in msi (0x0186ec28)
2 0x7c7de22c ACTION_HandleStandardAction+0x2ab() in msi (0x0186ee18)
3 0x7c7e2a07 ACTION_PerformAction.part+0x26() in msi (0x0186ee48)
4 0x7c7e304a ACTION_InstallFinalize+0xd9() in msi (0x0186ee88)
5 0x7c7de22c ACTION_HandleStandardAction+0x2ab() in msi (0x0186f078)
6 0x7c7e2a07 ACTION_PerformAction.part+0x26() in msi (0x0186f0a8)
7 0x7c7e36b1 ITERATE_Actions+0x130() in msi (0x0186f0d8)
8 0x7c833d27 MSI_IterateRecords+0x2a6() in msi (0x0186f148)
9 0x7c7e7797 ACTION_ExecuteAction+0x806() in msi (0x0186f1b8)
10 0x7c7e7894 ACTION_INSTALL+0x73() in msi (0x0186f1f8)
11 0x7c7de22c ACTION_HandleStandardAction+0x2ab() in msi (0x0186f3e8)
12 0x7c7e2a07 ACTION_PerformAction.part+0x26() in msi (0x0186f418)
13 0x7c7eece3 MSI_InstallPackage+0x632() in msi (0x0186f468)
14 0x7c8276e1 MsiInstallProductW+0x100() in msi (0x0186f4b8)
15 0x10039da6 EntryPoint+0xffffffff() in setup (0x0186fa18)
16 0x1003b8c3 EntryPoint+0xffffffff() in setup (0x0186fb98)
17 0x10047609 EntryPoint+0xffffffff() in setup (0x0186fdb0)
18 0x10094c8d EntryPoint+0xffffffff() in setup (0x0186fe2c)
19 0x10097b4e EntryPoint+0xffffffff() in setup (0x0186fe58)
20 0x10097ae9 EntryPoint+0xffffffff() in setup (0x0186fe98)
21 0x78ab0f7c EntryPoint+0x767() in msvcr100 (0x0186fed0)
22 0x78ab1081 EntryPoint+0x86c() in msvcr100 (0x0186fedc)
23 0x7bc89c50 call_thread_func_wrapper+0xb() in ntdll (0x0186feec)
24 0x7bc8ed59 call_thread_func+0xd8() in ntdll (0x0186ffdc)
25 0x7bc89c42 call_thread_entry+0x9() in ntdll (0x0186ffec)
0x7c7f36e5 msi_install_assembly+0x95 in msi: movl 0x0(%edx),%eax
Modules:
Module Address Debug info Name (102 modules)
PE 400000- 483000 Deferred setup
PE 1880000- 19a1000 Deferred adobepim
PE 10000000-102f9000 Export setup
PE 69b10000-69c14000 Deferred msxml3
PE 785f0000-78a2f000 Deferred mfc100u
PE 78aa0000-78b5f000 Export msvcr100
ELF 7b400000-7b807000 Deferred kernel32<elf>
\-PE 7b420000-7b807000 \ kernel32
ELF 7bc00000-7bd17000 Dwarf ntdll<elf>
\-PE 7bc10000-7bd17000 \ ntdll
ELF 7c000000-7c004000 Deferred <wine-loader>
ELF 7c7bc000-7c900000 Dwarf msi<elf>
\-PE 7c7d0000-7c900000 \ msi
ELF 7ca5a000-7ca78000 Deferred libgcc_s.so.1
ELF 7ca95000-7cabf000 Deferred mlang<elf>
\-PE 7caa0000-7cabf000 \ mlang
ELF 7cabf000-7cad9000 Deferred sxs<elf>
\-PE 7cac0000-7cad9000 \ sxs
ELF 7cad9000-7caff000 Deferred cabinet<elf>
\-PE 7cae0000-7caff000 \ cabinet
ELF 7caff000-7cb87000 Deferred wininet<elf>
\-PE 7cb10000-7cb87000 \ wininet
ELF 7cb87000-7cc2a000 Deferred urlmon<elf>
\-PE 7cb90000-7cc2a000 \ urlmon
ELF 7cc2a000-7cc57000 Deferred msxml4<elf>
\-PE 7cc30000-7cc57000 \ msxml4
ELF 7cc57000-7cc84000 Deferred msxml6<elf>
\-PE 7cc60000-7cc84000 \ msxml6
ELF 7cc84000-7cc98000 Deferred psapi<elf>
\-PE 7cc90000-7cc98000 \ psapi
ELF 7cc98000-7ccd2000 Deferred ws2_32<elf>
\-PE 7cca0000-7ccd2000 \ ws2_32
ELF 7ccd2000-7cd44000 Deferred setupapi<elf>
\-PE 7cce0000-7cd44000 \ setupapi
ELF 7ceed000-7cf25000 Deferred uxtheme<elf>
\-PE 7cef0000-7cf25000 \ uxtheme
ELF 7cf25000-7cf2c000 Deferred libxfixes.so.3
ELF 7cf2c000-7cf39000 Deferred libxcursor.so.1
ELF 7cf39000-7cf4c000 Deferred libxi.so.6
ELF 7cf4c000-7cf50000 Deferred libxcomposite.so.1
ELF 7cf50000-7cf5d000 Deferred libxrandr.so.2
ELF 7cf5d000-7cf69000 Deferred libxrender.so.1
ELF 7cf69000-7cf70000 Deferred libxxf86vm.so.1
ELF 7cf70000-7cf75000 Deferred libxinerama.so.1
ELF 7cf75000-7cf7f000 Deferred librt.so.1
ELF 7cf7f000-7cf9e000 Deferred libbsd.so.0
ELF 7cf9e000-7cfa5000 Deferred libxdmcp.so.6
ELF 7cfa5000-7cfa9000 Deferred libxau.so.6
ELF 7cfa9000-7cfd7000 Deferred libxcb.so.1
ELF 7cfd7000-7d123000 Deferred libx11.so.6
ELF 7d123000-7d138000 Deferred libxext.so.6
ELF 7d13b000-7d153000 Deferred dwmapi<elf>
\-PE 7d140000-7d153000 \ dwmapi
ELF 7d155000-7d1ef000 Deferred winex11<elf>
\-PE 7d160000-7d1ef000 \ winex11
ELF 7d398000-7d3a2000 Deferred libuuid.so.1
ELF 7d3c9000-7d404000 Deferred libexpat.so.1
ELF 7d404000-7d451000 Deferred libfontconfig.so.1
ELF 7d451000-7d46e000 Deferred libz.so.1
ELF 7d46e000-7d4ac000 Deferred libpng16.so.16
ELF 7d4ac000-7d56d000 Deferred libfreetype.so.6
ELF 7d58a000-7d6bd000 Deferred oleaut32<elf>
\-PE 7d5a0000-7d6bd000 \ oleaut32
ELF 7d6bd000-7d6e8000 Deferred atl100<elf>
\-PE 7d6c0000-7d6e8000 \ atl100
ELF 7d6e8000-7d775000 Deferred rpcrt4<elf>
\-PE 7d6f0000-7d775000 \ rpcrt4
ELF 7d775000-7d8dd000 Deferred ole32<elf>
\-PE 7d790000-7d8dd000 \ ole32
ELF 7d8dd000-7d901000 Deferred shcore<elf>
\-PE 7d8e0000-7d901000 \ shcore
ELF 7d901000-7e2cc000 Deferred shell32<elf>
\-PE 7d910000-7e2cc000 \ shell32
ELF 7e2cc000-7e2e0000 Deferred msimg32<elf>
\-PE 7e2d0000-7e2e0000 \ msimg32
ELF 7e2e0000-7e306000 Deferred imm32<elf>
\-PE 7e2f0000-7e306000 \ imm32
ELF 7e306000-7e352000 Deferred usp10<elf>
\-PE 7e310000-7e352000 \ usp10
ELF 7e352000-7e4a8000 Deferred comctl32<elf>
\-PE 7e360000-7e4a8000 \ comctl32
ELF 7e4a8000-7e518000 Deferred shlwapi<elf>
\-PE 7e4b0000-7e518000 \ shlwapi
ELF 7e518000-7e641000 Deferred msvcp100<elf>
\-PE 7e550000-7e641000 \ msvcp100
ELF 7e641000-7e6bc000 Deferred advapi32<elf>
\-PE 7e650000-7e6bc000 \ advapi32
ELF 7e6bc000-7e811000 Deferred gdi32<elf>
\-PE 7e6d0000-7e811000 \ gdi32
ELF 7e811000-7ea43000 Deferred user32<elf>
\-PE 7e820000-7ea43000 \ user32
ELF 7ea43000-7ea6d000 Deferred mpr<elf>
\-PE 7ea50000-7ea6d000 \ mpr
ELF 7ea6d000-7ea81000 Deferred libnss_files.so.2
ELF 7eefc000-7f000000 Deferred libm.so.6
ELF f7b9b000-f7ba1000 Deferred libdl.so.2
ELF f7ba1000-f7d81000 Deferred libc.so.6
ELF f7d81000-f7da1000 Deferred libpthread.so.0
ELF f7da4000-f7dbe000 Deferred version<elf>
\-PE f7db0000-f7dbe000 \ version
ELF f7dbe000-f7f7c000 Dwarf libwine.so.1
ELF f7f7e000-f7fa8000 Deferred ld-linux.so.2
Threads:
process tid prio (all id:s are in hex)
0000000e services.exe
00000020 0
0000001b 0
00000013 0
00000010 0
0000000f 0
00000011 winedevice.exe
00000018 0
00000017 0
00000016 0
00000012 0
00000019 plugplay.exe
0000001d 0
0000001c 0
0000001a 0
0000001e winedevice.exe
00000023 0
00000022 0
00000021 0
0000001f 0
00000024 explorer.exe
00000028 0
00000027 0
00000026 0
00000025 0
0000002b PDapp.exe
0000003f 0
0000003b 0
00000037 0
00000036 0
00000035 0
00000034 0
00000033 0
00000032 0
00000031 0
00000030 0
0000002f 0
0000002e 0
0000002d 0
0000002c 0
0000003d (D) C:\users\timothycarruthers\Local Settings\Application Data\Adobe\OOBE\PDApp\DECore\Setup.exe
0000004b 0 <==
0000004a 0
00000049 0
00000043 0
00000040 0
0000003e 0
System information:
Wine build: wine-4.2
Platform: i386
Version: Windows 7
Host system: Linux
Host version: 5.0.0-13-generic
Réponses |
dammionx | Samedi 4 Mai 2019 à 18:14 |
dammionx
|
MessagesHello.. I'm try to install photoshop cs6 using this and got failed when initiate the installer, it stops on "Currently installing Microsoft_VC90_CRT_x86" Here is the details log
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7cd966e5). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:7cd966e5 ESP:0142eb60 EBP:0142eba8 EFLAGS:00010246( R- -- I Z- -P- ) EAX:103f12b0 EBX:7ce56000 ECX:10400e1c EDX:00000000 ESI:10400bd8 EDI:103f47f0 Stack dump: 0x0142eb60: 10446938 0a000000 10446938 7cdbeee5 0x0142eb70: 10446210 00000002 00001bdc 10409068 0x0142eb80: 00110000 00000000 10446210 7ce56000 0x0142eb90: 10446210 10407220 7cd9665b 10404a30 0x0142eba0: 103f12ec 104008d0 0142ec28 7cdba5ec 0x0142ebb0: 103f12b0 104008d0 10445f38 7bc52f7f Backtrace: =>0 0x7cd966e5 msi_install_assembly+0x95() in msi (0x0142eba8) 1 0x7cdba5ec ACTION_InstallFiles+0xa2b() in msi (0x0142ec28) 2 0x7cd8122c ACTION_HandleStandardAction+0x2ab() in msi (0x0142ee18) 3 0x7cd85a07 ACTION_PerformAction.part+0x26() in msi (0x0142ee48) 4 0x7cd8604a ACTION_InstallFinalize+0xd9() in msi (0x0142ee88) 5 0x7cd8122c ACTION_HandleStandardAction+0x2ab() in msi (0x0142f078) 6 0x7cd85a07 ACTION_PerformAction.part+0x26() in msi (0x0142f0a8) 7 0x7cd866b1 ITERATE_Actions+0x130() in msi (0x0142f0d8) 8 0x7cdd6d27 MSI_IterateRecords+0x2a6() in msi (0x0142f148) 9 0x7cd8a797 ACTION_ExecuteAction+0x806() in msi (0x0142f1b8) 10 0x7cd8a894 ACTION_INSTALL+0x73() in msi (0x0142f1f8) 11 0x7cd8122c ACTION_HandleStandardAction+0x2ab() in msi (0x0142f3e8) 12 0x7cd85a07 ACTION_PerformAction.part+0x26() in msi (0x0142f418) 13 0x7cd91ce3 MSI_InstallPackage+0x632() in msi (0x0142f468) 14 0x7cdca6e1 MsiInstallProductW+0x100() in msi (0x0142f4b8) 15 0x10039da6 EntryPoint+0xffffffff() in setup (0x0142fa18) 16 0x1003b8c3 EntryPoint+0xffffffff() in setup (0x0142fb98) 17 0x10047609 EntryPoint+0xffffffff() in setup (0x0142fdb0) 18 0x10094c8d EntryPoint+0xffffffff() in setup (0x0142fe2c) 19 0x10097b4e EntryPoint+0xffffffff() in setup (0x0142fe58) 20 0x10097ae9 EntryPoint+0xffffffff() in setup (0x0142fe98) 21 0x78ab0f7c EntryPoint+0x767() in msvcr100 (0x0142fed0) 22 0x78ab1081 EntryPoint+0x86c() in msvcr100 (0x0142fedc) 23 0x7bc89c50 call_thread_func_wrapper+0xb() in ntdll (0x0142feec) 24 0x7bc8ed59 call_thread_func+0xd8() in ntdll (0x0142ffdc) 25 0x7bc89c42 call_thread_entry+0x9() in ntdll (0x0142ffec) 0x7cd966e5 msi_install_assembly+0x95 in msi: movl 0x0(%edx),%eax Modules: Module Address Debug info Name (104 modules) PE 400000- 483000 Deferred setup PE 1440000- 1561000 Deferred adobepim PE 10000000-102f9000 Export setup PE 69b10000-69c14000 Deferred msxml3 PE 785f0000-78a2f000 Deferred mfc100u PE 78aa0000-78b5f000 Export msvcr100 ELF 7b400000-7b807000 Deferred kernel32 \-PE 7b420000-7b807000 \ kernel32 ELF 7bc00000-7bd17000 Dwarf ntdll \-PE 7bc10000-7bd17000 \ ntdll ELF 7c000000-7c004000 Deferred ELF 7cbe2000-7cc00000 Deferred libgcc_s.so.1 ELF 7cd5f000-7cea3000 Dwarf msi \-PE 7cd70000-7cea3000 \ msi ELF 7cfbc000-7cfe6000 Deferred mlang \-PE 7cfc0000-7cfe6000 \ mlang ELF 7cfe6000-7d000000 Deferred sxs \-PE 7cff0000-7d000000 \ sxs ELF 7d103000-7d129000 Deferred cabinet \-PE 7d110000-7d129000 \ cabinet ELF 7d129000-7d1b1000 Deferred wininet \-PE 7d130000-7d1b1000 \ wininet ELF 7d1b1000-7d254000 Deferred urlmon \-PE 7d1c0000-7d254000 \ urlmon ELF 7d254000-7d281000 Deferred msxml4 \-PE 7d260000-7d281000 \ msxml4 ELF 7d281000-7d2ae000 Deferred msxml6 \-PE 7d290000-7d2ae000 \ msxml6 ELF 7d2ae000-7d2c2000 Deferred psapi \-PE 7d2b0000-7d2c2000 \ psapi ELF 7d2c2000-7d2fc000 Deferred ws2_32 \-PE 7d2d0000-7d2fc000 \ ws2_32 ELF 7d2fc000-7d36e000 Deferred setupapi \-PE 7d310000-7d36e000 \ setupapi ELF 7d417000-7d44f000 Deferred uxtheme \-PE 7d420000-7d44f000 \ uxtheme ELF 7d44f000-7d456000 Deferred libxfixes.so.3 ELF 7d456000-7d462000 Deferred libxcursor.so.1 ELF 7d462000-7d475000 Deferred libxi.so.6 ELF 7d475000-7d482000 Deferred libxrandr.so.2 ELF 7d482000-7d48e000 Deferred libxrender.so.1 ELF 7d48e000-7d495000 Deferred libxxf86vm.so.1 ELF 7d495000-7d49e000 Deferred librt.so.1 ELF 7d49e000-7d4ba000 Deferred libbsd.so.0 ELF 7d4ba000-7d4e6000 Deferred libxcb.so.1 ELF 7d4e6000-7d634000 Deferred libx11.so.6 ELF 7d634000-7d649000 Deferred libxext.so.6 ELF 7d652000-7d66a000 Deferred dwmapi \-PE 7d660000-7d66a000 \ dwmapi ELF 7d66c000-7d706000 Deferred winex11 \-PE 7d680000-7d706000 \ winex11 ELF 7d737000-7d761000 Deferred libexpat.so.1 ELF 7d761000-7d7a4000 Deferred libfontconfig.so.1 ELF 7d7a4000-7d7de000 Deferred libpng16.so.16 ELF 7d7de000-7d7f9000 Deferred libz.so.1 ELF 7d7f9000-7d8ad000 Deferred libfreetype.so.6 ELF 7d8ad000-7d8b1000 Deferred libxcomposite.so.1 ELF 7d8b1000-7d8b5000 Deferred libxinerama.so.1 ELF 7d8b5000-7d8bc000 Deferred libxdmcp.so.6 ELF 7d8bc000-7d8c0000 Deferred libxau.so.6 ELF 7d8d0000-7da03000 Deferred oleaut32 \-PE 7d8f0000-7da03000 \ oleaut32 ELF 7da03000-7da2e000 Deferred atl100 \-PE 7da10000-7da2e000 \ atl100 ELF 7da2e000-7dabb000 Deferred rpcrt4 \-PE 7da40000-7dabb000 \ rpcrt4 ELF 7dabb000-7dc23000 Deferred ole32 \-PE 7dad0000-7dc23000 \ ole32 ELF 7dc23000-7dc47000 Deferred shcore \-PE 7dc30000-7dc47000 \ shcore ELF 7dc47000-7e612000 Deferred shell32 \-PE 7dc60000-7e612000 \ shell32 ELF 7e612000-7e626000 Deferred msimg32 \-PE 7e620000-7e626000 \ msimg32 ELF 7e626000-7e64c000 Deferred imm32 \-PE 7e630000-7e64c000 \ imm32 ELF 7e64c000-7e698000 Deferred usp10 \-PE 7e650000-7e698000 \ usp10 ELF 7e698000-7e7ee000 Deferred comctl32 \-PE 7e6a0000-7e7ee000 \ comctl32 ELF 7e7ee000-7e85e000 Deferred shlwapi \-PE 7e800000-7e85e000 \ shlwapi ELF 7e85e000-7e987000 Deferred msvcp100 \-PE 7e8a0000-7e987000 \ msvcp100 ELF 7e987000-7ea02000 Deferred advapi32 \-PE 7e990000-7ea02000 \ advapi32 ELF 7ea02000-7eb57000 Deferred gdi32 \-PE 7ea10000-7eb57000 \ gdi32 ELF 7eb57000-7ed89000 Deferred user32 \-PE 7eb70000-7ed89000 \ user32 ELF 7ed89000-7edb3000 Deferred mpr \-PE 7ed90000-7edb3000 \ mpr ELF 7edb3000-7edc6000 Deferred libnss_files.so.2 ELF 7edc6000-7edd3000 Deferred libnss_nis.so.2 ELF 7edd3000-7eded000 Deferred libnsl.so.1 ELF 7ef88000-7efdd000 Deferred libm.so.6 ELF 7efe6000-7f000000 Deferred version \-PE 7eff0000-7f000000 \ version ELF f7b7d000-f7b82000 Deferred libdl.so.2 ELF f7b82000-f7d39000 Deferred libc.so.6 ELF f7d39000-f7d56000 Deferred libpthread.so.0 ELF f7d56000-f7d60000 Deferred libnss_compat.so.2 ELF f7d79000-f7f37000 Dwarf libwine.so.1 ELF f7f3a000-f7f5f000 Deferred ld-linux.so.2 Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000023 0 00000020 0 0000001b 0 00000013 0 00000010 0 0000000f 0 00000011 winedevice.exe 00000018 0 00000017 0 00000016 0 00000012 0 00000019 plugplay.exe 0000001d 0 0000001c 0 0000001a 0 0000001e winedevice.exe 00000024 0 00000022 0 00000021 0 0000001f 0 00000025 explorer.exe 00000029 0 00000028 0 00000027 0 00000026 0 0000002c PDapp.exe 0000003f 0 0000003b 0 00000038 0 00000037 0 00000036 0 00000035 0 00000034 0 00000033 0 00000032 0 00000031 0 00000030 0 0000002f 0 0000002e 0 0000002d 0 0000003d (D) C:\users\dammionx\Local Settings\Application Data\Adobe\OOBE\PDApp\DECore\Setup.exe 0000004b 0 <== 0000004a 0 00000049 0 00000043 0 00000040 0 0000003e 0 System information: Wine build: wine-4.2 Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.15.0-30deepin-generic RéponsesSamedi 4 Mai 2019 à 19:48
Jeudi 9 Mai 2019 à 16:35
Jeudi 9 Mai 2019 à 19:48
Vendredi 10 Mai 2019 à 13:02
Lundi 20 Mai 2019 à 5:47
Lundi 20 Mai 2019 à 8:57
Lundi 17 Juin 2019 à 1:49
Edité par Dadu042 |
liam_bui | Mercredi 1 Mai 2019 à 19:19 |
liam_bui
|
MessagesA error happen with POL_wine so I cannot install Photoshop cs6. PLease help me for this issue: "Error in POL_Wine_InstallVersion 05/02/19 00:17:17 - [POL_SetupWindow_browse] Message: browser answer: /home/bimbim/Documents/APP/Photoshop-CS6/Set-up.exe
Réponses |
frenseton | Mercredi 24 Avril 2019 à 5:06 |
frenseton
|
MessagesHi Guys ? I have Problem installing Photoshop CS6 . Thanks in Advance . Warning: This is a PlayOnLinux script logfile. It does not contain everything that happened in your program\'s virtual drive (wineprefix) Date: 04/23/19 23:52:58 > uname -a
RéponsesMercredi 24 Avril 2019 à 6:42
|
kreyren | Jeudi 18 Avril 2019 à 8:18 |
kreyren
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesUpdate based on WINEHQ on community member request Differences@@ -10,7 +10,7 @@ source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" -WINEVERSION="4.2" +WINEVERSION="4.5-staging" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" @@ -33,16 +33,7 @@ POL_Wine_PrefixCreate "$WINEVERSION" #Dependencies -POL_Call POL_Install_atmlib -POL_Call POL_Install_gdiplus -POL_Call POL_Install_msxml3 -POL_Call POL_Install_msxml6 -POL_Call POL_Install_vcrun2005 -POL_Call POL_Install_vcrun2008 -POL_Call POL_Install_vcrun2010 -POL_Call POL_Install_corefonts -POL_Call POL_Install_tahoma2 -POL_Call POL_Install_FontsSmoothRGB +## Removed deps which doesn't seems to be required anymore based on https://appdb.winehq.org/objectManager.php?sClass=version&iId=25607&iTestingId=105342 POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Arch Linux 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.8 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="4.5-staging" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="Ronin Dusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2316 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #Dependencies ## Removed deps which doesn't seems to be required anymore based on https://appdb.winehq.org/objectManager.php?sClass=version&iId=25607&iTestingId=105342 POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" # Installation Adobe Air cd "$POL_System_TmpDir" POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "$POL_System_TmpDir/AdobeAIRInstaller.exe" POL_Wine_WaitExit "$TITLE" POL_System_TmpDelete # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesLundi 20 Mai 2019 à 9:13
Edité par kreyren |
ailton313 | Samedi 13 Avril 2019 à 0:24 |
ailton313
|
MessagesHi all, I'm having a little problem with True Type fonts not being recognized in Photoshop, for example: CCWildWordsInt Bold Italic, CCPascualFerry-Regular etc. Is there any solution for this? Réponses |
Marwatt | Jeudi 11 Avril 2019 à 16:37 |
Marwatt
|
|
oovyxd | Jeudi 21 Mars 2019 à 10:38 |
oovyxd
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -10,7 +10,7 @@ source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" -WINEVERSION="3.4" +WINEVERSION="4.2" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Arch Linux 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.8 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="4.2" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="Ronin Dusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2316 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #Dependencies POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" # Installation Adobe Air cd "$POL_System_TmpDir" POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "$POL_System_TmpDir/AdobeAIRInstaller.exe" POL_Wine_WaitExit "$TITLE" POL_System_TmpDelete # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesLundi 13 Mai 2019 à 8:03
|
ruman | Samedi 19 Janvier 2019 à 4:09 |
ruman
|
MessagesHi, I tried several Linux distribution on my laptop but I can't run Adobe photoshop cs6 any of them. In my laptop already have old linux ( debian 7.3.0) and in their, Photoshop cs6 working well with wine version 3.7 which I installed that 2 years ago. Here can't find any script run with wine version 3.7. Tested distro: Kubuntu 18.10 pop OS 18.10 Kali KDE ( 2018-4 ) Kali Gnome ( 2018-4) device: Asus vivobook k451LN ( GeForce 840M ) Any idea how to resolve this?
Réponses |
oDaubsss | Vendredi 18 Janvier 2019 à 21:10 |
oDaubsss
|
MessagesI try to download but photoshop CS6 always gives this error Error in POL_Wine If your program is running, just ignore this message. Réponses |
Acidum | Samedi 12 Janvier 2019 à 10:04 |
Acidum
|
MessagesThe program installs without a problem, but when I open it this is what I get, the interesting thing is that when I try to draw on newly created file, I can see that it draw thing in layers section, but nothing is displayed on the artboard.
RéponsesVendredi 1 Mars 2019 à 9:11
|
Ronin DUSETTE | Dimanche 16 Décembre 2018 à 8:03 |
Ronin DUSETTE
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -14,7 +14,7 @@ TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" -AUTHOR="Aji Dwi P" +AUTHOR="Ronin Dusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Arch Linux 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.8 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="3.4" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="Ronin Dusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2316 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #Dependencies POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" # Installation Adobe Air cd "$POL_System_TmpDir" POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "$POL_System_TmpDir/AdobeAIRInstaller.exe" POL_Wine_WaitExit "$TITLE" POL_System_TmpDelete # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesDimanche 16 Décembre 2018 à 12:03
|
PhP7 | Samedi 20 Octobre 2018 à 18:27 |
PhP7
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesI am already use script from this website , but i have error when downloading AdobeAirInstaller.exe then i think this problem from adobe server then i search AdobeAirInstaller with Unofficial server, then its working very well Differences@@ -4,36 +4,35 @@ # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.8 - - + + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + PREFIX="PhotoshopCS6" WINEVERSION="3.4" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" -AUTHOR="RoninDusette" - +AUTHOR="Aji Dwi P" + #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2316 - + POL_Debug_Init - + # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" - + # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" - + #Dependencies -POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 @@ -44,19 +43,26 @@ POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB - + POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" - +# Installation Adobe Air +cd "$POL_System_TmpDir" +POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe" +POL_Wine_WaitBefore "$TITLE" +POL_Wine "$POL_System_TmpDir/AdobeAIRInstaller.exe" +POL_Wine_WaitExit "$TITLE" +POL_System_TmpDelete + # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" - + # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" - + POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" - + POL_SetupWindow_Close exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Arch Linux 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.8 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="3.4" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="Aji Dwi P" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2316 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #Dependencies POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" # Installation Adobe Air cd "$POL_System_TmpDir" POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "$POL_System_TmpDir/AdobeAIRInstaller.exe" POL_Wine_WaitExit "$TITLE" POL_System_TmpDelete # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesLundi 13 Mai 2019 à 8:47
|
jeremyrem | Mardi 2 Octobre 2018 à 15:38 |
jeremyrem
|
MessagesThis worked pretty well for me.
It actually installed my copy of Abode Creative Suite Master Collection 6.0.
Just had a few issues creating shortcuts for some reason, kept complaining about wine path and had to keep switching wine versions so it would see wine was installed correctly.
All the apps installed and run with the exception of two (64bit applications).
Thanks Réponses |
LinuxScripter | Lundi 16 Avril 2018 à 13:14 |
LinuxScripter
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesChanged from wine 3.3 to wine 3.4 and removed both of the 'SetOS = winxp' lines. Both of those steps were necessary to make Photoshop load. Differences@@ -4,37 +4,34 @@ # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.8 - - + + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + PREFIX="PhotoshopCS6" -WINEVERSION="3.3" +WINEVERSION="3.4" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" - + #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2316 - + POL_Debug_Init - + # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" - + # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" - -# Configuration -Set_OS "winxp" - + #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib @@ -47,20 +44,19 @@ POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB - + POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" - - + + # Installation -Set_OS "winxp" POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" - + # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" - + POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" - + POL_SetupWindow_Close exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Arch Linux 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.8 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="3.4" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2316 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesDimanche 22 Avril 2018 à 6:37
Lundi 23 Avril 2018 à 14:55
Lundi 23 Avril 2018 à 16:22
|
soachishti | Mercredi 21 Mars 2018 à 23:01 |
soachishti
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesWine 1.7.46-staging doesn't work fine on Ubuntu 18.04. Wine 3.3 did the job for me. Differences@@ -10,7 +10,7 @@ source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" -WINEVERSION="1.7.46-staging" +WINEVERSION="3.3" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Arch Linux 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.8 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="3.3" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2316 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" # Installation Set_OS "winxp" POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesVendredi 23 Mars 2018 à 22:51
Vendredi 23 Mars 2018 à 23:06
Vendredi 23 Mars 2018 à 23:08
Vendredi 23 Mars 2018 à 23:09
Vendredi 30 Mars 2018 à 23:26
Vendredi 30 Mars 2018 à 23:32
Vendredi 30 Mars 2018 à 23:36
Lundi 16 Avril 2018 à 13:10
|
Ronin DUSETTE | Samedi 6 Janvier 2018 à 18:21 |
Ronin DUSETTE
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -52,7 +52,7 @@ # Installation -Set_OS "win7" +Set_OS "winxp" POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Arch Linux 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.8 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="1.7.46-staging" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2316 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" # Installation Set_OS "winxp" POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
michaeldyl520 | Mercredi 12 Juillet 2017 à 8:37 |
michaeldyl520
|
MessagesI`m in china,this program can`t recognize the chinese.Please tell me how to fixed it. Réponses |
philmoonamjid | Lundi 20 Mars 2017 à 5:53 |
philmoonamjid
|
MessagesHello, thank you for the program. Unfortunatelly the program is not working. Whenever I run my Adobe Photoshop CS6, an error pop ups "pol_wine" error. And the program is closed. I need help. RéponsesSamedi 6 Janvier 2018 à 18:20
|
danger89 | Dimanche 12 Février 2017 à 21:52 |
danger89
|
MessagesBut.. It only worked after I put Wine in Windows XP. Somhow Windows XP was set as version. Maybe: RéponsesDimanche 12 Février 2017 à 21:53
Samedi 6 Janvier 2018 à 18:20
|
Litceo | Mardi 24 Janvier 2017 à 13:07 |
Litceo
|
MessagesWhen I try to install Photoshop CC the installer says, that i need a64bit system Version. Please Help me - my Linux Version is Ubuntu 16.10 64-bit Litceo Réponses |
je1977 | Vendredi 6 Janvier 2017 à 13:05 |
je1977
|
MessagesHey together,
i have a little problem, Photoshop starts perfect after i install de POL vcrun6 but if i want to open a new image or if i load an image i get this Screen,,,, anybody an idea what can i do ? My system is Arch Linux with XFCE RéponsesVendredi 6 Janvier 2017 à 13:10
Vendredi 6 Janvier 2017 à 15:27
Vendredi 6 Janvier 2017 à 16:39
Mardi 10 Janvier 2017 à 8:42
Mardi 10 Janvier 2017 à 15:18
Mardi 10 Janvier 2017 à 16:22
Samedi 14 Janvier 2017 à 14:07
Dimanche 22 Janvier 2017 à 12:16
|
98q43g | Dimanche 16 Octobre 2016 à 6:20 |
98q43g
|
MessagesSuccessfully installed CS6 version. But can't run it on Linux x86_64. Tried both staging and system's wine versions. Same result. Réponses |
ZenYu0101 | Mercredi 12 Octobre 2016 à 17:46 |
ZenYu0101
|
MessagesHy, i got this error when i am tring to install it. Any clue? Ty Error in POL_Shortcut RéponsesVendredi 18 Mai 2018 à 1:31
Vendredi 18 Mai 2018 à 2:40
|
riotbr | Dimanche 3 Juillet 2016 à 0:49 |
riotbr
|
MessagesHi! It gets an error when downloading Tahoma32.exe. The host of Microsoft doesn't work. I've tested with another URL and the download it's working: http://residence-eon.tuxfamily.org/Wine/tahoma32.exe Thanks in advance ;)
Réponses |
pecg | Dimanche 19 Juin 2016 à 16:29 |
pecg
|
MessagesLa dirección no resulta comprensible Firefox no sabe cómo abrir esta dirección, porque el protocolo (playonlinux) no está asociado con ninguna aplicación. Podría necesitar instalar otro software para abrir esta dirección. it tells me that: the direction is not understandable firefox doesnt know how to open this direction, because the protocol (playonlinux) isnt asociated with another aplication RéponsesDimanche 26 Juin 2016 à 17:42
|
josemiguel | Mardi 24 Mai 2016 à 17:12 |
josemiguel
|
MessagesI'm having problem with the healing brush tool; the alt+ click is not working; is a problem with photoshop or is a configuration problem with linux mint? How can't a fix? RéponsesMardi 24 Mai 2016 à 22:54
Mardi 24 Mai 2016 à 23:20
Vendredi 27 Mai 2016 à 9:02
|
josemiguel | Jeudi 19 Mai 2016 à 23:37 |
josemiguel
|
MessagesIs giving a error: fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub HOW CAN I FIX? RéponsesSamedi 21 Mai 2016 à 1:59
Mardi 24 Mai 2016 à 17:09
|
calex | Samedi 13 Février 2016 à 11:57 |
calex
|
MessagesThis script works for Adobe Illustrator CS6 as well. Installed and tested on Linux Mint 17.3 64-bit AMD Graphics.
RéponsesVendredi 8 Avril 2016 à 16:39
|
petch | Vendredi 4 Décembre 2015 à 23:48 |
petch
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesAdd POL_SetupWindow_SetID Differences@@ -19,6 +19,7 @@ #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init +POL_SetupWindow_SetID 2316 POL_Debug_Init Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Arch Linux 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.8 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="1.7.46-staging" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2316 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" # Installation Set_OS "win7" POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
Ronin DUSETTE | Jeudi 9 Juillet 2015 à 18:01 |
Ronin DUSETTE
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesSo, the new wine-staging version works with PS. Probably works with Lightroom, as well. One thing that I figured out is that this seems to work really well with Adobe Creative Cloud; I can connect to my account and download and run PS and LR so far. I am going to make a separate script for Adobe CC, though (I anticipate the CC versions needing more TLC than the regular versions before they went into cloud services. Differences@@ -1,16 +1,16 @@ #!/bin/bash # Date : (2014-10-20) -# Distribution used to test : Kubuntu 14.04 LTS 64-bit +# Distribution used to test : Arch Linux 64-bit # Author : RoninDusette # Licence : GPLv3 -# PlayOnLinux: 4.2.5 +# PlayOnLinux: 4.2.8 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" -WINEVERSION="1.7.34-PhotoshopBrushes" +WINEVERSION="1.7.46-staging" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Arch Linux 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.8 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="1.7.46-staging" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" # Installation Set_OS "win7" POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesJeudi 9 Juillet 2015 à 21:25
Jeudi 9 Juillet 2015 à 21:40
|
Quentin PÂRIS | Lundi 29 Juin 2015 à 23:26 |
Quentin PÂRIS
|
MessagesIt seems that the AdobePhotoshop patch has been included into Wine Staging (https://bugs.wine-staging.com/show_bug.cgi?id=382) Can you confirm? RéponsesMercredi 8 Juillet 2015 à 21:24
|
phsouza | Lundi 1 Juin 2015 à 22:16 |
phsouza
|
MessagesHello, Can I use The complete creative Suit CS6? or just Illustrator and Photoshop CS6 with POL? RéponsesMercredi 3 Juin 2015 à 6:08
Jeudi 3 Décembre 2015 à 16:33
Jeudi 3 Décembre 2015 à 16:33
Jeudi 3 Décembre 2015 à 17:03
|
Ayaskull | Mardi 26 Mai 2015 à 16:52 |
Ayaskull
|
MessagesCan I use a wacom tablet with this software on POL? RéponsesMardi 26 Mai 2015 à 20:57
|
logesh arun | Mercredi 29 Avril 2015 à 20:39 |
logesh arun
|
Messagesits very usefull software Réponses |
Ronin DUSETTE | Dimanche 19 Avril 2015 à 6:26 |
Ronin DUSETTE
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesUpdating to new WineBuild. Differences@@ -10,7 +10,7 @@ source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" -WINEVERSION="1.7.34-PhotoshopBrushes" +WINEVERSION="1.7.41-PhotoshopBrushes" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Kubuntu 14.04 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.5 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="1.7.41-PhotoshopBrushes" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" # Installation Set_OS "win7" POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
Ronin DUSETTE | Lundi 16 Février 2015 à 0:04 |
Ronin DUSETTE
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesChanging order of Windows version call. Differences@@ -51,10 +51,10 @@ # Installation +Set_OS "win7" POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" -Set_OS "win7" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Kubuntu 14.04 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.5 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="1.7.34-PhotoshopBrushes" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" # Installation Set_OS "win7" POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesMercredi 18 Février 2015 à 21:45
Mercredi 18 Février 2015 à 21:51
Jeudi 19 Février 2015 à 18:01
|
Ronin DUSETTE | Vendredi 13 Février 2015 à 8:45 |
Ronin DUSETTE
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesAdding better note before PS install actually starts. Differences@@ -47,7 +47,7 @@ POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB -POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE" +POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" # Installation Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Kubuntu 14.04 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.5 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="1.7.34-PhotoshopBrushes" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE" # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" Set_OS "win7" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
Ronin DUSETTE | Vendredi 13 Février 2015 à 8:37 |
Ronin DUSETTE
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesUpdating to newer patched Wine version as per ticket 4984: Differences@@ -10,7 +10,7 @@ source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" -WINEVERSION="1.7.20-PhotoshopBrushes" +WINEVERSION="1.7.34-PhotoshopBrushes" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Kubuntu 14.04 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.5 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="1.7.34-PhotoshopBrushes" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE" # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" Set_OS "win7" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
petch | Mercredi 28 Janvier 2015 à 2:51 |
petch
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesHi, Looking at a bug report, it may happen that POL_Download_Resource clobbers $APP_ANSWER in case of redownload. I just pushed a fix to the dev branch of PoL/PoM but it might not be common use for a while, so for the time being it may be a good idea to save $APP_ANSWER content to another variable when they're lots of function calls before it's being used... Differences@@ -27,6 +27,7 @@ # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" +INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" @@ -51,7 +52,7 @@ # Installation POL_Wine_WaitBefore "$TITLE" -POL_Wine "$APP_ANSWER" +POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" Set_OS "win7" Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Kubuntu 14.04 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.5 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="1.7.20-PhotoshopBrushes" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE" # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" Set_OS "win7" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesMercredi 28 Janvier 2015 à 3:07
|
Ronin DUSETTE | Samedi 10 Janvier 2015 à 8:24 |
Ronin DUSETTE
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -14,7 +14,7 @@ TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" -AUTHOR="DJYoshaBYD" +AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Kubuntu 14.04 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.5 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="1.7.20-PhotoshopBrushes" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE" # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" Set_OS "win7" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
Ronin DUSETTE | Vendredi 9 Janvier 2015 à 22:51 |
Ronin DUSETTE
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesAdding revised Tahoma installer to help fix missing font issue on certain machines. Differences@@ -43,6 +43,7 @@ POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts +POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE" Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Kubuntu 14.04 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.5 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="1.7.20-PhotoshopBrushes" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="DJYoshaBYD" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma2 POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE" # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" Set_OS "win7" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesVendredi 9 Janvier 2015 à 23:04
|
phys1ks | Vendredi 2 Janvier 2015 à 21:40 |
phys1ks
|
MessagesProgram runs well, but is there a fix for image previews in the open box? a wine bug has been submit here... https://bugs.winehq.org/show_bug.cgi?id=35805 but maybe a work around can be found? gdiplus does not seem to fix it... Can also confirm no labels on layers. Debian Jessie - Openbox RéponsesSamedi 3 Janvier 2015 à 7:26
Mardi 6 Janvier 2015 à 23:01
Mardi 6 Janvier 2015 à 23:07
Mercredi 7 Janvier 2015 à 19:04
Mercredi 7 Janvier 2015 à 19:08
Mercredi 7 Janvier 2015 à 19:09
Mercredi 7 Janvier 2015 à 19:10
Mercredi 7 Janvier 2015 à 19:10
Mercredi 7 Janvier 2015 à 19:12
Mercredi 7 Janvier 2015 à 19:15
Mercredi 7 Janvier 2015 à 19:18
Mercredi 7 Janvier 2015 à 19:18
Mercredi 7 Janvier 2015 à 19:20
Mercredi 7 Janvier 2015 à 19:23
Mercredi 7 Janvier 2015 à 19:26
Mercredi 7 Janvier 2015 à 19:29
Mercredi 7 Janvier 2015 à 20:03
Mercredi 7 Janvier 2015 à 20:04
Mercredi 7 Janvier 2015 à 20:05
Mercredi 7 Janvier 2015 à 20:07
Mercredi 7 Janvier 2015 à 20:08
Vendredi 9 Janvier 2015 à 20:48
Vendredi 9 Janvier 2015 à 20:53
Vendredi 9 Janvier 2015 à 21:15
Vendredi 9 Janvier 2015 à 23:03
Dimanche 26 Juin 2016 à 10:42
|
Ronin DUSETTE | Vendredi 19 Décembre 2014 à 21:53 |
Ronin DUSETTE
|
MessagesTHIS SHOULD WORK WITH THE ADOBE CC VERSION OF PHOTOSHOP, AS WELL. RéponsesDimanche 22 Février 2015 à 10:35
Dimanche 22 Février 2015 à 16:05
|
c0ffee | Dimanche 14 Décembre 2014 à 16:00 |
c0ffee
|
MessagesHave missing text labels like in current screenshots been fixed? Hard to work without layer names and all dialogs without text. RéponsesDimanche 14 Décembre 2014 à 17:06
Dimanche 14 Décembre 2014 à 17:07
Mercredi 17 Décembre 2014 à 16:49
|
Maroce | Lundi 8 Décembre 2014 à 15:43 |
Maroce
|
Messagesim sorry, i have a problem, when i click the "install program" this computer not do anything, can you help me to fix this problem? and when i installed manually, i have a new problem :
RéponsesLundi 8 Décembre 2014 à 19:33
Lundi 8 Décembre 2014 à 19:44
Lundi 8 Décembre 2014 à 19:45
Mercredi 10 Décembre 2014 à 10:40
Mercredi 10 Décembre 2014 à 10:41
Mercredi 10 Décembre 2014 à 13:35
Mercredi 10 Décembre 2014 à 18:22
Vendredi 19 Décembre 2014 à 15:42
Vendredi 19 Décembre 2014 à 18:25
Vendredi 19 Décembre 2014 à 21:39
Dimanche 21 Décembre 2014 à 5:18
Dimanche 21 Décembre 2014 à 5:33
Dimanche 21 Décembre 2014 à 9:04
|
Ronin DUSETTE | Vendredi 7 Novembre 2014 à 6:56 |
Ronin DUSETTE
|
MessagesPulling this out of "testing", as after almost 4,000 downloads, I would imagine that any major bugs (aka 'show stoppers') would have been reported. Teehee. This is a good thing. Réponses |
Ronin DUSETTE | Jeudi 23 Octobre 2014 à 3:59 |
Ronin DUSETTE
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -14,7 +14,7 @@ TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" -AUTHOR="DJYoshaBYD" +AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Kubuntu 14.04 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.5 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="1.7.20-PhotoshopBrushes" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: Install will fail and program will not launch with Intel graphics. Use only AMD and Nvida cards. Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE" POL_Wine_reboot # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" Set_OS "win7" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesDimanche 26 Octobre 2014 à 16:57
Lundi 27 Octobre 2014 à 21:21
Lundi 27 Octobre 2014 à 21:22
Dimanche 2 Novembre 2014 à 13:31
Dimanche 2 Novembre 2014 à 18:27
Dimanche 2 Novembre 2014 à 18:38
Dimanche 2 Novembre 2014 à 18:41
|
Ronin DUSETTE | Mardi 21 Octobre 2014 à 0:06 |
Ronin DUSETTE
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesAdded note stating that Intel graphics will not work. I looked a lot into this, and it seems most Intel graphics will not run this app. I am going to test it on an AMD laptop later. Differences@@ -45,7 +45,7 @@ POL_Call POL_Install_corefonts POL_Call POL_Install_FontsSmoothRGB -POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE" +POL_SetupWindow_message "$(eval_gettext 'NOTICE: Install will fail and program will not launch with Intel graphics. Use only AMD and Nvida cards. Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE" POL_Wine_reboot Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Kubuntu 14.04 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.5 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="1.7.20-PhotoshopBrushes" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="DJYoshaBYD" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: Install will fail and program will not launch with Intel graphics. Use only AMD and Nvida cards. Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE" POL_Wine_reboot # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" Set_OS "win7" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesEdité par RoninDusette |
Ronin DUSETTE | Lundi 20 Octobre 2014 à 21:52 |
Ronin DUSETTE
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -47,12 +47,13 @@ POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE" +POL_Wine_reboot # Installation -Set_OS "win7" POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" +Set_OS "win7" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Kubuntu 14.04 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.5 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="1.7.20-PhotoshopBrushes" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="DJYoshaBYD" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE" POL_Wine_reboot # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" Set_OS "win7" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
Ronin DUSETTE | Lundi 20 Octobre 2014 à 20:54 |
Ronin DUSETTE
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesChanged to Win7 before PS install. Differences@@ -49,10 +49,10 @@ # Installation +Set_OS "win7" POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" -Set_OS "win7" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Kubuntu 14.04 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.5 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="1.7.20-PhotoshopBrushes" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="DJYoshaBYD" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE" # Installation Set_OS "win7" POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesLundi 20 Octobre 2014 à 21:29
Lundi 20 Octobre 2014 à 21:35
Lundi 20 Octobre 2014 à 22:04
Lundi 20 Octobre 2014 à 22:07
Lundi 20 Octobre 2014 à 22:07
Lundi 20 Octobre 2014 à 22:17
Lundi 20 Octobre 2014 à 22:42
Lundi 20 Octobre 2014 à 22:45
Lundi 20 Octobre 2014 à 23:08
Lundi 20 Octobre 2014 à 23:10
|
Ronin DUSETTE | Lundi 20 Octobre 2014 à 20:22 |
Ronin DUSETTE
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -43,7 +43,6 @@ POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts -POL_Call POL_Install_FontsSmoothBGR POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE" Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Kubuntu 14.04 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.5 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="1.7.20-PhotoshopBrushes" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="DJYoshaBYD" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE" # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" Set_OS "win7" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesVendredi 23 Décembre 2016 à 10:11
|
Ronin DUSETTE | Lundi 20 Octobre 2014 à 20:05 |
Ronin DUSETTE
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesInitial commit. Will add screenshots and resources later. Differences@@ -0,0 +1,64 @@ +#!/bin/bash +# Date : (2014-10-20) +# Distribution used to test : Kubuntu 14.04 LTS 64-bit +# Author : RoninDusette +# Licence : GPLv3 +# PlayOnLinux: 4.2.5 + + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +PREFIX="PhotoshopCS6" +WINEVERSION="1.7.20-PhotoshopBrushes" +TITLE="Adobe Photoshop CS6" +EDITOR="Adobe Systems Inc." +GAME_URL="http://www.adobe.com" +AUTHOR="DJYoshaBYD" + +#Initialization +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init + +POL_Debug_Init + +# Presentation +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +# Create Prefix +POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +# Configuration +Set_OS "winxp" + +#Dependencies +POL_Call POL_Install_AdobeAir +POL_Call POL_Install_atmlib +POL_Call POL_Install_gdiplus +POL_Call POL_Install_msxml3 +POL_Call POL_Install_msxml6 +POL_Call POL_Install_vcrun2005 +POL_Call POL_Install_vcrun2008 +POL_Call POL_Install_vcrun2010 +POL_Call POL_Install_corefonts +POL_Call POL_Install_FontsSmoothBGR +POL_Call POL_Install_FontsSmoothRGB + +POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE" + + +# Installation +POL_Wine_WaitBefore "$TITLE" +POL_Wine "$APP_ANSWER" +POL_Wine_WaitExit "$TITLE" +Set_OS "win7" + +# Create Shortcuts +POL_Shortcut "photoshop.exe" "$TITLE" + +POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Kubuntu 14.04 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.5 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="PhotoshopCS6" WINEVERSION="1.7.20-PhotoshopBrushes" TITLE="Adobe Photoshop CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="DJYoshaBYD" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" #Dependencies POL_Call POL_Install_AdobeAir POL_Call POL_Install_atmlib POL_Call POL_Install_gdiplus POL_Call POL_Install_msxml3 POL_Call POL_Install_msxml6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_vcrun2010 POL_Call POL_Install_corefonts POL_Call POL_Install_FontsSmoothBGR POL_Call POL_Install_FontsSmoothRGB POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE" # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" Set_OS "win7" # Create Shortcuts POL_Shortcut "photoshop.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesLundi 20 Octobre 2014 à 20:21
Lundi 20 Octobre 2014 à 20:22
Dimanche 14 Décembre 2014 à 10:46
Jeudi 25 Aoüt 2016 à 14:01
Samedi 7 Janvier 2017 à 3:07
Samedi 14 Mars 2020 à 18:55
|
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com