Adobe Photoshop CS6

Informations

Créateur Messages
Ronin DUSETTE

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 1444576
Wine: 3.20

Retours d'expérience

Description

Raster 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. 

Appdb.winehq.org (Wine test reports).

Captures d'écran

MiniatureMiniature

Code source

#!/usr/bin/env playonlinux-bash
# Date : (2014-10-20)
# Last revision : see changelog
# Wine version used : see below
# Distribution used to test : Ubuntu 18.04 x64
# Script licence : GPL3
# Program licence : Retail
#
# CHANGELOG
# [Ronin Dusette] (2014-10-20)
#   First script.
# [Dadu042] (2019-05-20)
#   Change Wine version (easier for newbies, because 4.0 is the latest available from POL 4.2.12)
#   Warn POL version.
# [Dadu042] (2019-05-17)
#   Wine 4.0 -> 3.21 (I fix my mistake because POL 4.2.12 does not support Wine 4)
# [Dadu042] (2019-11-28)
#   Standardize Changelog.
#   POL_RequiredVersion 4.2.12 (support Wine 3.0.3 max) -> 4.3.4
#   Remove useless msxml3 (because msxml6 is also installed).
#   Fix app categories.
# [Dadu042] (2020-02-01 11:00)
#   Wine 3.21 -> 3.20 (I fix my mistake because POL 4.2.x does not support Wine v3.21)
#   POL_RequiredVersion 4.3.4 -> 4.1.0
#   Standardize POL_Install_AdobeAir

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
          
PREFIX="PhotoshopCS6"
WINEVERSION="3.20"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="Ronin Dusette, Dadu042"
 
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_SetID 2316
          
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
POL_RequiredVersion "4.1.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
 
# Dependencies
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB
    
   
# Installation Adobe Air

POL_Call POL_Install_AdobeAir

    
# Installation

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
 
# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE" "" "" "Graphics;RasterGraphics;"
    
POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_System_TmpDelete

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribuer
Membre Messages
LMPS Vendredi 2 September 2022 à 20:50
LMPS Anonymous

Messages

Apologies if this is not the right place. I have installed Photoshop CS6 in POL 4.2.12 on Mint 19.3. I would like to deactivate PS so I can install Mint 21.0 and reinstall PS, but the deactivation fails with the message "Please connect to the internet and retry."

 

I have attempted the steps in these Adobe articles (Article 1, Article 2) including looking up the hosts file in the POL & wine virtual C: drives, with no success. Any suggestions on how to get this to work?

Réponses

Anonymous
Dimanche 4 Février 2024 à 13:26
photoshop-6 not working

Edité par LMPS

dannyleonard Jeudi 9 Juin 2022 à 10:58
dannyleonard Anonymous

Messages

hi, always when i try to install photoshop i get this message

the url seems not exist, i can not download that file, i am in ubuntu 22.04

Réponses

Jihad Samedi 23 Octobre 2021 à 14:47
Jihad Anonymous

Messages

Error in POL_Wine

Wine seems to have crashed
 
How to solve this problem?

Réponses

QwAnSIS Lundi 20 September 2021 à 11:53
QwAnSIS Anonymous

Messages

Hi, I can not install the program. "Adobe AIR" url is not available

Réponses

Edité par QwAnSIS

rc479412 Jeudi 1 Juillet 2021 à 17:39
rc479412 Anonymous

Messages

I am not able to download it from here, it does not have any action when i  click on install.

Réponses

playlinux_user Dimanche 21 Février 2021 à 8:40
playlinux_user Anonymous

Messages

Hi! 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. smiley

Réponses

Edité par playlinux_user

redplateaus Dimanche 25 Octobre 2020 à 2:10
redplateaus Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

Messages

Per an earlier comment, this small change to the script makes the installer work for me. Without this, mine would fail with SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733 as seen by others in this thread. After the change, I was able to simply run the installer script without any hiccups, failures, or special steps.

I'm running this on Ubuntu though there's an Apple logo under my profile. Not sure how to change that.

Also, I experience some redraw delay by default with my Nvidia card. I was about to eliminate that issue by turning off GPU usage in Preferences > Performance.

Differences

@@ -56,6 +56,7 @@
 # Dependencies
 POL_Call POL_Install_atmlib
 POL_Call POL_Install_gdiplus
+POL_Call POL_Install_msxml3
 POL_Call POL_Install_msxml6
 POL_Call POL_Install_vcrun2005
 POL_Call POL_Install_vcrun2008

Nouveau code source

#!/usr/bin/env playonlinux-bash
# Date : (2014-10-20)
# Last revision : see changelog
# Wine version used : see below
# Distribution used to test : Ubuntu 18.04 x64
# Script licence : GPL3
# Program licence : Retail
#
# CHANGELOG
# [Ronin Dusette] (2014-10-20)
#   First script.
# [Dadu042] (2019-05-20)
#   Change Wine version (easier for newbies, because 4.0 is the latest available from POL 4.2.12)
#   Warn POL version.
# [Dadu042] (2019-05-17)
#   Wine 4.0 -> 3.21 (I fix my mistake because POL 4.2.12 does not support Wine 4)
# [Dadu042] (2019-11-28)
#   Standardize Changelog.
#   POL_RequiredVersion 4.2.12 (support Wine 3.0.3 max) -> 4.3.4
#   Remove useless msxml3 (because msxml6 is also installed).
#   Fix app categories.
# [Dadu042] (2020-02-01 11:00)
#   Wine 3.21 -> 3.20 (I fix my mistake because POL 4.2.x does not support Wine v3.21)
#   POL_RequiredVersion 4.3.4 -> 4.1.0
#   Standardize POL_Install_AdobeAir

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
          
PREFIX="PhotoshopCS6"
WINEVERSION="3.20"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="Ronin Dusette, Dadu042"
 
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_SetID 2316
          
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
POL_RequiredVersion "4.1.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
 
# Dependencies
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB
    
   
# Installation Adobe Air

POL_Call POL_Install_AdobeAir

    
# Installation

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
 
# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE" "" "" "Graphics;RasterGraphics;"
    
POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_System_TmpDelete

POL_SetupWindow_Close
exit 0

Réponses

Edité par redplateaus

Qwerty-Space Dimanche 9 Aoüt 2020 à 12:03
Qwerty-Space Anonymous

Messages

It's failing with error:
002c:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733

Logs here, and here

Réponses

Mardi 25 Aoüt 2020 à 18:56
Perhaps a newer version of Wine can help you...
Mardi 25 Aoüt 2020 à 20:41
What we really need to do is work on getting the adobe CC desktop app and the new versions working. I have some spare time, and I think I can dig into it in the next day or two. It's been a while since I helped out (spent the last few years working like 16 hour days. Sorry about that, team. ).

That being said, can you pastebin your full debug output and computer specs? We actually need that stuff (as per das wiki) to be able to properly troubleshoot your issue. This stuff should be posted with every request like yours. Without it, we have to ask, and we are just guessing, not to mention wasting time. :)

Edité par Qwerty-Space

Qwerty-Space Mardi 4 Aoüt 2020 à 20:33
Qwerty-Space Anonymous

Messages

Hi, 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.
Logs here: https://del.dog/arafujyfuc.sh

Réponses

Mercredi 5 Aoüt 2020 à 9:52
I see in the log 'ntlm_auth was not found or is outdated.'. The fix is in the wiki: http://wiki.playonlinux.com
Anonymous
Mercredi 5 Aoüt 2020 à 20:44
It's still failing. New error, now I am getting:
002c:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
002c:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733

Anonymous
Mardi 11 Aoüt 2020 à 18:53
any advice?
Anonymous
Lundi 17 Aoüt 2020 à 0:34
Nothing?
Anonymous
Mardi 25 Aoüt 2020 à 1:26
Sad
Dadu042 Samedi 1 Février 2020 à 11:18
Dadu042

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -1,11 +1,10 @@
 #!/usr/bin/env playonlinux-bash
 # Date : (2014-10-20)
-# Last revision : (2019-05-17)
+# Last revision : see changelog
 # Wine version used : see below
 # Distribution used to test : Ubuntu 18.04 x64
 # Script licence : GPL3
 # Program licence : Retail
-# PlayOnLinux: 4.2.12
 #
 # CHANGELOG
 # [Ronin Dusette] (2014-10-20)
@@ -20,12 +19,16 @@
 #   POL_RequiredVersion 4.2.12 (support Wine 3.0.3 max) -> 4.3.4
 #   Remove useless msxml3 (because msxml6 is also installed).
 #   Fix app categories.
+# [Dadu042] (2020-02-01 11:00)
+#   Wine 3.21 -> 3.20 (I fix my mistake because POL 4.2.x does not support Wine v3.21)
+#   POL_RequiredVersion 4.3.4 -> 4.1.0
+#   Standardize POL_Install_AdobeAir
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
           
 PREFIX="PhotoshopCS6"
-WINEVERSION="3.21"
+WINEVERSION="3.20"
 TITLE="Adobe Photoshop CS6"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com"
@@ -42,7 +45,7 @@
 # Presentation
 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
  
-POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
+POL_RequiredVersion "4.1.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
 
 # Create Prefix
 POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
@@ -50,7 +53,7 @@
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
  
-#Dependencies
+# Dependencies
 POL_Call POL_Install_atmlib
 POL_Call POL_Install_gdiplus
 POL_Call POL_Install_msxml6
@@ -61,20 +64,16 @@
 POL_Call POL_Install_tahoma2
 POL_Call POL_Install_FontsSmoothRGB
     
-POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"
    
 # Installation Adobe Air
-# Because this function seems break currently (2019-04): https://www.playonlinux.com/en/app-931-POL_Install_AdobeAir.html
-# As of 2019-05 this download the "File Version 32.0.0.125".
-#
-cd "$POL_System_TmpDir"
-POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe"
-POL_Wine_WaitBefore "$TITLE"
-POL_Wine "$POL_System_TmpDir/AdobeAIRInstaller.exe"
-POL_Wine_WaitExit "$TITLE"
-POL_System_TmpDelete
+
+POL_Call POL_Install_AdobeAir
+
     
 # Installation
+
+POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"
+
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine "$INSTALLER"
 POL_Wine_WaitExit "$TITLE"
@@ -83,6 +82,8 @@
 POL_Shortcut "photoshop.exe" "$TITLE" "" "" "Graphics;RasterGraphics;"
     
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"
-    
+
+POL_System_TmpDelete
+
 POL_SetupWindow_Close
 exit 0
\ No newline at end of file

Nouveau code source

#!/usr/bin/env playonlinux-bash
# Date : (2014-10-20)
# Last revision : see changelog
# Wine version used : see below
# Distribution used to test : Ubuntu 18.04 x64
# Script licence : GPL3
# Program licence : Retail
#
# CHANGELOG
# [Ronin Dusette] (2014-10-20)
#   First script.
# [Dadu042] (2019-05-20)
#   Change Wine version (easier for newbies, because 4.0 is the latest available from POL 4.2.12)
#   Warn POL version.
# [Dadu042] (2019-05-17)
#   Wine 4.0 -> 3.21 (I fix my mistake because POL 4.2.12 does not support Wine 4)
# [Dadu042] (2019-11-28)
#   Standardize Changelog.
#   POL_RequiredVersion 4.2.12 (support Wine 3.0.3 max) -> 4.3.4
#   Remove useless msxml3 (because msxml6 is also installed).
#   Fix app categories.
# [Dadu042] (2020-02-01 11:00)
#   Wine 3.21 -> 3.20 (I fix my mistake because POL 4.2.x does not support Wine v3.21)
#   POL_RequiredVersion 4.3.4 -> 4.1.0
#   Standardize POL_Install_AdobeAir

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
          
PREFIX="PhotoshopCS6"
WINEVERSION="3.20"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="Ronin Dusette, Dadu042"
 
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_SetID 2316
          
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
POL_RequiredVersion "4.1.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
 
# Dependencies
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB
    
   
# Installation Adobe Air

POL_Call POL_Install_AdobeAir

    
# Installation

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
 
# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE" "" "" "Graphics;RasterGraphics;"
    
POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_System_TmpDelete

POL_SetupWindow_Close
exit 0

Réponses

Anonymous
Vendredi 10 Avril 2020 à 14:19
You should add msxml3 as a dependency too. My Adobe installer would throw an error without it.
Anonymous
Mercredi 29 Juillet 2020 à 1:46
Hi, 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.
Logs here: https://del.dog/arafujyfuc.sh
drlucas Mercredi 22 Janvier 2020 à 8:28
drlucas Anonymous

Messages

I am running into the same exact issue ("Error in POL_Wine") using the latest Linux Manjaro KDE. Would love to know the solution.

Réponses

Samedi 1 Février 2020 à 11:03
Please post the log or the error line (ie: is the crash related to AdobeAir ?).
liam_bui Jeudi 9 Janvier 2020 à 18:32
liam_bui Anonymous

Messages

Please 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
01/10/20 00:25:10 - [POL_Call] Message: Calling POL_Function_FontsSmoothRGB
01/10/20 00:25:10 - [POL_Call] Message: ----- Starting function POL_Function_FontsSmoothRGB -----
01/10/20 00:25:10 - [POL_GPG_auth_script] Message: Checking signature of POL_Function_FontsSmoothRGB
01/10/20 00:25:10 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
01/10/20 00:25:10 - [POL_Source] Message: POL GPG : Good signature
01/10/20 00:25:11 - [POL_Wine] Message: Running wine-3.21 regedit /home/liam/.PlayOnLinux//tmp/fontsaa.reg (Working directory : /home/liam/.PlayOnLinux/tmp)
01/10/20 00:25:11 - [POL_Wine] Message: Wine return: 0
01/10/20 00:25:11 - [POL_Call] Message: ----- Ending function POL_Function_FontsSmoothRGB -----
01/10/20 00:25:11 - [POL_Call] Message: ----- Ending function POL_Install_FontsSmoothRGB -----
01/10/20 00:25:21 - [POL_Download] Message: Downloading https://files01.tchspt.com/temp/AdobeAIRInstaller.exe
01/10/20 00:25:30 - [POL_Download] Warning: MD5 is missing!
01/10/20 00:25:31 - [POL_Wine] Message: Running wine-3.21 /AdobeAIRInstaller.exe (Working directory : /home/liam/.PlayOnLinux/tmp)
wine: cannot find '/AdobeAIRInstaller.exe'
01/10/20 00:25:31 - [POL_Wine] Error: Wine seems to have crashed\n\nIf your program is running, just ignore this message

Réponses

Anonymous
Mercredi 22 Janvier 2020 à 8:26
I am running into the same exact issue using the latest Linux Manjaro KDE. Would love to know the solution.
Mercredi 22 Janvier 2020 à 9:14
http://wiki.playonlinux.com/index.php/Home Please post full debug logs.
Anonymous
Samedi 1 Février 2020 à 4:34
[02/01/20 10:29:11] - Running wine-3.21 --version (Working directory : /home/liam/.PlayOnLinux/shortcuts)
wine-3.21

PlayOnLinux logfile
-------------------
Date: 02/01/20 10:29:11

> PlayOnLinux Version
4.3.4
> uname -a
Linux liam-GL552JX 5.3.0-28-generic #30~18.04.1-Ubuntu SMP Fri Jan 17 06:14:09 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
> lsb_release -a

> wine --version
wine-3.21
> POL_WINEVERSION
3.21
> WINEPREFIX
/home/liam/.PlayOnLinux//wineprefix/PhotoshopCS6
> Distribution
Ubuntu 18.04.4 LTS
> glxinfo \| grep rendering
direct rendering: Yes
> glxinfo \| grep renderer
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
GLX_MESA_query_renderer, GLX_MESA_swap_control, GLX_OML_swap_method,
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile
> OpenGL libs (Direct rendering testing)
32bits direct rendering is enabled
64bits direct rendering is enabled

