[Bug 4227] QuickTest Pro 8.2 fails to install

Wine Bugs wine-bugs at winehq.org
Mon Jun 19 17:15:26 CDT 2006


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





------- Additional Comments From truiken at gmail.com  2006-19-06 17:15 -------
The problem is as follows:

The installer calls MsiDatabaseOpenView with the query "SELECT Condition FROM
Component WHERE Component='_scr56chs.exe'.  The call succeeds, but when we try
to allocate a handle to return to the user, via alloc_msihandle, we fail because
we've reached our max number of open handles allowed, MSIMAXHANDLES, which is
240.  Either this limit is too low, which a simple test case can clear up, or we
have a handle leak somewhere.

-- 
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