Hacker News new | ask | show | jobs
by anthk 66 days ago
I had that error with Nethack 3.6.7 for m68k.
1 comments

It's not you; it's me. My implementation of LoadScrap() (which is called at startup) is calling FSOpen(), and it turns out the glue code for that tries OpenDF() before falling back to PBOpen(). TIL.

The call is coming from within the OS!