http://bugs.winehq.org/show_bug.cgi?id=18379
--- Comment #14 from Ken Sharp kennybobs@o2.co.uk 2010-03-11 21:45:51 --- (In reply to comment #11)
Could anyone please test Photoshop 3 under real Windows with 2Gb or more memory installed and report the results??
Tested under Windows XP with 2.5 GB, the app reports the same memory error. The same is true under the various "compatibility" settings, but they're usefulness is very limited anyway.
MS Application Verifier can simulate low memory, but I think it goes to the other extreme as PS3 simply suffers another error when this is enabled.
Hacking Wine to report less memory as reported above allowed PS3 to load for me under Linux (with 2GB RAM).
@@ -1359,7 +1359,7 @@ VOID WINAPI GlobalMemoryStatus( LPMEMORYSTATUS lpBuffer ) - lpBuffer->dwAvailPageFile = 2U*1024*1024*1024 - lpBuffer->dwAvailPhys - 1; + lpBuffer->dwAvailPageFile = 2U*1024*1024 - lpBuffer->dwAvailPhys - 1;