http://bugs.winehq.org/show_bug.cgi?id=24510
Summary: Blur needs msvcr90.dll.__libm_sse2_cos Product: Wine Version: 1.3.3 Platform: x86 OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Only occurs when setting msvcr90 to builtin.
austin@pc ~/.wine/drive_c/Program Files/Activision/Blur(TM) $ wine Blur.exe fixme:msvcrt:_controlfp_s ((nil) 65536 196608) semi-stub wine: Call from 0x7b8367e3 to unimplemented function msvcr90.dll.__libm_sse2_cos, aborting
Using the handy mscodescan.pl from winezeug, it seems blur needs: ./Blur.exe imports following stub symbols: msvcr90:__libm_sse2_acos msvcr90:__libm_sse2_asin msvcr90:__libm_sse2_atan msvcr90:__libm_sse2_atan2 msvcr90:__libm_sse2_cos msvcr90:__libm_sse2_exp msvcr90:__libm_sse2_log msvcr90:__libm_sse2_pow msvcr90:__libm_sse2_sin msvcr90:__libm_sse2_tan msvcr90:_findfirst64i32 msvcr90:_findnext64i32 msvcr90:_itoa_s msvcr90:strncat_s msvcr90:wcsncat_s
http://bugs.winehq.org/show_bug.cgi?id=24510
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Blur needs |Blur needs |msvcr90.dll.__libm_sse2_cos |msvcr90.dll.__libm_sse2_cos | |et al
http://bugs.winehq.org/show_bug.cgi?id=24510
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #1 from Austin English austinenglish@gmail.com 2010-10-05 14:28:07 CDT --- The avatar demo wants msvcr80.dll.__libm_sse2_cos.
http://news.bigdownload.com/2009/11/17/download-james-camerons-avatar-the-ga...
http://bugs.winehq.org/show_bug.cgi?id=24510
--- Comment #2 from Austin English austinenglish@gmail.com 2010-10-13 15:43:15 CDT --- Fifa11 demo crashes without msvcr90.dll.__libm_sse2_exp
according to mscodescan, may also need: msvcr90:__daylight msvcr90:__libm_sse2_acos msvcr90:__libm_sse2_asin msvcr90:__libm_sse2_atan msvcr90:__libm_sse2_atan2 msvcr90:__libm_sse2_cos msvcr90:__libm_sse2_log msvcr90:__libm_sse2_log10 msvcr90:__libm_sse2_pow msvcr90:__libm_sse2_sin msvcr90:__libm_sse2_tan msvcr90:__timezone msvcr90:_get_tzname msvcr90:_wassert
http://bugs.winehq.org/show_bug.cgi?id=24510
GyB gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69@gmail.com
--- Comment #3 from GyB gyebro69@gmail.com 2010-10-29 23:54:44 CDT --- Devil's Tuning Fork (a freeware indie game) requires only the following symbol (according to the mscodescan script):
msvcr90:__libm_sse2_exp
http://www.devilstuningfork.com/download.php
Wine-1.3.6
http://bugs.winehq.org/show_bug.cgi?id=24510
--- Comment #4 from Austin English austinenglish@gmail.com 2010-11-23 21:25:53 CST --- Also affects Civilization V: wine: Call from 0x7b8370d3 to unimplemented function msvcr90.dll.__libm_sse2_tan, aborting
also may need: ./CivilizationV.exe imports following stub symbols: msvcr90:?_name_internal_method@type_info@@QBEPBDPAU__type_info_node@@@Z msvcr90:__libm_sse2_atan msvcr90:__libm_sse2_atan2 msvcr90:__libm_sse2_cos msvcr90:__libm_sse2_exp msvcr90:__libm_sse2_sin msvcr90:_wassert msvcr90:fprintf_s
http://bugs.winehq.org/show_bug.cgi?id=24510
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #5 from Dan Kegel dank@kegel.com 2010-11-24 16:19:11 CST --- At least fprintf_s has a patch now, http://www.winehq.org/pipermail/wine-patches/2010-November/096168.html
http://bugs.winehq.org/show_bug.cgi?id=24510
--- Comment #6 from Eryk Wieliczko ewdevel@gmail.com 2010-11-25 13:16:50 CST --- Created an attachment (id=32130) --> (http://bugs.winehq.org/attachment.cgi?id=32130) Quick and dirty hack for __libm_sse2_exp.
This is a Quick and dirty hack for __libm_sse2_exp. I don't think it's acceptable performance-wise, but it seems to be compatible with msvcr90 version. ( that's what my quick test shown ) At lest it allows Devil's Fork to run.
http://bugs.winehq.org/show_bug.cgi?id=24510
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #7 from Austin English austinenglish@gmail.com 2011-01-27 14:06:04 CST --- http://source.winehq.org/git/wine.git/?a=commitdiff;h=7c95b251e0f9c1cfff29a7...
Is good enough for blur, which runs after 'winetricks alldlls=builtin', so marking this fixed. Any other games which don't run should have separate bugs filed.
http://bugs.winehq.org/show_bug.cgi?id=24510
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org 2011-02-04 13:21:21 CST --- Closing bugs fixed in 1.3.13.