http://bugs.winehq.org/show_bug.cgi?id=59935 --- Comment #5 from coyote <chenyutao0706@gmail.com> ---
In the future, please attach terminal output instead of pasting inlone.
Oh Sorry for this To answer all the questions: The Zig build I’m using can be downloaded here: https://ziglang.org/builds/zig-x86_64-windows-0.17.0-dev.1099+7db2ef610.zip. In fact, this issue triggers before the actual compilation stage, so you don’t need a source file. In other words, running wine zig.exe cc anyfile.zig (even if anyfile.zig does not exist at all) is enough to reproduce this error. Additionally, I built Zig myself with debug flags enabled and traced down the exact line where Zig invokes NtLockFile: https://codeberg.org/ziglang/zig/src/commit/4c9d06416c1f0e4e7bf5139a705c50ad.... It is clear that the missing implementation of NtLockFile is a fatal bug for Zig. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.