Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reziigs / OS error 0 #31

Open
ksherlock opened this issue Feb 11, 2016 · 1 comment
Open

reziigs / OS error 0 #31

ksherlock opened this issue Feb 11, 2016 · 1 comment

Comments

@ksherlock
Copy link
Owner

f001 Access(00f70eac, 6400, 00f60650)
open(Locale/US/General.code, 0801)

File ":Locale:US:General.rez"; Line 71; ### RezIIgs - No error (OS error 0) during open of "General.code".

It probably should have an error number.

@ksherlock
Copy link
Owner Author

The underlying issue is that open can return a C errno or a toolbox error. if it's a toolbox error, it's stored in MacOSErr and remapped and stored in errno. If it's a C errno, MacOSErr is reset to 0 (and errno is updated, of course).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant