https://bugs.winehq.org/show_bug.cgi?id=50085
Bug ID: 50085 Summary: ntdll - sec.c: Logos 8 crash only in Ubuntu 18.04 not 20.04 Product: Wine Version: 5.20 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: rikshaw76@gmail.com Distribution: ---
When running Logos 8 in Ubuntu 18.04 with a 32-bit wine 5.20-staging prefix, I receive the following crash (NOTE: No problems with Ubuntu 20.04):
RtlConvertToAutoInheritSecurityObject () at Z:\root\wine-git\dlls\ntdll\sec.c:1721 0x7bc565c9 RtlConvertToAutoInheritSecurityObject+0x199 [Z:\root\wine-git\dlls\ntdll\sec.c:1721] in ntdll: ret Unable to access file 'Z:\root\wine-git\dlls\ntdll\sec.c'
It seems related to this change: https://github.com/wine-mirror/wine/commit/518d06404ad70aa9812a77d019a18fe79...
Steps to reproduce are as follows:
- Setup 32bit wine 5.20-staging prefix
- Install some winetricks: dotnet48 corefonts ddr=gdi
- Install Logos 8 (you can sign up for a free account at https://www.logos.com/), the most recent Logos 8 32-bit download link is here: https://downloads.logoscdn.com/LBS8/Installer/8.17.0.0014/Logos-x86.msi
- Start Logos and login. As it starts to download / sync "resources" after some minutes it will crash as above. Then every time after restarting Logos it will produce the same crash nearly immediately.