PRB: Missing Message Error When Starting Driver for 3.51Last reviewed: October 2, 1995Article ID: Q132897 |
The information in this article applies to:
SYMPTOMSWhen you start a Windows NT Kernel Mode device driver under version 3.51, a system error occurs. A message is displayed indicating the following:
System cannot find message for message #0x*** in message file for *** CAUSEThis problem occurs when a driver passes uninitialized variables into the call to IoReportResourceUsage. Often, invalid data is located in the address regions of the resources requested. This causes the Hal to check the range and determine that the address is invalid for the type of bus concerned. IoReportResourceUsage then returns an error code indicating this. However, at this time, the error code is not part of Ntstatus.h. If the driver just returns the error code directly back as part of a failure mechanism, it will cause the error to be displayed from the command line when net start <drivername> is applied.
RESOLUTIONThe error can be avoided by making sure all variables passed to IoReportResourceUsage, including the variables that are part of the resource lists, are initialized correctly.
STATUSMicrosoft is investigating this situation and will post new information in the Knowledge Base as it becomes available.
|
Additional reference words: 3.51
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |