http://bugs.winehq.org/show_bug.cgi?id=26493
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #4 from Hans Leidekker hans@meelstraat.net 2011-03-20 15:09:17 CDT --- (In reply to comment #3)
The few lines before the failure seem to be
trace:msi:MSIREG_OpenClassesUpgradeCodesKey L"#UPGEADECODE#" trace:msi:MSI_DatabaseOpenViewW L"SELECT * FROM `ActionText` WHERE `Action` = 'PublishProduct'" 0x16cdaa4 trace:msi:MSI_ParseSQL Parse returned 1 trace:msi:MSI_ProcessMessage 4000000 trace:msi:MSI_ProcessMessage 0x5c8030 (nil) (nil) 7fdf 10 L"Action ended 16:28:53: PublishProduct. Return value 1627." ... err:msi:ITERATE_Actions Execution halted, action L"PublishProduct" returned 1627
Assigning component msi on the guess that an sql parse error is msi-related.
The parse error is harmless, it fails because of the bogus upgrade code which we should ignore.