I have an old, nasty application that uses the Paradox database engine. This app attempts to lock the database files using LockFile.
Now, it USED to work under Wine. It no longer does. The program coughs up an error "No access to directory", and stderr shows a bunch of "LockFile not supported in server" errors.
Did the behavior of LockFile change in the past couple of months? Are there plans to add LockFile support into Wine?