http://bugs.winehq.org/show_bug.cgi?id=2424
Jeff Zaroyko jeffzaroyko@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org
--- Comment #13 from Jeff Zaroyko jeffzaroyko@gmail.com 2008-01-07 02:34:45 --- Thomas contacted me by email and has explained that there is no demo version available.
After working together with him, I have verified this is another GlobalMemoryStatus issue, just like bug 10844 which checks the value of AvailPageFile.
This application is testing against the TotalPageFile value set by GlobalMemoryStatus, which gets detected as not enough when it's >2GB.
The last effort to address this issue was this patch: http://source.winehq.org/git/wine.git/?a=commitdiff;h=16aadb2785600cc73cfe70...
which checks for old executables, but unfortunately there appears to be some executables out there that have a subsystem version of 4 (pe header) that mishandle large values, where this patch fixes anything less than 4.
I have kindly patched Thomas's executable as a temporary workaround for him, which makes the program run without crashing or complaining when run with 0.9.52.
Adding Alexandre Julliard to CC.