[02/01/20 10:30:21] - Running wine-3.21 cmd /c echo %ProgramFiles% (Working directory : /home/liam/.PlayOnLinux/shortcuts)
C:\Program Files
[02/01/20 10:30:28] - ----- Starting function POL_Install_atmlib -----
[02/01/20 10:30:28] - ----- Starting function POL_SP2_Extract -----
[02/01/20 10:30:29] - ----- Ending function POL_SP2_Extract -----
[02/01/20 10:30:29] - ----- Ending function POL_Install_atmlib -----
[02/01/20 10:30:30] - ----- Starting function POL_Install_gdiplus -----
[02/01/20 10:30:30] - Running wine-3.21 WindowsXP-KB975337-x86-ENU.exe /extract:C:\Tmp /q (Working directory : /home/liam/.PlayOnLinux/ressources)
0009:fixme:advapi:DecryptFileA ("C:\\Tmp\\", 00000000): stub
[02/01/20 10:30:32] - Running wine-3.21 regedit /home/liam/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/liam/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Tmp)
[02/01/20 10:30:32] - Content of /home/liam/.PlayOnLinux//tmp/override-dll.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"*gdiplus"="native"
-----------
[02/01/20 10:30:32] - ----- Ending function POL_Install_gdiplus -----
[02/01/20 10:30:33] - ----- Starting function POL_Install_msxml6 -----
[02/01/20 10:30:33] - Running wine-3.21 regedit /home/liam/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/liam/.PlayOnLinux/ressources)
[02/01/20 10:30:33] - Content of /home/liam/.PlayOnLinux//tmp/override-dll.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"*msxml6"="native"
-----------
[02/01/20 10:30:33] - Running wine-3.21 msiexec /i msxml6_x86.msi /q (Working directory : /home/liam/.PlayOnLinux/ressources)
0030:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
[02/01/20 10:30:34] - ----- Ending function POL_Install_msxml6 -----
[02/01/20 10:30:35] - ----- Starting function POL_Install_vcrun2005 -----
[02/01/20 10:30:35] - Running wine-3.21 start /unix vcredist_x86.exe /q (Working directory : /home/liam/.PlayOnLinux/ressources/vcrun2005)
0045:fixme:advapi:DecryptFileA ("C:\\users\\liam\\Temp\\IXP000.TMP\\", 00000000): stub
0049:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0049:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0049:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
[02/01/20 10:30:42] - Running wine-3.21 regedit /home/liam/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/liam/.PlayOnLinux/ressources/vcrun2005)
[02/01/20 10:30:42] - Content of /home/liam/.PlayOnLinux//tmp/override-dll.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"*msvcr80"="native,builtin"
-----------
[02/01/20 10:30:43] - ----- Ending function POL_Install_vcrun2005 -----
[02/01/20 10:30:43] - ----- Starting function POL_Install_vcrun2008 -----
[02/01/20 10:30:43] - Running wine-3.21 start /unix vcredist_x86.exe /q (Working directory : /home/liam/.PlayOnLinux/ressources/vcrun2008)
0027:fixme:clusapi:GetNodeClusterState ((null),0x33ec54) stub!
0027:fixme:advapi:DecryptFileA ("c:\\7d42ae13de0ba64fea4d281da5db\\", 00000000): stub
002f:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
002f:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
002f:fixme:advapi:LsaOpenPolicy ((null),0x33f338,0x00000001,0x33f324) stub
002f:fixme:advapi:GetWindowsAccountDomainSid (0x33f2a8 0x13b57c 0x33f2a4): semi-stub
002f:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented
002f:fixme:advapi:LsaClose (0xcafe) stub
002f:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
[02/01/20 10:30:50] - Running wine-3.21 regedit /home/liam/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/liam/.PlayOnLinux/ressources/vcrun2008)
[02/01/20 10:30:50] - Content of /home/liam/.PlayOnLinux//tmp/override-dll.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"*msvcr90"="native,builtin"
-----------
[02/01/20 10:30:50] - ----- Ending function POL_Install_vcrun2008 -----
[02/01/20 10:30:51] - ----- Starting function POL_Install_vcrun2010 -----
[02/01/20 10:30:51] - Running wine-3.21 start /unix vcredist_x86.exe /q (Working directory : /home/liam/.PlayOnLinux/ressources/vcrun2010)
0028:fixme:clusapi:GetNodeClusterState ((null),0x33ebd4) stub!
0028:fixme:advapi:DecryptFileA ("c:\\b1f88704a98d150700e7\\", 00000000): stub
0030:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0030:fixme:ntdll:EtwRegisterTraceGuidsW (0x6cd15f38, 0x6cd20180, {e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x33ea10, (null), (null), 0x6cd20188): stub
0030:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {e2821408-c59d-418f-ad3f-aa4e792aeb79}
0030:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0030:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0030:fixme:thread:SetThreadStackGuarantee (0x33fbb8): stub
0030:fixme:advapi:LsaOpenPolicy ((null),0x33f4a8,0x00000001,0x33f494) stub
0030:fixme:advapi:GetWindowsAccountDomainSid (0x33f418 0x1c8db4 0x33f414): semi-stub
0030:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented
0030:fixme:advapi:LsaClose (0xcafe) stub
0031:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0030:fixme:advapi:LsaOpenPolicy ((null),0x33f2f8,0x00000001,0x33f2e4) stub
0030:fixme:advapi:GetWindowsAccountDomainSid (0x33f268 0x1c9a74 0x33f264): semi-stub
0030:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented
0030:fixme:advapi:LsaClose (0xcafe) stub
0030:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
[02/01/20 10:31:02] - Running wine-3.21 regedit /home/liam/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/liam/.PlayOnLinux/ressources/vcrun2010)
[02/01/20 10:31:02] - Content of /home/liam/.PlayOnLinux//tmp/override-dll.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"*msvcr100"="native,builtin"
-----------
[02/01/20 10:31:02] - ----- Ending function POL_Install_vcrun2010 -----
[02/01/20 10:31:03] - ----- Starting function POL_Install_corefonts -----
[02/01/20 10:31:03] - ----- Starting function POL_Internal_InstallFonts -----
[02/01/20 10:31:04] - ----- Ending function POL_Internal_InstallFonts -----
[02/01/20 10:31:04] - ----- Ending function POL_Install_corefonts -----
[02/01/20 10:31:04] - ----- Starting function POL_Install_tahoma2 -----
[02/01/20 10:31:05] - Running wine-3.21 regedit register.reg (Working directory : /home/liam/.PlayOnLinux/tmp/tahoma32)
[02/01/20 10:31:05] - Content of register.reg
-----------
REGEDIT4

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Fonts]
"Tahoma"="tahoma.ttf"
"Tahoma Bold"="tahomabd.ttf"

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Fonts]
"Tahoma"="tahoma.ttf"
"Tahoma Bold"="tahomabd.ttf"
-----------
[02/01/20 10:31:10] - ----- Ending function POL_Install_tahoma2 -----
[02/01/20 10:31:11] - ----- Starting function POL_Install_FontsSmoothRGB -----
[02/01/20 10:31:11] - ----- Starting function POL_Function_FontsSmoothRGB -----
[02/01/20 10:31:12] - Running wine-3.21 regedit /home/liam/.PlayOnLinux//tmp/fontsaa.reg (Working directory : /home/liam/.PlayOnLinux/tmp)
[02/01/20 10:31:12] - Content of /home/liam/.PlayOnLinux//tmp/fontsaa.reg
-----------
REGEDIT4
[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingType"=dword:00000002
"FontSmoothingGamma"=dword:00000578
"FontSmoothingOrientation"=dword:00000001
-----------
[02/01/20 10:31:12] - ----- Ending function POL_Function_FontsSmoothRGB -----
[02/01/20 10:31:12] - ----- Ending function POL_Install_FontsSmoothRGB -----
[02/01/20 10:31:36] - Running wine-3.21 /AdobeAIRInstaller.exe (Working directory : /home/liam/.PlayOnLinux/tmp)
wine: cannot find '/AdobeAIRInstaller.exe'
Anonymous
Samedi 1 Février 2020 à 4:47
Please help me install ASAP. I can not working on ubuntu that missing photoshop cs6

Edité par liam_bui

HerzeleidMeister Vendredi 20 Décembre 2019 à 9:57
HerzeleidMeister Anonymous

Messages

Hello, 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
Binary not found: photoshop.exe
Have you installed the program to the default location?

Then it wants to send a bug report to POL.
 
My laptop is running Ubuntu 18.04 with 16 GB Ram, 2.0 GHZ processor, trying to install Photoshop CS6.
 
When I go to Tools > Manage Wine Verson it shows version 3.2.1 on the x86 tab and nothing on the amd64 tab.

Réponses

Mercredi 22 Janvier 2020 à 9:14
http://wiki.playonlinux.com/index.php/Home
puppystick Mercredi 4 Décembre 2019 à 0:53
puppystick Anonymous

Messages

Hello, not able to install CS6:
002d:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
002d:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
002d:fixme:imm:ImmReleaseContext (0x1008e, 0x217af60): stub
[Zen arch installer/mate, intel i7/radeon r9 255/16 ram]

Réponses

Dadu042 Vendredi 29 Novembre 2019 à 10:38
Dadu042

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -6,10 +6,20 @@
 # Script licence : GPL3
 # Program licence : Retail
 # PlayOnLinux: 4.2.12
- 
-# Changelog
-# 2019-05-20 Dadu042: Change Wine version (easier for newbies, because 4.0 is the latest available from POL 4.2.12), warn POL version.
-# 2019-05-17 Dadu042: Wine 4.0 -> 3.21 (I fix my mistake because POL 4.2.12 does not support Wine 4)
+#
+# CHANGELOG
+# [Ronin Dusette] (2014-10-20)
+#   First script.
+# [Dadu042] (2019-05-20)
+#   Change Wine version (easier for newbies, because 4.0 is the latest available from POL 4.2.12)
+#   Warn POL version.
+# [Dadu042] (2019-05-17)
+#   Wine 4.0 -> 3.21 (I fix my mistake because POL 4.2.12 does not support Wine 4)
+# [Dadu042] (2019-11-28)
+#   Standardize Changelog.
+#   POL_RequiredVersion 4.2.12 (support Wine 3.0.3 max) -> 4.3.4
+#   Remove useless msxml3 (because msxml6 is also installed).
+#   Fix app categories.
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
@@ -32,9 +42,8 @@
 # Presentation
 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
  
-# Because Wine 4.x are only available from POL 4.3+
-POL_RequiredVersion 4.2.12 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update"
-    
+POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
+
 # Create Prefix
 POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
 INSTALLER="$APP_ANSWER"
@@ -44,7 +53,6 @@
 #Dependencies
 POL_Call POL_Install_atmlib
 POL_Call POL_Install_gdiplus
-POL_Call POL_Install_msxml3
 POL_Call POL_Install_msxml6
 POL_Call POL_Install_vcrun2005
 POL_Call POL_Install_vcrun2008
@@ -72,7 +80,7 @@
 POL_Wine_WaitExit "$TITLE"
  
 # Create Shortcuts
-POL_Shortcut "photoshop.exe" "$TITLE" "Graphics;"
+POL_Shortcut "photoshop.exe" "$TITLE" "" "" "Graphics;RasterGraphics;"
     
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"
     

Nouveau code source

#!/usr/bin/env playonlinux-bash
# Date : (2014-10-20)
# Last revision : (2019-05-17)
# Wine version used : see below
# Distribution used to test : Ubuntu 18.04 x64
# Script licence : GPL3
# Program licence : Retail
# PlayOnLinux: 4.2.12
#
# CHANGELOG
# [Ronin Dusette] (2014-10-20)
#   First script.
# [Dadu042] (2019-05-20)
#   Change Wine version (easier for newbies, because 4.0 is the latest available from POL 4.2.12)
#   Warn POL version.
# [Dadu042] (2019-05-17)
#   Wine 4.0 -> 3.21 (I fix my mistake because POL 4.2.12 does not support Wine 4)
# [Dadu042] (2019-11-28)
#   Standardize Changelog.
#   POL_RequiredVersion 4.2.12 (support Wine 3.0.3 max) -> 4.3.4
#   Remove useless msxml3 (because msxml6 is also installed).
#   Fix app categories.

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
          
PREFIX="PhotoshopCS6"
WINEVERSION="3.21"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="Ronin Dusette, Dadu042"
 
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_SetID 2316
          
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
 
#Dependencies
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB
    
POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"
   
# Installation Adobe Air
# Because this function seems break currently (2019-04): https://www.playonlinux.com/en/app-931-POL_Install_AdobeAir.html
# As of 2019-05 this download the "File Version 32.0.0.125".
#
cd "$POL_System_TmpDir"
POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$POL_System_TmpDir/AdobeAIRInstaller.exe"
POL_Wine_WaitExit "$TITLE"
POL_System_TmpDelete
    
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
 
# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE" "" "" "Graphics;RasterGraphics;"
    
POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"
    
POL_SetupWindow_Close
exit 0

Réponses

ailton313 Mardi 9 Juillet 2019 à 22:26
ailton313 Anonymous

Messages

Hello, I'm having a problem with the stamping tool, when I will select the source point with ATL pressed does not work, Linux Mint Mate 19.1, Wine 3.0.5

Réponses

Mercredi 10 Juillet 2019 à 11:17
If you don't use PlayOnLinux (and because your question is more related to wine), you should ask into : http://forum.winehq.org/
Anonymous
Mercredi 10 Juillet 2019 à 17:10
Yes, I use PlayOnLinux. In this case, is it more likely to be a wine problem?
Anonymous
Mercredi 10 Juillet 2019 à 17:10
Anyway, thank you very much.
Vendredi 29 Novembre 2019 à 10:24
I confirm it's more a Wine problem. At least a problem POL/POM can not solve.

However, perhaps try the Wine version "1.7.41-PhotoshopBrushes"
Anonymous
Mercredi 4 Décembre 2019 à 22:30
Version 3.0.5 resolved this issue.
Dadu042 Lundi 17 Juin 2019 à 17:47
Dadu042

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

See changelog.
 

Differences

@@ -9,13 +9,13 @@
  
 # Changelog
 # 2019-05-20 Dadu042: Change Wine version (easier for newbies, because 4.0 is the latest available from POL 4.2.12), warn POL version.
-# 2019-05-17 Dadu042: Wine 4.0 -> 3.20 (I fix my mistake because POL 4.2.12 does not support Wine 4)
+# 2019-05-17 Dadu042: Wine 4.0 -> 3.21 (I fix my mistake because POL 4.2.12 does not support Wine 4)
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
           
 PREFIX="PhotoshopCS6"
-WINEVERSION="3.20"
+WINEVERSION="3.21"
 TITLE="Adobe Photoshop CS6"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com"

Nouveau code source

#!/usr/bin/env playonlinux-bash
# Date : (2014-10-20)
# Last revision : (2019-05-17)
# Wine version used : see below
# Distribution used to test : Ubuntu 18.04 x64
# Script licence : GPL3
# Program licence : Retail
# PlayOnLinux: 4.2.12
 
# Changelog
# 2019-05-20 Dadu042: Change Wine version (easier for newbies, because 4.0 is the latest available from POL 4.2.12), warn POL version.
# 2019-05-17 Dadu042: Wine 4.0 -> 3.21 (I fix my mistake because POL 4.2.12 does not support Wine 4)

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
          
PREFIX="PhotoshopCS6"
WINEVERSION="3.21"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="Ronin Dusette, Dadu042"
 
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_SetID 2316
          
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
# Because Wine 4.x are only available from POL 4.3+
POL_RequiredVersion 4.2.12 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update"
    
# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
 
#Dependencies
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB
    
POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"
   
# Installation Adobe Air
# Because this function seems break currently (2019-04): https://www.playonlinux.com/en/app-931-POL_Install_AdobeAir.html
# As of 2019-05 this download the "File Version 32.0.0.125".
#
cd "$POL_System_TmpDir"
POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$POL_System_TmpDir/AdobeAIRInstaller.exe"
POL_Wine_WaitExit "$TITLE"
POL_System_TmpDelete
    
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
 
# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE" "Graphics;"
    
POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"
    
POL_SetupWindow_Close
exit 0

Réponses

Edité par Dadu042

Dadu042 Lundi 20 Mai 2019 à 9:33
Dadu042

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Little updates to make the end users support easier.

Differences

@@ -56,6 +56,7 @@
   
 # Installation Adobe Air
 # Because this function seems break currently (2019-04): https://www.playonlinux.com/en/app-931-POL_Install_AdobeAir.html
+# As of 2019-05 this download the "File Version 32.0.0.125".
 #
 cd "$POL_System_TmpDir"
 POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe"

Nouveau code source

#!/usr/bin/env playonlinux-bash
# Date : (2014-10-20)
# Last revision : (2019-05-20 09-19)
# Wine version used : see below
# Distribution used to test : Ubuntu 19.04 x64
# Script licence : GPL3
# Program licence : Retail
# PlayOnLinux: 4.2.12

# Changelog
# 2019-05-20 Dadu042: Change Wine version (easier for newbies, because 4.0 is the latest available from POL 4.2.12), warn POL version.
   
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
         
PREFIX="PhotoshopCS6"
WINEVERSION="4.0"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="Ronin Dusette, Dadu042"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_SetID 2316
         
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Because Wine 4.1+ are only available from POL (will be useful in the future)
POL_RequiredVersion 4.2.12 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update"
   
# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

#Dependencies
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB
   
POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"
  
# Installation Adobe Air
# Because this function seems break currently (2019-04): https://www.playonlinux.com/en/app-931-POL_Install_AdobeAir.html
# As of 2019-05 this download the "File Version 32.0.0.125".
#
cd "$POL_System_TmpDir"
POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$POL_System_TmpDir/AdobeAIRInstaller.exe"
POL_Wine_WaitExit "$TITLE"
POL_System_TmpDelete
   
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"
   
POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"
   
POL_SetupWindow_Close
exit 0

Réponses

Edité par Dadu042

bigtimmyc Lundi 20 Mai 2019 à 5:43
bigtimmyc Anonymous

Messages

Get to about 3% before the installer fails. Log:

Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7c7f36e5).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:7c7f36e5 ESP:0186eb60 EBP:0186eba8 EFLAGS:00010246(  R- --  I  Z- -P- )
 EAX:0259a8d0 EBX:7c8b3000 ECX:0257bbe4 EDX:00000000
 ESI:0257b9a0 EDI:0259de10
Stack dump:
0x0186eb60:  025a5238 0a000000 025a5238 7c81bee5
0x0186eb70:  025a4f78 00000002 00001bdc 025a2938
0x0186eb80:  00110000 00000000 025a4f78 7c8b3000
0x0186eb90:  025a4f78 025a1120 7c7f365b 0259e968
0x0186eba0:  0259a90c 0257b698 0186ec28 7c8175ec
0x0186ebb0:  0259a8d0 0257b698 025a4d40 7bc52f7f
Backtrace:
=>0 0x7c7f36e5 msi_install_assembly+0x95() in msi (0x0186eba8)
  1 0x7c8175ec ACTION_InstallFiles+0xa2b() in msi (0x0186ec28)
  2 0x7c7de22c ACTION_HandleStandardAction+0x2ab() in msi (0x0186ee18)
  3 0x7c7e2a07 ACTION_PerformAction.part+0x26() in msi (0x0186ee48)
  4 0x7c7e304a ACTION_InstallFinalize+0xd9() in msi (0x0186ee88)
  5 0x7c7de22c ACTION_HandleStandardAction+0x2ab() in msi (0x0186f078)
  6 0x7c7e2a07 ACTION_PerformAction.part+0x26() in msi (0x0186f0a8)
  7 0x7c7e36b1 ITERATE_Actions+0x130() in msi (0x0186f0d8)
  8 0x7c833d27 MSI_IterateRecords+0x2a6() in msi (0x0186f148)
  9 0x7c7e7797 ACTION_ExecuteAction+0x806() in msi (0x0186f1b8)
  10 0x7c7e7894 ACTION_INSTALL+0x73() in msi (0x0186f1f8)
  11 0x7c7de22c ACTION_HandleStandardAction+0x2ab() in msi (0x0186f3e8)
  12 0x7c7e2a07 ACTION_PerformAction.part+0x26() in msi (0x0186f418)
  13 0x7c7eece3 MSI_InstallPackage+0x632() in msi (0x0186f468)
  14 0x7c8276e1 MsiInstallProductW+0x100() in msi (0x0186f4b8)
  15 0x10039da6 EntryPoint+0xffffffff() in setup (0x0186fa18)
  16 0x1003b8c3 EntryPoint+0xffffffff() in setup (0x0186fb98)
  17 0x10047609 EntryPoint+0xffffffff() in setup (0x0186fdb0)
  18 0x10094c8d EntryPoint+0xffffffff() in setup (0x0186fe2c)
  19 0x10097b4e EntryPoint+0xffffffff() in setup (0x0186fe58)
  20 0x10097ae9 EntryPoint+0xffffffff() in setup (0x0186fe98)
  21 0x78ab0f7c EntryPoint+0x767() in msvcr100 (0x0186fed0)
  22 0x78ab1081 EntryPoint+0x86c() in msvcr100 (0x0186fedc)
  23 0x7bc89c50 call_thread_func_wrapper+0xb() in ntdll (0x0186feec)
  24 0x7bc8ed59 call_thread_func+0xd8() in ntdll (0x0186ffdc)
  25 0x7bc89c42 call_thread_entry+0x9() in ntdll (0x0186ffec)
0x7c7f36e5 msi_install_assembly+0x95 in msi: movl 0x0(%edx),%eax
Modules:
Module Address Debug info Name (102 modules)
PE   400000-  483000 Deferred        setup
PE 1880000- 19a1000 Deferred        adobepim
PE 10000000-102f9000 Export          setup
PE 69b10000-69c14000 Deferred        msxml3
PE 785f0000-78a2f000 Deferred        mfc100u
PE 78aa0000-78b5f000 Export          msvcr100
ELF 7b400000-7b807000 Deferred        kernel32<elf>
  \-PE 7b420000-7b807000 \               kernel32
ELF 7bc00000-7bd17000 Dwarf           ntdll<elf>
  \-PE 7bc10000-7bd17000 \               ntdll
ELF 7c000000-7c004000 Deferred        <wine-loader>
ELF 7c7bc000-7c900000 Dwarf           msi<elf>
  \-PE 7c7d0000-7c900000 \               msi
ELF 7ca5a000-7ca78000 Deferred        libgcc_s.so.1
ELF 7ca95000-7cabf000 Deferred        mlang<elf>
  \-PE 7caa0000-7cabf000 \               mlang
ELF 7cabf000-7cad9000 Deferred        sxs<elf>
  \-PE 7cac0000-7cad9000 \               sxs
ELF 7cad9000-7caff000 Deferred        cabinet<elf>
  \-PE 7cae0000-7caff000 \               cabinet
ELF 7caff000-7cb87000 Deferred        wininet<elf>
  \-PE 7cb10000-7cb87000 \               wininet
ELF 7cb87000-7cc2a000 Deferred        urlmon<elf>
  \-PE 7cb90000-7cc2a000 \               urlmon
ELF 7cc2a000-7cc57000 Deferred        msxml4<elf>
  \-PE 7cc30000-7cc57000 \               msxml4
ELF 7cc57000-7cc84000 Deferred        msxml6<elf>
  \-PE 7cc60000-7cc84000 \               msxml6
ELF 7cc84000-7cc98000 Deferred        psapi<elf>
  \-PE 7cc90000-7cc98000 \               psapi
ELF 7cc98000-7ccd2000 Deferred        ws2_32<elf>
  \-PE 7cca0000-7ccd2000 \               ws2_32
ELF 7ccd2000-7cd44000 Deferred        setupapi<elf>
  \-PE 7cce0000-7cd44000 \               setupapi
ELF 7ceed000-7cf25000 Deferred        uxtheme<elf>
  \-PE 7cef0000-7cf25000 \               uxtheme
ELF 7cf25000-7cf2c000 Deferred        libxfixes.so.3
ELF 7cf2c000-7cf39000 Deferred        libxcursor.so.1
ELF 7cf39000-7cf4c000 Deferred        libxi.so.6
ELF 7cf4c000-7cf50000 Deferred        libxcomposite.so.1
ELF 7cf50000-7cf5d000 Deferred        libxrandr.so.2
ELF 7cf5d000-7cf69000 Deferred        libxrender.so.1
ELF 7cf69000-7cf70000 Deferred        libxxf86vm.so.1
ELF 7cf70000-7cf75000 Deferred        libxinerama.so.1
ELF 7cf75000-7cf7f000 Deferred        librt.so.1
ELF 7cf7f000-7cf9e000 Deferred        libbsd.so.0
ELF 7cf9e000-7cfa5000 Deferred        libxdmcp.so.6
ELF 7cfa5000-7cfa9000 Deferred        libxau.so.6
ELF 7cfa9000-7cfd7000 Deferred        libxcb.so.1
ELF 7cfd7000-7d123000 Deferred        libx11.so.6
ELF 7d123000-7d138000 Deferred        libxext.so.6
ELF 7d13b000-7d153000 Deferred        dwmapi<elf>
  \-PE 7d140000-7d153000 \               dwmapi
ELF 7d155000-7d1ef000 Deferred        winex11<elf>
  \-PE 7d160000-7d1ef000 \               winex11
ELF 7d398000-7d3a2000 Deferred        libuuid.so.1
ELF 7d3c9000-7d404000 Deferred        libexpat.so.1
ELF 7d404000-7d451000 Deferred        libfontconfig.so.1
ELF 7d451000-7d46e000 Deferred        libz.so.1
ELF 7d46e000-7d4ac000 Deferred        libpng16.so.16
ELF 7d4ac000-7d56d000 Deferred        libfreetype.so.6
ELF 7d58a000-7d6bd000 Deferred        oleaut32<elf>
  \-PE 7d5a0000-7d6bd000 \               oleaut32
ELF 7d6bd000-7d6e8000 Deferred        atl100<elf>
  \-PE 7d6c0000-7d6e8000 \               atl100
ELF 7d6e8000-7d775000 Deferred        rpcrt4<elf>
  \-PE 7d6f0000-7d775000 \               rpcrt4
ELF 7d775000-7d8dd000 Deferred        ole32<elf>
  \-PE 7d790000-7d8dd000 \               ole32
ELF 7d8dd000-7d901000 Deferred        shcore<elf>
  \-PE 7d8e0000-7d901000 \               shcore
