[Bug 49763] New: ALOTInstaller crashes

WineHQ Bugzilla wine-bugs at winehq.org
Sun Aug 30 14:51:56 CDT 2020


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

            Bug ID: 49763
           Summary: ALOTInstaller crashes
           Product: Wine
           Version: 5.16
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: dotnet, download
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: xerox.xerox2000x at gmail.com
      Distribution: Debian

Created attachment 68064
  --> https://bugs.winehq.org/attachment.cgi?id=68064
crash log

A user reported this as rated "garbage" in appdb, so i gave it a try

The crash log shows a call to RtlConvertToAutoInheritSecurityObject, which is
strange as the FIXME from that stub is not printed in console; is that normal?

One issue is at least that RtlConvertToAutoInheritSecurityObject is wrong
declared, see https://bugs.winehq.org/show_bug.cgi?id=33279#c1

but then committed patch declares it as BOOL:
https://bugs.winehq.org/show_bug.cgi?id=33279#c3

I`ll send a patch for that one.

But that is not the cause of the crash, even if i remove
RtlConvertToAutoInheritSecurityObject from ntdll.spec it shows up in the crash
log (???)

So anyone knows what`going on? Note: I don`t know exactly what .net it needs, I
tried dotnet40 and dotnet48, same crash happens 

Unhandled exception: 0xe0434352 in 64-bit code (0x000000007b01129e).
.
.
Backtrace:
=>0 0x000000007b01129e format_exception_msg+0x32e(ptr=<is not available>,
buffer=<is not available>, size=<is not available>)
[Z:\home\louis\sda2\wine64-build\dlls\kernelbase\..\..\..\wine\dlls\kernelbase\debug.c:315]
in kernelbase (0x0000000000512d60)
  1 0x000006447fd60412 EntryPoint+0x6440003ef15() in msvcr100_clr0400
(0x0000000000512d60)
  2 0x000000007bc521e1 RtlConvertToAutoInheritSecurityObject+0x200(pdesc=<is
not available>, cdesc=<is not available>, ndesc=<is not available>, objtype=<is
not available>)
[Z:\home\louis\sda2\wine64-build\dlls\ntdll\..\..\..\wine\dlls\ntdll\sec.c:1721]
in ntdll (0x0000000000512d60)
  3 0x000006447fd5f5a7 EntryPoint+0x6440003e0aa() in msvcr100_clr0400
(0x0000000000516319)

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