http://bugs.winehq.org/show_bug.cgi?id=15533 EA Durbin <ead1234(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ead1234(a)hotmail.com --- Comment #6 from EA Durbin <ead1234(a)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.