ELF 7d901000-7e2cc000 Deferred        shell32<elf>
  \-PE 7d910000-7e2cc000 \               shell32
ELF 7e2cc000-7e2e0000 Deferred        msimg32<elf>
  \-PE 7e2d0000-7e2e0000 \               msimg32
ELF 7e2e0000-7e306000 Deferred        imm32<elf>
  \-PE 7e2f0000-7e306000 \               imm32
ELF 7e306000-7e352000 Deferred        usp10<elf>
  \-PE 7e310000-7e352000 \               usp10
ELF 7e352000-7e4a8000 Deferred        comctl32<elf>
  \-PE 7e360000-7e4a8000 \               comctl32
ELF 7e4a8000-7e518000 Deferred        shlwapi<elf>
  \-PE 7e4b0000-7e518000 \               shlwapi
ELF 7e518000-7e641000 Deferred        msvcp100<elf>
  \-PE 7e550000-7e641000 \               msvcp100
ELF 7e641000-7e6bc000 Deferred        advapi32<elf>
  \-PE 7e650000-7e6bc000 \               advapi32
ELF 7e6bc000-7e811000 Deferred        gdi32<elf>
  \-PE 7e6d0000-7e811000 \               gdi32
ELF 7e811000-7ea43000 Deferred        user32<elf>
  \-PE 7e820000-7ea43000 \               user32
ELF 7ea43000-7ea6d000 Deferred        mpr<elf>
  \-PE 7ea50000-7ea6d000 \               mpr
ELF 7ea6d000-7ea81000 Deferred        libnss_files.so.2
ELF 7eefc000-7f000000 Deferred        libm.so.6
ELF f7b9b000-f7ba1000 Deferred        libdl.so.2
ELF f7ba1000-f7d81000 Deferred        libc.so.6
ELF f7d81000-f7da1000 Deferred        libpthread.so.0
ELF f7da4000-f7dbe000 Deferred        version<elf>
  \-PE f7db0000-f7dbe000 \               version
ELF f7dbe000-f7f7c000 Dwarf           libwine.so.1
ELF f7f7e000-f7fa8000 Deferred        ld-linux.so.2
Threads:
process  tid      prio (all id:s are in hex)
0000000e services.exe
00000020    0
0000001b    0
00000013    0
00000010    0
0000000f    0
00000011 winedevice.exe
00000018    0
00000017    0
00000016    0
00000012    0
00000019 plugplay.exe
0000001d    0
0000001c    0
0000001a    0
0000001e winedevice.exe
00000023    0
00000022    0
00000021    0
0000001f    0
00000024 explorer.exe
00000028    0
00000027    0
00000026    0
00000025    0
0000002b PDapp.exe
0000003f    0
0000003b    0
00000037    0
00000036    0
00000035    0
00000034    0
00000033    0
00000032    0
00000031    0
00000030    0
0000002f    0
0000002e    0
0000002d    0
0000002c    0
0000003d (D) C:\users\timothycarruthers\Local Settings\Application Data\Adobe\OOBE\PDApp\DECore\Setup.exe
0000004b    0 <==
0000004a    0
00000049    0
00000043    0
00000040    0
0000003e    0
System information:
    Wine build: wine-4.2
    Platform: i386
    Version: Windows 7
    Host system: Linux
    Host version: 5.0.0-13-generic

Réponses

Lundi 20 Mai 2019 à 8:55
"3% of what ?". I don't have this app. Please give the exact version you have.
http://wiki.playonlinux.com/index.php/How_to_Read_Debug_Logs
(This mean Wine issue. Try a older version. Please report if it work and the Wine version used).
Anonymous
Lundi 17 Juin 2019 à 1:51
Photoshop Cs6 installer
dammionx Samedi 4 Mai 2019 à 18:14
dammionx Anonymous

Messages

Hello.. 

I'm try to install photoshop cs6 using this and got failed when initiate the installer, it stops on "Currently installing Microsoft_VC90_CRT_x86"

Here is the details log

 

Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7cd966e5).

Register dump:

 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b

 EIP:7cd966e5 ESP:0142eb60 EBP:0142eba8 EFLAGS:00010246(  R- --  I  Z- -P- )

 EAX:103f12b0 EBX:7ce56000 ECX:10400e1c EDX:00000000

 ESI:10400bd8 EDI:103f47f0

Stack dump:

0x0142eb60:  10446938 0a000000 10446938 7cdbeee5

0x0142eb70:  10446210 00000002 00001bdc 10409068

0x0142eb80:  00110000 00000000 10446210 7ce56000

0x0142eb90:  10446210 10407220 7cd9665b 10404a30

0x0142eba0:  103f12ec 104008d0 0142ec28 7cdba5ec

0x0142ebb0:  103f12b0 104008d0 10445f38 7bc52f7f

Backtrace:

=>0 0x7cd966e5 msi_install_assembly+0x95() in msi (0x0142eba8)

  1 0x7cdba5ec ACTION_InstallFiles+0xa2b() in msi (0x0142ec28)

  2 0x7cd8122c ACTION_HandleStandardAction+0x2ab() in msi (0x0142ee18)

  3 0x7cd85a07 ACTION_PerformAction.part+0x26() in msi (0x0142ee48)

  4 0x7cd8604a ACTION_InstallFinalize+0xd9() in msi (0x0142ee88)

  5 0x7cd8122c ACTION_HandleStandardAction+0x2ab() in msi (0x0142f078)

  6 0x7cd85a07 ACTION_PerformAction.part+0x26() in msi (0x0142f0a8)

  7 0x7cd866b1 ITERATE_Actions+0x130() in msi (0x0142f0d8)

  8 0x7cdd6d27 MSI_IterateRecords+0x2a6() in msi (0x0142f148)

  9 0x7cd8a797 ACTION_ExecuteAction+0x806() in msi (0x0142f1b8)

  10 0x7cd8a894 ACTION_INSTALL+0x73() in msi (0x0142f1f8)

  11 0x7cd8122c ACTION_HandleStandardAction+0x2ab() in msi (0x0142f3e8)

  12 0x7cd85a07 ACTION_PerformAction.part+0x26() in msi (0x0142f418)

  13 0x7cd91ce3 MSI_InstallPackage+0x632() in msi (0x0142f468)

  14 0x7cdca6e1 MsiInstallProductW+0x100() in msi (0x0142f4b8)

  15 0x10039da6 EntryPoint+0xffffffff() in setup (0x0142fa18)

  16 0x1003b8c3 EntryPoint+0xffffffff() in setup (0x0142fb98)

  17 0x10047609 EntryPoint+0xffffffff() in setup (0x0142fdb0)

  18 0x10094c8d EntryPoint+0xffffffff() in setup (0x0142fe2c)

  19 0x10097b4e EntryPoint+0xffffffff() in setup (0x0142fe58)

  20 0x10097ae9 EntryPoint+0xffffffff() in setup (0x0142fe98)

  21 0x78ab0f7c EntryPoint+0x767() in msvcr100 (0x0142fed0)

  22 0x78ab1081 EntryPoint+0x86c() in msvcr100 (0x0142fedc)

  23 0x7bc89c50 call_thread_func_wrapper+0xb() in ntdll (0x0142feec)

  24 0x7bc8ed59 call_thread_func+0xd8() in ntdll (0x0142ffdc)

  25 0x7bc89c42 call_thread_entry+0x9() in ntdll (0x0142ffec)

0x7cd966e5 msi_install_assembly+0x95 in msi: movl 0x0(%edx),%eax

Modules:

Module Address Debug info Name (104 modules)

PE   400000-  483000 Deferred        setup

PE  1440000- 1561000 Deferred        adobepim

PE 10000000-102f9000 Export          setup

PE 69b10000-69c14000 Deferred        msxml3

PE 785f0000-78a2f000 Deferred        mfc100u

PE 78aa0000-78b5f000 Export          msvcr100

ELF 7b400000-7b807000 Deferred        kernel32

  \-PE 7b420000-7b807000 \               kernel32

ELF 7bc00000-7bd17000 Dwarf           ntdll

  \-PE 7bc10000-7bd17000 \               ntdll

ELF 7c000000-7c004000 Deferred        

ELF 7cbe2000-7cc00000 Deferred        libgcc_s.so.1

ELF 7cd5f000-7cea3000 Dwarf           msi

  \-PE 7cd70000-7cea3000 \               msi

ELF 7cfbc000-7cfe6000 Deferred        mlang

  \-PE 7cfc0000-7cfe6000 \               mlang

ELF 7cfe6000-7d000000 Deferred        sxs

  \-PE 7cff0000-7d000000 \               sxs

ELF 7d103000-7d129000 Deferred        cabinet

  \-PE 7d110000-7d129000 \               cabinet

ELF 7d129000-7d1b1000 Deferred        wininet

  \-PE 7d130000-7d1b1000 \               wininet

ELF 7d1b1000-7d254000 Deferred        urlmon

  \-PE 7d1c0000-7d254000 \               urlmon

ELF 7d254000-7d281000 Deferred        msxml4

  \-PE 7d260000-7d281000 \               msxml4

ELF 7d281000-7d2ae000 Deferred        msxml6

  \-PE 7d290000-7d2ae000 \               msxml6

ELF 7d2ae000-7d2c2000 Deferred        psapi

  \-PE 7d2b0000-7d2c2000 \               psapi

ELF 7d2c2000-7d2fc000 Deferred        ws2_32

  \-PE 7d2d0000-7d2fc000 \               ws2_32

ELF 7d2fc000-7d36e000 Deferred        setupapi

  \-PE 7d310000-7d36e000 \               setupapi

ELF 7d417000-7d44f000 Deferred        uxtheme

  \-PE 7d420000-7d44f000 \               uxtheme

ELF 7d44f000-7d456000 Deferred        libxfixes.so.3

ELF 7d456000-7d462000 Deferred        libxcursor.so.1

ELF 7d462000-7d475000 Deferred        libxi.so.6

ELF 7d475000-7d482000 Deferred        libxrandr.so.2

ELF 7d482000-7d48e000 Deferred        libxrender.so.1

ELF 7d48e000-7d495000 Deferred        libxxf86vm.so.1

ELF 7d495000-7d49e000 Deferred        librt.so.1

ELF 7d49e000-7d4ba000 Deferred        libbsd.so.0

ELF 7d4ba000-7d4e6000 Deferred        libxcb.so.1

ELF 7d4e6000-7d634000 Deferred        libx11.so.6

ELF 7d634000-7d649000 Deferred        libxext.so.6

ELF 7d652000-7d66a000 Deferred        dwmapi

  \-PE 7d660000-7d66a000 \               dwmapi

ELF 7d66c000-7d706000 Deferred        winex11

  \-PE 7d680000-7d706000 \               winex11

ELF 7d737000-7d761000 Deferred        libexpat.so.1

ELF 7d761000-7d7a4000 Deferred        libfontconfig.so.1

ELF 7d7a4000-7d7de000 Deferred        libpng16.so.16

ELF 7d7de000-7d7f9000 Deferred        libz.so.1

ELF 7d7f9000-7d8ad000 Deferred        libfreetype.so.6

ELF 7d8ad000-7d8b1000 Deferred        libxcomposite.so.1

ELF 7d8b1000-7d8b5000 Deferred        libxinerama.so.1

ELF 7d8b5000-7d8bc000 Deferred        libxdmcp.so.6

ELF 7d8bc000-7d8c0000 Deferred        libxau.so.6

ELF 7d8d0000-7da03000 Deferred        oleaut32

  \-PE 7d8f0000-7da03000 \               oleaut32

ELF 7da03000-7da2e000 Deferred        atl100

  \-PE 7da10000-7da2e000 \               atl100

ELF 7da2e000-7dabb000 Deferred        rpcrt4

  \-PE 7da40000-7dabb000 \               rpcrt4

ELF 7dabb000-7dc23000 Deferred        ole32

  \-PE 7dad0000-7dc23000 \               ole32

ELF 7dc23000-7dc47000 Deferred        shcore

  \-PE 7dc30000-7dc47000 \               shcore

ELF 7dc47000-7e612000 Deferred        shell32

  \-PE 7dc60000-7e612000 \               shell32

ELF 7e612000-7e626000 Deferred        msimg32

  \-PE 7e620000-7e626000 \               msimg32

ELF 7e626000-7e64c000 Deferred        imm32

  \-PE 7e630000-7e64c000 \               imm32

ELF 7e64c000-7e698000 Deferred        usp10

  \-PE 7e650000-7e698000 \               usp10

ELF 7e698000-7e7ee000 Deferred        comctl32

  \-PE 7e6a0000-7e7ee000 \               comctl32

ELF 7e7ee000-7e85e000 Deferred        shlwapi

  \-PE 7e800000-7e85e000 \               shlwapi

ELF 7e85e000-7e987000 Deferred        msvcp100

  \-PE 7e8a0000-7e987000 \               msvcp100

ELF 7e987000-7ea02000 Deferred        advapi32

  \-PE 7e990000-7ea02000 \               advapi32

ELF 7ea02000-7eb57000 Deferred        gdi32

  \-PE 7ea10000-7eb57000 \               gdi32

ELF 7eb57000-7ed89000 Deferred        user32

  \-PE 7eb70000-7ed89000 \               user32

ELF 7ed89000-7edb3000 Deferred        mpr

  \-PE 7ed90000-7edb3000 \               mpr

ELF 7edb3000-7edc6000 Deferred        libnss_files.so.2

ELF 7edc6000-7edd3000 Deferred        libnss_nis.so.2

ELF 7edd3000-7eded000 Deferred        libnsl.so.1

ELF 7ef88000-7efdd000 Deferred        libm.so.6

ELF 7efe6000-7f000000 Deferred        version

  \-PE 7eff0000-7f000000 \               version

ELF f7b7d000-f7b82000 Deferred        libdl.so.2

ELF f7b82000-f7d39000 Deferred        libc.so.6

ELF f7d39000-f7d56000 Deferred        libpthread.so.0

ELF f7d56000-f7d60000 Deferred        libnss_compat.so.2

ELF f7d79000-f7f37000 Dwarf           libwine.so.1

ELF f7f3a000-f7f5f000 Deferred        ld-linux.so.2

Threads:

process  tid      prio (all id:s are in hex)

0000000e services.exe

00000023    0

00000020    0

0000001b    0

00000013    0

00000010    0

0000000f    0

00000011 winedevice.exe

00000018    0

00000017    0

00000016    0

00000012    0

00000019 plugplay.exe

0000001d    0

0000001c    0

0000001a    0

0000001e winedevice.exe

00000024    0

00000022    0

00000021    0

0000001f    0

00000025 explorer.exe

00000029    0

00000028    0

00000027    0

00000026    0

0000002c PDapp.exe

0000003f    0

0000003b    0

00000038    0

00000037    0

00000036    0

00000035    0

00000034    0

00000033    0

00000032    0

00000031    0

00000030    0

0000002f    0

0000002e    0

0000002d    0

0000003d (D) C:\users\dammionx\Local Settings\Application Data\Adobe\OOBE\PDApp\DECore\Setup.exe

0000004b    0 <==

0000004a    0

00000049    0

00000043    0

00000040    0

0000003e    0

System information:

    Wine build: wine-4.2

    Platform: i386

    Version: Windows 7

    Host system: Linux

    Host version: 4.15.0-30deepin-generic

Réponses

Samedi 4 Mai 2019 à 19:48
http://wiki.playonlinux.com/index.php/How_to_Read_Debug_Logs
(This mean Wine issue. Try a older version. Please report if it work and the Wine version used).
Anonymous
Jeudi 9 Mai 2019 à 16:35
Hi, i'm getting the same did you fix this ?
Anonymous
Jeudi 9 Mai 2019 à 19:48
Same problem here... did you solve it?
Anonymous
Vendredi 10 Mai 2019 à 13:02
Same problem here... but changing wine to 3.15-staging let me install program.
Anonymous
Lundi 20 Mai 2019 à 5:47
@Izaya21 Sorry for the dumb question, how to you install a older version of wine?
Lundi 20 Mai 2019 à 8:57
http://wiki.playonlinux.com/index.php/Managing_Wine_Versions
Anonymous
Lundi 17 Juin 2019 à 1:49
The script keeps creating a new virtual drive and continues to try and install using Wine 4.2. I can only set the Wine Version of the drive after it is created, which is after the install fails for Cs6

Edité par Dadu042

liam_bui Mercredi 1 Mai 2019 à 19:19
liam_bui Anonymous

Messages

A error happen with POL_wine so I cannot install Photoshop cs6. PLease help me for this issue:

"Error in POL_Wine_InstallVersion
Unable to find version: 4.2"

05/02/19 00:17:17 - [POL_SetupWindow_browse] Message: browser answer: /home/bimbim/Documents/APP/Photoshop-CS6/Set-up.exe
05/02/19 00:17:17 - [POL_Wine_SelectPrefix] Message: Selecting prefix: PhotoshopCS6
05/02/19 00:17:17 - [POL_Wine_PrefixCreate] Message: Setting POL_WINEVERSION to 4.2
05/02/19 00:17:17 - [POL_Wine_PrefixCreate] Message: Creating prefix (4.2)...
05/02/19 00:17:17 - [POL_Wine_PrefixCreate] Message: Prefix already exists
05/02/19 00:17:19 - [POL_SetupWindow_menu] Message: menu answer: Erase (virtual drive content will be lost)
05/02/19 00:17:19 - [POL_Wine_PrefixCreate] Message: Erase Prefix
05/02/19 00:17:19 - [POL_Wine_PrefixCreate] Message: Using wine 4.2
05/02/19 00:17:19 - [POL_Wine_InstallVersion] Message: Installing wine version path: 4.2, x86
05/02/19 00:17:21 - [POL_Wine_InstallVersion] Error: Unable to find version: 4.2

 

Réponses

Samedi 4 Mai 2019 à 19:54
What is the version of your POL software ?
Anonymous
Lundi 13 Mai 2019 à 4:52
my version POL software is 4.2.12
Lundi 13 Mai 2019 à 7:52
POL 4.2.12 does not support Wine 4.2 (version in the current script).   Upgrade (manually if needed) to POL 4.3
Anonymous
Lundi 13 Mai 2019 à 17:39
thank you pro.
frenseton Mercredi 24 Avril 2019 à 5:06
frenseton Anonymous

Messages

Hi Guys ? I have Problem installing Photoshop CS6 . Thanks in Advance . 
PS. I Rename My Setup.exe to w33w.exe


PlayOnLinux debugging tool (v4.3.4)
-----------------------------------------------
Debugging: Adobe Photoshop CS6

Warning: This is a PlayOnLinux script logfile. It does not contain everything that happened in your program\'s virtual drive (wineprefix)
Please do not use this logfile on winehq forum, this logfile is not interesting for wine debugging.

Date: 04/23/19 23:52:58

> uname -a
  Linux kali 4.18.0-kali2-amd64 #1 SMP Debian 4.18.10-2kali1 (2018-10-09) x86_64 GNU/Linux
> lsb_release -a
  
> wine --version (Be careful; this version might not be the version used
in the script. Read the content of this file for more information)
  wine-4.0 (Debian 4.0-1)
> glxinfo \| grep rendering
  direct rendering: Yes
> glxinfo \| grep renderer
      GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
    GLX_MESA_query_renderer, GLX_MESA_swap_control, GLX_OML_swap_method, 
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: NVC1
> OpenGL libs
  check_dd_x86 missing, test skipped
  check_dd_amd64 missing, test skipped
> export
  declare -x AMD64_COMPATIBLE="True"
