[Bug 11896] Civilization4.exe crashes because of unimplemented functions in msvcp71

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jul 8 18:09:03 CDT 2008


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





--- Comment #11 from Jon Griffiths <jon_p_griffiths at yahoo.com>  2008-07-08 18:09:02 ---
(In reply to comment #7)
> Before going with too many posts. Let's wrap up. The problem is that msvcp71
> need to map 93 msvcr71 functions.

These 2 were added by commit a4037eb463651db652fa84dc7d5f73ef3e67440e.
>      7  @ stub ___setlc_active_func
>      8  @ stub ___unguarded_readlc_active_add_func

In case anyone else is working on these, I have patches for the following 2
functions which I should submit pretty shortly (they need to be cleaned up a
bit/tested first):
>      5  @ stub ___lc_codepage_func
>      6  @ stub ___lc_handle_func

These should be pretty simple:
___mb_cur_max_func probably returns msvcrt.__mb_cur_max
___lc_collate_cp_func probably returns msvcrt.__lc_collate_cp
??0bad_cast@@QAE at PBD@Z is missing from msvcrt, it should be a stub there and
then forwarded.


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