| Previous | Next |
| MSSIPOTF_E_OUTOFMEMRANGE | MSSIPOTF_E_NOHEADTABLE |
MSSIPOTF_E_CANTGETOBJECT
A required font object could not be retrieved
MSSIPOTF_E_CANTGETOBJECT is a retrieval failure inside the OpenType checking path. It is broader than a missing table name: the checker reached a point where it expected to obtain an object from the file but could not make that object available to the operation being performed.
Treat it as a boundary between container parsing and a higher-level operation. A successful extension check or file open does not prove that every referenced object is present, reachable, and internally usable. The detailed log from the producing or validating tool is important because this public HRESULT does not name the table or object that failed.
How to investigate
- Record the exact input file, collection index for a
.ttc, and validator command line. - Inspect the directory and the tables needed by the failing operation instead of relying on the file extension.
- Run an independent parser to determine whether the problem reproduces as a structural error, then repair or rebuild the smallest identified source table.
References
- Windows error-code reference
- OpenType container and table-directory structure
- OpenType Sanitizer project
Looking for a different code? Search another status or error code.