[Bug 50804] LTSpice XVII will not start

WineHQ Bugzilla wine-bugs at winehq.org
Sun Apr 18 18:34:45 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=50804

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |erich.e.hoover at gmail.com
           Keywords|                            |regression

--- Comment #23 from Zebediah Figura <z.figura12 at 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 at 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.

-- 
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.



More information about the wine-bugs mailing list