http://bugs.winehq.org/show_bug.cgi?id=20502
Summary: Execution of msiexec yields Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7ebdfb2b). Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: fgatwork@verizon.net
Created an attachment (id=24411) --> (http://bugs.winehq.org/attachment.cgi?id=24411) Log file containing debug / backtrace
When attempting to install a windows application (.exe) that extracts and attempts to load a .msi, the msiexec program fails with error: Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7ebdfb2b).
This is reproducible when executing the VWare-viclient.exe as well as when attempting to install the art2kmin.exe executable as pulled using the latest winetricks.sh from http://www.kegel.com/wine/winetricks.
The build is from latest git (as of the date/time this bug is filed).
If "git log" is correct, here are the last changes:
commit 07c321ba73bf7d01501668ca4af681843b98de9a Author: Nate Gallaher ngallaher@deepthought.org Date: Sun Oct 18 12:47:02 2009 -0400
msi: Test that a query on a join of two tables returns data from the correct table.
commit cc366e12829a20570b3d2e3cc508a8c861c722cb Author: Nate Gallaher ngallaher@deepthought.org Date: Sun Oct 18 12:41:41 2009 -0400
msi: Add tablename tracking to VIEW_find_column.
This fixes the bug where multiple columns of the same name, but different tables are members of a join. Any attempt to refer to these columns will resolve to the first available column with that name, irregardless of any tablename modifier.