This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Internet Config -666 error
Type: Stage:
Components: macOS Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen
Priority: normal Keywords:

Created on 2002-04-17 08:49 by jackjansen, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg10365 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2002-04-17 08:49
If IC can't find the extension->creator/type mapping for a file (and maybe the reverse too?) it raises a MacOS.Error -666. The value -666 isn't in the error string list (it's apparently not in the Apple header files, at least not the ones we parse). It should be added by hand, somehow, this error is rather common.
msg10366 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2002-04-22 12:01
Logged In: YES 
user_id=45365

Fixed, by adding an extra input file the the mkestrres process of creating the Estr resource, containing errors not declared in MacErrors.h.
History
Date User Action Args
2022-04-10 16:05:13adminsetgithub: 36448
2002-04-17 08:49:52jackjansencreate