When I launch Adobe Photoshop CS2 from command line I give Code: 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: 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?
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.
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... :?
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
polecat.jet wrote:> When I launch Adobe Photoshop CS2 from command line I give > > Code: > > 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: > > 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.php?sClass=version&iId=2631 For Image Ready: do what the error message tells you to do; install the winbind package of your distro.