[Bug 4802] Oracle Client installer crashes in advapi.CreateService

Wine Bugs wine-bugs at winehq.org
Wed Jun 7 19:00:23 CDT 2006


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





------- Additional Comments From truiken at gmail.com  2006-07-06 19:00 -------
The original CreateService bug has been fixed, but there is one last bug keeping
the Oracle Client installer from working (on some machines).  In msi, we set the
property 'PhysicalMemory' by calling GlobalMemoryStatusEx and wsprintf'ing the
total memory reported into a string.  On a machine with enough ram, >2gb, the
integer value is overflowing into the negatives and when the installer checks if
we have at least 256mb of ram, it bails out because we're reporting a negative
amount.  I have a patch for this that I'll send shortly.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list