← Back to context Comment by anthk 8 hours ago I had that error with Nethack 3.6.7 for m68k. 1 comment anthk Reply jjuran 1 hour ago 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!
jjuran 1 hour ago 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!
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!