http://bugs.winehq.org/show_bug.cgi?id=8674
Summary: Safari crashes on startup Product: Wine Version: CVS Platform: PC URL: http://www.apple.com/safari/download/ OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: juan_lang@yahoo.com
To install Safari, download it from the above URL and run it. When the "Can not open file" dialog appears, rename the temporary directory that's created, then dismiss the dialog. Change to the newly renamed directory, and run msiexec /i Safari.msi.
After it's installed, wine c:\Program\ Files\Safari\Safari.exe fails looking for msvcr80.dll: err:module:LdrInitializeThunk "MSVCR80.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\Safari\Safari.exe" failed, status c0000142
Install it using winetricks: wintricks vcrun2005
Finally, run wine Safari.exe, and it crashes.