[Wine] Re: fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c0000119

Daniel Skorka skorka at gmx.net
Mon Mar 19 00:47:31 CDT 2007


roboknight <roboknight at gmail.com> wrote:
>> To fix it, you need to find the correct mapping for 0xc0000119, which
>> should be fairly trivial, then send a patch. If you don't feel like it,
>> maybe I'll take a look. If you just don't want to see this message
>> again, 'man wine' and read about WINEDEBUG.
>>
>> Daniel
> 
> Point me to the mapping and I'll patch it.  I get that fixme with GSAK
> as well.  I looked for a mapping through msdn, but couldn't find it
> initially.

In the wine source, include/ntstatus.h and include/winerror.h for the
defintions as well as dlls/ntdll/error.c for the code.
On MSDN, look for NtStatusToDosError and take it from there.

Daniel


More information about the wine-users mailing list