[Bug 17663] New: nhOneClick: 'unhandled page fault on read access' when clicking menu entries
http://bugs.winehq.org/show_bug.cgi?id=17663 Summary: nhOneClick: 'unhandled page fault on read access' when clicking menu entries Product: Wine Version: 1.1.16 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: support(a)ics.de Created an attachment (id=19850) --> (http://bugs.winehq.org/attachment.cgi?id=19850) backtrace The application is a graphical front end to a NetworkManagement Suite. I have uploaded a copy for limited time to: http://ftp.ics.de/outgoing/ehealth/nhOneClick.exe The crash happens reproducibly when hitting any of the menu entries of the program, e.g. 'File' This happens with several versions. Seen on 0.9x, 1.0 and 1.1.16 on different hardware, OS is ubuntu 8.04 -- 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=17663 ICS Support <support(a)ics.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19850|0 |1 is obsolete| | --- Comment #1 from ICS Support <support(a)ics.de> 2009-03-09 10:11:43 --- Created an attachment (id=19851) --> (http://bugs.winehq.org/attachment.cgi?id=19851) backtrace first upload was wrong file -- 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=17663 --- Comment #2 from ICS Support <support(a)ics.de> 2009-03-09 10:13:07 --- Created an attachment (id=19852) --> (http://bugs.winehq.org/attachment.cgi?id=19852) errors shown on startup may be related to crash? -- 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=17663 ICS Support <support(a)ics.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal --- Comment #3 from ICS Support <support(a)ics.de> 2009-03-09 10:27:32 --- set severity to nornmal -- 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=17663 --- Comment #4 from Rein Klazes <wijn(a)online.nl> 2009-03-09 11:07:31 --- This looks a lot like http://bugs.winehq.org/show_bug.cgi?id=9615 Fixes for that bug are in current git (not in the 1.1.16 version) Please retest. Either with the daily version or when 1.1.17 is available. -- 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=17663 --- Comment #5 from Andrew Nguyen <arethusa26(a)gmail.com> 2009-03-10 02:00:52 --- Created an attachment (id=19856) --> (http://bugs.winehq.org/attachment.cgi?id=19856) OneClick menu problem With today's Git (wine-1.1.16-292-g1b9a6fb), while the menu crash doesn't seem to be present, there is an annoying issue with the displayed menus sometimes not being dismissed. Screenshot is attached. -- 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=17663 --- Comment #6 from Rein Klazes <wijn(a)online.nl> 2009-03-10 02:40:29 --- That is also mentioned in bug #9615. It is fixed by: tests: http://www.winehq.org/pipermail/wine-patches/2009-March/070480.html fix: http://www.winehq.org/pipermail/wine-patches/2009-March/070478.html Both patches are not committed yet, they may be not approved in this form. -- 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=17663 --- Comment #7 from ICS Support <support(a)ics.de> 2009-03-11 03:55:13 --- thanks for the help, I can confirm that building wine-1.1.16-292-g1b9a6fb from source resolved the described issue for the menu issue as described by Andrew Nguyen , I have no idea how to include the fix, so not tested. If you can point me to an instruction, I will try it -- 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=17663 --- Comment #8 from Rein Klazes <wijn(a)online.nl> 2009-03-11 06:08:10 --- 1. download the two patches 2. cd to the top of your wine tree 3. execute the following commands: patch -p1 </pathto/patch1.diff patch -p1 </pathto/patch2.diff (patch1.diff and patch2.diff are the names of the downloaded patches)_ 4. cd to ./dlls/user32 5. do a "make install" (step 4 is normally skipped, but it speeds the recompile considerably as the only changes are in that directory) -- 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=17663 --- Comment #9 from ICS Support <support(a)ics.de> 2009-03-11 10:40:08 --- sorry, I am new to git What exactly is the fix? From http://www.winehq.org/pipermail/wine-patches/2009-March/070478.html is it simply the complete text of that mail to be pasted into a patch.diff file? -- 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=17663 --- Comment #10 from Rein Klazes <wijn(a)online.nl> 2009-03-11 11:47:20 --- Created an attachment (id=19884) --> (http://bugs.winehq.org/attachment.cgi?id=19884) patch against todays git Hmm, it does not cleanly apply here anymore. I attached the changes in a single patch. Download that instead and use for patching. Other instructions are the same. Hope this works better. -- 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=17663 --- Comment #11 from ICS Support <support(a)ics.de> 2009-03-12 04:55:53 --- With the above patch installed, the problem of menus not beeing dismissed is resolved. Thanks Do I need to do anything to confirm this patch works for me? Do I have to change the status of this issue to something else than 'unconfirmed'? -- 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=17663 Rein Klazes <wijn(a)online.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #12 from Rein Klazes <wijn(a)online.nl> 2009-03-12 06:23:20 --- This bug has proved to be identical to #9615, so lets mark it as duplicate. Both this bug and the 9615 bug report are about crashing when clicking the menu-bar which is fixed and is expected to be closed soon. The drop-down menu's not closing is not. If the approval of the proposed patches takes too long for your patience, feel free to create a new bug report. *** This bug has been marked as a duplicate of bug 9615 *** -- 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=17663 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2009-03-12 12:04:09 --- Closing. -- 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.
participants (1)
-
wine-bugs@winehq.org