Problem with Adobe Photoshop CS2

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
razorbladex401
Newbie
Newbie
Posts: 1
Joined: Sat May 03, 2008 12:07 pm

Problem with Adobe Photoshop CS2

Post by razorbladex401 »

I'm running Ubuntu 8.04 and I have wine version 0.9.59 running. I was able to install Adobe Photoshop CS 2 without a problem but it won't run. It keeps crashing once it loads. I'm getting this error message: "An error has been detected with a required application library and the product cannot continue. Please reinstall the application."

This is what I get from terminal"

preloader: Warning: failed to reserve range 00000000-60000000
preloader: Warning: failed to reserve range 00000000-60000000
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
preloader: Warning: failed to reserve range 00000000-60000000
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
preloader: Warning: failed to reserve range 00000000-60000000
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
err:shell:HCR_GetFolderAttributes HCR_GetFolderAttributes should be called for simple PIDL's only!
preloader: Warning: failed to reserve range 00000000-60000000
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
fixme:system:SystemParametersInfoW Unimplemented action: 8202 (SPI_GETFONTSMOOTHINGTYPE)
err:ole:create_server class {a1f4e726-8cf1-11d1-bf92-0060081ed811} not registered
err:ole:CoGetClassObject no class object {a1f4e726-8cf1-11d1-bf92-0060081ed811} could be created for context 0x4
fixme:keyboard:UnregisterHotKey (0x10026,99): stub
fixme:keyboard:RegisterHotKey (0x10026,99,0x00000000,27): stub
fixme:font:WineEngRemoveFontResourceEx :stub
err:twain:twain_add_onedriver Source->(DG_CONTROL,DAT_IDENTITY,MSG_GET) failed!
err:twain:twain_add_onedriver Source->(DG_CONTROL,DAT_IDENTITY,MSG_GET) failed!
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.
preloader: Warning: failed to reserve range 00000000-60000000
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
fixme:ole:CoResumeClassObjects stub
preloader: Warning: failed to reserve range 00000000-60000000
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
preloader: Warning: failed to reserve range 00000000-60000000
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
err:ntdll:RtlpWaitForCriticalSection section 0x1502750 "?" wait timed out in thread 0053, blocked by 0009, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1502750 "?" wait timed out in thread 0053, blocked by 0009, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1502750 "?" wait timed out in thread 0053, blocked by 0009, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1502750 "?" wait timed out in thread 0053, blocked by 0009, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1502750 "?" wait timed out in thread 0053, blocked by 0009, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1502750 "?" wait timed out in thread 0053, blocked by 0009, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1502750 "?" wait timed out in thread 0053, blocked by 0009, retrying (60 sec)
fixme:advapi:SetNamedSecurityInfoW L"C:\\windows\\profiles\\All Users\\Application Data\\Adobe\\Updater\\AdobeESDGlobalApps.xml" 1 4 (nil) (nil) (nil) (nil)
fixme:ole:CoSuspendClassObjects
fixme:font:WineEngRemoveFontResourceEx :stub
alex@slaughter-ub:~/.wine/drive_c/Program Files/Adobe/Adobe Photoshop CS2$ fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 8000000a
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

DachaArh
Level 2
Level 2
Posts: 15
Joined: Tue May 13, 2008 6:13 pm

Post by DachaArh »

i tried to do what is on that page :
I tried this :

Code: Select all

$ sudo sysctl -w vm.mmap_min_addr=0
but my terminal says :
bash: $: command not found
Pavel Troller

Problem with Adobe Photoshop CS2

Post by Pavel Troller »

i tried to do what is on that page :
I tried this :

Code:
$ sudo sysctl -w vm.mmap_min_addr=0


but my terminal says :
bash: $: command not found
Mamma mia :-).
The "$" symbol represents the prompt of your shell, it's a character, which
obviously stands at the beginning of the line and cursor blinks at the right
of it, to indicate that you can type commands.
Please reenter it, without copying that character, i.e. starting with the
"sudo" (without double quotes) word.
With regards, Pavel Troller
User avatar
L. Rahyen
Moderator
Moderator
Posts: 338
Joined: Fri Feb 22, 2008 9:13 pm

Problem with Adobe Photoshop CS2

Post by L. Rahyen »

On Monday May 19 2008 09:27:21 DachaArh wrote:
i tried to do what is on that page :
I tried this :

Code:
$ sudo sysctl -w vm.mmap_min_addr=0


but my terminal says :
bash: $: command not found
This is expected: there is no such command as "$". "$" means you should run
following command as a user (or if you see "#" instead of "$" then you should
run it as root or with "sudo").
For example as ordinary user run:

sudo sysctl -w vm.mmap_min_addr=0

It should work.
DachaArh
Level 2
Level 2
Posts: 15
Joined: Tue May 13, 2008 6:13 pm

Post by DachaArh »

thanks alot, working.
Now I will restart and see if photoshop works ....
User avatar
L. Rahyen
Moderator
Moderator
Posts: 338
Joined: Fri Feb 22, 2008 9:13 pm

Problem with Adobe Photoshop CS2

Post by L. Rahyen »

On Monday May 19 2008 10:47:39 DachaArh wrote:
thanks alot, working.
Now I will restart and see if photoshop works ....
You need to edit /etc/sysctl.conf if you want to keep this setting after
reboot.
Simplest way to edit this file is run this simple command:

sudo echo 'vm.mmap_min_addr=0' >> /etc/sysctl.conf
Locked