Site icon EfmSoft

What does errno 79 (EFTYPE) mean?

 
Could be also:
ConstantTypeOS
ELIBACCerrnoLinux
EOVERFLOWerrnoSolaris
NDIS_INTERNAL_ERRORBugCheck CodeWindows
Previous Next
ELIBACC EOVERFLOW

EFTYPE

EFTYPE is a BSD/Darwin error for a file that exists but is not an acceptable type or format for the operation being attempted. It is broader than program loading: the XNU header lists it before the dedicated program-loading errors, so the failing API and the expected kind of object matter.

A filename suffix is not evidence of the file's actual identity. A Mach-O container can represent a relocatable object, an executable, a dynamic library, or a bundle; the Mach-O header records that distinction in its filetype field. A valid object of one kind can still be unsuitable where another kind is required.

Distinguish the nearby Darwin errors

What to capture

References


Looking for a different code? Search another status or error code.

Exit mobile version