Hello Owen, welcome to Wine!
On 9/11/22 08:49, Owen Hogarth wrote:
Hello,
I tried to run an application and saw that there are a few unimplemented features, such as: 00d0:fixme:file:NtLockFile I/O completion on lock not implemented yet
I would advise against trying to implement this—firstly because, despite showing up in many applications, it's not actually known to break anything, and secondly because it's actually quite hard if not impossible to implement (POSIX has no way to wait for a mandatory lock, for instance).
In general it's better to look for an actually broken application, and try to debug and fix it.
--Zeb