http://bugs.winehq.org/show_bug.cgi?id=31091
Bug #: 31091 Summary: Kindle hangs (crashes) on second run with builtin msvcp90 Product: Wine Version: 1.5.7 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msvcp AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
To reproduce, do rm -rf ~/.wine winetricks --no-isolate kindle cd ~/".wine/drive_c/Program Files/Amazon/Kindle" wine Kindle.exe (register and close the app) wine Kindle.exe (app hangs on splash screen, log shows CreateToolhelp32Snapshot is called) (further runs also hang)
'winetricks vcrun2008' works around the problem. (The app is shipped with a bundled native msvcp90, but Wine doesn't use it for some reason, reminds me of bug 14980.) Setting msvcp90 to builtin brings the problem back.