Photoshop CS2

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
polecat.jet
Newbie
Newbie
Posts: 3
Joined: Wed Nov 11, 2009 9:39 am

Photoshop CS2

Post by polecat.jet »

When I launch Adobe Photoshop CS2 from command line I give

Code: Select all

wine /home/andrew/.wine/drive_c/Program\ Files/Adobe/Adobe\ Photoshop\ CS2/Photoshop.exe 
fixme:service:QueryServiceObjectSecurity 0x145f30 4 0x32d454 4 0x32d448 - semi-stub
fixme:service:QueryServiceObjectSecurity 0x145f30 4 0x14d408 28 0x32d430 - semi-stub
fixme:service:SetServiceObjectSecurity 0x145f30 4 0x14d408
If I try to launch Adobe Image Ready CS2 to me return

Code: Select all

env WINEPREFIX="/home/andrew/.wine" wine "C:\Program Files\Adobe\Adobe Photoshop CS2\ImageReady.exe" 
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
can you help resolv me this problem? What do I must to do?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Photoshop CS2

Post by vitamin »

polecat.jet wrote:can you help resolv me this problem? What do I must to do?
And the problem is? Ignore all fixme: or err: messages you see from Wine.
polecat.jet
Newbie
Newbie
Posts: 3
Joined: Wed Nov 11, 2009 9:39 am

Re: Photoshop CS2

Post by polecat.jet »

vitamin wrote: And the problem is? Ignore all fixme: or err: messages you see from Wine.
The problem is that my application doesn`t launch... :?
James McKenzie

Photoshop CS2

Post by James McKenzie »

polecat.jet wrote:
vitamin wrote:
And the problem is? Ignore all fixme: or err: messages you see from Wine.
The problem is that my application doesn`t launch... :?


Can you run the program from the terminal and create a logging file per
the FAQ?

If the logging file is large (20 or more lines of text) please post it
to a site like pastebin.com and post the URL here.

Thank you.

James McKenzie
User avatar
dimesio
Moderator
Moderator
Posts: 13371
Joined: Tue Mar 25, 2008 10:30 pm

Re: Photoshop CS2

Post by dimesio »

polecat.jet wrote:When I launch Adobe Photoshop CS2 from command line I give

Code: Select all

wine /home/andrew/.wine/drive_c/Program\ Files/Adobe/Adobe\ Photoshop\ CS2/Photoshop.exe 
fixme:service:QueryServiceObjectSecurity 0x145f30 4 0x32d454 4 0x32d448 - semi-stub
fixme:service:QueryServiceObjectSecurity 0x145f30 4 0x14d408 28 0x32d430 - semi-stub
fixme:service:SetServiceObjectSecurity 0x145f30 4 0x14d408
If I try to launch Adobe Image Ready CS2 to me return

Code: Select all

env WINEPREFIX="/home/andrew/.wine" wine "C:\Program Files\Adobe\Adobe Photoshop CS2\ImageReady.exe" 
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
can you help resolv me this problem? What do I must to do?
What version of Wine? If it's not the latest development release, upgrade.

For Photoshop CS2: did you follow the howto in the AppDB? http://appdb.winehq.org/objectManager.p ... n&iId=2631
For Image Ready: do what the error message tells you to do; install the winbind package of your distro.
mickthebike
Level 3
Level 3
Posts: 63
Joined: Tue May 13, 2008 3:44 am

Post by mickthebike »

I managed to get Photoshop 7 working flawlessly by setting in winecfg the version to Windows XP.
Locked