ADC Home > Reference Library > Technical Q&As > Legacy Documents > Mac OS 9 & Earlier >

Legacy Documentclose button

Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.

Current information on this Reference Library topic can be found here:

System Error 119


Q: My customers report that my application is crashing with system error 119. What does it mean?

A: This error, defined in Errors.h as dsMustUseFCBAccessors, was introduced in Mac OS 9.0. In order for Apple to increase the maximum number of open files, we had to change the FCB structure and thus its length.

Software that calls the PowerPC low-memory accessor functions for the FCB table will now halt the system with this dsMustUseFCBAccessors (119) system error. Developers needing to access FCB data should do so using the appropriate routines, as described in DTS Technote TN 1184, “FCBs, Now and Forever.”

Updated: 5-October-1999


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.