declare -x APPLICATION_TITLE="PlayOnLinux"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"
declare -x DEBIAN_PACKAGE="TRUE"
declare -x DESKTOP="/home/frensetono/Desktop"
declare -x DESKTOP_SESSION="lightdm-xsession"
declare -x DISPLAY=":0.0"
declare -x DONT_MONITOR="1"
declare -x DYLDPATH_ORIGIN=""
declare -x DYLD_LIBRARY_PATH=""
declare -x GDMSESSION="lightdm-xsession"
declare -x GECKO_SITE="http://wine.playonlinux.com/gecko"
declare -x GLADE_CATALOG_PATH=":"
declare -x GLADE_MODULE_PATH=":"
declare -x GLADE_PIXMAP_PATH=":"
declare -x GNUPGHOME="/home/frensetono/.PlayOnLinux//gpg"
declare -x G_FILENAME_ENCODING="UTF-8"
declare -x HOME="/home/frensetono"
declare -x IGNORE_ICON_DIR="false"
declare -x LANG="en_US.UTF-8"
declare -x LD_32_PATH_ORIGIN=""
declare -x LD_LIBRARY_PATH=""
declare -x LD_PATH_ORIGIN=""
declare -x LOGNAME="frensetono"
declare -x MACHTYPE="x86_64-pc-linux-gnu"
declare -x MD5_COMMAND="md5sum"
declare -x MONO_SITE="http://wine.playonlinux.com/mono"
declare -x OLDPWD="/home/frensetono/.PlayOnLinux/configurations/setups/Adobe Photoshop CS6"
declare -x OS_NAME="linux"
declare -x OpenGL32="1"
declare -x OpenGL64="1"
declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/lib/wine"
declare -x PATH_ORIGIN="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/lib/wine"
declare -x PLAYONLINUX="/usr/share/playonlinux"
declare -x POL_ARCH="x86"
declare -x POL_COOKIE="JE4tpPOsS8OxAuYE5gdY"
declare -x POL_CURL="curl"
declare -x POL_DNS="playonlinux.com"
declare -x POL_HOST="127.0.0.1"
declare -x POL_ID="74158272"
declare -x POL_LANG="en"
declare -x POL_OS="Linux"
declare -x POL_PORT="30001"
declare -x POL_PYTHON="python"
declare -x POL_SetupWindow_ID="5026"
declare -x POL_TERM="x-terminal-emulator"
declare -x POL_UPTODATE="TRUE"
declare -x POL_USER_ARCH="x86"
declare -x POL_USER_ROOT="/home/frensetono/.PlayOnLinux/"
declare -x POL_WGET="env LD_LIBRARY_PATH=\"\" wget --prefer-family=IPv4 -q"
declare -x PWD="/usr/share/playonlinux/python"
declare -x QT_ACCESSIBILITY="1"
declare -x REPERTOIRE="/home/frensetono/.PlayOnLinux/"
declare -x SCRIPTID="Adobe Photoshop CS6"
declare -x SED="sed"
declare -x SESSION_MANAGER="local/kali:@/tmp/.ICE-unix/729,unix/kali:/tmp/.ICE-unix/729"
declare -x SETUPWINDOW_INIT="true"
declare -x SHELL="/bin/bash"
declare -x SHLVL="3"
declare -x SITE="http://repository.playonlinux.com"
declare -x SSH_AGENT_PID="719"
declare -x SSH_AUTH_SOCK="/tmp/ssh-y2nrl1PBRZih/agent.690"
declare -x TEXTDOMAIN="pol"
declare -x TITLE="Adobe Photoshop CS6"
declare -x TITRE="PlayOnLinux"
declare -x UBUNTU_MENUPROXY="0"
declare -x USER="frensetono"
declare -x VERSION="4.3.4"
declare -x WGETRC="/home/frensetono/.PlayOnLinux//configurations/wgetrc"
declare -x WINEDLLOVERRIDES="winemenubuilder.exe=d"
declare -x WINEPREFIX="/home/frensetono/.PlayOnLinux//wineprefix/default"
declare -x WINE_SITE="https://phoenicis.playonlinux.com/index.php/wine?os=linux"
declare -x WorkingDirectory="/home/frensetono"
declare -x XAUTHORITY="/home/frensetono/.Xauthority"
declare -x XDG_CONFIG_DIRS="/etc/xdg"
declare -x XDG_CURRENT_DESKTOP="XFCE"
declare -x XDG_DATA_DIRS="/usr/share/xfce4:/usr/local/share/:/usr/share/:/usr/share"
declare -x XDG_GREETER_DATA_DIR="/var/lib/lightdm/data/frensetono"
declare -x XDG_MENU_PREFIX="xfce-"
declare -x XDG_RUNTIME_DIR="/run/user/1000"
declare -x XDG_SEAT="seat0"
declare -x XDG_SEAT_PATH="/org/freedesktop/DisplayManager/Seat0"
declare -x XDG_SESSION_CLASS="user"
declare -x XDG_SESSION_DESKTOP="lightdm-xsession"
declare -x XDG_SESSION_ID="2"
declare -x XDG_SESSION_PATH="/org/freedesktop/DisplayManager/Session0"
declare -x XDG_SESSION_TYPE="x11"
declare -x XDG_VTNR="7"


04/23/19 23:53:10 - [POL_SetupWindow_browse] Message: browser answer: /home/frensetono/Downloads/w33w.exe
04/23/19 23:53:10 - [POL_Wine_SelectPrefix] Message: Selecting prefix: PhotoshopCS6
04/23/19 23:53:10 - [POL_System_SetArch] Message: POL_ARCH set to x86
04/23/19 23:53:10 - [POL_Wine_PrefixCreate] Message: Setting POL_WINEVERSION to 4.2
04/23/19 23:53:10 - [POL_Wine_PrefixCreate] Message: Creating prefix (4.2)...
04/23/19 23:53:10 - [POL_Wine_PrefixCreate] Message: Prefix already exists
04/23/19 23:53:17 - [POL_SetupWindow_menu] Message: menu answer: Overwrite (usually works, no guarantee)
04/23/19 23:53:17 - [POL_Wine_PrefixCreate] Message: Overwrite Prefix
04/23/19 23:53:17 - [POL_Wine_PrefixCreate] Message: Setting version to 4.2
04/23/19 23:53:17 - [POL_Config_PrefixWrite] Message: Prefix config write: VERSION 4.2
04/23/19 23:53:19 - [POL_LoadVar_PROGRAMFILES] Message: Getting Program Files name
04/23/19 23:53:19 - [POL_Wine] Message: Running wine-4.2 cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python)
04/23/19 23:53:19 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonmac.com/fr/page-26-Winemenubuilder.html
C:\Program Files
04/23/19 23:53:22 - [POL_Wine] Message: Wine return: 0
04/23/19 23:53:25 - [POL_Call] Message: Calling POL_Install_atmlib
04/23/19 23:53:26 - [POL_Call] Message: ----- Starting function POL_Install_atmlib -----
04/23/19 23:53:26 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_atmlib
04/23/19 23:53:26 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
04/23/19 23:53:26 - [POL_Source] Message: POL GPG : Good signature
04/23/19 23:53:26 - [source] Message: Installing atmlib.dll
04/23/19 23:53:26 - [POL_Call] Message: Calling POL_SP2_Extract
04/23/19 23:53:26 - [POL_Call] Message: ----- Starting function POL_SP2_Extract -----
04/23/19 23:53:26 - [POL_GPG_auth_script] Message: Checking signature of POL_SP2_Extract
04/23/19 23:53:26 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
04/23/19 23:53:26 - [POL_Source] Message: POL GPG : Good signature
04/23/19 23:53:26 - [POL_Download_Resource] Message: Downloading resource http://download.windowsupdate.com/msdownload/update/software/svpk/2008/04/windowsxp-kb936929-sp3-x86-enu_c81472f7eeea2eca421e116cd4c03e2300ebfde4.exe
04/23/19 23:53:31 - [POL_Download_Resource] Message: Resource already present
04/23/19 23:53:32 - [source] Message: Extract i386/atmlib.dl_ from windowsxp-kb936929-sp3-x86-enu_c81472f7eeea2eca421e116cd4c03e2300ebfde4.exe
04/23/19 23:53:32 - [source] Message: Extract atmlib.dll from i386/atmlib.dl_
04/23/19 23:53:32 - [source] Message: Move atmlib.dll to /home/frensetono/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/windows/system32
04/23/19 23:53:32 - [POL_Call] Message: ----- Ending function POL_SP2_Extract -----
04/23/19 23:53:32 - [POL_Call] Message: ----- Ending function POL_Install_atmlib -----
04/23/19 23:53:32 - [POL_Call] Message: Calling POL_Install_gdiplus
04/23/19 23:53:32 - [POL_Call] Message: ----- Starting function POL_Install_gdiplus -----
04/23/19 23:53:32 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_gdiplus
04/23/19 23:53:32 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
04/23/19 23:53:32 - [POL_Source] Message: POL GPG : Good signature
04/23/19 23:53:32 - [POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/a/b/c/abc45517-97a0-4cee-a362-1957be2f24e1/WindowsXP-KB975337-x86-ENU.exe
04/23/19 23:53:32 - [POL_Download_Resource] Message: Resource already present
04/23/19 23:53:32 - [POL_System_CheckFS] Message: Checking filesystem for WindowsXP-KB975337-x86-ENU.exe
04/23/19 23:53:32 - [POL_Wine] Message: Running wine-4.2 WindowsXP-KB975337-x86-ENU.exe /extract:C:\Tmp /q (Working directory : /home/frensetono/.PlayOnLinux/ressources)
04/23/19 23:53:32 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonmac.com/fr/page-26-Winemenubuilder.html
0009:fixme:advapi:DecryptFileA ("C:\\Tmp\\", 00000000): stub
04/23/19 23:53:35 - [POL_Wine] Message: Wine return: 0
04/23/19 23:53:35 - [POL_Wine_OverrideDLL] Message: Overriding DLLs
04/23/19 23:53:35 - [POL_Wine] Message: Running wine-4.2 regedit /home/frensetono/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/frensetono/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Tmp)
04/23/19 23:53:35 - [POL_Wine] Message: Wine return: 0
04/23/19 23:53:35 - [POL_Call] Message: ----- Ending function POL_Install_gdiplus -----
04/23/19 23:53:35 - [POL_Call] Message: Calling POL_Install_msxml3
04/23/19 23:53:36 - [POL_Call] Message: ----- Starting function POL_Install_msxml3 -----
04/23/19 23:53:36 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_msxml3
04/23/19 23:53:36 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
04/23/19 23:53:36 - [POL_Source] Message: POL GPG : Good signature
04/23/19 23:53:36 - [POL_Download_Resource] Message: Downloading resource http://repository.playonlinux.com/divers/msxml3.msi
04/23/19 23:53:36 - [POL_Download_Resource] Message: Resource already present
04/23/19 23:53:37 - [POL_Call] Message: ----- Ending function POL_Install_msxml3 -----
04/23/19 23:53:37 - [POL_Call] Message: Calling POL_Install_msxml6
04/23/19 23:53:38 - [POL_Call] Message: ----- Starting function POL_Install_msxml6 -----
04/23/19 23:53:38 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_msxml6
04/23/19 23:53:38 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
04/23/19 23:53:38 - [POL_Source] Message: POL GPG : Good signature
04/23/19 23:53:38 - [POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/e/a/f/eafb8ee7-667d-4e30-bb39-4694b5b3006f/msxml6_x86.msi
04/23/19 23:53:38 - [POL_Download_Resource] Message: Resource already present
04/23/19 23:53:38 - [POL_Wine] Message: Running wine-4.2 msiexec /i msxml6_x86.msi /q (Working directory : /home/frensetono/.PlayOnLinux/ressources)
002d:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
04/23/19 23:53:39 - [POL_Wine] Message: Wine return: 0
04/23/19 23:53:39 - [POL_SetupWindow_detect_exit] Warning: POL_SetupWindow_detect_exit is deprecated
04/23/19 23:53:39 - [POL_Call] Message: ----- Ending function POL_Install_msxml6 -----
04/23/19 23:53:39 - [POL_Call] Message: Calling POL_Install_vcrun2005
04/23/19 23:53:40 - [POL_Call] Message: ----- Starting function POL_Install_vcrun2005 -----
04/23/19 23:53:40 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_vcrun2005
04/23/19 23:53:40 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
04/23/19 23:53:40 - [POL_Source] Message: POL GPG : Good signature
04/23/19 23:53:40 - [POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/e/1/c/e1c773de-73ba-494a-a5ba-f24906ecf088/vcredist_x86.exe
04/23/19 23:53:40 - [POL_Download_Resource] Message: Resource already present
04/23/19 23:53:40 - [POL_Call] Message: ----- Ending function POL_Install_vcrun2005 -----
04/23/19 23:53:40 - [POL_Call] Message: Calling POL_Install_vcrun2008
04/23/19 23:53:40 - [POL_Call] Message: ----- Starting function POL_Install_vcrun2008 -----
04/23/19 23:53:40 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_vcrun2008
04/23/19 23:53:40 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
04/23/19 23:53:40 - [POL_Source] Message: POL GPG : Good signature
04/23/19 23:53:40 - [POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-795376989c03/vcredist_x86.exe
04/23/19 23:53:40 - [POL_Download_Resource] Message: Resource already present
04/23/19 23:53:41 - [POL_System_CheckFS] Message: Checking filesystem for vcredist_x86.exe
04/23/19 23:53:41 - [POL_Wine] Message: Running wine-4.2 start /unix vcredist_x86.exe /q (Working directory : /home/frensetono/.PlayOnLinux/ressources/vcrun2008)
04/23/19 23:53:41 - [POL_Wine] Message: Wine return: 0
0042:fixme:clusapi:GetNodeClusterState ((null),0x32ec54) stub!
0042:fixme:advapi:DecryptFileA ("c:\\3ac7994f2f33ef7b91548e\\", 00000000): stub
004a:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
004a:fixme:advapi:LsaOpenPolicy ((null),0x32f338,0x00000001,0x32f32c) stub
004a:fixme:advapi:GetWindowsAccountDomainSid (0x32f2a8 0x12bfdc 0x32f2a4): semi-stub
004a:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented
004a:fixme:advapi:LsaClose (0xcafe) stub
004a:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
04/23/19 23:53:47 - [POL_Wine_OverrideDLL] Message: Overriding DLLs
04/23/19 23:53:48 - [POL_Wine] Message: Running wine-4.2 regedit /home/frensetono/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/frensetono/.PlayOnLinux/ressources/vcrun2008)
04/23/19 23:53:48 - [POL_Wine] Message: Wine return: 0
04/23/19 23:53:48 - [POL_Call] Message: ----- Ending function POL_Install_vcrun2008 -----
04/23/19 23:53:48 - [POL_Call] Message: Calling POL_Install_vcrun2010
04/23/19 23:53:49 - [POL_Call] Message: ----- Starting function POL_Install_vcrun2010 -----
04/23/19 23:53:49 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_vcrun2010
04/23/19 23:53:49 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
04/23/19 23:53:49 - [POL_Source] Message: POL GPG : Good signature
04/23/19 23:53:49 - [POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/C/6/D/C6D0FD4E-9E53-4897-9B91-836EBA2AACD3/vcredist_x86.exe
04/23/19 23:53:49 - [POL_Download_Resource] Message: Resource already present
04/23/19 23:53:49 - [POL_Call] Message: ----- Ending function POL_Install_vcrun2010 -----
04/23/19 23:53:49 - [POL_Call] Message: Calling POL_Install_corefonts
04/23/19 23:53:50 - [POL_Call] Message: ----- Starting function POL_Install_corefonts -----
04/23/19 23:53:50 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_corefonts
04/23/19 23:53:50 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
04/23/19 23:53:50 - [POL_Source] Message: POL GPG : Good signature
04/23/19 23:53:50 - [POL_Call] Message: Calling POL_Internal_InstallFonts
04/23/19 23:53:51 - [POL_Call] Message: ----- Starting function POL_Internal_InstallFonts -----
04/23/19 23:53:51 - [POL_GPG_auth_script] Message: Checking signature of POL_Internal_InstallFonts
04/23/19 23:53:51 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
04/23/19 23:53:51 - [POL_Source] Message: POL GPG : Good signature
04/23/19 23:53:51 - [POL_Call] Message: ----- Ending function POL_Internal_InstallFonts -----
04/23/19 23:53:51 - [source] Message: Installing microsoft fonts
04/23/19 23:53:51 - [POL_Call] Message: ----- Ending function POL_Install_corefonts -----
04/23/19 23:53:51 - [POL_Call] Message: Calling POL_Install_tahoma2
04/23/19 23:53:52 - [POL_Call] Message: ----- Starting function POL_Install_tahoma2 -----
04/23/19 23:53:52 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_tahoma2
04/23/19 23:53:52 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
04/23/19 23:53:52 - [POL_Source] Message: POL GPG : Good signature
04/23/19 23:53:52 - [source] Message: Installing tahoma32...
04/23/19 23:53:52 - [POL_Download_Resource] Message: Downloading resource http://residence-eon.tuxfamily.org/Wine/tahoma32.exe
04/23/19 23:53:52 - [POL_Download_Resource] Message: Resource already present
04/23/19 23:53:52 - [POL_System_cabextract] Message: Starting cabextract /home/frensetono/.PlayOnLinux//tmp/tahoma32/tahoma32.exe
04/23/19 23:53:53 - [POL_System_cabextract] Message: cabextract ok
04/23/19 23:53:53 - [source] Message: Registering font...
04/23/19 23:53:53 - [POL_Wine] Message: Running wine-4.2 regedit register.reg (Working directory : /home/frensetono/.PlayOnLinux/tmp/tahoma32)
04/23/19 23:53:53 - [POL_Wine] Message: Wine return: 0
04/23/19 23:53:58 - [source] Message: Cleaning up tmp folder...
04/23/19 23:53:58 - [POL_Call] Message: ----- Ending function POL_Install_tahoma2 -----
04/23/19 23:53:58 - [POL_Call] Message: Calling POL_Install_FontsSmoothRGB
04/23/19 23:53:59 - [POL_Call] Message: ----- Starting function POL_Install_FontsSmoothRGB -----
04/23/19 23:53:59 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_FontsSmoothRGB
04/23/19 23:53:59 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
04/23/19 23:53:59 - [POL_Source] Message: POL GPG : Good signature
04/23/19 23:53:59 - [POL_Call] Message: Calling POL_Function_FontsSmoothRGB
04/23/19 23:53:59 - [POL_Call] Message: ----- Starting function POL_Function_FontsSmoothRGB -----
04/23/19 23:53:59 - [POL_GPG_auth_script] Message: Checking signature of POL_Function_FontsSmoothRGB
04/23/19 23:53:59 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
04/23/19 23:53:59 - [POL_Source] Message: POL GPG : Good signature
04/23/19 23:54:00 - [POL_Wine] Message: Running wine-4.2 regedit /home/frensetono/.PlayOnLinux//tmp/fontsaa.reg (Working directory : /home/frensetono/.PlayOnLinux/tmp)
04/23/19 23:54:00 - [POL_Wine] Message: Wine return: 0
04/23/19 23:54:00 - [POL_Call] Message: ----- Ending function POL_Function_FontsSmoothRGB -----
04/23/19 23:54:00 - [POL_Call] Message: ----- Ending function POL_Install_FontsSmoothRGB -----
04/23/19 23:54:03 - [POL_Download] Message: Downloading https://files01.tchspt.com/temp/AdobeAIRInstaller.exe
04/23/19 23:54:17 - [POL_Download] Warning: MD5 is missing!
04/23/19 23:54:17 - [POL_Wine] Message: Running wine-4.2 /AdobeAIRInstaller.exe (Working directory : /home/frensetono/.PlayOnLinux/tmp)
wine: cannot find '/AdobeAIRInstaller.exe'
04/23/19 23:54:17 - [POL_Wine] Error: Wine seems to have crashed\n\nIf your program is running, just ignore this message
04/23/19 23:54:22 - [POL_Wine] Message: Wine return: 2
04/23/19 23:54:23 - [POL_System_TmpDelete] Warning: POL_System_TmpName is not defined !
04/23/19 23:54:23 - [POL_System_CheckFS] Message: Checking filesystem for /home/frensetono/Downloads/w33w.exe
04/23/19 23:54:23 - [POL_Wine] Message: Running wine-4.2 /home/frensetono/Downloads/w33w.exe (Working directory : /home/frensetono/.PlayOnLinux/tmp)
0009:fixme:process:SetProcessDEPPolicy (1): stub
002a:fixme:process:SetProcessDEPPolicy (1): stub
002a:fixme:win:DisableProcessWindowsGhosting : stub
002a:fixme:graphics:ShutdownBlockReasonDestroy (0x1007c): stub
002a:fixme:graphics:ShutdownBlockReasonCreate (0x1007c, L"Installing"): stub
002a:fixme:msg:ChangeWindowMessageFilterEx 0x1008a c049 1 (nil)
002a:fixme:rstrtmgr:RmStartSession 0x49c3f0, 0, 0x49c3f4 stub!
002a:fixme:graphics:ShutdownBlockReasonDestroy (0x1007c): stub
002a:fixme:graphics:ShutdownBlockReasonCreate (0x1007c, L"Installing Adobe Photoshop CS6."): stub
002a:fixme:msg:ChangeWindowMessageFilterEx 0x2008e c049 1 (nil)
002a:fixme:msg:ChangeWindowMessageFilterEx 0x20090 c049 1 (nil)
002a:fixme:msg:ChangeWindowMessageFilterEx 0x30090 c049 1 (nil)
002a:fixme:shell:SHAutoComplete stub
002a:fixme:explorerframe:taskbar_list_SetProgressValue iface 0x161eb8, hwnd 0x1007c, ullCompleted 0, ullTotal 572 stub!
002a:fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files\\Adobe Photoshop CS6\\unins000.exe") stub
002a:fixme:explorerframe:taskbar_list_SetProgressState iface 0x161eb8, hwnd 0x1007c, flags 0 stub!
002a:fixme:graphics:ShutdownBlockReasonDestroy (0x1007c): stub
04/23/19 23:55:15 - [POL_Wine] Message: Wine return: 0
04/23/19 23:55:19 - [POL_System_find_file] Warning: Multiple binaries found for suffix photoshop.exe: ./Program Files/Adobe Photoshop CS6/App/Photoshop/Photoshop.exe
./Program Files/Adobe Photoshop CS6/Photoshop.exe
04/23/19 23:55:19 - [POL_Shortcut] Message: Looking for <photoshop.exe>, found <./Program Files/Adobe Photoshop CS6/App/Photoshop/Photoshop.exe>
04/23/19 23:55:19 - [POL_Wine_GetRegValue] Message: Getting registry value Desktop. Return: C:\\users\\frensetono\\Desktop
04/23/19 23:55:19 - [POL_Wine] Message: Running wine-4.2 winepath -u C:\\users\\frensetono\\Desktop (Working directory : /home/frensetono/.PlayOnLinux/tmp)
/home/frensetono/.PlayOnLinux//wineprefix/PhotoshopCS6/dosdevices/c:/users/frensetono/Desktop
04/23/19 23:55:20 - [POL_Wine] Message: Wine return: 0
04/23/19 23:55:23 - [CleanLnkDesktop] Message: Clean user's Windows desktop: C:\\users\\frensetono\\Desktop => /home/frensetono/.PlayOnLinux//wineprefix/PhotoshopCS6/dosdevices/c:/users/frensetono/Desktop
04/23/19 23:55:23 - [POL_Shortcut] Message: Shortcut created: Photoshop.exe Adobe Photoshop CS6
04/23/19 23:55:25 - [POL_SetupWindow_Close] Message: Closing window for pid 5026
04/23/19 23:55:29 - [POL_SetupWindow_question] Message: question answer: TRUE

Réponses

Anonymous
Mercredi 24 Avril 2019 à 6:42
anyone can help ? please...
kreyren Jeudi 18 Avril 2019 à 8:18
kreyren

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Update based on WINEHQ on community member request

NOT TESTED!

Differences

@@ -10,7 +10,7 @@
 source "$PLAYONLINUX/lib/sources"
         
 PREFIX="PhotoshopCS6"
-WINEVERSION="4.2"
+WINEVERSION="4.5-staging"
 TITLE="Adobe Photoshop CS6"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com"
@@ -33,16 +33,7 @@
 POL_Wine_PrefixCreate "$WINEVERSION"
 
 #Dependencies
-POL_Call POL_Install_atmlib
-POL_Call POL_Install_gdiplus
-POL_Call POL_Install_msxml3
-POL_Call POL_Install_msxml6
-POL_Call POL_Install_vcrun2005
-POL_Call POL_Install_vcrun2008
-POL_Call POL_Install_vcrun2010
-POL_Call POL_Install_corefonts
-POL_Call POL_Install_tahoma2
-POL_Call POL_Install_FontsSmoothRGB
+## Removed deps which doesn't seems to be required anymore based on https://appdb.winehq.org/objectManager.php?sClass=version&iId=25607&iTestingId=105342
   
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"
  

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Arch Linux 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.8
  
  
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
        
PREFIX="PhotoshopCS6"
WINEVERSION="4.5-staging"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="Ronin Dusette"
        
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316
        
POL_Debug_Init
        
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
  
# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

#Dependencies
## Removed deps which doesn't seems to be required anymore based on https://appdb.winehq.org/objectManager.php?sClass=version&iId=25607&iTestingId=105342
  
POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"
 
# Installation Adobe Air
cd "$POL_System_TmpDir"
POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$POL_System_TmpDir/AdobeAIRInstaller.exe"
POL_Wine_WaitExit "$TITLE"
POL_System_TmpDelete
  
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
  
# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"
  
POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"
  
POL_SetupWindow_Close
exit 0

Réponses

Lundi 20 Mai 2019 à 9:13
Please give the URL to the WINEHQ user request.

Edité par kreyren

ailton313 Samedi 13 Avril 2019 à 0:24
ailton313 Anonymous

Messages

Hi 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?
They are all here .local/share/fonts

Réponses

Marwatt Jeudi 11 Avril 2019 à 16:37
Marwatt Anonymous

Messages

Hi all
sorry I'm newbie here...
I have a 64bit PC (ubuntu 18.04) but when I try to install PS CS6 only a 32bit version are installed.... Am I loose a step? I'm confused
thank you in advance

 

Réponses

Lundi 20 Mai 2019 à 9:15
> Am I loose a step?

No.
Anonymous
Mercredi 3 Juillet 2019 à 7:15
then no 64bit version?

Edité par Marwatt

oovyxd Jeudi 21 Mars 2019 à 10:38
oovyxd Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -10,7 +10,7 @@
 source "$PLAYONLINUX/lib/sources"
         
 PREFIX="PhotoshopCS6"
-WINEVERSION="3.4"
+WINEVERSION="4.2"
 TITLE="Adobe Photoshop CS6"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com"

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Arch Linux 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.8
  
  
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
        
PREFIX="PhotoshopCS6"
WINEVERSION="4.2"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="Ronin Dusette"
        
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316
        
POL_Debug_Init
        
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
  
# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

#Dependencies
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB
  
POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"
 
# Installation Adobe Air
cd "$POL_System_TmpDir"
POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$POL_System_TmpDir/AdobeAIRInstaller.exe"
POL_Wine_WaitExit "$TITLE"
POL_System_TmpDelete
  
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
  
# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"
  
POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"
  
POL_SetupWindow_Close
exit 0

Réponses

Lundi 13 Mai 2019 à 8:03
Warning : Wine 4.2 is not installable from POL v4.2.12 (version installable from most of OS currently).
ruman Samedi 19 Janvier 2019 à 4:09
ruman Anonymous

Messages

Hi,

I tried several Linux distribution on my laptop but I can't run Adobe photoshop cs6 any of them. In my laptop already have old linux ( debian 7.3.0) and in their, Photoshop cs6 working well with wine version 3.7 which I installed that 2 years ago. Here can't find any script run with wine version 3.7. 

Tested distro:

Kubuntu 18.10

pop OS 18.10

Kali KDE ( 2018-4 )

Kali Gnome ( 2018-4)

device:

Asus vivobook k451LN ( GeForce 840M )

Any idea how to resolve this?

 

Réponses

Anonymous
Mardi 5 Mars 2019 à 22:48
if you like rubn photoshop cs6 you want to replace the crack befor you run photoshop but with playonlinux you cant without cracking photoshop but the application cant connect your adoc acces if you need a help send me just a message in my email devlogama@gmail.com
Anonymous
Vendredi 12 Avril 2019 à 21:11
Hi

n POL_SP2_Extract -----
[04/10/19 17:07:17] - ----- Ending function POL_SP2_Extract -----
[04/10/19 17:07:17] - ----- Ending function POL_Install_atmlib -----
[04/10/19 17:07:29] - Running wine-3.4 wineboot (Working directory : /usr/share/playonlinux/python)
0025:err:module:load_builtin_dll failed to load .so lib for builtin L"winebus.sys": libudev.so.0: cannot open shared object file: No such file or directory
0025:err:winedevice:async_create_driver failed to create driver L"WineBus": c0000142
[04/10/19 17:07:57] - Running wine-3.9 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
wine: configuration in '/home/abdilahi/.PlayOnLinux//wineprefix/PhotoshopCS6' has been updated.
[04/10/19 17:09:23] - Running wine-3.9 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
[04/10/19 17:09:24] - Running wine-3.9 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
[04/10/19 17:09:25] - Running wine-3.9 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
[04/10/19 17:09:26] - Running wine-3.9 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
[04/10/19 17:10:18] - Running wine-3.9 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
0026:err:module:load_builtin_dll failed to load .so lib for builtin L"winebus.sys": libudev.so.0: cannot open shared object file: No such file or directory
0026:err:winedevice:async_create_driver failed to create driver L"WineBus": c0000142
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"WineBus" failed to start: 31
0009:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0009:err:shell:HCR_GetFolderAttributes should be called for simple PIDL's only!
0009:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33fd2c 1 C) semi-stub
0009:fixme:win:EnumDisplayDevicesW ((null),0,0x33f2e8,0x00000000), stub!
0009:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33f2fc 1 C) semi-stub
0009:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33ea8c 1 C) semi-stub
0009:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33e86c 1 C) semi-stub
0009:fixme:ntdll:NtSetInformationToken unimplemented class 24
0009:fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
0009:fixme:wbemprox:client_security_SetBlanket 0xf76bed54, 0x732eab0, 10, 0, (null), 3, 3, (nil), 0x00000000
0009:fixme:wbemprox:client_security_Release 0xf76bed54
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
[04/10/19 17:12:53] - Running wine-3.9 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
[04/10/19 17:14:35] - Running wine-3.9 winecfg (Working directory : /usr/share/playonlinux/python)
0025:err:module:load_builtin_dll failed to load .so lib for builtin L"winebus.sys": libudev.so.0: cannot open shared object file: No such file or directory
0025:err:winedevice:async_create_driver failed to create driver L"WineBus": c0000142
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"WineBus" failed to start: 31
[04/10/19 17:15:03] - Running wine-3.9 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
[04/10/19 17:15:12] - Running wine-3.9 winecfg (Working directory : /usr/share/playonlinux/python)
0026:err:module:load_builtin_dll failed to load .so lib for builtin L"winebus.sys": libudev.so.0: cannot open shared object file: No such file or directory
0026:err:winedevice:async_create_driver failed to create driver L"WineBus": c0000142
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"WineBus" failed to start: 31
[04/10/19 17:15:43] - Running wine-3.9 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
[04/10/19 17:21:05] - Running wine-3.9 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
[04/12/19 10:12:40] - Running wine-3.9 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
[04/12/19 10:13:20] - Running wine-3.9 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
[04/12/19 20:27:24] - Running wine-3.9 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
[04/12/19 21:03:16] - Running wine-3.9 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
[04/12/19 21:16:13] - Running wine-3.9 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
[04/12/19 21:16:25] - Running wine-3.9 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
0025:err:module:load_builtin_dll failed to load .so lib for builtin L"winebus.sys": libudev.so.0: cannot open shared object file: No such file or directory
0025:err:winedevice:async_create_driver failed to create driver L"WineBus": c0000142
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"WineBus" failed to start: 31
0009:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0009:err:shell:HCR_GetFolderAttributes should be called for simple PIDL's only!
0009:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33fd2c 1 C) semi-stub
0009:fixme:win:EnumDisplayDevicesW ((null),0,0x33f2e8,0x00000000), stub!
0009:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33f2fc 1 C) semi-stub
0009:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33ea8c 1 C) semi-stub
0009:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33e86c 1 C) semi-stub
0009:fixme:ntdll:NtSetInformationToken unimplemented class 24
0009:fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
0009:fixme:wbemprox:client_security_SetBlanket 0xf7730d54, 0x711ee68, 10, 0, (null), 3, 3, (nil), 0x00000000
0009:fixme:wbemprox:client_security_Release 0xf7730d54
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
[04/12/19 21:44:34] - Running wine-3.9 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
[04/12/19 21:45:02] - Running wine-2.17 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
wine: configuration in '/home/abdilahi/.PlayOnLinux//wineprefix/PhotoshopCS6' has been updated.
[04/12/19 21:46:22] - Running wine-2.17 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
[04/12/19 21:48:13] - Running wine-2.17 wineboot (Working directory : /usr/share/playonlinux/python)
err:module:load_builtin_dll failed to load .so lib for builtin L"winebus.sys": libudev.so.0: cannot open shared object file: No such file or directory
err:winedevice:async_create_driver failed to create driver L"WineBus": c0000142
[04/12/19 21:48:23] - Running wine-2.17 control (Working directory : /usr/share/playonlinux/python)
err:module:load_builtin_dll failed to load .so lib for builtin L"winebus.sys": libudev.so.0: cannot open shared object file: No such file or directory
err:winedevice:async_create_driver failed to create driver L"WineBus": c0000142
[04/12/19 21:48:38] - Running wine-2.17 wineboot (Working directory : /usr/share/playonlinux/python)
err:module:load_builtin_dll failed to load .so lib for builtin L"winebus.sys": libudev.so.0: cannot open shared object file: No such file or directory
err:winedevice:async_create_driver failed to create driver L"WineBus": c0000142
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:dwmapi:DwmIsCompositionEnabled 0x6d5d3018
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a0cb608, context 0x958800, init_notify 0, handle 0x118e7a4): stub
wine: configuration in '/home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6' has been updated.
[04/12/19 21:51:56] - Running wine-2.17 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
[04/12/19 21:52:18] - Running wine-2.17 winecfg (Working directory : /usr/share/playonlinux/python)
wine client error:0: version mismatch 547/536.
Your wine binary was not upgraded correctly,
or you have an older one somewhere in your PATH.
Or maybe the wrong wineserver is still running?
[04/12/19 21:53:01] - ----- Starting function POL_Install_atmlib -----
[04/12/19 21:53:02] - ----- Starting function POL_SP2_Extract -----
[04/12/19 21:53:06] - ----- Ending function POL_SP2_Extract -----
[04/12/19 21:53:06] - ----- Ending function POL_Install_atmlib -----
[04/12/19 21:53:40] - Running wine-2.17 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
wine: configuration in '/home/abdilahi/.PlayOnLinux//wineprefix/PhotoshopCS6' has been updated.
[04/12/19 22:08:27] - Running wine-3.9 Photoshop.exe (Working directory : /home/abdilahi/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe Photoshop CS6/App/Photoshop)
0026:err:module:load_builtin_dll failed to load .so lib for builtin L"winebus.sys": libudev.so.0: cannot open shared object file: No such file or directory
0026:err:winedevice:async_create_driver failed to create driver L"WineBus": c0000142
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"WineBus" failed to start: 31
0029:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0029:fixme:kerberos:kerberos_SpInstanceInit 65536,0x7c08ca2c,(nil): stub
0029:fixme:dwmapi:DwmIsCompositionEnabled 0x6d5d3018
0034:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a0cb608, context 0x9589a8, init_notify 0, handle 0x119fc88): stub
wine: configuration in '/home/abdilahi/.PlayOnLinux//wineprefix/PhotoshopCS6' has been updated.
0009:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0009:err:shell:HCR_GetFolderAttributes should be called for simple PIDL's only!
0009:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33fd2c 1 C) semi-stub
0009:fixme:win:EnumDisplayDevicesW ((null),0,0x33f2e8,0x00000000), stub!
0009:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33f2fc 1 C) semi-stub
0009:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33ea8c 1 C) semi-stub
0009:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33e86c 1 C) semi-stub
0009:fixme:ntdll:NtSetInformationToken unimplemented class 24
0009:fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
0009:fixme:wbemprox:client_security_SetBlanket 0xf7707d54, 0x733eb80, 10, 0, (null), 3, 3, (nil), 0x00000000
0009:fixme:wbemprox:client_security_Release 0xf7707d54
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet

 
Anonymous
Vendredi 12 Avril 2019 à 21:12
I have the same problem like him in my ubuntu 18.10. every time i get error1.
oDaubsss Vendredi 18 Janvier 2019 à 21:10
oDaubsss Anonymous

Messages

I try to download but photoshop CS6 always gives this error Error in POL_Wine
Wine seems to have stopped working

If your program is running, just ignore this message.
what do I do?

Réponses

Acidum Samedi 12 Janvier 2019 à 10:04
Acidum Anonymous

Messages

The program installs without a problem, but when I open it this is what I get, the interesting thing is that when I try to draw on newly created file, I can see that it draw thing in layers section, but nothing is displayed on the artboard.

 

Réponses

Anonymous
Vendredi 1 Mars 2019 à 9:11
For me turning off "Graphic processor" fixed the problem.

Photoshop CS6 -> Edit -> Preferences -> Performance -> uncheck "Use graphic processor"
Ronin DUSETTE Dimanche 16 Décembre 2018 à 8:03
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -14,7 +14,7 @@
 TITLE="Adobe Photoshop CS6"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com"
-AUTHOR="Aji Dwi P"
+AUTHOR="Ronin Dusette"
         
 #Initialization
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Arch Linux 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.8
  
  
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
        
PREFIX="PhotoshopCS6"
WINEVERSION="3.4"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="Ronin Dusette"
        
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316
        
POL_Debug_Init
        
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
  
# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

#Dependencies
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB
  
POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"
 
# Installation Adobe Air
cd "$POL_System_TmpDir"
POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$POL_System_TmpDir/AdobeAIRInstaller.exe"
POL_Wine_WaitExit "$TITLE"
POL_System_TmpDelete
  
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
  
# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"
  
POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"
  
POL_SetupWindow_Close
exit 0

Réponses

Anonymous
Dimanche 16 Décembre 2018 à 12:03
In fact I think that this fix does not work at all. Do you know if Adobe AIr is really needed? If so, we need to find a new source to install it
PhP7 Samedi 20 Octobre 2018 à 18:27
PhP7 Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

I am already use script from this website , but i have error when downloading AdobeAirInstaller.exe

then i think this problem from adobe server

then i search AdobeAirInstaller with Unofficial server, then its working very well

Differences

@@ -4,36 +4,35 @@
 # Author : RoninDusette
 # Licence : GPLv3
 # PlayOnLinux: 4.2.8
- 
- 
+  
+  
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
-       
+        
 PREFIX="PhotoshopCS6"
 WINEVERSION="3.4"
 TITLE="Adobe Photoshop CS6"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com"
-AUTHOR="RoninDusette"
-       
+AUTHOR="Aji Dwi P"
+        
 #Initialization
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 POL_SetupWindow_Init
 POL_SetupWindow_SetID 2316
-       
+        
 POL_Debug_Init
-       
+        
 # Presentation
 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
- 
+  
 # Create Prefix
 POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
 INSTALLER="$APP_ANSWER"
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
- 
+
 #Dependencies
-POL_Call POL_Install_AdobeAir
 POL_Call POL_Install_atmlib
 POL_Call POL_Install_gdiplus
 POL_Call POL_Install_msxml3
@@ -44,19 +43,26 @@
 POL_Call POL_Install_corefonts
 POL_Call POL_Install_tahoma2
 POL_Call POL_Install_FontsSmoothRGB
- 
+  
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"
  
- 
+# Installation Adobe Air
+cd "$POL_System_TmpDir"
+POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe"
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "$POL_System_TmpDir/AdobeAIRInstaller.exe"
+POL_Wine_WaitExit "$TITLE"
+POL_System_TmpDelete
+  
 # Installation
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine "$INSTALLER"
 POL_Wine_WaitExit "$TITLE"
- 
+  
 # Create Shortcuts
 POL_Shortcut "photoshop.exe" "$TITLE"
- 
+  
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"
- 
+  
 POL_SetupWindow_Close
 exit 0
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Arch Linux 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.8
  
  
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
        
PREFIX="PhotoshopCS6"
WINEVERSION="3.4"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="Aji Dwi P"
        
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316
        
POL_Debug_Init
        
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
  
# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

#Dependencies
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB
  
POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"
 
# Installation Adobe Air
cd "$POL_System_TmpDir"
POL_Download "https://files01.tchspt.com/temp/AdobeAIRInstaller.exe"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$POL_System_TmpDir/AdobeAIRInstaller.exe"
POL_Wine_WaitExit "$TITLE"
POL_System_TmpDelete
  
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
  
# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"
  
POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"
  
POL_SetupWindow_Close
exit 0

Réponses

Lundi 13 Mai 2019 à 8:47
Thanks for the trick, but it would be better for POL to fix the function it self : https://www.playonlinux.com/en/app-931-POL_Install_AdobeAir.html
jeremyrem Mardi 2 Octobre 2018 à 15:38
jeremyrem Anonymous

Messages

This worked pretty well for me.

 

It actually installed my copy of Abode Creative Suite Master Collection 6.0.

 

Just had a few issues creating shortcuts for some reason, kept complaining about wine path and had to keep switching wine versions so it would see wine was installed correctly.

 

All the apps installed and run with the exception of two (64bit applications).

 

Thanks

Réponses

LinuxScripter Lundi 16 Avril 2018 à 13:14
LinuxScripter Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Changed from wine 3.3 to wine 3.4 and removed both of the 'SetOS = winxp' lines. Both of those steps were necessary to make Photoshop load.

Differences

@@ -4,37 +4,34 @@
 # Author : RoninDusette
 # Licence : GPLv3
 # PlayOnLinux: 4.2.8
-
-
+ 
+ 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
-      
+       
 PREFIX="PhotoshopCS6"
-WINEVERSION="3.3"
+WINEVERSION="3.4"
 TITLE="Adobe Photoshop CS6"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com"
 AUTHOR="RoninDusette"
-      
+       
 #Initialization
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 POL_SetupWindow_Init
 POL_SetupWindow_SetID 2316
-      
+       
 POL_Debug_Init
-      
+       
 # Presentation
 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
-
+ 
 # Create Prefix
 POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
 INSTALLER="$APP_ANSWER"
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
-
-# Configuration
-Set_OS "winxp"
-
+ 
 #Dependencies
 POL_Call POL_Install_AdobeAir
 POL_Call POL_Install_atmlib
@@ -47,20 +44,19 @@
 POL_Call POL_Install_corefonts
 POL_Call POL_Install_tahoma2
 POL_Call POL_Install_FontsSmoothRGB
-
+ 
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"
-
-
+ 
+ 
 # Installation
-Set_OS "winxp"
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine "$INSTALLER"
 POL_Wine_WaitExit "$TITLE"
-
+ 
 # Create Shortcuts
 POL_Shortcut "photoshop.exe" "$TITLE"
-
+ 
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"
-
+ 
 POL_SetupWindow_Close
 exit 0
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Arch Linux 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.8
 
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
       
PREFIX="PhotoshopCS6"
WINEVERSION="3.4"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RoninDusette"
       
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316
       
POL_Debug_Init
       
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
 
#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB
 
POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"
 
 
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
 
# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"
 
POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"
 
