Guardian Procedure Calls Reference Manual
Table 35 Summary of Process Creation Errors (continued)
Descriptionerror
A file-system error was encountered in the run-time loader (rld) library;
error-detail contains the file-system error number.
69
Invalid file format in the runtime loader (rld) library; error-detail subcodes are
described in Table 37 (page 1070).
70
An error occurred when loading or running the run-time loader (rld); error-detail
contains one of these subcodes:
71
The process abended while rld was running9
The process stopped while rld was running10
rld was licensed at the time the processor was loaded11
rld returned an out-of-range error value to the operating system12
The export digest of the file does not match the export digest of the impImp
file in memory
16
The user attempted to use rld as a user library. This use is not supported19
rld began processing, but did not complete the update of a loadfile22
An internal code indicating a problem in the construction or installation of
rld
Any
other
value
The run-time loader (rld) reported an internal error; error-detail is an internal
code that localizes the error.
72
The process contained an unresolved reference to a function and so was not created.
Contrast with error 14, which is a warning. (For DLLs and their client programs,
74
unresolved function references are disallowed by default, but other options can be
specified with the linker.) See the discussion of error 14, above.
A file-system error was encountered on a DLL; error-detail contains the file-system
error number.
75
Invalid file format in a DLL; error-detail subcodes are described in Table 37
(page 1070).
76
An object file could not be loaded; error-detail contains one of these:77
A DLL requires a PIN < 255 in a process with a higher PIN.1
2
A public library requires fixed address space that is unavailable in this
process.
3
Insufficient address range is available to load the file.4
5
The process has exceeded the maximum number of memory segments.6
7
The C++ version of the specified library conflicts with one or more loadfiles
loaded for this process.
8
The loadfile is not licensed; license is required9
A DLL for this process is licensed or privileged and has unprotected data
which requires that all loadfiles in the process be licensed. At least one
unlicensed loadfile exists in the process.
10
A licensed DLL or a privileged program refers to an unlicensed DLL.11
1066 Guardian Procedure Calls (P)