Posted by: mrduc on: July 12, 2008
The following error message after starting PhotoShop CS2:
An error has been detected with required application library and the product cannot continue. Please reinstall the application.
Can be resolved with:
The workaround is to give the command:
$ sudo sysctl -w vm.mmap_min_addr=0
This fixes the problem until the next time you reboot. (It also reduces security slightly.)
To avoid having to give that same command every time you reboot, also edit the file /etc/sysctl.conf, e.g. with the command
$ sudo gedit /etc/sysctl.conf
and change the line that reads:
vm.mmap_min_addr = 65536
to:
vm.mmap_min_addr = 0
http://wiki.winehq.org/PreloaderPageZeroProblem