POL_SetupWindow_Close
exit 0

Réponses

Anonymous
Dimanche 22 Avril 2018 à 6:37
You have to pay for this version of Photoshop right?
Anonymous
Lundi 23 Avril 2018 à 14:55
Why yes.
Lundi 23 Avril 2018 à 16:22
Of course. We provide no software like that.
soachishti Mercredi 21 Mars 2018 à 23:01
soachishti Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Wine 1.7.46-staging doesn't work fine on Ubuntu 18.04. Wine 3.3 did the job for me.

Differences

@@ -10,7 +10,7 @@
 source "$PLAYONLINUX/lib/sources"
       
 PREFIX="PhotoshopCS6"
-WINEVERSION="1.7.46-staging"
+WINEVERSION="3.3"
 TITLE="Adobe Photoshop CS6"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com"

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Arch Linux 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.8


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="PhotoshopCS6"
WINEVERSION="3.3"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RoninDusette"
      
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316
      
POL_Debug_Init
      
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"


# Installation
Set_OS "winxp"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Anonymous
Vendredi 23 Mars 2018 à 22:51
Why do you use Set_OS function twice?
Vendredi 23 Mars 2018 à 23:06
@linuxscripter because it needs to be set for installation dependencies. At least at the time I wrote the script it did. That is not a sin to do that, BTW. I've written quite a few scripts and functions and sometimes it's required to automate the process.
Vendredi 23 Mars 2018 à 23:08
Ah. I see what you are saying. It's setting the same one twice. I will test that later. It originally declared win7 then xp (or vice versa), and it got changed along the way. My bad. Lol.
Vendredi 23 Mars 2018 à 23:09
@soachishti please verify that this works with screenshots and your debug output. You will need to wipe the virtual drive for previous installs before trying again.
Anonymous
Vendredi 30 Mars 2018 à 23:26
Photohop CS6 was working good on Ubuntu 18 but Photoshop performance was slow/lagging (like using over teamviewer). I tried Set_OS=win7 but no success.

However I am on Ubuntu 16 now and with Set_OS=win7 and WINE=3.4, it is working great.
Anonymous
Vendredi 30 Mars 2018 à 23:32
Log file: https://gist.github.com/soachishti/fdaad9a77884e152b5c98a7875a464a9
Screenshot: https://imgur.com/a/4Cdvp
Vendredi 30 Mars 2018 à 23:36
Word. I will update shortly.
Anonymous
Lundi 16 Avril 2018 à 13:10
I am on ubuntu 18.04 64bit. Had to change wine version to 3.4 and set the os to Windows 7 to get this program to work. But now it works fine. Log file: https://pastebin.com/F0XycWfn
Ronin DUSETTE Samedi 6 Janvier 2018 à 18:21
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -52,7 +52,7 @@
 
 
 # Installation
-Set_OS "win7"
+Set_OS "winxp"
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine "$INSTALLER"
 POL_Wine_WaitExit "$TITLE"

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Arch Linux 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.8


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="PhotoshopCS6"
WINEVERSION="1.7.46-staging"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RoninDusette"
      
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316
      
POL_Debug_Init
      
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"


# Installation
Set_OS "winxp"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

michaeldyl520 Mercredi 12 Juillet 2017 à 8:37
michaeldyl520 Anonymous

Messages

I`m in china,this program can`t recognize the chinese.Please tell me how to fixed it.

Réponses

philmoonamjid Lundi 20 Mars 2017 à 5:53
philmoonamjid Anonymous

Messages

Hello, thank you for the program. Unfortunatelly the program is not working. Whenever I run my Adobe Photoshop CS6, an error pop ups  "pol_wine" error. And the program is closed. I need help.

Réponses

Samedi 6 Janvier 2018 à 18:20
Please read the wiki. It will show you how to post the information we need to fix things like this. Without the proper information, I would just be guessing. ;)
danger89 Dimanche 12 Février 2017 à 21:52
danger89

Messages

But.. It only worked after I put Wine in Windows XP. Somhow Windows XP was set as version. Maybe: Set_OS "winxp", in the sript doesn't work anymore..?!

Réponses

Dimanche 12 Février 2017 à 21:53
Somehow Windows 7 as set***
Samedi 6 Janvier 2018 à 18:20
It jumps around because it needs to set other things up as XP. I will change that real quick.
Litceo Mardi 24 Janvier 2017 à 13:07
Litceo Anonymous

Messages

When I try to install Photoshop CC the installer says, that i need a64bit system Version.

Please Help me - my Linux Version is Ubuntu 16.10 64-bit

Litceo

Réponses

je1977 Vendredi 6 Janvier 2017 à 13:05
je1977 Anonymous

Messages

Hey 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

Photoshop_Error

Réponses

Anonymous
Vendredi 6 Janvier 2017 à 13:10
ohh i forgot what you see in the workplace is my Desktop and not an image
Vendredi 6 Janvier 2017 à 15:27
Which graphics card/drivers are you using?
Anonymous
Vendredi 6 Janvier 2017 à 16:39
Card: Nvidia GT630
Driver: nvidia 375.26-1
Anonymous
Mardi 10 Janvier 2017 à 8:42
any ideas ?
Mardi 10 Janvier 2017 à 15:18
I have no clue. I can't replicate the issue. Post your debug logs and lets see if that shows anything.
Anonymous
Mardi 10 Janvier 2017 à 16:22
here the log:
http://pastebin.com/2UR3LgM3
Anonymous
Samedi 14 Janvier 2017 à 14:07
and here my install log i hope it helps to fix my problem
http://uploaded.net/file/at7x8ieg
i have no idea what can i do
Anonymous
Dimanche 22 Janvier 2017 à 12:16
I had this problem myself and managed to fix it. Fix: Go to Edit > Preferences > Performance and uncheck "Use Graphics Processor' . I have a GTX 980 myself, what do you use? I hope this gets a better fix because Photoshop is a lot more laggy when not using my GPU.
98q43g Dimanche 16 Octobre 2016 à 6:20
98q43g Anonymous

Messages

Successfully installed CS6 version. But can't run it on Linux x86_64. Tried both staging and system's wine versions. Same result.
Here is a debug report:


[10/16/16 08:12:59] - Running wine-1.7.46-staging Photoshop.exe (Working directory : /home/<user>/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/Program Files/Adobe/Adobe Photoshop CS6)
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
fixme:winediag:start_process Wine Staging 1.7.46 is a testing version containing experimental patches.
fixme:winediag:start_process Please report bugs at http://bugs.wine-staging.com (instead of winehq.org).
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:dwmapi:DwmIsCompositionEnabled 0x6cb0bfac
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x69e6d901, context 0x714108, init_notify 0, handle 0xfde7d4): stub
fixme:iphlpapi:CancelMibChangeNotify2 (handle (nil)): stub
preloader: Warning: failed to reserve range 00010000-00110000
wine: configuration in '/home/<user>/.PlayOnLinux//wineprefix/PhotoshopCS6' has been updated.
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
err:shell:HCR_GetFolderAttributes should be called for simple PIDL's only!
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32fcc8 1 C) semi-stub
fixme:system:SetProcessDPIAware stub!
fixme:clipboard:AddClipboardFormatListener 0x3004e: stub
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
wine: Unhandled page fault on read access to 0x00000011 at address 0x4ec7c1f6 (thread 0009), starting debugger...
preloader: Warning: failed to reserve range 00010000-00110000

Unhandled exception: page fault on read access to 0x00000011 in 32-bit code (0x4ec7c1f6).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:4ec7c1f6 ESP:0032e828 EBP:0032e838 EFLAGS:00210256(  R- --  I  Z-A-P- )
 EAX:00110000 EBX:05c468c8 ECX:00000011 EDX:00000011
 ESI:05c48df4 EDI:00000000
Stack dump:
0x0032e828:  05c48d2c 05c48df4 00110000 05c46880
0x0032e838:  0032e858 4eca8916 00110000 0032e850
0x0032e848:  05c48d2c 05c48c90 00000002 000000c0
0x0032e858:  0032e884 4eca885a 0000000f 05c46880
0x0032e868:  00000000 05c48b48 05c48c68 00000005
0x0032e878:  05c48c94 00000000 00000007 0032e8c0
Backtrace:
=>0 0x4ec7c1f6 in gdiplus (+0x2c1f6) (0x0032e838)
  1 0x4eca8916 in gdiplus (+0x58915) (0x0032e858)
  2 0x4eca885a in gdiplus (+0x58859) (0x0032e884)
  3 0x4ec7c6b7 in gdiplus (+0x2c6b6) (0x0032e8c0)
  4 0x4ec7ad4a in gdiplus (+0x2ad49) (0x0032e8e0)
  5 0x4ec7ac05 in gdiplus (+0x2ac04) (0x0032ea1c)
  6 0x4ed13ef8 in gdiplus (+0xc3ef7) (0x0032ec40)
  7 0x4ed1413a in gdiplus (+0xc4139) (0x0032f29c)
  8 0x4ecc7b67 in gdiplus (+0x77b66) (0x0032f2c0)
  9 0x4eca9c47 in gdiplus (+0x59c46) (0x0032f2e4)
  10 0x0323dca7 in adobeowl (+0xcdca6) (0x0032f308)
  11 0x03243072 in adobeowl (+0xd3071) (0x0032f3a0)
  12 0x03a70000 (0x0032f3a0)
  13 0x03a70000 (0x0032f3a0)
  14 0x03a70000 (0x0032f3a0)
  15 0x03a70000 (0x0032f3a0)
  16 0x03a70000 (0x0032f3a0)
  17 0x03a70000 (0x0032f3a0)
  18 0x03a70000 (0x0032f3a0)
  19 0x03a70000 (0x0032f3a0)
  20 0x03a70000 (0x0032f3a0)
  21 0x03a70000 (0x0032f3a0)
  22 0x03a70000 (0x0032f3a0)
  23 0x03a70000 (0x0032f3a0)
  24 0x03a70000 (0x0032f3a0)
  25 0x03a70000 (0x0032f3a0)
  26 0x03a70000 (0x0032f3a0)
  27 0x03a70000 (0x0032f3a0)
  28 0x03a70000 (0x0032f3a0)
  29 0x03a70000 (0x0032f3a0)
  30 0x03a70000 (0x0032f3a0)
  31 0x03a70000 (0x0032f3a0)
  32 0x03a70000 (0x0032f3a0)
  33 0x03a70000 (0x0032f3a0)
  34 0x03a70000 (0x0032f3a0)
  35 0x03a70000 (0x0032f3a0)
  36 0x03a70000 (0x0032f3a0)
  37 0x03a70000 (0x0032f3a0)
  38 0x03a70000 (0x0032f3a0)
  39 0x03a70000 (0x0032f3a0)
  40 0x03a70000 (0x0032f3a0)
  41 0x03a70000 (0x0032f3a0)
  42 0x03a70000 (0x0032f3a0)
  43 0x03a70000 (0x0032f3a0)
  44 0x03a70000 (0x0032f3a0)
  45 0x03a70000 (0x0032f3a0)
  46 0x03a70000 (0x0032f3a0)
  47 0x03a70000 (0x0032f3a0)
  48 0x03a70000 (0x0032f3a0)
  49 0x03a70000 (0x0032f3a0)
  50 0x03a70000 (0x0032f3a0)
  51 0x03a70000 (0x0032f3a0)
  52 0x03a70000 (0x0032f3a0)
  53 0x03a70000 (0x0032f3a0)
  54 0x03a70000 (0x0032f3a0)
  55 0x03a70000 (0x0032f3a0)
  56 0x03a70000 (0x0032f3a0)
  57 0x03a70000 (0x0032f3a0)
  58 0x03a70000 (0x0032f3a0)
  59 0x03a70000 (0x0032f3a0)
  60 0x03a70000 (0x0032f3a0)
  61 0x03a70000 (0x0032f3a0)
  62 0x03a70000 (0x0032f3a0)
  63 0x03a70000 (0x0032f3a0)
  64 0x03a70000 (0x0032f3a0)
  65 0x03a70000 (0x0032f3a0)
  66 0x03a70000 (0x0032f3a0)
  67 0x03a70000 (0x0032f3a0)
  68 0x03a70000 (0x0032f3a0)
  69 0x03a70000 (0x0032f3a0)
  70 0x03a70000 (0x0032f3a0)
  71 0x03a70000 (0x0032f3a0)
  72 0x03a70000 (0x0032f3a0)
  73 0x03a70000 (0x0032f3a0)
  74 0x03a70000 (0x0032f3a0)
  75 0x03a70000 (0x0032f3a0)
  76 0x03a70000 (0x0032f3a0)
  77 0x03a70000 (0x0032f3a0)
  78 0x03a70000 (0x0032f3a0)
  79 0x03a70000 (0x0032f3a0)
  80 0x03a70000 (0x0032f3a0)
  81 0x03a70000 (0x0032f3a0)
  82 0x03a70000 (0x0032f3a0)
  83 0x03a70000 (0x0032f3a0)
  84 0x03a70000 (0x0032f3a0)
  85 0x03a70000 (0x0032f3a0)
  86 0x03a70000 (0x0032f3a0)
  87 0x03a70000 (0x0032f3a0)
  88 0x03a70000 (0x0032f3a0)
  89 0x03a70000 (0x0032f3a0)
  90 0x03a70000 (0x0032f3a0)
  91 0x03a70000 (0x0032f3a0)
  92 0x03a70000 (0x0032f3a0)
  93 0x03a70000 (0x0032f3a0)
  94 0x03a70000 (0x0032f3a0)
  95 0x03a70000 (0x0032f3a0)
  96 0x03a70000 (0x0032f3a0)
  97 0x03a70000 (0x0032f3a0)
  98 0x03a70000 (0x0032f3a0)
  99 0x03a70000 (0x0032f3a0)
  100 0x03a70000 (0x0032f3a0)
  101 0x03a70000 (0x0032f3a0)
  102 0x03a70000 (0x0032f3a0)
  103 0x03a70000 (0x0032f3a0)
  104 0x03a70000 (0x0032f3a0)
  105 0x03a70000 (0x0032f3a0)
  106 0x03a70000 (0x0032f3a0)
  107 0x03a70000 (0x0032f3a0)
  108 0x03a70000 (0x0032f3a0)
  109 0x03a70000 (0x0032f3a0)
  110 0x03a70000 (0x0032f3a0)
  111 0x03a70000 (0x0032f3a0)
  112 0x03a70000 (0x0032f3a0)
  113 0x03a70000 (0x0032f3a0)
  114 0x03a70000 (0x0032f3a0)
  115 0x03a70000 (0x0032f3a0)
  116 0x03a70000 (0x0032f3a0)
  117 0x03a70000 (0x0032f3a0)
  118 0x03a70000 (0x0032f3a0)
  119 0x03a70000 (0x0032f3a0)
  120 0x03a70000 (0x0032f3a0)
  121 0x03a70000 (0x0032f3a0)
  122 0x03a70000 (0x0032f3a0)
  123 0x03a70000 (0x0032f3a0)
  124 0x03a70000 (0x0032f3a0)
  125 0x03a70000 (0x0032f3a0)
  126 0x03a70000 (0x0032f3a0)
  127 0x03a70000 (0x0032f3a0)
  128 0x03a70000 (0x0032f3a0)
  129 0x03a70000 (0x0032f3a0)
  130 0x03a70000 (0x0032f3a0)
  131 0x03a70000 (0x0032f3a0)
  132 0x03a70000 (0x0032f3a0)
  133 0x03a70000 (0x0032f3a0)
  134 0x03a70000 (0x0032f3a0)
  135 0x03a70000 (0x0032f3a0)
  136 0x03a70000 (0x0032f3a0)
  137 0x03a70000 (0x0032f3a0)
  138 0x03a70000 (0x0032f3a0)
  139 0x03a70000 (0x0032f3a0)
  140 0x03a70000 (0x0032f3a0)
  141 0x03a70000 (0x0032f3a0)
  142 0x03a70000 (0x0032f3a0)
  143 0x03a70000 (0x0032f3a0)
  144 0x03a70000 (0x0032f3a0)
  145 0x03a70000 (0x0032f3a0)
  146 0x03a70000 (0x0032f3a0)
  147 0x03a70000 (0x0032f3a0)
  148 0x03a70000 (0x0032f3a0)
  149 0x03a70000 (0x0032f3a0)
  150 0x03a70000 (0x0032f3a0)
  151 0x03a70000 (0x0032f3a0)
  152 0x03a70000 (0x0032f3a0)
  153 0x03a70000 (0x0032f3a0)
  154 0x03a70000 (0x0032f3a0)
  155 0x03a70000 (0x0032f3a0)
  156 0x03a70000 (0x0032f3a0)
  157 0x03a70000 (0x0032f3a0)
  158 0x03a70000 (0x0032f3a0)
  159 0x03a70000 (0x0032f3a0)
  160 0x03a70000 (0x0032f3a0)
  161 0x03a70000 (0x0032f3a0)
  162 0x03a70000 (0x0032f3a0)
  163 0x03a70000 (0x0032f3a0)
  164 0x03a70000 (0x0032f3a0)
  165 0x03a70000 (0x0032f3a0)
  166 0x03a70000 (0x0032f3a0)
  167 0x03a70000 (0x0032f3a0)
  168 0x03a70000 (0x0032f3a0)
  169 0x03a70000 (0x0032f3a0)
  170 0x03a70000 (0x0032f3a0)
  171 0x03a70000 (0x0032f3a0)
  172 0x03a70000 (0x0032f3a0)
  173 0x03a70000 (0x0032f3a0)
  174 0x03a70000 (0x0032f3a0)
  175 0x03a70000 (0x0032f3a0)
  176 0x03a70000 (0x0032f3a0)
  177 0x03a70000 (0x0032f3a0)
  178 0x03a70000 (0x0032f3a0)
  179 0x03a70000 (0x0032f3a0)
  180 0x03a70000 (0x0032f3a0)
  181 0x03a70000 (0x0032f3a0)
  182 0x03a70000 (0x0032f3a0)
  183 0x03a70000 (0x0032f3a0)
  184 0x03a70000 (0x0032f3a0)
  185 0x03a70000 (0x0032f3a0)
  186 0x03a70000 (0x0032f3a0)
  187 0x03a70000 (0x0032f3a0)
  188 0x03a70000 (0x0032f3a0)
  189 0x03a70000 (0x0032f3a0)
  190 0x03a70000 (0x0032f3a0)
  191 0x03a70000 (0x0032f3a0)
  192 0x03a70000 (0x0032f3a0)
  193 0x03a70000 (0x0032f3a0)
  194 0x03a70000 (0x0032f3a0)
  195 0x03a70000 (0x0032f3a0)
  196 0x03a70000 (0x0032f3a0)
  197 0x03a70000 (0x0032f3a0)
  198 0x03a70000 (0x0032f3a0)
  199 0x03a70000 (0x0032f3a0)
  200 0x03a70000 (0x0032f3a0)
0x4ec7c1f6: movl    0x0(%edi,%ecx,1),%ecx
Modules:
Module    Address            Debug info    Name (116 modules)
PE      330000-  38a000    Deferred        cggl
PE      390000-  399000    Deferred        adbeape
PE      3a0000-  3de000    Deferred        ahclient
PE      3e0000-  3f3000    Deferred        tbbmalloc
PE      400000- 30cb000    Deferred        photoshop
PE     30d0000- 3161000    Deferred        sccore
PE     3170000- 32e7000    Export          adobeowl
PE     32f0000- 3397000    Deferred        axedomcore
PE     33a0000- 381c000    Deferred        mps
PE     3820000- 3928000    Deferred        plugplug
PE     3930000- 3955000    Deferred        tbb
PE     4a30000- 4bf5000    Deferred        adobelinguistic
PE     5270000- 53df000    Deferred        photoshop
PE     53e0000- 561f000    Deferred        psviews
PE     5620000- 5a62000    Deferred        psart
PE    10000000-100a4000    Deferred        extendscript
PE    4ec50000-4edfb000    Export          gdiplus
PE    6a000000-6a63a000    Deferred        cg
PE    78520000-785c3000    Deferred        msvcr90
PE    78aa0000-78b5f000    Deferred        msvcr100
ELF    7a800000-7a92c000    Deferred        opengl32<elf>
  \-PE    7a820000-7a92c000    \               opengl32
ELF    7b800000-7ba6a000    Deferred        kernel32<elf>
  \-PE    7b820000-7ba6a000    \               kernel32
ELF    7bc00000-7bcf2000    Deferred        ntdll<elf>
  \-PE    7bc10000-7bcf2000    \               ntdll
ELF    7bf00000-7bf03000    Deferred        <wine-loader>
ELF    7d64e000-7d654000    Deferred        libxfixes.so.3
ELF    7d654000-7d65f000    Deferred        libxcursor.so.1
ELF    7d65f000-7d670000    Deferred        libxi.so.6
ELF    7d670000-7d673000    Deferred        libxcomposite.so.1
ELF    7d673000-7d67e000    Deferred        libxrandr.so.2
ELF    7d67e000-7d689000    Deferred        libxrender.so.1
ELF    7d689000-7d68f000    Deferred        libxxf86vm.so.1
ELF    7d68f000-7d692000    Deferred        libxinerama.so.1
ELF    7d692000-7d698000    Deferred        libxdmcp.so.6
ELF    7d698000-7d6ba000    Deferred        libxcb.so.1
ELF    7d6ba000-7d7fd000    Deferred        libx11.so.6
ELF    7d7fd000-7d80f000    Deferred        libxext.so.6
ELF    7d80f000-7d8a3000    Deferred        winex11<elf>
  \-PE    7d820000-7d8a3000    \               winex11
ELF    7d8a3000-7d8aa000    Deferred        libffi.so.6
ELF    7d8aa000-7d91c000    Deferred        libgmp.so.10
ELF    7d91c000-7d94f000    Deferred        libhogweed.so.4
ELF    7d94f000-7d98e000    Deferred        libnettle.so.6
ELF    7d98e000-7d9c2000    Deferred        libidn.so.11
ELF    7d9c2000-7da1b000    Deferred        libp11-kit.so.0
ELF    7da1b000-7da4e000    Deferred        libcrypt.so.1
ELF    7da4e000-7db9a000    Deferred        libgnutls.so.30
ELF    7db9a000-7dc08000    Deferred        libcups.so.2
ELF    7dc42000-7dc66000    Deferred        imm32<elf>
  \-PE    7dc50000-7dc66000    \               imm32
ELF    7dd80000-7dda7000    Deferred        libexpat.so.1
ELF    7dda7000-7dde2000    Deferred        libfontconfig.so.1
ELF    7dde2000-7de19000    Deferred        libpng16.so.16
ELF    7de19000-7de2a000    Deferred        libbz2.so.1
ELF    7de2a000-7df6c000    Deferred        libglib-2.0.so.0
ELF    7df6c000-7e003000    Deferred        libfreetype.so.6
ELF    7e044000-7e047000    Deferred        libxau.so.6
ELF    7e047000-7e0c9000    Deferred        libharfbuzz.so.0
ELF    7e103000-7e246000    Deferred        oleaut32<elf>
  \-PE    7e120000-7e246000    \               oleaut32
ELF    7e246000-7e26d000    Deferred        mpr<elf>
  \-PE    7e250000-7e26d000    \               mpr
ELF    7e26d000-7e286000    Deferred        libz.so.1
ELF    7e286000-7e303000    Deferred        wininet<elf>
  \-PE    7e290000-7e303000    \               wininet
ELF    7e303000-7e455000    Deferred        msvcp90<elf>
  \-PE    7e340000-7e455000    \               msvcp90
ELF    7e455000-7e6fe000    Deferred        shell32<elf>
  \-PE    7e460000-7e6fe000    \               shell32
ELF    7e6fe000-7e740000    Deferred        winspool<elf>
  \-PE    7e710000-7e740000    \               winspool
ELF    7e740000-7e77b000    Deferred        ws2_32<elf>
  \-PE    7e750000-7e77b000    \               ws2_32
ELF    7e77b000-7e88e000    Deferred        msvcp100<elf>
  \-PE    7e7c0000-7e88e000    \               msvcp100
ELF    7e88e000-7e909000    Deferred        shlwapi<elf>
  \-PE    7e8a0000-7e909000    \               shlwapi
ELF    7e909000-7e956000    Deferred        liblcms2.so.2
ELF    7e956000-7e9dc000    Deferred        rpcrt4<elf>
  \-PE    7e960000-7e9dc000    \               rpcrt4
ELF    7e9dc000-7eb1f000    Deferred        ole32<elf>
  \-PE    7e9f0000-7eb1f000    \               ole32
ELF    7eb1f000-7eb98000    Deferred        advapi32<elf>
  \-PE    7eb30000-7eb98000    \               advapi32
ELF    7eb98000-7ecb1000    Deferred        gdi32<elf>
  \-PE    7ebb0000-7ecb1000    \               gdi32
ELF    7ecb1000-7ee27000    Deferred        user32<elf>
  \-PE    7ecc0000-7ee27000    \               user32
ELF    7ee27000-7eede000    Deferred        msvcrt<elf>
  \-PE    7ee40000-7eede000    \               msvcrt
ELF    7ef2c000-7ef3e000    Deferred        libnss_files.so.2
ELF    7ef3e000-7ef4b000    Deferred        libnss_nis.so.2
ELF    7ef4b000-7ef67000    Deferred        libnsl.so.1
ELF    7ef67000-7ef72000    Deferred        libnss_compat.so.2
ELF    7ef72000-7efc6000    Deferred        libm.so.6
ELF    7efc7000-7efe7000    Deferred        mscms<elf>
  \-PE    7efd0000-7efe7000    \               mscms
ELF    7efe7000-7f000000    Deferred        version<elf>
  \-PE    7eff0000-7f000000    \               version
ELF    f7297000-f72bd000    Deferred        sti<elf>
  \-PE    f72a0000-f72bd000    \               sti
ELF    f72bd000-f72f5000    Deferred        uxtheme<elf>
  \-PE    f72c0000-f72f5000    \               uxtheme
ELF    f72f5000-f7400000    Deferred        comctl32<elf>
  \-PE    f7300000-f7400000    \               comctl32
ELF    f740b000-f7410000    Deferred        libdl.so.2
ELF    f742d000-f7440000    Deferred        psapi<elf>
  \-PE    f7430000-f7440000    \               psapi
ELF    f7441000-f744a000    Deferred        librt.so.1
ELF    f744a000-f75e4000    Deferred        libc.so.6
ELF    f75e4000-f7601000    Deferred        libpthread.so.0
ELF    f7601000-f77c7000    Dwarf           libwine.so.1
ELF    f77c9000-f77f0000    Deferred        ld-linux.so.2
ELF    f77f2000-f77f3000    Deferred        [vdso].so
Threads:
process  tid      prio (all id:s are in hex)
00000008 (D) C:\Program Files\Adobe\Adobe Photoshop CS6\Photoshop.exe
    00000042    0
    00000041    0
    00000040    0
    0000003f    0
    0000003e    0
    00000009    0 <==
0000000e services.exe
    0000003d    0
    0000001c    0
    00000016    0
    00000014    0
    00000010    0
    0000000f    0
00000012 winedevice.exe
    0000001b    0
    00000018    0
    00000017    0
    00000013    0
00000019 plugplay.exe
    0000001f    0
    0000001e    0
    0000001a    0
00000022 explorer.exe
    00000028    0
    00000027    0
    00000026    0
    00000023    0
System information:
    Wine build: wine-1.7.46 (Staging)
    Platform: i386
    Host system: Linux
    Host version: 4.7.7

Réponses

Anonymous
Mercredi 2 Novembre 2016 à 16:31
what?
Anonymous
Vendredi 6 Janvier 2017 à 15:18
try to install other libraries, like vcrun6 msxml3 or others in my case was vcrun6 helpful
Dimanche 12 Février 2017 à 21:49
In my it worked to go to Configuration --> Configure Wine --> Windows Version: Windows XP (was: Windows 7). This fixed it for me.
ZenYu0101 Mercredi 12 Octobre 2016 à 17:46
ZenYu0101 Anonymous

Messages

Hy, i got this error when i am tring to install it. Any clue? Ty

Error in POL_Shortcut
Binary not found: photoshop.exe
Have you installed the program to the default location?

Réponses

Anonymous
Vendredi 18 Mai 2018 à 1:31
any luck??? Mine is taking forever - but keeps getting that message
Vendredi 18 Mai 2018 à 2:40
You need to start a thread in the forums with your computer specs and debug log. Without any information about your system or logs, we could only guess.
riotbr Dimanche 3 Juillet 2016 à 0:49
riotbr Anonymous

Messages

Hi!

It gets an error when downloading Tahoma32.exe. The host of Microsoft doesn't work.

I've tested with another URL and the download it's working: http://residence-eon.tuxfamily.org/Wine/tahoma32.exe

Thanks in advance ;)

 

 

Réponses

pecg Dimanche 19 Juin 2016 à 16:29
pecg Anonymous

Messages

La dirección no resulta comprensible

Firefox no sabe cómo abrir esta dirección, porque el protocolo (playonlinux) no está asociado con ninguna aplicación.

    Podría necesitar instalar otro software para abrir esta dirección.

it tells me that:

the direction is not understandable

firefox doesnt know how to open this direction, because the protocol (playonlinux) isnt asociated with another aplication

Réponses

Dimanche 26 Juin 2016 à 17:42
Read the wiki to learn how to use PlayOnLinux.
josemiguel Mardi 24 Mai 2016 à 17:12
josemiguel Anonymous

Messages

I'm having problem with the healing brush tool; the alt+ click is not working; is a problem with photoshop or is a configuration problem with linux mint?

How can't a fix?

Réponses

Anonymous
Mardi 24 Mai 2016 à 22:54
fix on Linux mint mate.
Mardi 24 Mai 2016 à 23:20
Probably a problem with Wine itself. Check winehq.org and see if a fix may be available. I am working from my phone at the moment and can't look into the issue at this time. It may actually be because of a hockey associated with the ALT key, but I can't test it right now to be sure.
Vendredi 27 Mai 2016 à 9:02
By default many distros bind [ALT] + Left click to drag windows around your desktop and that's why its not working. Unbind or reassign the [ALT] key in your OS.
josemiguel Jeudi 19 Mai 2016 à 23:37
josemiguel Anonymous

Messages

Is giving a error:

fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
err:shell:HCR_GetFolderAttributes should be called for simple PIDL's only!
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32fcc8 1 C) semi-stub
fixme:system:SetProcessDPIAware stub!

HOW CAN I FIX?

Réponses

Anonymous
Samedi 21 Mai 2016 à 1:59
3rd and 4th are kinda "normal" thing with PS (at least I think). With 1st I'm not familiar... but 2nd I'm getting from time to time and to fix it, I need to shut down all POL processes (option in menu) and start/run again. So far, worked every time. This issue also seems "normal" :)
Anonymous
Mardi 24 Mai 2016 à 17:09
Problem fix, re-install photoshop.
calex Samedi 13 Février 2016 à 11:57
calex Anonymous

Messages

This script works for Adobe Illustrator CS6 as well.

Installed and tested on Linux Mint 17.3 64-bit

AMD Graphics.

 

 

 

 

 

 

 

Réponses

Anonymous
Vendredi 8 Avril 2016 à 16:39
Confirmed on Ubuntu 14.04. Uploaded my working script to this topic:
https://www.playonlinux.com/pl/app-2731.html
petch Vendredi 4 Décembre 2015 à 23:48
petch

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Add POL_SetupWindow_SetID

Differences

@@ -19,6 +19,7 @@
 #Initialization
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 POL_SetupWindow_Init
+POL_SetupWindow_SetID 2316
       
 POL_Debug_Init
       

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Arch Linux 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.8


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="PhotoshopCS6"
WINEVERSION="1.7.46-staging"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RoninDusette"
      
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316
      
POL_Debug_Init
      
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"


# Installation
Set_OS "win7"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Ronin DUSETTE Jeudi 9 Juillet 2015 à 18:01
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

So, the new wine-staging version works with PS. Probably works with Lightroom, as well. One thing that I figured out is that this seems to work really well with Adobe Creative Cloud; I can connect to my account and download and run PS and LR so far. I am going to make a separate script for Adobe CC, though (I anticipate the CC versions needing more TLC than the regular versions before they went into cloud services. 

Differences

@@ -1,16 +1,16 @@
 #!/bin/bash
 # Date : (2014-10-20)
-# Distribution used to test : Kubuntu 14.04 LTS 64-bit
+# Distribution used to test : Arch Linux 64-bit
 # Author : RoninDusette
 # Licence : GPLv3
-# PlayOnLinux: 4.2.5
+# PlayOnLinux: 4.2.8
 
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
       
 PREFIX="PhotoshopCS6"
-WINEVERSION="1.7.34-PhotoshopBrushes"
+WINEVERSION="1.7.46-staging"
 TITLE="Adobe Photoshop CS6"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com"

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Arch Linux 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.8


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="PhotoshopCS6"
WINEVERSION="1.7.46-staging"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RoninDusette"
      
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
      
POL_Debug_Init
      
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"


# Installation
Set_OS "win7"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Anonymous
Jeudi 9 Juillet 2015 à 21:25
This is good news. Wine staging will be the default distribution in POLv5. We should try to avoid patches as we can now
Jeudi 9 Juillet 2015 à 21:40
Sounds good to me. :) I will make sure that I keep that in mind. I will also try to go back and update any older scripts that I can with -staging releases. I know for a fact I cannot do it with Reason 5 (it is a one-off patch, specifically for that program), but I should be able to update the others, as long as the -staging WineBuild works.
Quentin PÂRIS Lundi 29 Juin 2015 à 23:26
Quentin PÂRIS Anonymous

Messages

It seems that the AdobePhotoshop patch has been included into Wine Staging (https://bugs.wine-staging.com/show_bug.cgi?id=382)

Can you confirm?

Réponses

Mercredi 8 Juillet 2015 à 21:24
Yes. I opened a ticket to do this and assign it to myself. I was going to test it tomorrow. I have been uber busy lately. :)

https://www.playonlinux.com/en/issue-5096.html
phsouza Lundi 1 Juin 2015 à 22:16
phsouza Anonymous

Messages

Hello,

Can I use The complete creative Suit CS6? or just Illustrator and Photoshop CS6 with POL?

Réponses

Mercredi 3 Juin 2015 à 6:08
This was only tested with PS CS6. Not the whole suite. Illustrator may work. Let us know if it does, and I will whip up a script for Illustrator. :)
Anonymous
Jeudi 3 Décembre 2015 à 16:33
Tested with Illustrator, it installs but does not run, Error 16, some problem with permissions according to Adobe forums.
Anonymous
Jeudi 3 Décembre 2015 à 16:33
Playon linux on terminal shows: fixme:ntdll:NtLockFile I/O completion on lock not
Anonymous
Jeudi 3 Décembre 2015 à 17:03
Edit: CC does not work, CS6 does.
Ayaskull Mardi 26 Mai 2015 à 16:52
Ayaskull Anonymous

Messages

Can I use a wacom tablet with this software on POL?

Réponses

Mardi 26 Mai 2015 à 20:57
Only if it works through Linux. Usually, if you can use a device in Linux, you can use it with Wine/POL. :)
logesh arun Mercredi 29 Avril 2015 à 20:39
logesh arun Anonymous

Messages

its very usefull software

Réponses

Ronin DUSETTE Dimanche 19 Avril 2015 à 6:26
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Updating to new WineBuild.

Differences

@@ -10,7 +10,7 @@
 source "$PLAYONLINUX/lib/sources"
       
 PREFIX="PhotoshopCS6"
-WINEVERSION="1.7.34-PhotoshopBrushes"
+WINEVERSION="1.7.41-PhotoshopBrushes"
 TITLE="Adobe Photoshop CS6"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com"

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="PhotoshopCS6"
WINEVERSION="1.7.41-PhotoshopBrushes"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RoninDusette"
      
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
      
POL_Debug_Init
      
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"


# Installation
Set_OS "win7"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Ronin DUSETTE Lundi 16 Février 2015 à 0:04
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Changing order of Windows version call.

Differences

@@ -51,10 +51,10 @@
 
 
 # Installation
+Set_OS "win7"
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine "$INSTALLER"
 POL_Wine_WaitExit "$TITLE"
-Set_OS "win7"
 
 # Create Shortcuts
 POL_Shortcut "photoshop.exe" "$TITLE"

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="PhotoshopCS6"
WINEVERSION="1.7.34-PhotoshopBrushes"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RoninDusette"
      
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
      
POL_Debug_Init
      
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"


# Installation
Set_OS "win7"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Anonymous
Mercredi 18 Février 2015 à 21:45
I'm experiencing some issues related to fonts. Menus with problems: Image Size, Duplicate Layer and New option Menu. How can I send screenshots showing problems?
Mercredi 18 Février 2015 à 21:51
Please post in the forums with your full computer specs and debug log and we can take a look at it.
Anonymous
Jeudi 19 Février 2015 à 18:01
Thanks Rodin. See this thread: http://www.playonlinux.com/en/topic-12876.html
Ronin DUSETTE Vendredi 13 Février 2015 à 8:45
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Adding better note before PS install actually starts.

Differences

@@ -47,7 +47,7 @@
 POL_Call POL_Install_tahoma2
 POL_Call POL_Install_FontsSmoothRGB
 
-POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE"
+POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"
 
 
 # Installation

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="PhotoshopCS6"
WINEVERSION="1.7.34-PhotoshopBrushes"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RoninDusette"
      
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
      
POL_Debug_Init
      
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"


# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
Set_OS "win7"

# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Ronin DUSETTE Vendredi 13 Février 2015 à 8:37
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Updating to newer patched Wine version as per ticket 4984:

http://www.playonmac.com/en/issue-4984.html

Differences

@@ -10,7 +10,7 @@
 source "$PLAYONLINUX/lib/sources"
       
 PREFIX="PhotoshopCS6"
-WINEVERSION="1.7.20-PhotoshopBrushes"
+WINEVERSION="1.7.34-PhotoshopBrushes"
 TITLE="Adobe Photoshop CS6"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com"

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="PhotoshopCS6"
WINEVERSION="1.7.34-PhotoshopBrushes"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RoninDusette"
      
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
      
POL_Debug_Init
      
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE"


# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
Set_OS "win7"

# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

petch Mercredi 28 Janvier 2015 à 2:51
petch

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Hi,

Looking at a bug report, it may happen that POL_Download_Resource clobbers $APP_ANSWER in case of redownload. I just pushed a fix to the dev branch of PoL/PoM but it might not be common use for a while, so for the time being it may be a good idea to save $APP_ANSWER content to another variable when they're lots of function calls before it's being used...

Differences

@@ -27,6 +27,7 @@
 
 # Create Prefix
 POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
+INSTALLER="$APP_ANSWER"
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
 
@@ -51,7 +52,7 @@
 
 # Installation
 POL_Wine_WaitBefore "$TITLE"
-POL_Wine "$APP_ANSWER"
+POL_Wine "$INSTALLER"
 POL_Wine_WaitExit "$TITLE"
 Set_OS "win7"
 

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="PhotoshopCS6"
WINEVERSION="1.7.20-PhotoshopBrushes"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RoninDusette"
      
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
      
POL_Debug_Init
      
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE"


# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
Set_OS "win7"

# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Mercredi 28 Janvier 2015 à 3:07
Sounds good. Thanks, petch.
Ronin DUSETTE Samedi 10 Janvier 2015 à 8:24
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -14,7 +14,7 @@
 TITLE="Adobe Photoshop CS6"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com"
-AUTHOR="DJYoshaBYD"
+AUTHOR="RoninDusette"
       
 #Initialization
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="PhotoshopCS6"
WINEVERSION="1.7.20-PhotoshopBrushes"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RoninDusette"
      
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
      
POL_Debug_Init
      
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE"


# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
Set_OS "win7"

# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Anonymous
Samedi 24 Janvier 2015 à 18:14
Just curious, does Josefin Sans not work correctly for anyone else?
Anonymous
Samedi 24 Janvier 2015 à 18:16
(whoops, wanted a newline...)
Roboto from Google Fonts works fine but Josefin Sans is only shown to have a couple of weights (Light Italic, Bold and Bold Italic). https://www.google.com/fonts#UsePlace:use/Collection:Josefin+Sans
Ronin DUSETTE Vendredi 9 Janvier 2015 à 22:51
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Adding revised Tahoma installer to help fix missing font issue on certain machines. 

Differences

@@ -43,6 +43,7 @@
 POL_Call POL_Install_vcrun2008
 POL_Call POL_Install_vcrun2010
 POL_Call POL_Install_corefonts
+POL_Call POL_Install_tahoma2
 POL_Call POL_Install_FontsSmoothRGB
 
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE"

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="PhotoshopCS6"
WINEVERSION="1.7.20-PhotoshopBrushes"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="DJYoshaBYD"
      
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
      
POL_Debug_Init
      
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE"


# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
Set_OS "win7"

# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Vendredi 9 Janvier 2015 à 23:04
Ok ok ok. This is now FIXED! The missing fonts from certain systems should now not be a problem. No virtual desktop needed. The fix is ready to go. Enjoy!
phys1ks Vendredi 2 Janvier 2015 à 21:40
phys1ks Anonymous

Messages

Program runs well, but is there a fix for image previews in the open box? a wine bug has been submit here... https://bugs.winehq.org/show_bug.cgi?id=35805 but maybe a work around can be found? gdiplus does not seem to fix it...

Can also confirm no labels on layers. Debian Jessie - Openbox

Réponses

Samedi 3 Janvier 2015 à 7:26
That is not something that I can really fix. That is something that will need to be worked by the Wine team to see if it is a bug in Wine itself. gdiplus already installs with this, so there is no need to install it, but if that does not help, I am not sure. Let's see what the Wine team says (I noticed you said you launched it with POL; they are likely going to close your bug report and tell you to run it with regular Wine. Just a warning. They have done it to me before. They like to only work with plain Wine. lol.).
Anonymous
Mardi 6 Janvier 2015 à 23:01
I'd really almost call this a show stopper... I can't create new documents because the dialog is smooshed beyond recognition. I'm not sure what is causing this either or how to troubleshoot it?
Mardi 6 Janvier 2015 à 23:07
Can you post a screenshot? Can you try it with a different desktop environment like KDE, Cinnamon, XFCE, or something? I don't have that issue on my system at home, so I am not sure. Also, what did the Wine team say about the bug? I mean, it cannot be doing this on every system, because with over 21,000 downloads, I would imagine a lot more people would have reported this.
Anonymous
Mercredi 7 Janvier 2015 à 19:04
Alright, tried in GNOME XFCE4 and my default OpenBox. All have the same issue...
Mercredi 7 Janvier 2015 à 19:08
No labels on the layers is something that is still an issue with Wine, so hopefully they will come up with a fix, but as for the image previews, I just don't know what would cause that. I am running Kubuntu 14.04 on my system, and it seems to work great. I have to imagine it is an issue with Wine, but we would need the Wine team to troubleshoot it (I personally don't know C or C++) and create a fix, though I would have to imagine there is a fix, as it seems to work fine with how it is set up on my systems. Has there been any movement on the bug report at winehq?
Anonymous
Mercredi 7 Janvier 2015 à 19:09
Crap I hit enter too fast... here is the screenshots -> http://imgur.com/a/OZvsZ
Mercredi 7 Janvier 2015 à 19:10
Lol.
Anonymous
Mercredi 7 Janvier 2015 à 19:10
Nothing on the bug report at winehq from what I can see or have got in my email.
Mercredi 7 Janvier 2015 à 19:12
From the screenshots I see, it looks like you are missing fonts. A previous user commented:

"i have already installed microsoft paint at play on linux, and then, i just copy font folder from Playonlinux virtual hard drive > ms paint > drive_c > windows, paste that at Playonlinux virtual hard drive > photoshopcs6 > drive_c > windows, and that fixed, im sorry too late to answer :)"

I am going to be adding this fix into the script pretty soon, but for the time being, try that and see if it helps. Your screenshots pretty much match the same issue the user below brought up.
Anonymous
Mercredi 7 Janvier 2015 à 19:15
lol the Fonts folder is empty in the ms paint / drive_c / windows folder....I'll see what I can do about fonts...
Mercredi 7 Janvier 2015 à 19:18
That is odd... I am not sure why it wouldn't show up. Unfortunately, I have no clue which exact font it is wanting, but that is for sure why the fonts are not showing up. I just wish I had some more concise information, but if a lot people are having this issue, they are not speaking up about it, which makes it hard to troubleshoot. If I figure out anything, I will, of course, be updating this script to make sure that it is up-to-par.
Anonymous
Mercredi 7 Janvier 2015 à 19:18
Well actually, the fonts are working inside Photoshop, its just that the dialogs are all smooshed. Like its not reading the size the fields are supposed to be? If I hit a dropdown I see the options.
Anonymous
Mercredi 7 Janvier 2015 à 19:20
Do you have Skype or something? We can troubleshoot this and get it figured out. noah.dolph is mine
Anonymous
Mercredi 7 Janvier 2015 à 19:23
Wait, are you running the 2014 update? I'm on Adobe Photoshop Version: 13.0.1 (13.0.1.3 20131024.r.34 2013/10/24:21:00:00) x32 and I found this article... http://feedback.photoshop.com/photoshop_family/topics/menu_too_small_on_photoshop_cc_2014
Mercredi 7 Janvier 2015 à 19:26
I don't offer support like that (I would forever be on Skype helping thousands of users). lol. Sorry. See if maybe changing the DPI settings works:

PlayOnLinux -> Configure -> select the virtual drive for PS -> Wine tab -> configure wine -> Graphics tab -> adjust the DPI slider

That might open those dialogues up a bit. Again, this is something that I have only seen on one system personally, but I used the MS Paint font fix to fix it (I have no clue why it is not working for you) and that corrected it (Xubuntu 14.04 64 bit). I really would like to see more winehq movement on this ticket. I would update the Wine bug report, and try and get some more dialogue moving between them. This is not a POL issue, it is Wine, but we have limited control over that. I will do some research and see what I can find. If you could do the same, and post whatever you find here, that would be cool (if possible, try to post as much as possible in a SINGLE post, because I get an email every time we add a comment on here. ;)
Mercredi 7 Janvier 2015 à 19:29
I saw that article. Give it a shot. I am running whatever the newest version of CS6 is (NOT CC), which I got last year, so it is likely the 2013 update. I haven't checked.
Anonymous
Mercredi 7 Janvier 2015 à 20:03
I fixed it, but i used winetricks to install more fonts. I have the following installed... Baekmuk cambria consolas constantia corefonts eufonts liberation lucida tahoma uff and it is working great now. Also reinstalled Photoshop because I borked my wineprefix haha but it works
Anonymous
Mercredi 7 Janvier 2015 à 20:04
Image preview still does not work, so I'll stand on the winehq bug report to get that sorted out. Thanks!
Mercredi 7 Janvier 2015 à 20:05
SWEET. Thank you SO much for getting me the list of fonts. I will be adding that to the script to make sure have that covered in the future. Glad you got it figured out.

If you they get a fix implemented, let me know, and I will get the patch(s) and get a POL-Wine build ready. Thanks VERY much.
Anonymous
Mercredi 7 Janvier 2015 à 20:07
I saw people complaining about 3D not working, um, i've never used 3D but it seems to work...I guess? http://imgur.com/9VQJ1p9
Mercredi 7 Janvier 2015 à 20:08
Yeah. 3D does not work, and will probably be a while, but that is a very small part of PS, so I am not worried about it.
Vendredi 9 Janvier 2015 à 20:48
None of the fonts listed made any difference. What else did you do, exactly?
Vendredi 9 Janvier 2015 à 20:53
Actually, I switched to a virtual desktop on that system, and it worked. I am testing this out, but that seems to be the key. I will update this in a few minutes
Vendredi 9 Janvier 2015 à 21:15
OK. So it needs:

Virtual desktop on
Tahoma (from winetricks. The POL one does not work for some reason.)

I am working on this now.
Vendredi 9 Janvier 2015 à 23:03
Refer to above comment.
Anonymous
Dimanche 26 Juin 2016 à 10:42
I had the "smooshed dialogues and unlabeled layers" glitch, but was able to fix it by going into configure, making sure the core fonts, Tahoma fonts, and gdiplus were installed. Then under Display, I made sure to choose gdi under Direct Draw Render. It works great. Hope this helps someone in the future.
Ronin DUSETTE Vendredi 19 Décembre 2014 à 21:53
Ronin DUSETTE

Messages

THIS SHOULD WORK WITH THE ADOBE CC VERSION OF PHOTOSHOP, AS WELL. 

 

Réponses

Dimanche 22 Février 2015 à 10:35
Thank you very much for your work, I tested with the offline installer photoshop cc 32-bit and it works.
Dimanche 22 Février 2015 à 16:05
Excellent.
c0ffee Dimanche 14 Décembre 2014 à 16:00
c0ffee Anonymous

Messages

Have missing text labels like in current screenshots been fixed? Hard to work without layer names and all dialogs without text.

Réponses

Anonymous
Dimanche 14 Décembre 2014 à 17:06
Increasing dpi in 'configure wine'->'graphics' also increases label rectangles a bit and words get partially shown in Preferences, so it may be not a font problem.
Dimanche 14 Décembre 2014 à 17:07
I know. It only does that on certain distros. The user below apparently found a fix, but he has not replied. I even sent a private message, but with no answer. I wish he would tell us how he fixed it. If you can get him to give an answer, please repost the solution here so that I can try to implement it. Lol.
Mercredi 17 Décembre 2014 à 16:49
So, I sent the user below another pm about this, and still no answer, which is weak, because I have a system still doing that and I cannot find the solution. If anyone figures it out, I urge you to post here with the solution, so at least it it documented.
Maroce Lundi 8 Décembre 2014 à 15:43
Maroce

Messages

im sorry, i have a problem, when i click the "install program" this computer not do anything, can you help me to fix this problem?

and when i installed manually, i have a new problem :

 

Réponses

Lundi 8 Décembre 2014 à 19:33
Do you have the installer for this program?
Lundi 8 Décembre 2014 à 19:44
Don't install manually. You need to have the installer (you need to own CS6), and when the Install program asks you for the installer, you just select it. POL does not install the software if you do not own it. You have to have an actual copy. Delete the Photoshop virtual drive, click INSTALL on PlayOnLinux, and when prompted, select the .exe installer for Photoshop. If it still fails after that, pastebin your debug log here. It simply looks like you didn't tell it where your photoshop installer is at.
Lundi 8 Décembre 2014 à 19:45
BTW, if you are going to post any log errors, don't post a screenshot. It is almost useless most of the time, because we can only see part of it. Pastebin the log is the best way. :)
Mercredi 10 Décembre 2014 à 10:40
oh awesome, its works! thx ronin DUSETTE :)
Mercredi 10 Décembre 2014 à 10:41
amazing works! but in my photoshop, i've lost some text, would you like to help me prove this problem?
Mercredi 10 Décembre 2014 à 13:35
im sorry, i've solved my problem about the text! thx for you attention admin!
Mercredi 10 Décembre 2014 à 18:22
How did you fix the text problem? I am just curious.
Vendredi 19 Décembre 2014 à 15:42
i have already installed microsoft paint at play on linux, and then, i just copy font folder from Playonlinux virtual hard drive > ms paint > drive_c > windows, paste that at Playonlinux virtual hard drive > photoshopcs6 > drive_c > windows, and that fixed, im sorry too late to answer :)
Vendredi 19 Décembre 2014 à 18:25
Excellent. Can you do me a favour and list the fonts in the ms paint folder? It must be one specific font that makes it break. Thanks so much for them help.
Vendredi 19 Décembre 2014 à 21:39
Actually, I will do it, and I will isolate the particular font that is missing. Thanks a whole lot. That really helps me a bunch. I will get it included in the script soon, so that this will be fixed. Your feedback was essential to fixing this bug. Thanks. :)
Dimanche 21 Décembre 2014 à 5:18
im sorry, when im check the font folder, nothing i founded some files
Dimanche 21 Décembre 2014 à 5:33
but now, if i import an image to photoshop, the photoshop not responding, i try to make new layer and still not responding, would you like to help me?
Dimanche 21 Décembre 2014 à 9:04
You are giving very vague info, no specs, and no debug output, so I don't know. Importing images works, as you can see from the screenshots above. Please post up in the forums with your issue, full computer specs, and debug output, and then we can try and figure it out. Again, I know that feature works, so it has to be something specific. Thanks. :-)
Ronin DUSETTE Vendredi 7 Novembre 2014 à 6:56
Ronin DUSETTE

Messages

Pulling this out of "testing", as after almost 4,000 downloads, I would imagine that any major bugs (aka 'show stoppers') would have been reported. 

Teehee. This is a good thing. 

Réponses

Ronin DUSETTE Jeudi 23 Octobre 2014 à 3:59
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -14,7 +14,7 @@
 TITLE="Adobe Photoshop CS6"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com"
-AUTHOR="DJYoshaBYD"
+AUTHOR="RoninDusette"
       
 #Initialization
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="PhotoshopCS6"
WINEVERSION="1.7.20-PhotoshopBrushes"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RoninDusette"
      
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
      
POL_Debug_Init
      
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Install will fail and program will not launch with Intel graphics. Use only AMD and Nvida cards. Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE"

POL_Wine_reboot

# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
Set_OS "win7"

# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Dimanche 26 Octobre 2014 à 16:57
I have added the script resources here: http://www.playonlinux.com/en/topic-12543-SCRIPTPhotoshop_CS6_resources.html
Lundi 27 Octobre 2014 à 21:21
Should have been uploaded by now
Lundi 27 Octobre 2014 à 21:22
Sweet, Looks good to go. Thanks. :)
Anonymous
Dimanche 2 Novembre 2014 à 13:31
Hi, thanks, by this script I install Photoshop CC, not only CS6. Maybe you add this fact in description?
Dimanche 2 Novembre 2014 à 18:27
It is not the same program, so I would need to see tests confirming that every feature works like CS6 before I make a unified installer. If anything, I may obtain the demo for CC, and write a different script for that. I feel that it would be better, since they are not the same program (though I do understand the relationship).
Anonymous
Dimanche 2 Novembre 2014 à 18:38
Yeah, a different script would be definitely better. (You may install both program)
Dimanche 2 Novembre 2014 à 18:41
That is what I was thinking, as well. I would much rather have them apart from each other, simply because if something changes in CC and breaks compat. with CS6, then I would need to separate them anyway. I should be able to get to that within the next couple of weeks, after I am able to test CC and make sure that it works.
Ronin DUSETTE Mardi 21 Octobre 2014 à 0:06
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Added note stating that Intel graphics will not work. I looked a lot into this, and it seems most Intel graphics will not run this app. I am going to test it on an AMD laptop later. 

Differences

@@ -45,7 +45,7 @@
 POL_Call POL_Install_corefonts
 POL_Call POL_Install_FontsSmoothRGB
 
-POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE"
+POL_SetupWindow_message "$(eval_gettext 'NOTICE: Install will fail and program will not launch with Intel graphics. Use only AMD and Nvida cards. Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE"
 
 POL_Wine_reboot
 

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="PhotoshopCS6"
WINEVERSION="1.7.20-PhotoshopBrushes"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="DJYoshaBYD"
      
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
      
POL_Debug_Init
      
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Install will fail and program will not launch with Intel graphics. Use only AMD and Nvida cards. Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE"

POL_Wine_reboot

# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
Set_OS "win7"

# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Edité par RoninDusette

Ronin DUSETTE Lundi 20 Octobre 2014 à 21:52
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -47,12 +47,13 @@
 
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE"
 
+POL_Wine_reboot
 
 # Installation
-Set_OS "win7"
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine "$APP_ANSWER"
 POL_Wine_WaitExit "$TITLE"
+Set_OS "win7"
 
 # Create Shortcuts
 POL_Shortcut "photoshop.exe" "$TITLE"

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="PhotoshopCS6"
WINEVERSION="1.7.20-PhotoshopBrushes"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="DJYoshaBYD"
      
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
      
POL_Debug_Init
      
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE"

POL_Wine_reboot

# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
Set_OS "win7"

# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Ronin DUSETTE Lundi 20 Octobre 2014 à 20:54
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Changed to Win7 before PS install.

Differences

@@ -49,10 +49,10 @@
 
 
 # Installation
+Set_OS "win7"
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine "$APP_ANSWER"
 POL_Wine_WaitExit "$TITLE"
-Set_OS "win7"
 
 # Create Shortcuts
 POL_Shortcut "photoshop.exe" "$TITLE"

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="PhotoshopCS6"
WINEVERSION="1.7.20-PhotoshopBrushes"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="DJYoshaBYD"
      
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
      
POL_Debug_Init
      
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE"


# Installation
Set_OS "win7"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Anonymous
Lundi 20 Octobre 2014 à 21:29
Amazing!
Lundi 20 Octobre 2014 à 21:35
So far it is working great on my desktop (kubuntu 14.04 64-bit), but my laptop (Mint with Cinnamon, 64 bit), it keeps crashing during install. I know it has something to do with connecting to the internet. I install libgnutls and libcrypto* and all of that, and I am pretty sure that I have it covered, but there is something on my desktop that lets the install work fine, and my laptop seems to be missing it. Unfortunately, I am having a very hard time checking what is missing. haha.
Anonymous
Lundi 20 Octobre 2014 à 22:04
Graphic drivers? Same wine version?
Lundi 20 Octobre 2014 à 22:07
Completely different system. Intel chipset, same exact script. I actually cleared out the ~/.PlayOnLinux folder and rebooted my laptop and I am trying again. For some reason, I want to say that something failed to install into the virtual drive correctly or something. Just before it crashes, it would throw some wbemproxy errors, but those only showed up on my laptop, not my desktop, which is odd.
Lundi 20 Octobre 2014 à 22:07
It throws this a lot, too: "(python:2431): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion 'GTK_IS_WIDGET (widget)' failed
" But I do not think that is causing this.
Lundi 20 Octobre 2014 à 22:17
Here is the pastebin. It is not that Wine crashes, but the PS installer says that it failed. If you could take a look at it and see if you can find something, that would be wonderful. The odd thing is, the installer says that it crashes, but if I don't touch anything, and watch the terminal, the install actually does finish, but this is not reflected in the installer. If I wait about 5 minutes after the installer says that it failed, I can close it, and the shortcut is created and it works fine. Problem is, my desktop requires no such workaround. It just works. Anyway, here is the pastebin from my laptop (Intel Core2, Mobile 4 series GPU, same script, fresh install):

http://pastebin.com/rtTQwuvp
Anonymous
Lundi 20 Octobre 2014 à 22:42
Weird. Want to write a big news ? :) :D
Lundi 20 Octobre 2014 à 22:45
Not just yet. Lol. It has to connect online to register, otherwise it just won't work. Again, I have it working on my desktop, but the laptop will not work. Is there a way to check what 32-bit libraries I have installed on both machines, that way I can diff them?
Anonymous
Lundi 20 Octobre 2014 à 23:08
Reinstall wine 1.7.20-PhotoshopBrushes on both computer also
Lundi 20 Octobre 2014 à 23:10
ok
Ronin DUSETTE Lundi 20 Octobre 2014 à 20:22
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -43,7 +43,6 @@
 POL_Call POL_Install_vcrun2008
 POL_Call POL_Install_vcrun2010
 POL_Call POL_Install_corefonts
-POL_Call POL_Install_FontsSmoothBGR
 POL_Call POL_Install_FontsSmoothRGB
 
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE"

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="PhotoshopCS6"
WINEVERSION="1.7.20-PhotoshopBrushes"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="DJYoshaBYD"
      
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
      
POL_Debug_Init
      
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE"


# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
Set_OS "win7"

# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Anonymous
Vendredi 23 Décembre 2016 à 10:11
Hello Happy Cristmas. I am new in Ubuntu and i need to instal photoshop and ilustrator sc6
Ronin DUSETTE Lundi 20 Octobre 2014 à 20:05
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Initial commit. Will add screenshots and resources later. 

Differences

@@ -0,0 +1,64 @@
+#!/bin/bash
+# Date : (2014-10-20)
+# Distribution used to test : Kubuntu 14.04 LTS 64-bit
+# Author : RoninDusette
+# Licence : GPLv3
+# PlayOnLinux: 4.2.5
+
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+      
+PREFIX="PhotoshopCS6"
+WINEVERSION="1.7.20-PhotoshopBrushes"
+TITLE="Adobe Photoshop CS6"
+EDITOR="Adobe Systems Inc."
+GAME_URL="http://www.adobe.com"
+AUTHOR="DJYoshaBYD"
+      
+#Initialization
+POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
+POL_SetupWindow_Init
+      
+POL_Debug_Init
+      
+# Presentation
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+
+# Create Prefix
+POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WINEVERSION"
+
+# Configuration
+Set_OS "winxp"
+
+#Dependencies
+POL_Call POL_Install_AdobeAir
+POL_Call POL_Install_atmlib
+POL_Call POL_Install_gdiplus
+POL_Call POL_Install_msxml3
+POL_Call POL_Install_msxml6
+POL_Call POL_Install_vcrun2005
+POL_Call POL_Install_vcrun2008
+POL_Call POL_Install_vcrun2010
+POL_Call POL_Install_corefonts
+POL_Call POL_Install_FontsSmoothBGR
+POL_Call POL_Install_FontsSmoothRGB
+
+POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE"
+
+
+# Installation
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "$APP_ANSWER"
+POL_Wine_WaitExit "$TITLE"
+Set_OS "win7"
+
+# Create Shortcuts
+POL_Shortcut "photoshop.exe" "$TITLE"
+
+POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"
+
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="PhotoshopCS6"
WINEVERSION="1.7.20-PhotoshopBrushes"
TITLE="Adobe Photoshop CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="DJYoshaBYD"
      
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
      
POL_Debug_Init
      
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_FontsSmoothBGR
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Ignore the error at the end of the install that says that Photoshop failed to install.')" "$TITLE"


# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
Set_OS "win7"

# Create Shortcuts
POL_Shortcut "photoshop.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Lundi 20 Octobre 2014 à 20:21
You can't "install" both POL_Install_FontsSmoothBGR and POL_Install_FontsSmoothRGB since they tweak the same parameters...
Lundi 20 Octobre 2014 à 20:22
Ok. I will make that change real quick.
Anonymous
Dimanche 14 Décembre 2014 à 10:46
current screenshots show same bug I have - mostly all labels aren't displayed correctly. Is it so for everyone? My setup is Ubuntu 14.04, notebook ux32vd with intel+ nvidia graphics under bumblebee. But works very smoothly so far
Anonymous
Jeudi 25 Aoüt 2016 à 14:01
nothing happens when i click "install this program" link
Anonymous
Samedi 7 Janvier 2017 à 3:07
It worked out for me. I have Linux Mint 18 - Mate. I had issued when I installed, because the huge file of 300mb was always interrupted by something I couldn't find. Finally, I got it after 10 times trying.
Anonymous
Samedi 14 Mars 2020 à 18:55
Please help me, when i wnat to press 'Install this packege' Button then come a popup 'Cancel or open xdg-open' for Adobe Photoshop CS6 install on my rasberry pi 4