http://bugs.winehq.org/show_bug.cgi?id=18379
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2009-05-08 01:53:32 --- (In reply to comment #6)
The log confirms that photoshop get its data after a call to GlobalMemoryStatus()
I have installed PhotoShop3 and can confirm the bug. Hacking the function above to return 512, 1024, 1536, 1792 MB lets the program run.
What field do you limit that makes the app run? Wine already limits values returned by GlobalMemoryStatus() to 2Gb for apps that don't expect that.