On 2/19/2010 18:21, Alexandre Julliard wrote:
Module: wine Branch: master Commit: 1ff992314887d03abeb4098789701ff3bfd5d2d8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1ff992314887d03abeb4098789...
Author: Hans Leidekkerhans@codeweavers.com Date: Fri Feb 19 12:27:36 2010 +0100
msi: Add summary information stream to the streams table.
Hi, Hans.
Bad news about this one I'm afraid. It breaks a Sun JRE install (jre-6u16-windows-i586-s to be exact). It fails with following output: --- err:msidb:TABLE_fetch_stream fetching stream L"Binary.RegUtilsMSI", error = 1627 err:msi:store_binary_to_temp Failed to get stream err:msi:ITERATE_Actions Execution halted, action L"IsMozillaInstalled" returned 13 err:msidb:TABLE_fetch_stream fetching stream L"Binary.NewBinary7", error = 1627 err:msi:msi_dialog_bitmap_control Failed to load bitmap L"NewBinary7" err:msidb:TABLE_fetch_stream fetching stream L"Binary.NewBinary11", error = 1627 err:msi:msi_dialog_bitmap_control Failed to load bitmap L"NewBinary11" --- and installer reports error that wizard was interrupted (no crash).
Do you want a bug report for this or you got what a regression is about?
On Friday 19 February 2010 18:56:37 Nikolay Sivov wrote:
Bad news about this one I'm afraid. It breaks a Sun JRE install (jre-6u16-windows-i586-s to be exact). It fails with following output:
err:msidb:TABLE_fetch_stream fetching stream L"Binary.RegUtilsMSI", error = 1627 err:msi:store_binary_to_temp Failed to get stream err:msi:ITERATE_Actions Execution halted, action L"IsMozillaInstalled" returned 13 err:msidb:TABLE_fetch_stream fetching stream L"Binary.NewBinary7", error = 1627 err:msi:msi_dialog_bitmap_control Failed to load bitmap L"NewBinary7" err:msidb:TABLE_fetch_stream fetching stream L"Binary.NewBinary11", error = 1627 err:msi:msi_dialog_bitmap_control Failed to load bitmap L"NewBinary11"
and installer reports error that wizard was interrupted (no crash).
Do you want a bug report for this or you got what a regression is about?
A bug would be nice, yes. Do you have a URL? I can't reproduce it with the latest JRE downloaded from sun.com.
-Hans
On 2/19/2010 21:28, Hans Leidekker wrote:
A bug would be nice, yes. Do you have a URL? I can't reproduce it with the latest JRE downloaded from sun.com.
Ok, I'll file a report now. Yes, it could be downloaded in archives section - http://java.sun.com/products/archive/j2se/6u16/index.html
-Hans