https://bugs.winehq.org/show_bug.cgi?id=50804
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |erich.e.hoover@gmail.com Keywords| |regression
--- Comment #23 from Zebediah Figura z.figura12@gmail.com --- The message box printed on startup is caused by wine-staging commit 811467bf6a4c introducing the "server-default_integrity" patch set. That does not happen on Windows, because the application uses a manifest requesting administrator access, so a UAC prompt will appear instead. We should parse the manifest and automatically elevated the process in this case.
All this, however, is separate from and unrelated to the reported bug (and as such probably deserves a separate bug report). A bisect shows that it is caused by:
1dd4e054b832ded6f27749068038ab462779a23a is the first bad commit commit 1dd4e054b832ded6f27749068038ab462779a23a Author: Erich E. Hoover erich.e.hoover@wine-staging.com Date: Sat Feb 6 16:32:44 2021 -0700
ntdll: Treat undecoded unix symlinks as NT symlinks.
dlls/ntdll/unix/file.c | 39 ++++++++++++++++++++++++++++----------- 1 file changed, 28 insertions(+), 11 deletions(-)
Erich, would you please take a look?
For reference, I can reproduce this bug a fresh prefix, and by simply executing "wine XVIIx86.exe" from the application directory.