-
Notifications
You must be signed in to change notification settings - Fork 283
Description
I have the following problem with MacOS Pages and Numbers documents as well as Microsoft Excel documents on MacOS: I open an existing document and try to save it. It fails, saying the document doesn't exist any more (though I still see it in finder). I can specify another filename and save it successfully. Then it behaves differently:
Numbers can save the new document multiple times without error. Unless I close the file and reopen it, then the error is back again.
Microsoft Excel cannot save the document a second time (after it was saved with a different name). The error comes up again and a new name must be chosen.
❌ The problem started with the following gocryptfs version:
gocryptfs v2.5.0.HEAD without_openssl; go-fuse v2.5.0; 2025-05-12 go1.24.3 darwin/arm64
❌ It is still present in the latest version:
gocryptfs v2.5.4.HEAD without_openssl; go-fuse v2.5.0; 2025-05-12 go1.24.3 darwin/arm64
✅ The last working version without this problem is:
gocryptfs v2.4.0.HEAD without_openssl; go-fuse v2.3.0; 2025-05-12 go1.24.3 darwin/arm64
❌ I tried to mount it with current master version but the mounted directory is empty, so I couldn't further test it:
gocryptfs v2.5.4-8-g9b6e47f without_openssl; go-fuse v2.7.3-0.20250306214706-e3463465126a; 2025-05-12 go1.24.3 darwin/arm64
No special mount options:
gocryptfs -ko allow_other -badname '*conflicted*' -extpass xxx src/path mount/point
Can I further debug this to help it getting resolved in newer versions?