[Bug 20502] New: Execution of msiexec yields Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7ebdfb2b).
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(a)winehq.org ReportedBy: fgatwork(a)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(a)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(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20502 Paul Vriens <Paul.Vriens.Wine(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Paul.Vriens.Wine(a)gmail.com --- Comment #1 from Paul Vriens <Paul.Vriens.Wine(a)gmail.com> 2009-10-28 09:59:28 --- Probably a dupe of bug 20477. There is patch attached to that bug. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20502 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Version|unspecified |1.1.32 Severity|major |normal --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-10-28 11:02:24 --- Bug 20477 has a different patch-culprit. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20502 --- Comment #3 from Paul Vriens <Paul.Vriens.Wine(a)gmail.com> 2009-10-28 11:14:25 --- Sorry, I don't get it. The patches listed in this bug report are not based on regression testing. The backtraces look pretty much the same. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20502 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|msi |-unknown --- Comment #4 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-10-28 11:28:00 --- Then the real regression testing is required: http://wiki.winehq.org/RegressionTesting or at least a test of the patch from the bug 20477 (which has been committed today). -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20502 --- Comment #5 from Frank G. <fgatwork(a)verizon.net> 2009-10-28 13:15:09 --- The patch from bug 20477 (or some other commit this morning) seems to have resolved this issue. I am able to successfully install .msi-deployed executables. Thanks! -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20502 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2009-10-28 13:39:40 --- (In reply to comment #5)
The patch from bug 20477 (or some other commit this morning) seems to have resolved this issue. I am able to successfully install .msi-deployed executables.
Thanks!
Fixed then. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20502 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |DUPLICATE --- Comment #7 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-10-29 02:12:26 --- Most likely a duplicate then. *** This bug has been marked as a duplicate of bug 20477 *** -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20502 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-10-29 02:12:40 --- Closing duplicate. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=20502 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |http://vsphereclient.vmware | |.com/vsphereclient/2/5/8/9/ | |0/2/VMware-viclient-all-4.1 | |.0-258902.exe CC| |focht(a)gmx.net Summary|Execution of msiexec yields |VMware Vsphere client |Unhandled exception: page |installer crashes |fault on read access to | |0x00000000 in 32-bit code | |(0x7ebdfb2b). | --- Comment #9 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, please avoid generic bug summaries in future! At least mention the application name and version. It confuses/misleads other users that search for "page fault on read access" pattern. Regards -- 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.
participants (1)
-
wine-bugs@winehq.org