http://bugs.winehq.org/show_bug.cgi?id=32764
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2013-01-20 10:27:59 CST --- Created attachment 43256 --> http://bugs.winehq.org/attachment.cgi?id=43256 +msi log with crash info
I can confirm this. It crashes in msi_load_media_info() cause SourceDir property could not be found for some reason:
--- trace:msi:MSI_DatabaseOpenViewW L"SELECT `Value` FROM `_Property` WHERE `_Property`=?" 0xc70e600 trace:msi:MSI_ParseSQL Parse returned 0 trace:msi:MSI_ViewExecute 0x28341e8 0x2833be8 trace:msi:MSI_ViewFetch 0x28341e8 0xc70e604 trace:msi:msi_view_get_row 0x286f850 0x28343f8 0 0xc70e604 trace:msi:MSI_ViewClose 0x28341e8 trace:msi:msiobj_release object 0x28341e8 destroyed trace:msi:msiobj_release object 0x2833be8 destroyed trace:msi:msi_get_property property L"SourceDir" not found wine: Unhandled page fault on read access to 0x00000000 at address 0x7ecdb115 (thread 0073), starting debugger... trace:msi:MSIDialog_WndProc 0x001f Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7ecdb115). ---
Hopefully Hans has some idea what's going on with it, cause I don't really know how msi works.