[Bug 31512] New: 'Movavi video converter 3D' crashes in RegSetValueExW
http://bugs.winehq.org/show_bug.cgi?id=31512 Bug #: 31512 Summary: 'Movavi video converter 3D' crashes in RegSetValueExW Product: Wine Version: 1.5.11 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: advapi32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com Classification: Unclassified After doing 'winetricks wmp9' to work around bug 31511, the next problem is another crash on startup: Unhandled exception: page fault on read access to 0xffffffff in 32-bit code (0x7ea5adff). Backtrace: =>0 0x7ea5adff RegSetValueExW+0xcf() in advapi32 (0x0a9faea8) 1 0x2006d01b in pkgmanager (+0x6d01a) (0x7ea5b390) Turns out they called RegSetValueExW() with data=1 (i.e. they passed by value instead of reference), and on Windows, this returns a nice error code instead of crashing. I have a test and a patch, will send shortly. -- 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=31512 --- Comment #1 from Dan Kegel <dank(a)kegel.com> 2012-08-20 11:13:52 CDT --- Patch sent, http://www.winehq.org/pipermail/wine-patches/2012-August/117136.html -- 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=31512 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |2cd062831dd4c1b8d59fd0f8be5 | |05b1348c1cbee Status|NEW |RESOLVED CC| |00cpxxx(a)gmail.com Resolution| |FIXED --- Comment #2 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-08-21 14:40:29 CDT --- Patch commited: http://source.winehq.org/git/wine.git/commitdiff/2cd062831dd4c1b8d59fd0f8be5... -- 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=31512 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> 2012-08-31 12:56:28 CDT --- Closing bugs fixed in 1.5.12. -- 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