Hi, I have an old dbase application. The application works well under wine. But if I use it with several users, the database is damaged. File locks do not work properly. If I start the application several time with one uid, the database is ok. Is there a way, to get proper file locks with wine? Thanks for any hints tilo
tilolevante wrote:> If I start the application several time with one uid, the database is ok. > > Is there a way, to get proper file locks with wine?Yes, run it under same user same wineprefix. Wine can't support proper file locking between different users/wineprefixes. Wine is a single user application.