http://bugs.winehq.org/show_bug.cgi?id=23217
Summary: Runes of Magic client.exe needs unimplemented function msvcr80.dll._strlwr_s Product: Wine Version: 1.2-rc3 Platform: x86 URL: http://us.runesofmagic.com OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Install the app without any native DLLs, then do
$ cd ~/.wine/drive_c/Program Files/Runes of Magic $ winedump -j import Client.exe | grep strlwr_s 936 _strlwr_s 582baa
$ grep strlwr_s ~/wine-git/dlls/msvcr*/*.spec msvcr80/msvcr80.spec:@ stub _strlwr_s
And indeed, running the executable aborts with
wine: Call from 0x7edfa053 to unimplemented function msvcr80.dll._strlwr_s, aborting
although you have to get past bug 22002 with 'winetricks ie6' first to see that.
(This should probably have been masked by the Microsoft.VC80.CRT/msvcr80.dll shipped with the game; maybe that's another example of bug 9942.)