[Bug 2424] Genotyper crashes when the registration dialog should appear

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jan 7 02:34:46 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=2424


Jeff Zaroyko <jeffzaroyko at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |julliard at winehq.org




--- Comment #13 from Jeff Zaroyko <jeffzaroyko at 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=16aadb2785600cc73cfe705a3a64e0315b14d99c;hp=b7f617c916a210ac9d5a922809afb1ca75f4e1cd

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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list