[Bug 23217] New: Runes of Magic client.exe needs unimplemented function msvcr80.dll._strlwr_s

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jun 16 13:10:47 CDT 2010


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 at winehq.org
        ReportedBy: dank at 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.)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list