winfsp / cgofuse

Cross-platform FUSE library for Go - Works on Windows, macOS, Linux, FreeBSD, NetBSD, OpenBSD
https://winfsp.dev
MIT License
511 stars 82 forks source link

MemFS example fails with certain Windows programs? #41

Closed wthorp closed 4 years ago

wthorp commented 4 years ago

I'm using Windows 10 Pro (1903). If I take the memfs example, it first seems that I need to add a Statfs() method to make the filesystem writable. After that, however, I have an unknown problem with application compatibility. An MKV will open in "Windows Media Player" but not "Movies & TV". An MP3 will open with "iTunes" but not "Groove Music".

Unfortunately, I haven't been able to figure out anything more than this. Am I missing something?

billziss-gh commented 4 years ago

Please use latest WinFsp beta to resolve an issue with media playing on latest Windows.

wthorp commented 4 years ago

That worked - fantastic!