Comment by anthk 10 hours ago I had that error with Nethack 3.6.7 for m68k. 1 comment anthk Reply jjuran 3 hours 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 3 hours 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!