[Issue 11283] [REG 2.064] assert in std/windows/syserror.d

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Oct 16 15:05:14 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11283


Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-10-16 15:05:13 PDT ---
I've found this comment on MSDN which may be relevant:

-----
ERROR_MUI_FILE_NOT_FOUND(15100)

Also note that beginning with Vista, error ERROR_MUI_FILE_NOT_FOUND(15100), or
ERROR_MUI_FILE_NOT_LOADED(15105) may also be returned.  This can trip you up if
you are looking only for ERROR_RESOURCE_LANG_NOT_FOUND(1815). 

In addition, under low memory conditions, FormatMessage will return
ERROR_MUI_FILE_NOT_FOUND(15100) instead of ERROR_OUTOFMEMORY(et al).  So if you
see this error in the field, determine the customer's memory state so you don't
scratch all the hair off your head while diving into your multi-language
support implementation.
-----

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list