Gcenx / macOS_Wine_builds

Official Winehq macOS Packages
459 stars 23 forks source link

Issue with one wine application reading log file of another wine application #55

Closed randy-girard closed 9 months ago

randy-girard commented 1 year ago

There appears to be some issue when a wine application writes a file to disk and then another one tries to "poll" the file, it doesn't get the updates, however it can read it directly. If I use shared drives in windows VMs to each other, it read them fine. I read some things that it might be releated to inotify and how it updates stuff on mac. Is it possible the --without-inotify flag is causing this issue?

Thanks

Gcenx commented 9 months ago

This might have been resolved with https://github.com/Gcenx/macOS_Wine_builds/releases/tag/8.17 packages as these are now built with --with-inotify thanks to a patch that makes this option work with libinotify-kqueue