[Bug 15533] iTunes 8.0 fails to install

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Oct 23 12:19:30 CDT 2008


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


EA Durbin <ead1234 at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ead1234 at hotmail.com




--- Comment #6 from EA Durbin <ead1234 at hotmail.com>  2008-10-23 12:19:29 ---
The first error is in read_table_from_storage row_size resolves to 19 and
rawsize resolves to 20, perhaps one of these numbers gets the wrong count?
Commenting out goto err allows installation to pass this error. 

warn:msidb:read_table_from_storage Table size is invalid 20/19
warn:msidb:TABLE_CreateView table not found

    if( rawsize % row_size )
    {
        WARN("Table size is invalid %d/%d\n", rawsize, row_size );
        goto err; 
    }

err:
    msi_free( rawdata );
    return ERROR_FUNCTION_FAILED;


after bypassing this error it fails in ITERATE_StartService on starting the
Bonjour service


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list