Adobe Photoshop CS6
Informations
Creator | Message |
---|---|
Ronin DUSETTE
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks30 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. ScreenshotsSource code#!/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:
ContributeMember | Message |
Bara1995 | Friday 5 July 2024 at 18:04 |
Bara1995
|
MessageI 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. Replies |
LMPS | Friday 2 September 2022 at 20:50 |
LMPS
|
MessageApologies 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? RepliesSunday 4 February 2024 at 13:26
Edited by LMPS |
dannyleonard | Thursday 9 June 2022 at 10:58 |
dannyleonard
|
Messagehi, 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 Replies |
Jihad | Saturday 23 October 2021 at 14:47 |
Jihad
|
MessageError in POL_Wine Wine seems to have crashed
How to solve this problem?
Replies |
QwAnSIS | Monday 20 September 2021 at 11:53 |
QwAnSIS
|
MessageHi, I can not install the program. "Adobe AIR" url is not available RepliesEdited by QwAnSIS |
rc479412 | Thursday 1 July 2021 at 17:39 |
rc479412
|
MessageI am not able to download it from here, it does not have any action when i click on install. Replies |
playlinux_user | Sunday 21 February 2021 at 8:40 |
playlinux_user
|
MessageHi! 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. RepliesEdited by playlinux_user |
redplateaus | Sunday 25 October 2020 at 2:10 |
redplateaus
|
InformationThis update has been approved by the team. MessagePer 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 New source code#!/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 RepliesEdited by redplateaus |
Qwerty-Space | Sunday 9 August 2020 at 12:03 |
Qwerty-Space
|
|
Qwerty-Space | Tuesday 4 August 2020 at 20:33 |
Qwerty-Space
|
MessageHi, 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. RepliesWednesday 5 August 2020 at 9:52
Wednesday 5 August 2020 at 20:44
Tuesday 11 August 2020 at 18:53
Monday 17 August 2020 at 0:34
Tuesday 25 August 2020 at 1:26
|
Dadu042 | Saturday 1 February 2020 at 11:18 |
Dadu042
|
WarningThis update has not been approved yet by the team. 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 New source code#!/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 RepliesFriday 10 April 2020 at 14:19
Wednesday 29 July 2020 at 1:46
|
drlucas | Wednesday 22 January 2020 at 8:28 |
drlucas
|
MessageI am running into the same exact issue ("Error in POL_Wine") using the latest Linux Manjaro KDE. Would love to know the solution. RepliesSaturday 1 February 2020 at 11:03
|
liam_bui | Thursday 9 January 2020 at 18:32 |
liam_bui
|
MessagePlease 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 RepliesWednesday 22 January 2020 at 8:26
Wednesday 22 January 2020 at 9:14
Saturday 1 February 2020 at 4:34
Saturday 1 February 2020 at 4:47
Edited by liam_bui |
HerzeleidMeister | Friday 20 December 2019 at 9:57 |
HerzeleidMeister
|
MessageHello, 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.
RepliesWednesday 22 January 2020 at 9:14
|
puppystick | Wednesday 4 December 2019 at 0:53 |
puppystick
|
MessageHello, not able to install CS6: Replies |
Dadu042 | Friday 29 November 2019 at 10:38 |
Dadu042
|
WarningThis update has not been approved yet by the team. 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" New source code#!/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 Replies |
ailton313 | Tuesday 9 July 2019 at 22:26 |
ailton313
|
MessageHello, 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 Replies |
Dadu042 | Monday 17 June 2019 at 17:47 |
Dadu042
|
WarningThis update has not been approved yet by the team. MessageSee 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" New source code#!/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 RepliesEdited by Dadu042 |
Dadu042 | Monday 20 May 2019 at 9:33 |
Dadu042
|
WarningThis update has not been approved yet by the team. MessageLittle 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" New source code#!/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 RepliesEdited by Dadu042 |
bigtimmyc | Monday 20 May 2019 at 5:43 |
bigtimmyc
|
MessageGet 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
Replies |
dammionx | Saturday 4 May 2019 at 18:14 |
dammionx
|
MessageHello.. 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 RepliesSaturday 4 May 2019 at 19:48
Thursday 9 May 2019 at 16:35
Thursday 9 May 2019 at 19:48
Friday 10 May 2019 at 13:02
Monday 20 May 2019 at 5:47
Monday 20 May 2019 at 8:57
Monday 17 June 2019 at 1:49
Edited by Dadu042 |
liam_bui | Wednesday 1 May 2019 at 19:19 |
liam_bui
|
MessageA 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
Replies |
frenseton | Wednesday 24 April 2019 at 5:06 |
frenseton
|
MessageHi 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
RepliesWednesday 24 April 2019 at 6:42
|
kreyren | Thursday 18 April 2019 at 8:18 |
kreyren
|
WarningThis update has not been approved yet by the team. MessageUpdate 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" New source code#!/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 RepliesMonday 20 May 2019 at 9:13
Edited by kreyren |
ailton313 | Saturday 13 April 2019 at 0:24 |
ailton313
|
MessageHi 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? Replies |
Marwatt | Thursday 11 April 2019 at 16:37 |
Marwatt
|
|
oovyxd | Thursday 21 March 2019 at 10:38 |
oovyxd
|
WarningThis update has not been approved yet by the team. 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" New source code#!/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 RepliesMonday 13 May 2019 at 8:03
|
ruman | Saturday 19 January 2019 at 4:09 |
ruman
|
MessageHi, 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?
Replies |
oDaubsss | Friday 18 January 2019 at 21:10 |
oDaubsss
|
MessageI try to download but photoshop CS6 always gives this error Error in POL_Wine If your program is running, just ignore this message. Replies |
Acidum | Saturday 12 January 2019 at 10:04 |
Acidum
|
MessageThe 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.
RepliesFriday 1 March 2019 at 9:11
|
Ronin DUSETTE | Sunday 16 December 2018 at 8:03 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. 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" New source code#!/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 RepliesSunday 16 December 2018 at 12:03
|
PhP7 | Saturday 20 October 2018 at 18:27 |
PhP7
|
WarningThis update has not been approved yet by the team. MessageI 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 New source code#!/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 RepliesMonday 13 May 2019 at 8:47
|
jeremyrem | Tuesday 2 October 2018 at 15:38 |
jeremyrem
|
MessageThis 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 Replies |
LinuxScripter | Monday 16 April 2018 at 13:14 |
LinuxScripter
|
WarningThis update has not been approved yet by the team. MessageChanged 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 New source code#!/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 RepliesSunday 22 April 2018 at 6:37
Monday 23 April 2018 at 14:55
Monday 23 April 2018 at 16:22
|
soachishti | Wednesday 21 March 2018 at 23:01 |
soachishti
|
WarningThis update has not been approved yet by the team. MessageWine 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" New source code#!/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 RepliesFriday 23 March 2018 at 22:51
Friday 23 March 2018 at 23:06
Friday 23 March 2018 at 23:08
Friday 23 March 2018 at 23:09
Friday 30 March 2018 at 23:26
Friday 30 March 2018 at 23:32
Friday 30 March 2018 at 23:36
Monday 16 April 2018 at 13:10
|
Ronin DUSETTE | Saturday 6 January 2018 at 18:21 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. Differences@@ -52,7 +52,7 @@ # Installation -Set_OS "win7" +Set_OS "winxp" POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" New source code#!/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 Replies |
michaeldyl520 | Wednesday 12 July 2017 at 8:37 |
michaeldyl520
|
MessageI`m in china,this program can`t recognize the chinese.Please tell me how to fixed it. Replies |
philmoonamjid | Monday 20 March 2017 at 5:53 |
philmoonamjid
|
MessageHello, 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. RepliesSaturday 6 January 2018 at 18:20
|
danger89 | Sunday 12 February 2017 at 21:52 |
danger89
|
MessageBut.. It only worked after I put Wine in Windows XP. Somhow Windows XP was set as version. Maybe: RepliesSunday 12 February 2017 at 21:53
Saturday 6 January 2018 at 18:20
|
Litceo | Tuesday 24 January 2017 at 13:07 |
Litceo
|
MessageWhen 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 Replies |
je1977 | Friday 6 January 2017 at 13:05 |
je1977
|
MessageHey 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 RepliesFriday 6 January 2017 at 13:10
Friday 6 January 2017 at 15:27
Friday 6 January 2017 at 16:39
Tuesday 10 January 2017 at 8:42
Tuesday 10 January 2017 at 15:18
Tuesday 10 January 2017 at 16:22
Saturday 14 January 2017 at 14:07
Sunday 22 January 2017 at 12:16
|
98q43g | Sunday 16 October 2016 at 6:20 |
98q43g
|
MessageSuccessfully installed CS6 version. But can't run it on Linux x86_64. Tried both staging and system's wine versions. Same result. Replies |
ZenYu0101 | Wednesday 12 October 2016 at 17:46 |
ZenYu0101
|
MessageHy, i got this error when i am tring to install it. Any clue? Ty Error in POL_Shortcut RepliesFriday 18 May 2018 at 1:31
Friday 18 May 2018 at 2:40
|
riotbr | Sunday 3 July 2016 at 0:49 |
riotbr
|
MessageHi! 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 ;)
Replies |
pecg | Sunday 19 June 2016 at 16:29 |
pecg
|
MessageLa 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 RepliesSunday 26 June 2016 at 17:42
|
josemiguel | Tuesday 24 May 2016 at 17:12 |
josemiguel
|
MessageI'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? RepliesTuesday 24 May 2016 at 22:54
Tuesday 24 May 2016 at 23:20
Friday 27 May 2016 at 9:02
|
josemiguel | Thursday 19 May 2016 at 23:37 |
josemiguel
|
MessageIs giving a error: fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub HOW CAN I FIX? RepliesSaturday 21 May 2016 at 1:59
Tuesday 24 May 2016 at 17:09
|
calex | Saturday 13 February 2016 at 11:57 |
calex
|
MessageThis script works for Adobe Illustrator CS6 as well. Installed and tested on Linux Mint 17.3 64-bit AMD Graphics.
RepliesFriday 8 April 2016 at 16:39
|
petch | Friday 4 December 2015 at 23:48 |
petch
|
WarningThis update has not been approved yet by the team. MessageAdd 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 New source code#!/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 Replies |
Ronin DUSETTE | Thursday 9 July 2015 at 18:01 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. MessageSo, 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" New source code#!/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 RepliesThursday 9 July 2015 at 21:25
Thursday 9 July 2015 at 21:40
|
Quentin PÂRIS | Monday 29 June 2015 at 23:26 |
Quentin PÂRIS
|
MessageIt seems that the AdobePhotoshop patch has been included into Wine Staging (https://bugs.wine-staging.com/show_bug.cgi?id=382) Can you confirm? RepliesWednesday 8 July 2015 at 21:24
|
phsouza | Monday 1 June 2015 at 22:16 |
phsouza
|
MessageHello, Can I use The complete creative Suit CS6? or just Illustrator and Photoshop CS6 with POL? RepliesWednesday 3 June 2015 at 6:08
Thursday 3 December 2015 at 16:33
Thursday 3 December 2015 at 16:33
Thursday 3 December 2015 at 17:03
|
Ayaskull | Tuesday 26 May 2015 at 16:52 |
Ayaskull
|
MessageCan I use a wacom tablet with this software on POL? RepliesTuesday 26 May 2015 at 20:57
|
logesh arun | Wednesday 29 April 2015 at 20:39 |
logesh arun
|
Messageits very usefull software Replies |
Ronin DUSETTE | Sunday 19 April 2015 at 6:26 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. MessageUpdating 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" New source code#!/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 Replies |
Ronin DUSETTE | Monday 16 February 2015 at 0:04 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. MessageChanging 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" New source code#!/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 RepliesWednesday 18 February 2015 at 21:45
Wednesday 18 February 2015 at 21:51
Thursday 19 February 2015 at 18:01
|
Ronin DUSETTE | Friday 13 February 2015 at 8:45 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. MessageAdding 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 New source code#!/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 Replies |
Ronin DUSETTE | Friday 13 February 2015 at 8:37 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. MessageUpdating 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" New source code#!/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 Replies |
petch | Wednesday 28 January 2015 at 2:51 |
petch
|
WarningThis update has not been approved yet by the team. MessageHi, 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" New source code#!/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 RepliesWednesday 28 January 2015 at 3:07
|
Ronin DUSETTE | Saturday 10 January 2015 at 8:24 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. 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" New source code#!/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 Replies |
Ronin DUSETTE | Friday 9 January 2015 at 22:51 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. MessageAdding 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" New source code#!/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 RepliesFriday 9 January 2015 at 23:04
|
phys1ks | Friday 2 January 2015 at 21:40 |
phys1ks
|
MessageProgram 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 RepliesSaturday 3 January 2015 at 7:26
Tuesday 6 January 2015 at 23:01
Tuesday 6 January 2015 at 23:07
Wednesday 7 January 2015 at 19:04
Wednesday 7 January 2015 at 19:08
Wednesday 7 January 2015 at 19:09
Wednesday 7 January 2015 at 19:10
Wednesday 7 January 2015 at 19:10
Wednesday 7 January 2015 at 19:12
Wednesday 7 January 2015 at 19:15
Wednesday 7 January 2015 at 19:18
Wednesday 7 January 2015 at 19:18
Wednesday 7 January 2015 at 19:20
Wednesday 7 January 2015 at 19:23
Wednesday 7 January 2015 at 19:26
Wednesday 7 January 2015 at 19:29
Wednesday 7 January 2015 at 20:03
Wednesday 7 January 2015 at 20:04
Wednesday 7 January 2015 at 20:05
Wednesday 7 January 2015 at 20:07
Wednesday 7 January 2015 at 20:08
Friday 9 January 2015 at 20:48
Friday 9 January 2015 at 20:53
Friday 9 January 2015 at 21:15
Friday 9 January 2015 at 23:03
Sunday 26 June 2016 at 10:42
|
Ronin DUSETTE | Friday 19 December 2014 at 21:53 |
Ronin DUSETTE
|
MessageTHIS SHOULD WORK WITH THE ADOBE CC VERSION OF PHOTOSHOP, AS WELL. RepliesSunday 22 February 2015 at 10:35
Sunday 22 February 2015 at 16:05
|
c0ffee | Sunday 14 December 2014 at 16:00 |
c0ffee
|
MessageHave missing text labels like in current screenshots been fixed? Hard to work without layer names and all dialogs without text. RepliesSunday 14 December 2014 at 17:06
Sunday 14 December 2014 at 17:07
Wednesday 17 December 2014 at 16:49
|
Maroce | Monday 8 December 2014 at 15:43 |
Maroce
|
Messageim 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 :
RepliesMonday 8 December 2014 at 19:33
Monday 8 December 2014 at 19:44
Monday 8 December 2014 at 19:45
Wednesday 10 December 2014 at 10:40
Wednesday 10 December 2014 at 10:41
Wednesday 10 December 2014 at 13:35
Wednesday 10 December 2014 at 18:22
Friday 19 December 2014 at 15:42
Friday 19 December 2014 at 18:25
Friday 19 December 2014 at 21:39
Sunday 21 December 2014 at 5:18
Sunday 21 December 2014 at 5:33
Sunday 21 December 2014 at 9:04
|
Ronin DUSETTE | Friday 7 November 2014 at 6:56 |
Ronin DUSETTE
|
MessagePulling 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. Replies |
Ronin DUSETTE | Thursday 23 October 2014 at 3:59 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. 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" New source code#!/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 RepliesSunday 26 October 2014 at 16:57
Monday 27 October 2014 at 21:21
Monday 27 October 2014 at 21:22
Sunday 2 November 2014 at 13:31
Sunday 2 November 2014 at 18:27
Sunday 2 November 2014 at 18:38
Sunday 2 November 2014 at 18:41
|
Ronin DUSETTE | Tuesday 21 October 2014 at 0:06 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. MessageAdded 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 New source code#!/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 RepliesEdited by RoninDusette |
Ronin DUSETTE | Monday 20 October 2014 at 21:52 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. 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" New source code#!/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 Replies |
Ronin DUSETTE | Monday 20 October 2014 at 20:54 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. MessageChanged 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" New source code#!/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 RepliesMonday 20 October 2014 at 21:29
Monday 20 October 2014 at 21:35
Monday 20 October 2014 at 22:04
Monday 20 October 2014 at 22:07
Monday 20 October 2014 at 22:07
Monday 20 October 2014 at 22:17
Monday 20 October 2014 at 22:42
Monday 20 October 2014 at 22:45
Monday 20 October 2014 at 23:08
Monday 20 October 2014 at 23:10
|
Ronin DUSETTE | Monday 20 October 2014 at 20:22 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. 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" New source code#!/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 RepliesFriday 23 December 2016 at 10:11
|
Ronin DUSETTE | Monday 20 October 2014 at 20:05 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. MessageInitial 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 New source code#!/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 RepliesMonday 20 October 2014 at 20:21
Monday 20 October 2014 at 20:22
Sunday 14 December 2014 at 10:46
Thursday 25 August 2016 at 14:01
Saturday 7 January 2017 at 3:07
Saturday 14 March 2020 at 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