[Bug 5490] MSXML3 Installer Causes Page Fault
http://bugs.winehq.org/show_bug.cgi?id=5490 truiken(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wine-bugs(a)winehq.org AssignedTo|wine-bugs(a)winehq.org |mike(a)codeweavers.com Status|UNCONFIRMED |NEW Ever Confirmed| |1 ------- Additional Comments From truiken(a)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.
participants (1)
-
Wine Bugs