https://bugs.winehq.org/show_bug.cgi?id=35153
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Component|-unknown |wininet Summary|wine stops with Unhandled |Quicken 2010/2012 crashes |Exception during background |with heap corruption during |web activity. Application |update/background web |Quicken 2012. |activity Ever confirmed|0 |1
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming, looks like heap corruption. Can be also reproduced with Quicken 2010.
To force auto-update run as follows:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Quicken
$ wine ./qw.exe -k --- snip ---
Workaround: 'winetricks wininet'
or (as already mentioned): pin the process to a single core.
--- snip --- $ taskset -c 0 wine ./qw.exe -k --- snip ---
$ wine --version wine-1.7.14-23-g770213e
Regards