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@winehq.org ReportedBy: dank@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.
http://bugs.winehq.org/show_bug.cgi?id=31512
--- Comment #1 from Dan Kegel dank@kegel.com 2012-08-20 11:13:52 CDT --- Patch sent, http://www.winehq.org/pipermail/wine-patches/2012-August/117136.html
http://bugs.winehq.org/show_bug.cgi?id=31512
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |2cd062831dd4c1b8d59fd0f8be5 | |05b1348c1cbee Status|NEW |RESOLVED CC| |00cpxxx@gmail.com Resolution| |FIXED
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com 2012-08-21 14:40:29 CDT --- Patch commited: http://source.winehq.org/git/wine.git/commitdiff/2cd062831dd4c1b8d59fd0f8be5...
http://bugs.winehq.org/show_bug.cgi?id=31512
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2012-08-31 12:56:28 CDT --- Closing bugs fixed in 1.5.12.