[Bug 25248] Brothers in Arms Road to Hill Demo needs msvcr71.__security_error_handler

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 1 11:22:57 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=25248

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |download
             Status|UNCONFIRMED                 |NEW
                URL|                            |http://games.softpedia.com/
                   |                            |progDownload/Brothers-in-Ar
                   |                            |ms-Road-to-Hill-Demo-Downlo
                   |                            |ad-6419.html
                 CC|                            |focht at gmx.net
          Component|msvcp                       |-unknown
            Summary|Brothers in arms Road to    |Brothers in Arms Road to
                   |hill 30 requires several    |Hill Demo needs
                   |msvc*70 and msvc*71         |msvcr71.__security_error_ha
                   |librairies                  |ndler
     Ever Confirmed|0                           |1

--- Comment #3 from Anastasius Focht <focht at gmx.net> 2011-05-01 11:22:55 CDT ---
Hello,

what kind of meta-bug is this?
Please make it one problem...

Adding link to demo version.

Whoever bundled the game was probably drunk.
The only library that pulls a "debug" version of CRT -> MSVCR71D.dll is
xerces-c_2_5_0d.dll
That debug library version isn't loaded anyway - probably some leftover from
development.
All the other debug versions of CRT are uselessly bundled, they get neither
load time nor late binding referenced.

If the xerces-c_2_5_0d.dll crap is left out, it basically boils down to
following:

--- snip ---
Found 2 bundled MS modules:
  ./msvci70.dll
  ./msvcp71.dll

./GameService.dll imports following stub symbols:
  msvcr71:__security_error_handler

./xerces-c_2_5_0d.dll imports following stub symbols:
  msvcr71:__security_error_handler

./Core.dll imports following stub symbols:
  msvcr71:__security_error_handler

./GameService.dll imports following stub symbols:
  rpcrt4:NdrServerCall
--- snip ---

Taking msvcr71.__security_error_handler for this bug.
When you slay it, you might also fix msvcr70.__security_error_handler. 

$ wine --version
wine-1.3.19

$ sha1sum BIA_PC_Demo.zip 
16ae8888a80c92a6213e25b70682846f7439fab6  BIA_PC_Demo.zip

Regards

-- 
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