[Bug 5490] MSXML3 Installer Causes Page Fault

Wine Bugs wine-bugs at winehq.org
Fri Jun 30 12:53:44 CDT 2006


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


truiken at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wine-bugs at winehq.org
         AssignedTo|wine-bugs at winehq.org        |mike at codeweavers.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1




------- Additional Comments From truiken at gmail.com  2006-30-06 12:53 -------
The problem is that the installer is running the following query:

"SELECT `_stpStdDlls`.`File`, `Binary`.`Data` FROM `_stpStdDlls`, `Binary` WHERE
`_stpStdDlls`.`Binary_` = `Binary`.`Name`"

which we think is invalid, because we return ERROR_BAD_QUERY_SYNTAX.  This is
because we don't implement joins yet.  Assigning to Mike, so he can take a look
at it when he gets back.

-- 
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.
You are on the CC list for the bug, or are watching someone who is.



More information about the wine-bugs mailing list