Adobe Photoshop CS6
Informatie
Creator | Bericht |
---|---|
Ronin DUSETTE
![]()
|
InformationThis installer has been approved by the team. InformatiePlatforms: Feedbacks30 26 OmschrijvingRaster 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. SchermafdrukkenBroncode#!/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 | Bericht |
Bara1995 | Vrijdag 5 Juli 2024 om 18:04 |
Bara1995
![]()
|
BerichtI 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. Antwoorden |
LMPS | Vrijdag 2 September 2022 om 20:50 |
LMPS
![]()
|
BerichtApologies 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? AntwoordenZondag 4 Februari 2024 om 13:26
Aangepast door LMPS |
dannyleonard | Donderdag 9 Juni\ 2022 om 10:58 |
dannyleonard
![]()
|
Berichthi, 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 Antwoorden |
Jihad | Zaterdag 23 October 2021 om 14:47 |
Jihad
![]()
|
BerichtError in POL_Wine Wine seems to have crashed
How to solve this problem?
Antwoorden |
QwAnSIS | Maandag 20 September 2021 om 11:53 |
QwAnSIS
![]()
|
BerichtHi, I can not install the program. "Adobe AIR" url is not available AntwoordenAangepast door QwAnSIS |
rc479412 | Donderdag 1 Juli 2021 om 17:39 |
rc479412
![]()
|
BerichtI am not able to download it from here, it does not have any action when i click on install. Antwoorden |
playlinux_user | Zondag 21 Februari 2021 om 8:40 |
playlinux_user
![]()
|
BerichtHi! 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. AntwoordenAangepast door playlinux_user |
redplateaus | Zondag 25 October 2020 om 2:10 |
redplateaus
![]()
|
InformationThis update has been approved by the team. BerichtPer 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 AntwoordenAangepast door redplateaus |
Qwerty-Space | Zondag 9 Augustus 2020 om 12:03 |
Qwerty-Space
![]()
|
|
Qwerty-Space | Dinsdag 4 Augustus 2020 om 20:33 |
Qwerty-Space
![]()
|
BerichtHi, 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. AntwoordenWoensdag 5 Augustus 2020 om 9:52
Woensdag 5 Augustus 2020 om 20:44
Dinsdag 11 Augustus 2020 om 18:53
Maandag 17 Augustus 2020 om 0:34
Dinsdag 25 Augustus 2020 om 1:26
|
Dadu042 | Zaterdag 1 Februari 2020 om 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 AntwoordenVrijdag 10 April 2020 om 14:19
Woensdag 29 Juli 2020 om 1:46
|
drlucas | Woensdag 22 Januari 2020 om 8:28 |
drlucas
![]()
|
BerichtI am running into the same exact issue ("Error in POL_Wine") using the latest Linux Manjaro KDE. Would love to know the solution. AntwoordenZaterdag 1 Februari 2020 om 11:03
|
liam_bui | Donderdag 9 Januari 2020 om 18:32 |
liam_bui
![]()
|
BerichtPlease 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 AntwoordenWoensdag 22 Januari 2020 om 8:26
Woensdag 22 Januari 2020 om 9:14
Zaterdag 1 Februari 2020 om 4:34
Zaterdag 1 Februari 2020 om 4:47
Aangepast door liam_bui |
HerzeleidMeister | Vrijdag 20 December 2019 om 9:57 |
HerzeleidMeister
![]()
|
BerichtHello, 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.
AntwoordenWoensdag 22 Januari 2020 om 9:14
|
puppystick | Woensdag 4 December 2019 om 0:53 |
puppystick
![]()
|
BerichtHello, not able to install CS6: Antwoorden |
Dadu042 | Vrijdag 29 November 2019 om 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 Antwoorden |
ailton313 | Dinsdag 9 Juli 2019 om 22:26 |
ailton313
![]()
|
BerichtHello, 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 Antwoorden |
Dadu042 | Maandag 17 Juni\ 2019 om 17:47 |
Dadu042
![]()
|
WarningThis update has not been approved yet by the team. BerichtSee 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 AntwoordenAangepast door Dadu042 |
Dadu042 | Maandag 20 Mei 2019 om 9:33 |
Dadu042
![]()
|
WarningThis update has not been approved yet by the team. BerichtLittle 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 AntwoordenAangepast door Dadu042 |
bigtimmyc | Maandag 20 Mei 2019 om 5:43 |
bigtimmyc
![]()
|
BerichtGet 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
Antwoorden |
dammionx | Zaterdag 4 Mei 2019 om 18:14 |
dammionx
![]()
|
BerichtHello.. 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 AntwoordenZaterdag 4 Mei 2019 om 19:48
Donderdag 9 Mei 2019 om 16:35
Donderdag 9 Mei 2019 om 19:48
Vrijdag 10 Mei 2019 om 13:02
Maandag 20 Mei 2019 om 5:47
Maandag 20 Mei 2019 om 8:57
Maandag 17 Juni\ 2019 om 1:49
Aangepast door Dadu042 |
liam_bui | Woensdag 1 Mei 2019 om 19:19 |
liam_bui
![]()
|
BerichtA 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
Antwoorden |
frenseton | Woensdag 24 April 2019 om 5:06 |
frenseton
![]()
|
BerichtHi 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
AntwoordenWoensdag 24 April 2019 om 6:42
|
kreyren | Donderdag 18 April 2019 om 8:18 |
kreyren
![]()
|
WarningThis update has not been approved yet by the team. BerichtUpdate 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 AntwoordenMaandag 20 Mei 2019 om 9:13
Aangepast door kreyren |
ailton313 | Zaterdag 13 April 2019 om 0:24 |
ailton313
![]()
|
BerichtHi 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? Antwoorden |
Marwatt | Donderdag 11 April 2019 om 16:37 |
Marwatt
![]()
|
BerichtHi all
AntwoordenAangepast door Marwatt |
oovyxd | Donderdag 21 Maart 2019 om 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 AntwoordenMaandag 13 Mei 2019 om 8:03
|
ruman | Zaterdag 19 Januari 2019 om 4:09 |
ruman
![]()
|
BerichtHi, 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?
Antwoorden |
oDaubsss | Vrijdag 18 Januari 2019 om 21:10 |
oDaubsss
![]()
|
BerichtI try to download but photoshop CS6 always gives this error Error in POL_Wine If your program is running, just ignore this message. Antwoorden |
Acidum | Zaterdag 12 Januari 2019 om 10:04 |
Acidum
![]()
|
BerichtThe 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.
AntwoordenVrijdag 1 Maart 2019 om 9:11
|
Ronin DUSETTE | Zondag 16 December 2018 om 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 AntwoordenZondag 16 December 2018 om 12:03
|
PhP7 | Zaterdag 20 October 2018 om 18:27 |
PhP7
![]()
|
WarningThis update has not been approved yet by the team. BerichtI 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 AntwoordenMaandag 13 Mei 2019 om 8:47
|
jeremyrem | Dinsdag 2 October 2018 om 15:38 |
jeremyrem
![]()
|
BerichtThis 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 Antwoorden |
LinuxScripter | Maandag 16 April 2018 om 13:14 |
LinuxScripter
![]()
|
WarningThis update has not been approved yet by the team. BerichtChanged 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 AntwoordenZondag 22 April 2018 om 6:37
Maandag 23 April 2018 om 14:55
Maandag 23 April 2018 om 16:22
|
soachishti | Woensdag 21 Maart 2018 om 23:01 |
soachishti
![]()
|
WarningThis update has not been approved yet by the team. BerichtWine 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 AntwoordenVrijdag 23 Maart 2018 om 22:51
Vrijdag 23 Maart 2018 om 23:06
Vrijdag 23 Maart 2018 om 23:08
Vrijdag 23 Maart 2018 om 23:09
Vrijdag 30 Maart 2018 om 23:26
Vrijdag 30 Maart 2018 om 23:32
Vrijdag 30 Maart 2018 om 23:36
Maandag 16 April 2018 om 13:10
|
Ronin DUSETTE | Zaterdag 6 Januari 2018 om 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 Antwoorden |
michaeldyl520 | Woensdag 12 Juli 2017 om 8:37 |
michaeldyl520
![]()
|
BerichtI`m in china,this program can`t recognize the chinese.Please tell me how to fixed it. Antwoorden |
philmoonamjid | Maandag 20 Maart 2017 om 5:53 |
philmoonamjid
![]()
|
BerichtHello, 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. AntwoordenZaterdag 6 Januari 2018 om 18:20
|
danger89 | Zondag 12 Februari 2017 om 21:52 |
danger89
![]()
|
BerichtBut.. It only worked after I put Wine in Windows XP. Somhow Windows XP was set as version. Maybe: AntwoordenZondag 12 Februari 2017 om 21:53
Zaterdag 6 Januari 2018 om 18:20
|
Litceo | Dinsdag 24 Januari 2017 om 13:07 |
Litceo
![]()
|
BerichtWhen 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 Antwoorden |
je1977 | Vrijdag 6 Januari 2017 om 13:05 |
je1977
![]()
|
BerichtHey 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 AntwoordenVrijdag 6 Januari 2017 om 13:10
Vrijdag 6 Januari 2017 om 15:27
Vrijdag 6 Januari 2017 om 16:39
Dinsdag 10 Januari 2017 om 8:42
Dinsdag 10 Januari 2017 om 15:18
Dinsdag 10 Januari 2017 om 16:22
Zaterdag 14 Januari 2017 om 14:07
Zondag 22 Januari 2017 om 12:16
|
98q43g | Zondag 16 October 2016 om 6:20 |
98q43g
![]()
|
BerichtSuccessfully installed CS6 version. But can't run it on Linux x86_64. Tried both staging and system's wine versions. Same result. Antwoorden |
ZenYu0101 | Woensdag 12 October 2016 om 17:46 |
ZenYu0101
![]()
|
BerichtHy, i got this error when i am tring to install it. Any clue? Ty Error in POL_Shortcut AntwoordenVrijdag 18 Mei 2018 om 1:31
Vrijdag 18 Mei 2018 om 2:40
|
riotbr | Zondag 3 Juli 2016 om 0:49 |
riotbr
![]()
|
BerichtHi! 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 ;)
Antwoorden |
pecg | Zondag 19 Juni\ 2016 om 16:29 |
pecg
![]()
|
BerichtLa 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 AntwoordenZondag 26 Juni\ 2016 om 17:42
|
josemiguel | Dinsdag 24 Mei 2016 om 17:12 |
josemiguel
![]()
|
BerichtI'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? AntwoordenDinsdag 24 Mei 2016 om 22:54
Dinsdag 24 Mei 2016 om 23:20
Vrijdag 27 Mei 2016 om 9:02
|
josemiguel | Donderdag 19 Mei 2016 om 23:37 |
josemiguel
![]()
|
BerichtIs giving a error: fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub HOW CAN I FIX? AntwoordenZaterdag 21 Mei 2016 om 1:59
Dinsdag 24 Mei 2016 om 17:09
|
calex | Zaterdag 13 Februari 2016 om 11:57 |
calex
![]()
|
BerichtThis script works for Adobe Illustrator CS6 as well. Installed and tested on Linux Mint 17.3 64-bit AMD Graphics.
AntwoordenVrijdag 8 April 2016 om 16:39
|
petch | Vrijdag 4 December 2015 om 23:48 |
petch
![]()
|
WarningThis update has not been approved yet by the team. BerichtAdd 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 Antwoorden |
Ronin DUSETTE | Donderdag 9 Juli 2015 om 18:01 |
Ronin DUSETTE
![]()
|
WarningThis update has not been approved yet by the team. BerichtSo, 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 AntwoordenDonderdag 9 Juli 2015 om 21:25
Donderdag 9 Juli 2015 om 21:40
|
Quentin PÂRIS | Maandag 29 Juni\ 2015 om 23:26 |
Quentin PÂRIS
![]()
|
BerichtIt seems that the AdobePhotoshop patch has been included into Wine Staging (https://bugs.wine-staging.com/show_bug.cgi?id=382) Can you confirm? AntwoordenWoensdag 8 Juli 2015 om 21:24
|
phsouza | Maandag 1 Juni\ 2015 om 22:16 |
phsouza
![]()
|
BerichtHello, Can I use The complete creative Suit CS6? or just Illustrator and Photoshop CS6 with POL? AntwoordenWoensdag 3 Juni\ 2015 om 6:08
Donderdag 3 December 2015 om 16:33
Donderdag 3 December 2015 om 16:33
Donderdag 3 December 2015 om 17:03
|
Ayaskull | Dinsdag 26 Mei 2015 om 16:52 |
Ayaskull
![]()
|
BerichtCan I use a wacom tablet with this software on POL? AntwoordenDinsdag 26 Mei 2015 om 20:57
|
logesh arun | Woensdag 29 April 2015 om 20:39 |
logesh arun
![]()
|
Berichtits very usefull software Antwoorden |
Ronin DUSETTE | Zondag 19 April 2015 om 6:26 |
Ronin DUSETTE
![]()
|
WarningThis update has not been approved yet by the team. BerichtUpdating 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 Antwoorden |
Ronin DUSETTE | Maandag 16 Februari 2015 om 0:04 |
Ronin DUSETTE
![]()
|
WarningThis update has not been approved yet by the team. BerichtChanging 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 AntwoordenWoensdag 18 Februari 2015 om 21:45
Woensdag 18 Februari 2015 om 21:51
Donderdag 19 Februari 2015 om 18:01
|
Ronin DUSETTE | Vrijdag 13 Februari 2015 om 8:45 |
Ronin DUSETTE
![]()
|
WarningThis update has not been approved yet by the team. BerichtAdding 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 Antwoorden |
Ronin DUSETTE | Vrijdag 13 Februari 2015 om 8:37 |
Ronin DUSETTE
![]()
|
WarningThis update has not been approved yet by the team. BerichtUpdating 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 Antwoorden |
petch | Woensdag 28 Januari 2015 om 2:51 |
petch
![]()
|
WarningThis update has not been approved yet by the team. BerichtHi, 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 AntwoordenWoensdag 28 Januari 2015 om 3:07
|
Ronin DUSETTE | Zaterdag 10 Januari 2015 om 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 Antwoorden |
Ronin DUSETTE | Vrijdag 9 Januari 2015 om 22:51 |
Ronin DUSETTE
![]()
|
WarningThis update has not been approved yet by the team. BerichtAdding 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 AntwoordenVrijdag 9 Januari 2015 om 23:04
|
phys1ks | Vrijdag 2 Januari 2015 om 21:40 |
phys1ks
![]()
|
BerichtProgram 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 AntwoordenZaterdag 3 Januari 2015 om 7:26
Dinsdag 6 Januari 2015 om 23:01
Dinsdag 6 Januari 2015 om 23:07
Woensdag 7 Januari 2015 om 19:04
Woensdag 7 Januari 2015 om 19:08
Woensdag 7 Januari 2015 om 19:09
Woensdag 7 Januari 2015 om 19:10
Woensdag 7 Januari 2015 om 19:10
Woensdag 7 Januari 2015 om 19:12
Woensdag 7 Januari 2015 om 19:15
Woensdag 7 Januari 2015 om 19:18
Woensdag 7 Januari 2015 om 19:18
Woensdag 7 Januari 2015 om 19:20
Woensdag 7 Januari 2015 om 19:23
Woensdag 7 Januari 2015 om 19:26
Woensdag 7 Januari 2015 om 19:29
Woensdag 7 Januari 2015 om 20:03
Woensdag 7 Januari 2015 om 20:04
Woensdag 7 Januari 2015 om 20:05
Woensdag 7 Januari 2015 om 20:07
Woensdag 7 Januari 2015 om 20:08
Vrijdag 9 Januari 2015 om 20:48
Vrijdag 9 Januari 2015 om 20:53
Vrijdag 9 Januari 2015 om 21:15
Vrijdag 9 Januari 2015 om 23:03
Zondag 26 Juni\ 2016 om 10:42
|
Ronin DUSETTE | Vrijdag 19 December 2014 om 21:53 |
Ronin DUSETTE
![]()
|
BerichtTHIS SHOULD WORK WITH THE ADOBE CC VERSION OF PHOTOSHOP, AS WELL. AntwoordenZondag 22 Februari 2015 om 10:35
Zondag 22 Februari 2015 om 16:05
|
c0ffee | Zondag 14 December 2014 om 16:00 |
c0ffee
![]()
|
BerichtHave missing text labels like in current screenshots been fixed? Hard to work without layer names and all dialogs without text. AntwoordenZondag 14 December 2014 om 17:06
Zondag 14 December 2014 om 17:07
Woensdag 17 December 2014 om 16:49
|
Maroce | Maandag 8 December 2014 om 15:43 |
Maroce
![]()
|
Berichtim 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 :
AntwoordenMaandag 8 December 2014 om 19:33
Maandag 8 December 2014 om 19:44
Maandag 8 December 2014 om 19:45
Woensdag 10 December 2014 om 10:40
Woensdag 10 December 2014 om 10:41
Woensdag 10 December 2014 om 13:35
Woensdag 10 December 2014 om 18:22
Vrijdag 19 December 2014 om 15:42
Vrijdag 19 December 2014 om 18:25
Vrijdag 19 December 2014 om 21:39
Zondag 21 December 2014 om 5:18
Zondag 21 December 2014 om 5:33
Zondag 21 December 2014 om 9:04
|
Ronin DUSETTE | Vrijdag 7 November 2014 om 6:56 |
Ronin DUSETTE
![]()
|
BerichtPulling 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. Antwoorden |
Ronin DUSETTE | Donderdag 23 October 2014 om 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 AntwoordenZondag 26 October 2014 om 16:57
Maandag 27 October 2014 om 21:21
Maandag 27 October 2014 om 21:22
Zondag 2 November 2014 om 13:31
Zondag 2 November 2014 om 18:27
Zondag 2 November 2014 om 18:38
Zondag 2 November 2014 om 18:41
|
Ronin DUSETTE | Dinsdag 21 October 2014 om 0:06 |
Ronin DUSETTE
![]()
|
WarningThis update has not been approved yet by the team. BerichtAdded 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 AntwoordenAangepast door RoninDusette |
Ronin DUSETTE | Maandag 20 October 2014 om 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 Antwoorden |
Ronin DUSETTE | Maandag 20 October 2014 om 20:54 |
Ronin DUSETTE
![]()
|
WarningThis update has not been approved yet by the team. BerichtChanged 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 AntwoordenMaandag 20 October 2014 om 21:29
Maandag 20 October 2014 om 21:35
Maandag 20 October 2014 om 22:04
Maandag 20 October 2014 om 22:07
Maandag 20 October 2014 om 22:07
Maandag 20 October 2014 om 22:17
Maandag 20 October 2014 om 22:42
Maandag 20 October 2014 om 22:45
Maandag 20 October 2014 om 23:08
Maandag 20 October 2014 om 23:10
|
Ronin DUSETTE | Maandag 20 October 2014 om 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 AntwoordenVrijdag 23 December 2016 om 10:11
|
Ronin DUSETTE | Maandag 20 October 2014 om 20:05 |
Ronin DUSETTE
![]()
|
WarningThis update has not been approved yet by the team. BerichtInitial 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 AntwoordenMaandag 20 October 2014 om 20:21
Maandag 20 October 2014 om 20:22
Zondag 14 December 2014 om 10:46
Donderdag 25 Augustus 2016 om 14:01
Zaterdag 7 Januari 2017 om 3:07
Zaterdag 14 Maart 2020 om 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